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