Package | Description |
---|---|
io.kubernetes.client.openapi.models |
Modifier and Type | Method and Description |
---|---|
static V1TopologySpreadConstraint.WhenUnsatisfiableEnum |
V1TopologySpreadConstraint.WhenUnsatisfiableEnum.fromValue(String value) |
V1TopologySpreadConstraint.WhenUnsatisfiableEnum |
V1TopologySpreadConstraint.getWhenUnsatisfiable()
WhenUnsatisfiable indicates how to deal with a pod if it doesn't satisfy the spread
constraint.
|
V1TopologySpreadConstraint.WhenUnsatisfiableEnum |
V1TopologySpreadConstraint.WhenUnsatisfiableEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static V1TopologySpreadConstraint.WhenUnsatisfiableEnum |
V1TopologySpreadConstraint.WhenUnsatisfiableEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static V1TopologySpreadConstraint.WhenUnsatisfiableEnum[] |
V1TopologySpreadConstraint.WhenUnsatisfiableEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
V1TopologySpreadConstraint.setWhenUnsatisfiable(V1TopologySpreadConstraint.WhenUnsatisfiableEnum whenUnsatisfiable) |
V1TopologySpreadConstraint |
V1TopologySpreadConstraint.whenUnsatisfiable(V1TopologySpreadConstraint.WhenUnsatisfiableEnum whenUnsatisfiable) |
void |
V1TopologySpreadConstraint.WhenUnsatisfiableEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
V1TopologySpreadConstraint.WhenUnsatisfiableEnum enumeration) |
Copyright © 2022. All rights reserved.