Uses of Interface
io.kubernetes.client.openapi.models.V1ObjectMetaFluent.OwnerReferencesNested
Packages that use V1ObjectMetaFluent.OwnerReferencesNested
-
Uses of V1ObjectMetaFluent.OwnerReferencesNested in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1ObjectMetaFluent.OwnerReferencesNestedModifier and TypeMethodDescriptionV1ObjectMetaFluent.addNewOwnerReference()
V1ObjectMetaFluentImpl.addNewOwnerReference()
V1ObjectMetaFluent.addNewOwnerReferenceLike
(io.kubernetes.client.openapi.models.V1OwnerReference item) V1ObjectMetaFluentImpl.addNewOwnerReferenceLike
(io.kubernetes.client.openapi.models.V1OwnerReference item) V1ObjectMetaFluent.editFirstOwnerReference()
V1ObjectMetaFluentImpl.editFirstOwnerReference()
V1ObjectMetaFluent.editLastOwnerReference()
V1ObjectMetaFluentImpl.editLastOwnerReference()
V1ObjectMetaFluent.editMatchingOwnerReference
(Predicate<V1OwnerReferenceBuilder> predicate) V1ObjectMetaFluentImpl.editMatchingOwnerReference
(Predicate<V1OwnerReferenceBuilder> predicate) V1ObjectMetaFluent.editOwnerReference
(Integer index) V1ObjectMetaFluentImpl.editOwnerReference
(Integer index) V1ObjectMetaFluent.setNewOwnerReferenceLike
(Integer index, io.kubernetes.client.openapi.models.V1OwnerReference item) V1ObjectMetaFluentImpl.setNewOwnerReferenceLike
(Integer index, io.kubernetes.client.openapi.models.V1OwnerReference item)