Uses of Class
io.kubernetes.client.proto.V1beta1Policy.HostPortRange
-
Uses of V1beta1Policy.HostPortRange in io.kubernetes.client.proto
Fields in io.kubernetes.client.proto with type parameters of type V1beta1Policy.HostPortRangeModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<V1beta1Policy.HostPortRange>
V1beta1Policy.HostPortRange.PARSER
Deprecated.Methods in io.kubernetes.client.proto that return V1beta1Policy.HostPortRangeModifier and TypeMethodDescriptionV1beta1Policy.HostPortRange.Builder.build()
V1beta1Policy.HostPortRange.Builder.buildPartial()
static V1beta1Policy.HostPortRange
V1beta1Policy.HostPortRange.getDefaultInstance()
V1beta1Policy.HostPortRange.Builder.getDefaultInstanceForType()
V1beta1Policy.HostPortRange.getDefaultInstanceForType()
V1beta1Policy.PodSecurityPolicySpec.Builder.getHostPorts
(int index) hostPorts determines which host port ranges are allowed to be exposed.V1beta1Policy.PodSecurityPolicySpec.getHostPorts
(int index) hostPorts determines which host port ranges are allowed to be exposed.V1beta1Policy.PodSecurityPolicySpecOrBuilder.getHostPorts
(int index) hostPorts determines which host port ranges are allowed to be exposed.static V1beta1Policy.HostPortRange
V1beta1Policy.HostPortRange.parseDelimitedFrom
(InputStream input) static V1beta1Policy.HostPortRange
V1beta1Policy.HostPortRange.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1beta1Policy.HostPortRange
V1beta1Policy.HostPortRange.parseFrom
(byte[] data) static V1beta1Policy.HostPortRange
V1beta1Policy.HostPortRange.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1beta1Policy.HostPortRange
V1beta1Policy.HostPortRange.parseFrom
(com.google.protobuf.ByteString data) static V1beta1Policy.HostPortRange
V1beta1Policy.HostPortRange.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1beta1Policy.HostPortRange
V1beta1Policy.HostPortRange.parseFrom
(com.google.protobuf.CodedInputStream input) static V1beta1Policy.HostPortRange
V1beta1Policy.HostPortRange.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1beta1Policy.HostPortRange
V1beta1Policy.HostPortRange.parseFrom
(InputStream input) static V1beta1Policy.HostPortRange
V1beta1Policy.HostPortRange.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1beta1Policy.HostPortRange
V1beta1Policy.HostPortRange.parseFrom
(ByteBuffer data) static V1beta1Policy.HostPortRange
V1beta1Policy.HostPortRange.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.kubernetes.client.proto that return types with arguments of type V1beta1Policy.HostPortRangeModifier and TypeMethodDescriptionV1beta1Policy.PodSecurityPolicySpec.Builder.getHostPortsList()
hostPorts determines which host port ranges are allowed to be exposed.V1beta1Policy.PodSecurityPolicySpec.getHostPortsList()
hostPorts determines which host port ranges are allowed to be exposed.V1beta1Policy.PodSecurityPolicySpecOrBuilder.getHostPortsList()
hostPorts determines which host port ranges are allowed to be exposed.com.google.protobuf.Parser<V1beta1Policy.HostPortRange>
V1beta1Policy.HostPortRange.getParserForType()
static com.google.protobuf.Parser<V1beta1Policy.HostPortRange>
V1beta1Policy.HostPortRange.parser()
Methods in io.kubernetes.client.proto with parameters of type V1beta1Policy.HostPortRangeModifier and TypeMethodDescriptionV1beta1Policy.PodSecurityPolicySpec.Builder.addHostPorts
(int index, V1beta1Policy.HostPortRange value) hostPorts determines which host port ranges are allowed to be exposed.V1beta1Policy.PodSecurityPolicySpec.Builder.addHostPorts
(V1beta1Policy.HostPortRange value) hostPorts determines which host port ranges are allowed to be exposed.V1beta1Policy.HostPortRange.Builder.mergeFrom
(V1beta1Policy.HostPortRange other) V1beta1Policy.HostPortRange.newBuilder
(V1beta1Policy.HostPortRange prototype) V1beta1Policy.PodSecurityPolicySpec.Builder.setHostPorts
(int index, V1beta1Policy.HostPortRange value) hostPorts determines which host port ranges are allowed to be exposed.Method parameters in io.kubernetes.client.proto with type arguments of type V1beta1Policy.HostPortRangeModifier and TypeMethodDescriptionV1beta1Policy.PodSecurityPolicySpec.Builder.addAllHostPorts
(Iterable<? extends V1beta1Policy.HostPortRange> values) hostPorts determines which host port ranges are allowed to be exposed.