| Package | Description |
|---|---|
| io.kubernetes.client.openapi.models |
| Modifier and Type | Method and Description |
|---|---|
static V1ServicePort.ProtocolEnum |
V1ServicePort.ProtocolEnum.fromValue(String value) |
V1ServicePort.ProtocolEnum |
V1ServicePort.getProtocol()
The IP protocol for this port.
|
V1ServicePort.ProtocolEnum |
V1ServicePort.ProtocolEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static V1ServicePort.ProtocolEnum |
V1ServicePort.ProtocolEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static V1ServicePort.ProtocolEnum[] |
V1ServicePort.ProtocolEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
V1ServicePort |
V1ServicePort.protocol(V1ServicePort.ProtocolEnum protocol) |
void |
V1ServicePort.setProtocol(V1ServicePort.ProtocolEnum protocol) |
void |
V1ServicePort.ProtocolEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
V1ServicePort.ProtocolEnum enumeration) |
Copyright © 2022. All rights reserved.