Package io.kubernetes.client.proto
Interface V1.PodSignatureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1.PodSignature
,V1.PodSignature.Builder
- Enclosing class:
- V1
public static interface V1.PodSignatureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionReference to controller whose pods should avoid this node.Reference to controller whose pods should avoid this node.boolean
Reference to controller whose pods should avoid this node.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasPodController
boolean hasPodController()Reference to controller whose pods should avoid this node. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.OwnerReference podController = 1;
-
getPodController
Meta.OwnerReference getPodController()Reference to controller whose pods should avoid this node. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.OwnerReference podController = 1;
-
getPodControllerOrBuilder
Meta.OwnerReferenceOrBuilder getPodControllerOrBuilder()Reference to controller whose pods should avoid this node. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.OwnerReference podController = 1;
-