| Modifier and Type | Method and Description |
|---|---|
V1.PortStatus.Builder |
V1.LoadBalancerIngress.Builder.addPortsBuilder()
Ports is a list of records of service ports
If used, every port defined in the service should have an entry in it
+listType=atomic
+optional
|
V1.PortStatus.Builder |
V1.LoadBalancerIngress.Builder.addPortsBuilder(int index)
Ports is a list of records of service ports
If used, every port defined in the service should have an entry in it
+listType=atomic
+optional
|
V1.PortStatus.Builder |
V1.PortStatus.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1.PortStatus.Builder |
V1.PortStatus.Builder.clear() |
V1.PortStatus.Builder |
V1.PortStatus.Builder.clearError()
Error is to record the problem with the service port
The format of the error shall comply with the following rules:
- built-in error values shall be specified in this file and those shall use
CamelCase names
- cloud provider specific error values must have names that comply with the
format foo.example.com/CamelCase.
|
V1.PortStatus.Builder |
V1.PortStatus.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
V1.PortStatus.Builder |
V1.PortStatus.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
V1.PortStatus.Builder |
V1.PortStatus.Builder.clearPort()
Port is the port number of the service port of which status is recorded here
|
V1.PortStatus.Builder |
V1.PortStatus.Builder.clearProtocol()
Protocol is the protocol of the service port of which status is recorded here
The supported values are: "TCP", "UDP", "SCTP"
|
V1.PortStatus.Builder |
V1.PortStatus.Builder.clone() |
V1.PortStatus.Builder |
V1.LoadBalancerIngress.Builder.getPortsBuilder(int index)
Ports is a list of records of service ports
If used, every port defined in the service should have an entry in it
+listType=atomic
+optional
|
V1.PortStatus.Builder |
V1.PortStatus.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
V1.PortStatus.Builder |
V1.PortStatus.Builder.mergeFrom(com.google.protobuf.Message other) |
V1.PortStatus.Builder |
V1.PortStatus.Builder.mergeFrom(V1.PortStatus other) |
V1.PortStatus.Builder |
V1.PortStatus.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static V1.PortStatus.Builder |
V1.PortStatus.newBuilder() |
static V1.PortStatus.Builder |
V1.PortStatus.newBuilder(V1.PortStatus prototype) |
V1.PortStatus.Builder |
V1.PortStatus.newBuilderForType() |
protected V1.PortStatus.Builder |
V1.PortStatus.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
V1.PortStatus.Builder |
V1.PortStatus.Builder.setError(String value)
Error is to record the problem with the service port
The format of the error shall comply with the following rules:
- built-in error values shall be specified in this file and those shall use
CamelCase names
- cloud provider specific error values must have names that comply with the
format foo.example.com/CamelCase.
|
V1.PortStatus.Builder |
V1.PortStatus.Builder.setErrorBytes(com.google.protobuf.ByteString value)
Error is to record the problem with the service port
The format of the error shall comply with the following rules:
- built-in error values shall be specified in this file and those shall use
CamelCase names
- cloud provider specific error values must have names that comply with the
format foo.example.com/CamelCase.
|
V1.PortStatus.Builder |
V1.PortStatus.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1.PortStatus.Builder |
V1.PortStatus.Builder.setPort(int value)
Port is the port number of the service port of which status is recorded here
|
V1.PortStatus.Builder |
V1.PortStatus.Builder.setProtocol(String value)
Protocol is the protocol of the service port of which status is recorded here
The supported values are: "TCP", "UDP", "SCTP"
|
V1.PortStatus.Builder |
V1.PortStatus.Builder.setProtocolBytes(com.google.protobuf.ByteString value)
Protocol is the protocol of the service port of which status is recorded here
The supported values are: "TCP", "UDP", "SCTP"
|
V1.PortStatus.Builder |
V1.PortStatus.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
V1.PortStatus.Builder |
V1.PortStatus.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
V1.PortStatus.Builder |
V1.PortStatus.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<V1.PortStatus.Builder> |
V1.LoadBalancerIngress.Builder.getPortsBuilderList()
Ports is a list of records of service ports
If used, every port defined in the service should have an entry in it
+listType=atomic
+optional
|
| Modifier and Type | Method and Description |
|---|---|
V1.LoadBalancerIngress.Builder |
V1.LoadBalancerIngress.Builder.addPorts(int index,
V1.PortStatus.Builder builderForValue)
Ports is a list of records of service ports
If used, every port defined in the service should have an entry in it
+listType=atomic
+optional
|
V1.LoadBalancerIngress.Builder |
V1.LoadBalancerIngress.Builder.addPorts(V1.PortStatus.Builder builderForValue)
Ports is a list of records of service ports
If used, every port defined in the service should have an entry in it
+listType=atomic
+optional
|
V1.LoadBalancerIngress.Builder |
V1.LoadBalancerIngress.Builder.setPorts(int index,
V1.PortStatus.Builder builderForValue)
Ports is a list of records of service ports
If used, every port defined in the service should have an entry in it
+listType=atomic
+optional
|
Copyright © 2023. All rights reserved.