Package io.kubernetes.client.proto
Interface V1.BindingOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1.Binding
,V1.Binding.Builder
- Enclosing class:
- V1
public static interface V1.BindingOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionStandard object's metadata.Standard object's metadata.The target object that you want to bind to the standard object.The target object that you want to bind to the standard object.boolean
Standard object's metadata.boolean
The target object that you want to bind to the standard object.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
-
hasMetadata
boolean hasMetadata()Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;
-
getMetadata
Meta.ObjectMeta getMetadata()Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;
-
getMetadataOrBuilder
Meta.ObjectMetaOrBuilder getMetadataOrBuilder()Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;
-
hasTarget
boolean hasTarget()The target object that you want to bind to the standard object.
optional .k8s.io.api.core.v1.ObjectReference target = 2;
-
getTarget
V1.ObjectReference getTarget()The target object that you want to bind to the standard object.
optional .k8s.io.api.core.v1.ObjectReference target = 2;
-
getTargetOrBuilder
V1.ObjectReferenceOrBuilder getTargetOrBuilder()The target object that you want to bind to the standard object.
optional .k8s.io.api.core.v1.ObjectReference target = 2;
-