Uses of Class
io.kubernetes.client.openapi.models.V1OwnerReference
Packages that use V1OwnerReference
-
Uses of V1OwnerReference in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1OwnerReferenceModifier and TypeMethodDescriptionV1OwnerReference.apiVersion(String apiVersion) V1OwnerReference.blockOwnerDeletion(Boolean blockOwnerDeletion) V1OwnerReference.controller(Boolean controller) static V1OwnerReferenceCreate an instance of V1OwnerReference given an JSON stringMethods in io.kubernetes.client.openapi.models that return types with arguments of type V1OwnerReferenceModifier and TypeMethodDescriptionV1ObjectMeta.getOwnerReferences()List of objects depended by this object.Methods in io.kubernetes.client.openapi.models with parameters of type V1OwnerReferenceModifier and TypeMethodDescriptionV1ObjectMeta.addOwnerReferencesItem(V1OwnerReference ownerReferencesItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1OwnerReferenceModifier and TypeMethodDescriptionV1ObjectMeta.ownerReferences(List<V1OwnerReference> ownerReferences) voidV1ObjectMeta.setOwnerReferences(List<V1OwnerReference> ownerReferences)