Uses of Class
io.kubernetes.client.proto.V1.SeccompProfile
-
Uses of V1.SeccompProfile in io.kubernetes.client.proto
Fields in io.kubernetes.client.proto with type parameters of type V1.SeccompProfileModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<V1.SeccompProfile>V1.SeccompProfile.PARSERDeprecated.Methods in io.kubernetes.client.proto that return V1.SeccompProfileModifier and TypeMethodDescriptionV1.SeccompProfile.Builder.build()V1.SeccompProfile.Builder.buildPartial()static V1.SeccompProfileV1.SeccompProfile.getDefaultInstance()V1.SeccompProfile.Builder.getDefaultInstanceForType()V1.SeccompProfile.getDefaultInstanceForType()V1.PodSecurityContext.Builder.getSeccompProfile()The seccomp options to use by the containers in this pod.V1.PodSecurityContext.getSeccompProfile()The seccomp options to use by the containers in this pod.V1.PodSecurityContextOrBuilder.getSeccompProfile()The seccomp options to use by the containers in this pod.V1.SecurityContext.Builder.getSeccompProfile()The seccomp options to use by this container.V1.SecurityContext.getSeccompProfile()The seccomp options to use by this container.V1.SecurityContextOrBuilder.getSeccompProfile()The seccomp options to use by this container.static V1.SeccompProfileV1.SeccompProfile.parseDelimitedFrom(InputStream input) static V1.SeccompProfileV1.SeccompProfile.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.SeccompProfileV1.SeccompProfile.parseFrom(byte[] data) static V1.SeccompProfileV1.SeccompProfile.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.SeccompProfileV1.SeccompProfile.parseFrom(com.google.protobuf.ByteString data) static V1.SeccompProfileV1.SeccompProfile.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.SeccompProfileV1.SeccompProfile.parseFrom(com.google.protobuf.CodedInputStream input) static V1.SeccompProfileV1.SeccompProfile.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.SeccompProfileV1.SeccompProfile.parseFrom(InputStream input) static V1.SeccompProfileV1.SeccompProfile.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.SeccompProfileV1.SeccompProfile.parseFrom(ByteBuffer data) static V1.SeccompProfileV1.SeccompProfile.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.kubernetes.client.proto that return types with arguments of type V1.SeccompProfileModifier and TypeMethodDescriptioncom.google.protobuf.Parser<V1.SeccompProfile>V1.SeccompProfile.getParserForType()static com.google.protobuf.Parser<V1.SeccompProfile>V1.SeccompProfile.parser()Methods in io.kubernetes.client.proto with parameters of type V1.SeccompProfileModifier and TypeMethodDescriptionV1.SeccompProfile.Builder.mergeFrom(V1.SeccompProfile other) V1.PodSecurityContext.Builder.mergeSeccompProfile(V1.SeccompProfile value) The seccomp options to use by the containers in this pod.V1.SecurityContext.Builder.mergeSeccompProfile(V1.SeccompProfile value) The seccomp options to use by this container.static V1.SeccompProfile.BuilderV1.SeccompProfile.newBuilder(V1.SeccompProfile prototype) V1.PodSecurityContext.Builder.setSeccompProfile(V1.SeccompProfile value) The seccomp options to use by the containers in this pod.V1.SecurityContext.Builder.setSeccompProfile(V1.SeccompProfile value) The seccomp options to use by this container.