Uses of Class
io.kubernetes.client.proto.V1beta1Policy.AllowedHostPath
-
Uses of V1beta1Policy.AllowedHostPath in io.kubernetes.client.proto
Fields in io.kubernetes.client.proto with type parameters of type V1beta1Policy.AllowedHostPathModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<V1beta1Policy.AllowedHostPath>
V1beta1Policy.AllowedHostPath.PARSER
Deprecated.Methods in io.kubernetes.client.proto that return V1beta1Policy.AllowedHostPathModifier and TypeMethodDescriptionV1beta1Policy.AllowedHostPath.Builder.build()
V1beta1Policy.AllowedHostPath.Builder.buildPartial()
V1beta1Policy.PodSecurityPolicySpec.Builder.getAllowedHostPaths
(int index) allowedHostPaths is an allowlist of host paths.V1beta1Policy.PodSecurityPolicySpec.getAllowedHostPaths
(int index) allowedHostPaths is an allowlist of host paths.V1beta1Policy.PodSecurityPolicySpecOrBuilder.getAllowedHostPaths
(int index) allowedHostPaths is an allowlist of host paths.V1beta1Policy.AllowedHostPath.getDefaultInstance()
V1beta1Policy.AllowedHostPath.Builder.getDefaultInstanceForType()
V1beta1Policy.AllowedHostPath.getDefaultInstanceForType()
V1beta1Policy.AllowedHostPath.parseDelimitedFrom
(InputStream input) V1beta1Policy.AllowedHostPath.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) V1beta1Policy.AllowedHostPath.parseFrom
(byte[] data) V1beta1Policy.AllowedHostPath.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) V1beta1Policy.AllowedHostPath.parseFrom
(com.google.protobuf.ByteString data) V1beta1Policy.AllowedHostPath.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) V1beta1Policy.AllowedHostPath.parseFrom
(com.google.protobuf.CodedInputStream input) V1beta1Policy.AllowedHostPath.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) V1beta1Policy.AllowedHostPath.parseFrom
(InputStream input) V1beta1Policy.AllowedHostPath.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) V1beta1Policy.AllowedHostPath.parseFrom
(ByteBuffer data) V1beta1Policy.AllowedHostPath.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.kubernetes.client.proto that return types with arguments of type V1beta1Policy.AllowedHostPathModifier and TypeMethodDescriptionV1beta1Policy.PodSecurityPolicySpec.Builder.getAllowedHostPathsList()
allowedHostPaths is an allowlist of host paths.V1beta1Policy.PodSecurityPolicySpec.getAllowedHostPathsList()
allowedHostPaths is an allowlist of host paths.V1beta1Policy.PodSecurityPolicySpecOrBuilder.getAllowedHostPathsList()
allowedHostPaths is an allowlist of host paths.com.google.protobuf.Parser<V1beta1Policy.AllowedHostPath>
V1beta1Policy.AllowedHostPath.getParserForType()
static com.google.protobuf.Parser<V1beta1Policy.AllowedHostPath>
V1beta1Policy.AllowedHostPath.parser()
Methods in io.kubernetes.client.proto with parameters of type V1beta1Policy.AllowedHostPathModifier and TypeMethodDescriptionV1beta1Policy.PodSecurityPolicySpec.Builder.addAllowedHostPaths
(int index, V1beta1Policy.AllowedHostPath value) allowedHostPaths is an allowlist of host paths.V1beta1Policy.PodSecurityPolicySpec.Builder.addAllowedHostPaths
(V1beta1Policy.AllowedHostPath value) allowedHostPaths is an allowlist of host paths.V1beta1Policy.AllowedHostPath.Builder.mergeFrom
(V1beta1Policy.AllowedHostPath other) V1beta1Policy.AllowedHostPath.newBuilder
(V1beta1Policy.AllowedHostPath prototype) V1beta1Policy.PodSecurityPolicySpec.Builder.setAllowedHostPaths
(int index, V1beta1Policy.AllowedHostPath value) allowedHostPaths is an allowlist of host paths.Method parameters in io.kubernetes.client.proto with type arguments of type V1beta1Policy.AllowedHostPathModifier and TypeMethodDescriptionV1beta1Policy.PodSecurityPolicySpec.Builder.addAllAllowedHostPaths
(Iterable<? extends V1beta1Policy.AllowedHostPath> values) allowedHostPaths is an allowlist of host paths.