Uses of Class
io.kubernetes.client.proto.Meta.OwnerReference.Builder
-
Uses of Meta.OwnerReference.Builder in io.kubernetes.client.proto
Methods in io.kubernetes.client.proto that return Meta.OwnerReference.BuilderModifier and TypeMethodDescriptionMeta.ObjectMeta.Builder.addOwnerReferencesBuilder()List of objects depended by this object.Meta.ObjectMeta.Builder.addOwnerReferencesBuilder(int index) List of objects depended by this object.Meta.OwnerReference.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Meta.OwnerReference.Builder.clear()Meta.OwnerReference.Builder.clearApiVersion()API version of the referent.Meta.OwnerReference.Builder.clearBlockOwnerDeletion()If true, AND if the owner has the "foregroundDeletion" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed.Meta.OwnerReference.Builder.clearController()If true, this reference points to the managing controller.Meta.OwnerReference.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Meta.OwnerReference.Builder.clearKind()Kind of the referent.Meta.OwnerReference.Builder.clearName()Name of the referent.Meta.OwnerReference.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Meta.OwnerReference.Builder.clearUid()UID of the referent.Meta.OwnerReference.Builder.clone()Meta.ObjectMeta.Builder.getOwnerReferencesBuilder(int index) List of objects depended by this object.V1.PodSignature.Builder.getPodControllerBuilder()Reference to controller whose pods should avoid this node.Meta.OwnerReference.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Meta.OwnerReference.Builder.mergeFrom(com.google.protobuf.Message other) Meta.OwnerReference.Builder.mergeFrom(Meta.OwnerReference other) Meta.OwnerReference.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Meta.OwnerReference.BuilderMeta.OwnerReference.newBuilder()static Meta.OwnerReference.BuilderMeta.OwnerReference.newBuilder(Meta.OwnerReference prototype) Meta.OwnerReference.newBuilderForType()protected Meta.OwnerReference.BuilderMeta.OwnerReference.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Meta.OwnerReference.Builder.setApiVersion(String value) API version of the referent.Meta.OwnerReference.Builder.setApiVersionBytes(com.google.protobuf.ByteString value) API version of the referent.Meta.OwnerReference.Builder.setBlockOwnerDeletion(boolean value) If true, AND if the owner has the "foregroundDeletion" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed.Meta.OwnerReference.Builder.setController(boolean value) If true, this reference points to the managing controller.Meta.OwnerReference.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Kind of the referent.Meta.OwnerReference.Builder.setKindBytes(com.google.protobuf.ByteString value) Kind of the referent.Name of the referent.Meta.OwnerReference.Builder.setNameBytes(com.google.protobuf.ByteString value) Name of the referent.Meta.OwnerReference.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) UID of the referent.Meta.OwnerReference.Builder.setUidBytes(com.google.protobuf.ByteString value) UID of the referent.Meta.OwnerReference.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Meta.OwnerReference.toBuilder()Methods in io.kubernetes.client.proto that return types with arguments of type Meta.OwnerReference.BuilderModifier and TypeMethodDescriptionMeta.ObjectMeta.Builder.getOwnerReferencesBuilderList()List of objects depended by this object.Methods in io.kubernetes.client.proto with parameters of type Meta.OwnerReference.BuilderModifier and TypeMethodDescriptionMeta.ObjectMeta.Builder.addOwnerReferences(int index, Meta.OwnerReference.Builder builderForValue) List of objects depended by this object.Meta.ObjectMeta.Builder.addOwnerReferences(Meta.OwnerReference.Builder builderForValue) List of objects depended by this object.Meta.ObjectMeta.Builder.setOwnerReferences(int index, Meta.OwnerReference.Builder builderForValue) List of objects depended by this object.V1.PodSignature.Builder.setPodController(Meta.OwnerReference.Builder builderForValue) Reference to controller whose pods should avoid this node.