public static interface V1alpha1Scheduling.PriorityClassOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
description is an arbitrary string that usually provides guidelines on
when this priority class should be used.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
description is an arbitrary string that usually provides guidelines on
when this priority class should be used.
|
boolean |
getGlobalDefault()
globalDefault specifies whether this PriorityClass should be considered as
the default priority for pods that do not have any priority class.
|
Meta.ObjectMeta |
getMetadata()
Standard object's metadata.
|
Meta.ObjectMetaOrBuilder |
getMetadataOrBuilder()
Standard object's metadata.
|
int |
getValue()
The value of this priority class.
|
boolean |
hasDescription()
description is an arbitrary string that usually provides guidelines on
when this priority class should be used.
|
boolean |
hasGlobalDefault()
globalDefault specifies whether this PriorityClass should be considered as
the default priority for pods that do not have any priority class.
|
boolean |
hasMetadata()
Standard object's metadata.
|
boolean |
hasValue()
The value of this priority class.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasMetadata()
Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;
Meta.ObjectMeta getMetadata()
Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;
Meta.ObjectMetaOrBuilder getMetadataOrBuilder()
Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;
boolean hasValue()
The value of this priority class. This is the actual priority that pods receive when they have the name of this class in their pod spec.
optional int32 value = 2;
int getValue()
The value of this priority class. This is the actual priority that pods receive when they have the name of this class in their pod spec.
optional int32 value = 2;
boolean hasGlobalDefault()
globalDefault specifies whether this PriorityClass should be considered as the default priority for pods that do not have any priority class. Only one PriorityClass can be marked as `globalDefault`. However, if more than one PriorityClasses exists with their `globalDefault` field set to true, the smallest value of such global default PriorityClasses will be used as the default priority. +optional
optional bool globalDefault = 3;
boolean getGlobalDefault()
globalDefault specifies whether this PriorityClass should be considered as the default priority for pods that do not have any priority class. Only one PriorityClass can be marked as `globalDefault`. However, if more than one PriorityClasses exists with their `globalDefault` field set to true, the smallest value of such global default PriorityClasses will be used as the default priority. +optional
optional bool globalDefault = 3;
boolean hasDescription()
description is an arbitrary string that usually provides guidelines on when this priority class should be used. +optional
optional string description = 4;
String getDescription()
description is an arbitrary string that usually provides guidelines on when this priority class should be used. +optional
optional string description = 4;
com.google.protobuf.ByteString getDescriptionBytes()
description is an arbitrary string that usually provides guidelines on when this priority class should be used. +optional
optional string description = 4;
Copyright © 2021. All rights reserved.