Uses of Interface
org.cdk8s.plus25.k8s.ObjectReference
-
Packages that use ObjectReference Package Description org.cdk8s.plus25.k8s -
-
Uses of ObjectReference in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement ObjectReference Modifier and Type Class Description static classObjectReference.Jsii$ProxyAn implementation forObjectReferenceMethods in org.cdk8s.plus25.k8s that return ObjectReference Modifier and Type Method Description ObjectReferenceObjectReference.Builder. build()Builds the configured instance.default ObjectReferencePersistentVolumeSpec. getClaimRef()claimRef is part of a bi-directional binding between PersistentVolume and PersistentVolumeClaim.ObjectReferencePersistentVolumeSpec.Jsii$Proxy. getClaimRef()default ObjectReferenceKubeEventProps. getRegarding()regarding contains the object this Event is about.ObjectReferenceKubeEventProps.Jsii$Proxy. getRegarding()default ObjectReferenceKubeEventProps. getRelated()related is the optional secondary object for more complex actions.ObjectReferenceKubeEventProps.Jsii$Proxy. getRelated()default ObjectReferenceStorageOsPersistentVolumeSource. getSecretRef()secretRef specifies the secret to use for obtaining the StorageOS API credentials.ObjectReferenceStorageOsPersistentVolumeSource.Jsii$Proxy. getSecretRef()ObjectReferenceKubeBindingProps. getTarget()The target object that you want to bind to the standard object.ObjectReferenceKubeBindingProps.Jsii$Proxy. getTarget()default ObjectReferenceEndpoint. getTargetRef()targetRef is a reference to a Kubernetes object that represents this endpoint.ObjectReferenceEndpoint.Jsii$Proxy. getTargetRef()default ObjectReferenceEndpointAddress. getTargetRef()Reference to object providing the endpoint.ObjectReferenceEndpointAddress.Jsii$Proxy. getTargetRef()Methods in org.cdk8s.plus25.k8s that return types with arguments of type ObjectReference Modifier and Type Method Description default List<ObjectReference>KubeServiceAccountProps. getSecrets()Secrets is a list of the secrets in the same namespace that pods running using this ServiceAccount are allowed to use.List<ObjectReference>KubeServiceAccountProps.Jsii$Proxy. getSecrets()Methods in org.cdk8s.plus25.k8s with parameters of type ObjectReference Modifier and Type Method Description PersistentVolumeSpec.BuilderPersistentVolumeSpec.Builder. claimRef(ObjectReference claimRef)Sets the value ofPersistentVolumeSpec.getClaimRef()KubeEvent.BuilderKubeEvent.Builder. regarding(ObjectReference regarding)regarding contains the object this Event is about.KubeEventProps.BuilderKubeEventProps.Builder. regarding(ObjectReference regarding)Sets the value ofKubeEventProps.getRegarding()KubeEvent.BuilderKubeEvent.Builder. related(ObjectReference related)related is the optional secondary object for more complex actions.KubeEventProps.BuilderKubeEventProps.Builder. related(ObjectReference related)Sets the value ofKubeEventProps.getRelated()StorageOsPersistentVolumeSource.BuilderStorageOsPersistentVolumeSource.Builder. secretRef(ObjectReference secretRef)Sets the value ofStorageOsPersistentVolumeSource.getSecretRef()KubeBinding.BuilderKubeBinding.Builder. target(ObjectReference target)The target object that you want to bind to the standard object.KubeBindingProps.BuilderKubeBindingProps.Builder. target(ObjectReference target)Sets the value ofKubeBindingProps.getTarget()Endpoint.BuilderEndpoint.Builder. targetRef(ObjectReference targetRef)Sets the value ofEndpoint.getTargetRef()EndpointAddress.BuilderEndpointAddress.Builder. targetRef(ObjectReference targetRef)Sets the value ofEndpointAddress.getTargetRef()Method parameters in org.cdk8s.plus25.k8s with type arguments of type ObjectReference Modifier and Type Method Description KubeServiceAccount.BuilderKubeServiceAccount.Builder. secrets(List<? extends ObjectReference> secrets)Secrets is a list of the secrets in the same namespace that pods running using this ServiceAccount are allowed to use.KubeServiceAccountProps.BuilderKubeServiceAccountProps.Builder. secrets(List<? extends ObjectReference> secrets)Sets the value ofKubeServiceAccountProps.getSecrets()
-