public static interface V1.WeightedPodAffinityTermOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
V1.PodAffinityTerm |
getPodAffinityTerm()
Required.
|
V1.PodAffinityTermOrBuilder |
getPodAffinityTermOrBuilder()
Required.
|
int |
getWeight()
weight associated with matching the corresponding podAffinityTerm,
in the range 1-100.
|
boolean |
hasPodAffinityTerm()
Required.
|
boolean |
hasWeight()
weight associated with matching the corresponding podAffinityTerm,
in the range 1-100.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasWeight()
weight associated with matching the corresponding podAffinityTerm, in the range 1-100.
optional int32 weight = 1;int getWeight()
weight associated with matching the corresponding podAffinityTerm, in the range 1-100.
optional int32 weight = 1;boolean hasPodAffinityTerm()
Required. A pod affinity term, associated with the corresponding weight.
optional .k8s.io.api.core.v1.PodAffinityTerm podAffinityTerm = 2;V1.PodAffinityTerm getPodAffinityTerm()
Required. A pod affinity term, associated with the corresponding weight.
optional .k8s.io.api.core.v1.PodAffinityTerm podAffinityTerm = 2;V1.PodAffinityTermOrBuilder getPodAffinityTermOrBuilder()
Required. A pod affinity term, associated with the corresponding weight.
optional .k8s.io.api.core.v1.PodAffinityTerm podAffinityTerm = 2;Copyright © 2021. All rights reserved.