Uses of Class
io.kubernetes.client.proto.V1.SecurityContext
-
Uses of V1.SecurityContext in io.kubernetes.client.proto
Fields in io.kubernetes.client.proto with type parameters of type V1.SecurityContextModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<V1.SecurityContext>V1.SecurityContext.PARSERDeprecated.Methods in io.kubernetes.client.proto that return V1.SecurityContextModifier and TypeMethodDescriptionV1.SecurityContext.Builder.build()V1.SecurityContext.Builder.buildPartial()static V1.SecurityContextV1.SecurityContext.getDefaultInstance()V1.SecurityContext.Builder.getDefaultInstanceForType()V1.SecurityContext.getDefaultInstanceForType()V1.Container.Builder.getSecurityContext()SecurityContext defines the security options the container should be run with.V1.Container.getSecurityContext()SecurityContext defines the security options the container should be run with.V1.ContainerOrBuilder.getSecurityContext()SecurityContext defines the security options the container should be run with.V1.EphemeralContainerCommon.Builder.getSecurityContext()Optional: SecurityContext defines the security options the ephemeral container should be run with.V1.EphemeralContainerCommon.getSecurityContext()Optional: SecurityContext defines the security options the ephemeral container should be run with.V1.EphemeralContainerCommonOrBuilder.getSecurityContext()Optional: SecurityContext defines the security options the ephemeral container should be run with.static V1.SecurityContextV1.SecurityContext.parseDelimitedFrom(InputStream input) static V1.SecurityContextV1.SecurityContext.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.SecurityContextV1.SecurityContext.parseFrom(byte[] data) static V1.SecurityContextV1.SecurityContext.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.SecurityContextV1.SecurityContext.parseFrom(com.google.protobuf.ByteString data) static V1.SecurityContextV1.SecurityContext.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.SecurityContextV1.SecurityContext.parseFrom(com.google.protobuf.CodedInputStream input) static V1.SecurityContextV1.SecurityContext.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.SecurityContextV1.SecurityContext.parseFrom(InputStream input) static V1.SecurityContextV1.SecurityContext.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.SecurityContextV1.SecurityContext.parseFrom(ByteBuffer data) static V1.SecurityContextV1.SecurityContext.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.kubernetes.client.proto that return types with arguments of type V1.SecurityContextModifier and TypeMethodDescriptioncom.google.protobuf.Parser<V1.SecurityContext>V1.SecurityContext.getParserForType()static com.google.protobuf.Parser<V1.SecurityContext>V1.SecurityContext.parser()Methods in io.kubernetes.client.proto with parameters of type V1.SecurityContextModifier and TypeMethodDescriptionV1.SecurityContext.Builder.mergeFrom(V1.SecurityContext other) V1.Container.Builder.mergeSecurityContext(V1.SecurityContext value) SecurityContext defines the security options the container should be run with.V1.EphemeralContainerCommon.Builder.mergeSecurityContext(V1.SecurityContext value) Optional: SecurityContext defines the security options the ephemeral container should be run with.static V1.SecurityContext.BuilderV1.SecurityContext.newBuilder(V1.SecurityContext prototype) V1.Container.Builder.setSecurityContext(V1.SecurityContext value) SecurityContext defines the security options the container should be run with.V1.EphemeralContainerCommon.Builder.setSecurityContext(V1.SecurityContext value) Optional: SecurityContext defines the security options the ephemeral container should be run with.