Uses of Class
io.kubernetes.client.proto.V1.WindowsSecurityContextOptions
-
Uses of V1.WindowsSecurityContextOptions in io.kubernetes.client.proto
Fields in io.kubernetes.client.proto with type parameters of type V1.WindowsSecurityContextOptionsModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<V1.WindowsSecurityContextOptions>V1.WindowsSecurityContextOptions.PARSERDeprecated.Methods in io.kubernetes.client.proto that return V1.WindowsSecurityContextOptionsModifier and TypeMethodDescriptionV1.WindowsSecurityContextOptions.Builder.build()V1.WindowsSecurityContextOptions.Builder.buildPartial()V1.WindowsSecurityContextOptions.getDefaultInstance()V1.WindowsSecurityContextOptions.Builder.getDefaultInstanceForType()V1.WindowsSecurityContextOptions.getDefaultInstanceForType()V1.PodSecurityContext.Builder.getWindowsOptions()The Windows specific settings applied to all containers.V1.PodSecurityContext.getWindowsOptions()The Windows specific settings applied to all containers.V1.PodSecurityContextOrBuilder.getWindowsOptions()The Windows specific settings applied to all containers.V1.SecurityContext.Builder.getWindowsOptions()The Windows specific settings applied to all containers.V1.SecurityContext.getWindowsOptions()The Windows specific settings applied to all containers.V1.SecurityContextOrBuilder.getWindowsOptions()The Windows specific settings applied to all containers.V1.WindowsSecurityContextOptions.parseDelimitedFrom(InputStream input) V1.WindowsSecurityContextOptions.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) V1.WindowsSecurityContextOptions.parseFrom(byte[] data) V1.WindowsSecurityContextOptions.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) V1.WindowsSecurityContextOptions.parseFrom(com.google.protobuf.ByteString data) V1.WindowsSecurityContextOptions.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) V1.WindowsSecurityContextOptions.parseFrom(com.google.protobuf.CodedInputStream input) V1.WindowsSecurityContextOptions.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) V1.WindowsSecurityContextOptions.parseFrom(InputStream input) V1.WindowsSecurityContextOptions.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) V1.WindowsSecurityContextOptions.parseFrom(ByteBuffer data) V1.WindowsSecurityContextOptions.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.kubernetes.client.proto that return types with arguments of type V1.WindowsSecurityContextOptionsModifier and TypeMethodDescriptioncom.google.protobuf.Parser<V1.WindowsSecurityContextOptions>V1.WindowsSecurityContextOptions.getParserForType()static com.google.protobuf.Parser<V1.WindowsSecurityContextOptions>V1.WindowsSecurityContextOptions.parser()Methods in io.kubernetes.client.proto with parameters of type V1.WindowsSecurityContextOptionsModifier and TypeMethodDescriptionV1.WindowsSecurityContextOptions.Builder.mergeFrom(V1.WindowsSecurityContextOptions other) V1.PodSecurityContext.Builder.mergeWindowsOptions(V1.WindowsSecurityContextOptions value) The Windows specific settings applied to all containers.V1.SecurityContext.Builder.mergeWindowsOptions(V1.WindowsSecurityContextOptions value) The Windows specific settings applied to all containers.V1.WindowsSecurityContextOptions.newBuilder(V1.WindowsSecurityContextOptions prototype) V1.PodSecurityContext.Builder.setWindowsOptions(V1.WindowsSecurityContextOptions value) The Windows specific settings applied to all containers.V1.SecurityContext.Builder.setWindowsOptions(V1.WindowsSecurityContextOptions value) The Windows specific settings applied to all containers.