| Package | Description |
|---|---|
| io.kubernetes.client.openapi.models |
| Modifier and Type | Method and Description |
|---|---|
static V1Toleration.EffectEnum |
V1Toleration.EffectEnum.fromValue(String value) |
V1Toleration.EffectEnum |
V1Toleration.getEffect()
Effect indicates the taint effect to match.
|
V1Toleration.EffectEnum |
V1Toleration.EffectEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static V1Toleration.EffectEnum |
V1Toleration.EffectEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static V1Toleration.EffectEnum[] |
V1Toleration.EffectEnum.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.effect(V1Toleration.EffectEnum effect) |
void |
V1Toleration.setEffect(V1Toleration.EffectEnum effect) |
void |
V1Toleration.EffectEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
V1Toleration.EffectEnum enumeration) |
Copyright © 2022. All rights reserved.