Package | Description |
---|---|
io.kubernetes.client.openapi.models |
Modifier and Type | Method and Description |
---|---|
static V1Toleration.OperatorEnum |
V1Toleration.OperatorEnum.fromValue(String value) |
V1Toleration.OperatorEnum |
V1Toleration.getOperator()
Operator represents a key's relationship to the value.
|
V1Toleration.OperatorEnum |
V1Toleration.OperatorEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static V1Toleration.OperatorEnum |
V1Toleration.OperatorEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static V1Toleration.OperatorEnum[] |
V1Toleration.OperatorEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
V1Toleration |
V1Toleration.operator(V1Toleration.OperatorEnum operator) |
void |
V1Toleration.setOperator(V1Toleration.OperatorEnum operator) |
void |
V1Toleration.OperatorEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
V1Toleration.OperatorEnum enumeration) |
Copyright © 2022. All rights reserved.