Uses of Interface
org.cdk8s.plus24.k8s.OwnerReference
-
Packages that use OwnerReference Package Description org.cdk8s.plus24.k8s -
-
Uses of OwnerReference in org.cdk8s.plus24.k8s
Classes in org.cdk8s.plus24.k8s that implement OwnerReference Modifier and Type Class Description static class
OwnerReference.Jsii$Proxy
An implementation forOwnerReference
Methods in org.cdk8s.plus24.k8s that return OwnerReference Modifier and Type Method Description OwnerReference
OwnerReference.Builder. build()
Builds the configured instance.Methods in org.cdk8s.plus24.k8s that return types with arguments of type OwnerReference Modifier and Type Method Description default List<OwnerReference>
ObjectMeta. getOwnerReferences()
List of objects depended by this object.List<OwnerReference>
ObjectMeta.Jsii$Proxy. getOwnerReferences()
Method parameters in org.cdk8s.plus24.k8s with type arguments of type OwnerReference Modifier and Type Method Description ObjectMeta.Builder
ObjectMeta.Builder. ownerReferences(List<? extends OwnerReference> ownerReferences)
Sets the value ofObjectMeta.getOwnerReferences()
-