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