Uses of Class
k8s.io.apimachinery.pkg.util.intstr.Generated.IntOrString
-
Packages that use Generated.IntOrString Package Description k8s.io.api.core.v1 k8s.io.api.networking.v1 k8s.io.apimachinery.pkg.util.intstr -
-
Uses of Generated.IntOrString in k8s.io.api.core.v1
Methods in k8s.io.api.core.v1 that return Generated.IntOrString Modifier and Type Method Description Generated.IntOrStringGenerated.HTTPGetAction.Builder. getPort()Name or number of the port to access on the container.Generated.IntOrStringGenerated.HTTPGetAction. getPort()Name or number of the port to access on the container.Generated.IntOrStringGenerated.HTTPGetActionOrBuilder. getPort()Name or number of the port to access on the container.Generated.IntOrStringGenerated.TCPSocketAction.Builder. getPort()Number or name of the port to access on the container.Generated.IntOrStringGenerated.TCPSocketAction. getPort()Number or name of the port to access on the container.Generated.IntOrStringGenerated.TCPSocketActionOrBuilder. getPort()Number or name of the port to access on the container.Generated.IntOrStringGenerated.ServicePort.Builder. getTargetPort()Number or name of the port to access on the pods targeted by the service.Generated.IntOrStringGenerated.ServicePort. getTargetPort()Number or name of the port to access on the pods targeted by the service.Generated.IntOrStringGenerated.ServicePortOrBuilder. getTargetPort()Number or name of the port to access on the pods targeted by the service.Methods in k8s.io.api.core.v1 with parameters of type Generated.IntOrString Modifier and Type Method Description Generated.HTTPGetAction.BuilderGenerated.HTTPGetAction.Builder. mergePort(Generated.IntOrString value)Name or number of the port to access on the container.Generated.TCPSocketAction.BuilderGenerated.TCPSocketAction.Builder. mergePort(Generated.IntOrString value)Number or name of the port to access on the container.Generated.ServicePort.BuilderGenerated.ServicePort.Builder. mergeTargetPort(Generated.IntOrString value)Number or name of the port to access on the pods targeted by the service.Generated.HTTPGetAction.BuilderGenerated.HTTPGetAction.Builder. setPort(Generated.IntOrString value)Name or number of the port to access on the container.Generated.TCPSocketAction.BuilderGenerated.TCPSocketAction.Builder. setPort(Generated.IntOrString value)Number or name of the port to access on the container.Generated.ServicePort.BuilderGenerated.ServicePort.Builder. setTargetPort(Generated.IntOrString value)Number or name of the port to access on the pods targeted by the service. -
Uses of Generated.IntOrString in k8s.io.api.networking.v1
Methods in k8s.io.api.networking.v1 that return Generated.IntOrString Modifier and Type Method Description Generated.IntOrStringGenerated.NetworkPolicyPort.Builder. getPort()port represents the port on the given protocol.Generated.IntOrStringGenerated.NetworkPolicyPort. getPort()port represents the port on the given protocol.Generated.IntOrStringGenerated.NetworkPolicyPortOrBuilder. getPort()port represents the port on the given protocol.Methods in k8s.io.api.networking.v1 with parameters of type Generated.IntOrString Modifier and Type Method Description Generated.NetworkPolicyPort.BuilderGenerated.NetworkPolicyPort.Builder. mergePort(Generated.IntOrString value)port represents the port on the given protocol.Generated.NetworkPolicyPort.BuilderGenerated.NetworkPolicyPort.Builder. setPort(Generated.IntOrString value)port represents the port on the given protocol. -
Uses of Generated.IntOrString in k8s.io.apimachinery.pkg.util.intstr
Fields in k8s.io.apimachinery.pkg.util.intstr with type parameters of type Generated.IntOrString Modifier and Type Field Description static com.google.protobuf.Parser<Generated.IntOrString>Generated.IntOrString. PARSERDeprecated.Methods in k8s.io.apimachinery.pkg.util.intstr that return Generated.IntOrString Modifier and Type Method Description Generated.IntOrStringGenerated.IntOrString.Builder. build()Generated.IntOrStringGenerated.IntOrString.Builder. buildPartial()static Generated.IntOrStringGenerated.IntOrString. getDefaultInstance()Generated.IntOrStringGenerated.IntOrString.Builder. getDefaultInstanceForType()Generated.IntOrStringGenerated.IntOrString. getDefaultInstanceForType()static Generated.IntOrStringGenerated.IntOrString. parseDelimitedFrom(InputStream input)static Generated.IntOrStringGenerated.IntOrString. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Generated.IntOrStringGenerated.IntOrString. parseFrom(byte[] data)static Generated.IntOrStringGenerated.IntOrString. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Generated.IntOrStringGenerated.IntOrString. parseFrom(com.google.protobuf.ByteString data)static Generated.IntOrStringGenerated.IntOrString. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Generated.IntOrStringGenerated.IntOrString. parseFrom(com.google.protobuf.CodedInputStream input)static Generated.IntOrStringGenerated.IntOrString. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Generated.IntOrStringGenerated.IntOrString. parseFrom(InputStream input)static Generated.IntOrStringGenerated.IntOrString. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Generated.IntOrStringGenerated.IntOrString. parseFrom(ByteBuffer data)static Generated.IntOrStringGenerated.IntOrString. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in k8s.io.apimachinery.pkg.util.intstr that return types with arguments of type Generated.IntOrString Modifier and Type Method Description com.google.protobuf.Parser<Generated.IntOrString>Generated.IntOrString. getParserForType()static com.google.protobuf.Parser<Generated.IntOrString>Generated.IntOrString. parser()Methods in k8s.io.apimachinery.pkg.util.intstr with parameters of type Generated.IntOrString Modifier and Type Method Description Generated.IntOrString.BuilderGenerated.IntOrString.Builder. mergeFrom(Generated.IntOrString other)static Generated.IntOrString.BuilderGenerated.IntOrString. newBuilder(Generated.IntOrString prototype)
-