Package k8s.io.api.core.v1
Interface Generated.PreferAvoidPodsEntryOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Generated.PreferAvoidPodsEntry,Generated.PreferAvoidPodsEntry.Builder
- Enclosing class:
- Generated
public static interface Generated.PreferAvoidPodsEntryOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Generated.TimegetEvictionTime()Time at which this entry was added to the list.Generated.TimeOrBuildergetEvictionTimeOrBuilder()Time at which this entry was added to the list.StringgetMessage()Human readable message indicating why this entry was added to the list.com.google.protobuf.ByteStringgetMessageBytes()Human readable message indicating why this entry was added to the list.Generated.PodSignaturegetPodSignature()The class of pods.Generated.PodSignatureOrBuildergetPodSignatureOrBuilder()The class of pods.StringgetReason()(brief) reason why this entry was added to the list.com.google.protobuf.ByteStringgetReasonBytes()(brief) reason why this entry was added to the list.booleanhasEvictionTime()Time at which this entry was added to the list.booleanhasMessage()Human readable message indicating why this entry was added to the list.booleanhasPodSignature()The class of pods.booleanhasReason()(brief) reason why this entry was added to the list.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasPodSignature
boolean hasPodSignature()
The class of pods.
optional .k8s.io.api.core.v1.PodSignature podSignature = 1;- Returns:
- Whether the podSignature field is set.
-
getPodSignature
Generated.PodSignature getPodSignature()
The class of pods.
optional .k8s.io.api.core.v1.PodSignature podSignature = 1;- Returns:
- The podSignature.
-
getPodSignatureOrBuilder
Generated.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;- Returns:
- Whether the evictionTime field is set.
-
getEvictionTime
Generated.Time getEvictionTime()
Time at which this entry was added to the list. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time evictionTime = 2;- Returns:
- The evictionTime.
-
getEvictionTimeOrBuilder
Generated.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;- Returns:
- Whether the reason field is set.
-
getReason
String getReason()
(brief) reason why this entry was added to the list. +optional
optional string reason = 3;- Returns:
- The reason.
-
getReasonBytes
com.google.protobuf.ByteString getReasonBytes()
(brief) reason why this entry was added to the list. +optional
optional string reason = 3;- Returns:
- The bytes for reason.
-
hasMessage
boolean hasMessage()
Human readable message indicating why this entry was added to the list. +optional
optional string message = 4;- Returns:
- Whether the message field is set.
-
getMessage
String getMessage()
Human readable message indicating why this entry was added to the list. +optional
optional string message = 4;- Returns:
- The message.
-
getMessageBytes
com.google.protobuf.ByteString getMessageBytes()
Human readable message indicating why this entry was added to the list. +optional
optional string message = 4;- Returns:
- The bytes for message.
-
-