| Modifier and Type | Field and Description |
|---|---|
static com.google.protobuf.Parser<V1.ServicePort> |
V1.ServicePort.PARSER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
V1.ServicePort |
V1.ServicePort.Builder.build() |
V1.ServicePort |
V1.ServicePort.Builder.buildPartial() |
static V1.ServicePort |
V1.ServicePort.getDefaultInstance() |
V1.ServicePort |
V1.ServicePort.getDefaultInstanceForType() |
V1.ServicePort |
V1.ServicePort.Builder.getDefaultInstanceForType() |
V1.ServicePort |
V1.ServiceSpecOrBuilder.getPorts(int index)
The list of ports that are exposed by this service.
|
V1.ServicePort |
V1.ServiceSpec.getPorts(int index)
The list of ports that are exposed by this service.
|
V1.ServicePort |
V1.ServiceSpec.Builder.getPorts(int index)
The list of ports that are exposed by this service.
|
static V1.ServicePort |
V1.ServicePort.parseDelimitedFrom(InputStream input) |
static V1.ServicePort |
V1.ServicePort.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.ServicePort |
V1.ServicePort.parseFrom(byte[] data) |
static V1.ServicePort |
V1.ServicePort.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.ServicePort |
V1.ServicePort.parseFrom(ByteBuffer data) |
static V1.ServicePort |
V1.ServicePort.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.ServicePort |
V1.ServicePort.parseFrom(com.google.protobuf.ByteString data) |
static V1.ServicePort |
V1.ServicePort.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.ServicePort |
V1.ServicePort.parseFrom(com.google.protobuf.CodedInputStream input) |
static V1.ServicePort |
V1.ServicePort.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.ServicePort |
V1.ServicePort.parseFrom(InputStream input) |
static V1.ServicePort |
V1.ServicePort.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<V1.ServicePort> |
V1.ServicePort.getParserForType() |
List<V1.ServicePort> |
V1.ServiceSpecOrBuilder.getPortsList()
The list of ports that are exposed by this service.
|
List<V1.ServicePort> |
V1.ServiceSpec.getPortsList()
The list of ports that are exposed by this service.
|
List<V1.ServicePort> |
V1.ServiceSpec.Builder.getPortsList()
The list of ports that are exposed by this service.
|
static com.google.protobuf.Parser<V1.ServicePort> |
V1.ServicePort.parser() |
| Modifier and Type | Method and Description |
|---|---|
V1.ServiceSpec.Builder |
V1.ServiceSpec.Builder.addPorts(int index,
V1.ServicePort value)
The list of ports that are exposed by this service.
|
V1.ServiceSpec.Builder |
V1.ServiceSpec.Builder.addPorts(V1.ServicePort value)
The list of ports that are exposed by this service.
|
V1.ServicePort.Builder |
V1.ServicePort.Builder.mergeFrom(V1.ServicePort other) |
static V1.ServicePort.Builder |
V1.ServicePort.newBuilder(V1.ServicePort prototype) |
V1.ServiceSpec.Builder |
V1.ServiceSpec.Builder.setPorts(int index,
V1.ServicePort value)
The list of ports that are exposed by this service.
|
| Modifier and Type | Method and Description |
|---|---|
V1.ServiceSpec.Builder |
V1.ServiceSpec.Builder.addAllPorts(Iterable<? extends V1.ServicePort> values)
The list of ports that are exposed by this service.
|
Copyright © 2023. All rights reserved.