Uses of Class
io.kubernetes.client.proto.V1.PodSecurityContext
-
Uses of V1.PodSecurityContext in io.kubernetes.client.proto
Fields in io.kubernetes.client.proto with type parameters of type V1.PodSecurityContextModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<V1.PodSecurityContext>
V1.PodSecurityContext.PARSER
Deprecated.Methods in io.kubernetes.client.proto that return V1.PodSecurityContextModifier and TypeMethodDescriptionV1.PodSecurityContext.Builder.build()
V1.PodSecurityContext.Builder.buildPartial()
static V1.PodSecurityContext
V1.PodSecurityContext.getDefaultInstance()
V1.PodSecurityContext.Builder.getDefaultInstanceForType()
V1.PodSecurityContext.getDefaultInstanceForType()
V1.PodSpec.Builder.getSecurityContext()
SecurityContext holds pod-level security attributes and common container settings.V1.PodSpec.getSecurityContext()
SecurityContext holds pod-level security attributes and common container settings.V1.PodSpecOrBuilder.getSecurityContext()
SecurityContext holds pod-level security attributes and common container settings.static V1.PodSecurityContext
V1.PodSecurityContext.parseDelimitedFrom
(InputStream input) static V1.PodSecurityContext
V1.PodSecurityContext.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.PodSecurityContext
V1.PodSecurityContext.parseFrom
(byte[] data) static V1.PodSecurityContext
V1.PodSecurityContext.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.PodSecurityContext
V1.PodSecurityContext.parseFrom
(com.google.protobuf.ByteString data) static V1.PodSecurityContext
V1.PodSecurityContext.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.PodSecurityContext
V1.PodSecurityContext.parseFrom
(com.google.protobuf.CodedInputStream input) static V1.PodSecurityContext
V1.PodSecurityContext.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.PodSecurityContext
V1.PodSecurityContext.parseFrom
(InputStream input) static V1.PodSecurityContext
V1.PodSecurityContext.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.PodSecurityContext
V1.PodSecurityContext.parseFrom
(ByteBuffer data) static V1.PodSecurityContext
V1.PodSecurityContext.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.kubernetes.client.proto that return types with arguments of type V1.PodSecurityContextModifier and TypeMethodDescriptioncom.google.protobuf.Parser<V1.PodSecurityContext>
V1.PodSecurityContext.getParserForType()
static com.google.protobuf.Parser<V1.PodSecurityContext>
V1.PodSecurityContext.parser()
Methods in io.kubernetes.client.proto with parameters of type V1.PodSecurityContextModifier and TypeMethodDescriptionV1.PodSecurityContext.Builder.mergeFrom
(V1.PodSecurityContext other) V1.PodSpec.Builder.mergeSecurityContext
(V1.PodSecurityContext value) SecurityContext holds pod-level security attributes and common container settings.V1.PodSecurityContext.newBuilder
(V1.PodSecurityContext prototype) V1.PodSpec.Builder.setSecurityContext
(V1.PodSecurityContext value) SecurityContext holds pod-level security attributes and common container settings.