public static interface V1.BindingOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Meta.ObjectMeta |
getMetadata()
Standard object's metadata.
|
Meta.ObjectMetaOrBuilder |
getMetadataOrBuilder()
Standard object's metadata.
|
V1.ObjectReference |
getTarget()
The target object that you want to bind to the standard object.
|
V1.ObjectReferenceOrBuilder |
getTargetOrBuilder()
The target object that you want to bind to the standard object.
|
boolean |
hasMetadata()
Standard object's metadata.
|
boolean |
hasTarget()
The target object that you want to bind to the standard object.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMetadata()
Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;Meta.ObjectMeta getMetadata()
Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;Meta.ObjectMetaOrBuilder getMetadataOrBuilder()
Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;boolean hasTarget()
The target object that you want to bind to the standard object.
optional .k8s.io.api.core.v1.ObjectReference target = 2;V1.ObjectReference getTarget()
The target object that you want to bind to the standard object.
optional .k8s.io.api.core.v1.ObjectReference target = 2;V1.ObjectReferenceOrBuilder getTargetOrBuilder()
The target object that you want to bind to the standard object.
optional .k8s.io.api.core.v1.ObjectReference target = 2;Copyright © 2021. All rights reserved.