/// <summary> /// Initializes a new instance of the /// Iok8sapiappsv1beta2ControllerRevision class. /// </summary> public Iok8sapiappsv1beta2ControllerRevision(long revision, string apiVersion = default(string), Iok8sapimachinerypkgruntimeRawExtension data = default(Iok8sapimachinerypkgruntimeRawExtension), string kind = default(string), Iok8sapimachinerypkgapismetav1ObjectMeta metadata = default(Iok8sapimachinerypkgapismetav1ObjectMeta)) { ApiVersion = apiVersion; Data = data; Kind = kind; Metadata = metadata; Revision = revision; }
/// <summary> /// Initializes a new instance of the /// Comgithubopenshiftapiauthorizationv1PolicyRule class. /// </summary> public Comgithubopenshiftapiauthorizationv1PolicyRule(IList <string> apiGroups, IList <string> resources, IList <string> verbs, Iok8sapimachinerypkgruntimeRawExtension attributeRestrictions = default(Iok8sapimachinerypkgruntimeRawExtension), IList <string> nonResourceURLs = default(IList <string>), IList <string> resourceNames = default(IList <string>)) { ApiGroups = apiGroups; AttributeRestrictions = attributeRestrictions; NonResourceURLs = nonResourceURLs; ResourceNames = resourceNames; Resources = resources; Verbs = verbs; }
/// <summary> /// Initializes a new instance of the /// Comgithubopenshiftapiauthorizationv1LocalResourceAccessReview /// class. /// </summary> public Comgithubopenshiftapiauthorizationv1LocalResourceAccessReview(bool isNonResourceURL, string namespaceProperty, string path, string resource, string resourceAPIGroup, string resourceAPIVersion, string resourceName, string verb, string apiVersion = default(string), Iok8sapimachinerypkgruntimeRawExtension content = default(Iok8sapimachinerypkgruntimeRawExtension), string kind = default(string)) { ApiVersion = apiVersion; Content = content; IsNonResourceURL = isNonResourceURL; Kind = kind; NamespaceProperty = namespaceProperty; Path = path; Resource = resource; ResourceAPIGroup = resourceAPIGroup; ResourceAPIVersion = resourceAPIVersion; ResourceName = resourceName; Verb = verb; }
/// <summary> /// Initializes a new instance of the /// Comgithubopenshiftapiimagev1Image class. /// </summary> public Comgithubopenshiftapiimagev1Image(IList <Comgithubopenshiftapiimagev1ImageLayer> dockerImageLayers, string apiVersion = default(string), string dockerImageConfig = default(string), string dockerImageManifest = default(string), string dockerImageManifestMediaType = default(string), Iok8sapimachinerypkgruntimeRawExtension dockerImageMetadata = default(Iok8sapimachinerypkgruntimeRawExtension), string dockerImageMetadataVersion = default(string), string dockerImageReference = default(string), IList <byte[]> dockerImageSignatures = default(IList <byte[]>), string kind = default(string), Iok8sapimachinerypkgapismetav1ObjectMeta metadata = default(Iok8sapimachinerypkgapismetav1ObjectMeta), IList <Comgithubopenshiftapiimagev1ImageSignature> signatures = default(IList <Comgithubopenshiftapiimagev1ImageSignature>)) { ApiVersion = apiVersion; DockerImageConfig = dockerImageConfig; DockerImageLayers = dockerImageLayers; DockerImageManifest = dockerImageManifest; DockerImageManifestMediaType = dockerImageManifestMediaType; DockerImageMetadata = dockerImageMetadata; DockerImageMetadataVersion = dockerImageMetadataVersion; DockerImageReference = dockerImageReference; DockerImageSignatures = dockerImageSignatures; Kind = kind; Metadata = metadata; Signatures = signatures; }
/// <summary> /// Initializes a new instance of the /// Comgithubopenshiftapiauthorizationv1SubjectAccessReview class. /// </summary> public Comgithubopenshiftapiauthorizationv1SubjectAccessReview(IList <string> groups, bool isNonResourceURL, string namespaceProperty, string path, string resource, string resourceAPIGroup, string resourceAPIVersion, string resourceName, IList <string> scopes, string user, string verb, string apiVersion = default(string), Iok8sapimachinerypkgruntimeRawExtension content = default(Iok8sapimachinerypkgruntimeRawExtension), string kind = default(string)) { ApiVersion = apiVersion; Content = content; Groups = groups; IsNonResourceURL = isNonResourceURL; Kind = kind; NamespaceProperty = namespaceProperty; Path = path; Resource = resource; ResourceAPIGroup = resourceAPIGroup; ResourceAPIVersion = resourceAPIVersion; ResourceName = resourceName; Scopes = scopes; User = user; Verb = verb; }
/// <summary> /// Initializes a new instance of the /// Iok8sapimachinerypkgapismetav1WatchEvent class. /// </summary> public Iok8sapimachinerypkgapismetav1WatchEvent(Iok8sapimachinerypkgruntimeRawExtension objectProperty, string type) { ObjectProperty = objectProperty; Type = type; }