| Package | Description |
|---|---|
| io.kubernetes.client.openapi.models |
| Modifier and Type | Method and Description |
|---|---|
static V1PortStatus.ProtocolEnum |
V1PortStatus.ProtocolEnum.fromValue(String value) |
V1PortStatus.ProtocolEnum |
V1PortStatus.getProtocol()
Protocol is the protocol of the service port of which status is recorded here The supported
values are: \"TCP\", \"UDP\", \"SCTP\" Possible enum values: -
`\"SCTP\"` is the SCTP protocol.
|
V1PortStatus.ProtocolEnum |
V1PortStatus.ProtocolEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static V1PortStatus.ProtocolEnum |
V1PortStatus.ProtocolEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static V1PortStatus.ProtocolEnum[] |
V1PortStatus.ProtocolEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
V1PortStatus |
V1PortStatus.protocol(V1PortStatus.ProtocolEnum protocol) |
void |
V1PortStatus.setProtocol(V1PortStatus.ProtocolEnum protocol) |
void |
V1PortStatus.ProtocolEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
V1PortStatus.ProtocolEnum enumeration) |
Copyright © 2022. All rights reserved.