Uses of Interface
org.cdk8s.plus25.k8s.TypedLocalObjectReference
-
Packages that use TypedLocalObjectReference Package Description org.cdk8s.plus25.k8s -
-
Uses of TypedLocalObjectReference in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement TypedLocalObjectReference Modifier and Type Class Description static classTypedLocalObjectReference.Jsii$ProxyAn implementation forTypedLocalObjectReferenceMethods in org.cdk8s.plus25.k8s that return TypedLocalObjectReference Modifier and Type Method Description TypedLocalObjectReferenceTypedLocalObjectReference.Builder. build()Builds the configured instance.default TypedLocalObjectReferencePersistentVolumeClaimSpec. getDataSource()dataSource field can be used to specify either: * An existing VolumeSnapshot object (snapshot.storage.k8s.io/VolumeSnapshot) * An existing PVC (PersistentVolumeClaim) If the provisioner or an external controller can support the specified data source, it will create a new volume based on the contents of the specified data source.TypedLocalObjectReferencePersistentVolumeClaimSpec.Jsii$Proxy. getDataSource()default TypedLocalObjectReferencePersistentVolumeClaimSpec. getDataSourceRef()dataSourceRef specifies the object from which to populate the volume with data, if a non-empty volume is desired.TypedLocalObjectReferencePersistentVolumeClaimSpec.Jsii$Proxy. getDataSourceRef()default TypedLocalObjectReferenceIngressBackend. getResource()Resource is an ObjectRef to another Kubernetes resource in the namespace of the Ingress object.TypedLocalObjectReferenceIngressBackend.Jsii$Proxy. getResource()Methods in org.cdk8s.plus25.k8s with parameters of type TypedLocalObjectReference Modifier and Type Method Description PersistentVolumeClaimSpec.BuilderPersistentVolumeClaimSpec.Builder. dataSource(TypedLocalObjectReference dataSource)Sets the value ofPersistentVolumeClaimSpec.getDataSource()PersistentVolumeClaimSpec.BuilderPersistentVolumeClaimSpec.Builder. dataSourceRef(TypedLocalObjectReference dataSourceRef)Sets the value ofPersistentVolumeClaimSpec.getDataSourceRef()IngressBackend.BuilderIngressBackend.Builder. resource(TypedLocalObjectReference resource)Sets the value ofIngressBackend.getResource()
-