Uses of Interface
k8s.io.apimachinery.pkg.util.intstr.Generated.IntOrStringOrBuilder
-
Packages that use Generated.IntOrStringOrBuilder Package Description k8s.io.api.core.v1 k8s.io.api.networking.v1 k8s.io.apimachinery.pkg.util.intstr -
-
Uses of Generated.IntOrStringOrBuilder in k8s.io.api.core.v1
Methods in k8s.io.api.core.v1 that return Generated.IntOrStringOrBuilder Modifier and Type Method Description Generated.IntOrStringOrBuilderGenerated.HTTPGetAction.Builder. getPortOrBuilder()Name or number of the port to access on the container.Generated.IntOrStringOrBuilderGenerated.HTTPGetAction. getPortOrBuilder()Name or number of the port to access on the container.Generated.IntOrStringOrBuilderGenerated.HTTPGetActionOrBuilder. getPortOrBuilder()Name or number of the port to access on the container.Generated.IntOrStringOrBuilderGenerated.TCPSocketAction.Builder. getPortOrBuilder()Number or name of the port to access on the container.Generated.IntOrStringOrBuilderGenerated.TCPSocketAction. getPortOrBuilder()Number or name of the port to access on the container.Generated.IntOrStringOrBuilderGenerated.TCPSocketActionOrBuilder. getPortOrBuilder()Number or name of the port to access on the container.Generated.IntOrStringOrBuilderGenerated.ServicePort.Builder. getTargetPortOrBuilder()Number or name of the port to access on the pods targeted by the service.Generated.IntOrStringOrBuilderGenerated.ServicePort. getTargetPortOrBuilder()Number or name of the port to access on the pods targeted by the service.Generated.IntOrStringOrBuilderGenerated.ServicePortOrBuilder. getTargetPortOrBuilder()Number or name of the port to access on the pods targeted by the service. -
Uses of Generated.IntOrStringOrBuilder in k8s.io.api.networking.v1
Methods in k8s.io.api.networking.v1 that return Generated.IntOrStringOrBuilder Modifier and Type Method Description Generated.IntOrStringOrBuilderGenerated.NetworkPolicyPort.Builder. getPortOrBuilder()port represents the port on the given protocol.Generated.IntOrStringOrBuilderGenerated.NetworkPolicyPort. getPortOrBuilder()port represents the port on the given protocol.Generated.IntOrStringOrBuilderGenerated.NetworkPolicyPortOrBuilder. getPortOrBuilder()port represents the port on the given protocol. -
Uses of Generated.IntOrStringOrBuilder in k8s.io.apimachinery.pkg.util.intstr
Classes in k8s.io.apimachinery.pkg.util.intstr that implement Generated.IntOrStringOrBuilder Modifier and Type Class Description static classGenerated.IntOrStringIntOrString is a type that can hold an int32 or a string.static classGenerated.IntOrString.BuilderIntOrString is a type that can hold an int32 or a string.
-