Package io.kubernetes.client.proto
Interface V1.PreferAvoidPodsEntryOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1.PreferAvoidPodsEntry,V1.PreferAvoidPodsEntry.Builder
- Enclosing class:
- V1
public static interface V1.PreferAvoidPodsEntryOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionTime at which this entry was added to the list.Time at which this entry was added to the list.Human readable message indicating why this entry was added to the list.com.google.protobuf.ByteStringHuman readable message indicating why this entry was added to the list.The class of pods.The class of pods.(brief) reason why this entry was added to the list.com.google.protobuf.ByteString(brief) reason why this entry was added to the list.booleanTime at which this entry was added to the list.booleanHuman readable message indicating why this entry was added to the list.booleanThe class of pods.boolean(brief) reason why this entry was added to the list.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasPodSignature
boolean hasPodSignature()The class of pods.
optional .k8s.io.api.core.v1.PodSignature podSignature = 1; -
getPodSignature
V1.PodSignature getPodSignature()The class of pods.
optional .k8s.io.api.core.v1.PodSignature podSignature = 1; -
getPodSignatureOrBuilder
V1.PodSignatureOrBuilder getPodSignatureOrBuilder()The class of pods.
optional .k8s.io.api.core.v1.PodSignature podSignature = 1; -
hasEvictionTime
boolean hasEvictionTime()Time at which this entry was added to the list. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time evictionTime = 2; -
getEvictionTime
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; -
getEvictionTimeOrBuilder
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; -
hasReason
boolean hasReason()(brief) reason why this entry was added to the list. +optional
optional string reason = 3; -
getReason
String getReason()(brief) reason why this entry was added to the list. +optional
optional string reason = 3; -
getReasonBytes
com.google.protobuf.ByteString getReasonBytes()(brief) reason why this entry was added to the list. +optional
optional string reason = 3; -
hasMessage
boolean hasMessage()Human readable message indicating why this entry was added to the list. +optional
optional string message = 4; -
getMessage
String getMessage()Human readable message indicating why this entry was added to the list. +optional
optional string message = 4; -
getMessageBytes
com.google.protobuf.ByteString getMessageBytes()Human readable message indicating why this entry was added to the list. +optional
optional string message = 4;
-