public static interface V1.PreferAvoidPodsEntryOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Meta.Time |
getEvictionTime()
Time at which this entry was added to the list.
|
Meta.TimeOrBuilder |
getEvictionTimeOrBuilder()
Time at which this entry was added to the list.
|
String |
getMessage()
Human readable message indicating why this entry was added to the list.
|
com.google.protobuf.ByteString |
getMessageBytes()
Human readable message indicating why this entry was added to the list.
|
V1.PodSignature |
getPodSignature()
The class of pods.
|
V1.PodSignatureOrBuilder |
getPodSignatureOrBuilder()
The class of pods.
|
String |
getReason()
(brief) reason why this entry was added to the list.
|
com.google.protobuf.ByteString |
getReasonBytes()
(brief) reason why this entry was added to the list.
|
boolean |
hasEvictionTime()
Time at which this entry was added to the list.
|
boolean |
hasMessage()
Human readable message indicating why this entry was added to the list.
|
boolean |
hasPodSignature()
The class of pods.
|
boolean |
hasReason()
(brief) reason why this entry was added to the list.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasPodSignature()
The class of pods.
optional .k8s.io.api.core.v1.PodSignature podSignature = 1;V1.PodSignature getPodSignature()
The class of pods.
optional .k8s.io.api.core.v1.PodSignature podSignature = 1;V1.PodSignatureOrBuilder getPodSignatureOrBuilder()
The class of pods.
optional .k8s.io.api.core.v1.PodSignature podSignature = 1;boolean hasEvictionTime()
Time at which this entry was added to the list. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time evictionTime = 2;Meta.Time getEvictionTime()
Time at which this entry was added to the list. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time evictionTime = 2;Meta.TimeOrBuilder getEvictionTimeOrBuilder()
Time at which this entry was added to the list. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time evictionTime = 2;boolean hasReason()
(brief) reason why this entry was added to the list. +optional
optional string reason = 3;String getReason()
(brief) reason why this entry was added to the list. +optional
optional string reason = 3;com.google.protobuf.ByteString getReasonBytes()
(brief) reason why this entry was added to the list. +optional
optional string reason = 3;boolean hasMessage()
Human readable message indicating why this entry was added to the list. +optional
optional string message = 4;String getMessage()
Human readable message indicating why this entry was added to the list. +optional
optional string message = 4;com.google.protobuf.ByteString getMessageBytes()
Human readable message indicating why this entry was added to the list. +optional
optional string message = 4;Copyright © 2018. All rights reserved.