Generated.ServicePort.Builder |
Generated.ServiceSpec.Builder.addPortsBuilder() |
The list of ports that are exposed by this service.
|
Generated.ServicePort.Builder |
Generated.ServiceSpec.Builder.addPortsBuilder(int index) |
The list of ports that are exposed by this service.
|
Generated.ServicePort.Builder |
Generated.ServicePort.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Generated.ServicePort.Builder |
Generated.ServicePort.Builder.clear() |
|
Generated.ServicePort.Builder |
Generated.ServicePort.Builder.clearAppProtocol() |
The application protocol for this port.
|
Generated.ServicePort.Builder |
Generated.ServicePort.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
Generated.ServicePort.Builder |
Generated.ServicePort.Builder.clearName() |
The name of this port within the service.
|
Generated.ServicePort.Builder |
Generated.ServicePort.Builder.clearNodePort() |
The port on each node on which this service is exposed when type is
NodePort or LoadBalancer.
|
Generated.ServicePort.Builder |
Generated.ServicePort.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
Generated.ServicePort.Builder |
Generated.ServicePort.Builder.clearPort() |
The port that will be exposed by this service.
|
Generated.ServicePort.Builder |
Generated.ServicePort.Builder.clearProtocol() |
The IP protocol for this port.
|
Generated.ServicePort.Builder |
Generated.ServicePort.Builder.clearTargetPort() |
Number or name of the port to access on the pods targeted by the service.
|
Generated.ServicePort.Builder |
Generated.ServicePort.Builder.clone() |
|
Generated.ServicePort.Builder |
Generated.ServiceSpec.Builder.getPortsBuilder(int index) |
The list of ports that are exposed by this service.
|
Generated.ServicePort.Builder |
Generated.ServicePort.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
Generated.ServicePort.Builder |
Generated.ServicePort.Builder.mergeFrom(com.google.protobuf.Message other) |
|
Generated.ServicePort.Builder |
Generated.ServicePort.Builder.mergeFrom(Generated.ServicePort other) |
|
Generated.ServicePort.Builder |
Generated.ServicePort.Builder.mergeTargetPort(Generated.IntOrString value) |
Number or name of the port to access on the pods targeted by the service.
|
Generated.ServicePort.Builder |
Generated.ServicePort.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static Generated.ServicePort.Builder |
Generated.ServicePort.newBuilder() |
|
static Generated.ServicePort.Builder |
Generated.ServicePort.newBuilder(Generated.ServicePort prototype) |
|
Generated.ServicePort.Builder |
Generated.ServicePort.newBuilderForType() |
|
protected Generated.ServicePort.Builder |
Generated.ServicePort.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
Generated.ServicePort.Builder |
Generated.ServicePort.Builder.setAppProtocol(String value) |
The application protocol for this port.
|
Generated.ServicePort.Builder |
Generated.ServicePort.Builder.setAppProtocolBytes(com.google.protobuf.ByteString value) |
The application protocol for this port.
|
Generated.ServicePort.Builder |
Generated.ServicePort.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Generated.ServicePort.Builder |
Generated.ServicePort.Builder.setName(String value) |
The name of this port within the service.
|
Generated.ServicePort.Builder |
Generated.ServicePort.Builder.setNameBytes(com.google.protobuf.ByteString value) |
The name of this port within the service.
|
Generated.ServicePort.Builder |
Generated.ServicePort.Builder.setNodePort(int value) |
The port on each node on which this service is exposed when type is
NodePort or LoadBalancer.
|
Generated.ServicePort.Builder |
Generated.ServicePort.Builder.setPort(int value) |
The port that will be exposed by this service.
|
Generated.ServicePort.Builder |
Generated.ServicePort.Builder.setProtocol(String value) |
The IP protocol for this port.
|
Generated.ServicePort.Builder |
Generated.ServicePort.Builder.setProtocolBytes(com.google.protobuf.ByteString value) |
The IP protocol for this port.
|
Generated.ServicePort.Builder |
Generated.ServicePort.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
Generated.ServicePort.Builder |
Generated.ServicePort.Builder.setTargetPort(Generated.IntOrString value) |
Number or name of the port to access on the pods targeted by the service.
|
Generated.ServicePort.Builder |
Generated.ServicePort.Builder.setTargetPort(Generated.IntOrString.Builder builderForValue) |
Number or name of the port to access on the pods targeted by the service.
|
Generated.ServicePort.Builder |
Generated.ServicePort.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
Generated.ServicePort.Builder |
Generated.ServicePort.toBuilder() |
|