Uses of Interface
org.cdk8s.plus24.k8s.ObjectReference
-
Packages that use ObjectReference Package Description org.cdk8s.plus24.k8s -
-
Uses of ObjectReference in org.cdk8s.plus24.k8s
Classes in org.cdk8s.plus24.k8s that implement ObjectReference Modifier and Type Class Description static class
ObjectReference.Jsii$Proxy
An implementation forObjectReference
Methods in org.cdk8s.plus24.k8s that return ObjectReference Modifier and Type Method Description ObjectReference
ObjectReference.Builder. build()
Builds the configured instance.default ObjectReference
PersistentVolumeSpec. getClaimRef()
claimRef is part of a bi-directional binding between PersistentVolume and PersistentVolumeClaim.ObjectReference
PersistentVolumeSpec.Jsii$Proxy. getClaimRef()
default ObjectReference
KubeEventProps. getRegarding()
regarding contains the object this Event is about.ObjectReference
KubeEventProps.Jsii$Proxy. getRegarding()
default ObjectReference
KubeEventV1Beta1Props. getRegarding()
regarding contains the object this Event is about.ObjectReference
KubeEventV1Beta1Props.Jsii$Proxy. getRegarding()
default ObjectReference
KubeEventProps. getRelated()
related is the optional secondary object for more complex actions.ObjectReference
KubeEventProps.Jsii$Proxy. getRelated()
default ObjectReference
KubeEventV1Beta1Props. getRelated()
related is the optional secondary object for more complex actions.ObjectReference
KubeEventV1Beta1Props.Jsii$Proxy. getRelated()
default ObjectReference
StorageOsPersistentVolumeSource. getSecretRef()
secretRef specifies the secret to use for obtaining the StorageOS API credentials.ObjectReference
StorageOsPersistentVolumeSource.Jsii$Proxy. getSecretRef()
ObjectReference
KubeBindingProps. getTarget()
The target object that you want to bind to the standard object.ObjectReference
KubeBindingProps.Jsii$Proxy. getTarget()
default ObjectReference
Endpoint. getTargetRef()
targetRef is a reference to a Kubernetes object that represents this endpoint.ObjectReference
Endpoint.Jsii$Proxy. getTargetRef()
default ObjectReference
EndpointAddress. getTargetRef()
Reference to object providing the endpoint.ObjectReference
EndpointAddress.Jsii$Proxy. getTargetRef()
default ObjectReference
EndpointV1Beta1. getTargetRef()
targetRef is a reference to a Kubernetes object that represents this endpoint.ObjectReference
EndpointV1Beta1.Jsii$Proxy. getTargetRef()
Methods in org.cdk8s.plus24.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.plus24.k8s with parameters of type ObjectReference Modifier and Type Method Description PersistentVolumeSpec.Builder
PersistentVolumeSpec.Builder. claimRef(ObjectReference claimRef)
Sets the value ofPersistentVolumeSpec.getClaimRef()
KubeEvent.Builder
KubeEvent.Builder. regarding(ObjectReference regarding)
regarding contains the object this Event is about.KubeEventProps.Builder
KubeEventProps.Builder. regarding(ObjectReference regarding)
Sets the value ofKubeEventProps.getRegarding()
KubeEventV1Beta1.Builder
KubeEventV1Beta1.Builder. regarding(ObjectReference regarding)
regarding contains the object this Event is about.KubeEventV1Beta1Props.Builder
KubeEventV1Beta1Props.Builder. regarding(ObjectReference regarding)
Sets the value ofKubeEventV1Beta1Props.getRegarding()
KubeEvent.Builder
KubeEvent.Builder. related(ObjectReference related)
related is the optional secondary object for more complex actions.KubeEventProps.Builder
KubeEventProps.Builder. related(ObjectReference related)
Sets the value ofKubeEventProps.getRelated()
KubeEventV1Beta1.Builder
KubeEventV1Beta1.Builder. related(ObjectReference related)
related is the optional secondary object for more complex actions.KubeEventV1Beta1Props.Builder
KubeEventV1Beta1Props.Builder. related(ObjectReference related)
Sets the value ofKubeEventV1Beta1Props.getRelated()
StorageOsPersistentVolumeSource.Builder
StorageOsPersistentVolumeSource.Builder. secretRef(ObjectReference secretRef)
Sets the value ofStorageOsPersistentVolumeSource.getSecretRef()
KubeBinding.Builder
KubeBinding.Builder. target(ObjectReference target)
The target object that you want to bind to the standard object.KubeBindingProps.Builder
KubeBindingProps.Builder. target(ObjectReference target)
Sets the value ofKubeBindingProps.getTarget()
Endpoint.Builder
Endpoint.Builder. targetRef(ObjectReference targetRef)
Sets the value ofEndpoint.getTargetRef()
EndpointAddress.Builder
EndpointAddress.Builder. targetRef(ObjectReference targetRef)
Sets the value ofEndpointAddress.getTargetRef()
EndpointV1Beta1.Builder
EndpointV1Beta1.Builder. targetRef(ObjectReference targetRef)
Sets the value ofEndpointV1Beta1.getTargetRef()
Method parameters in org.cdk8s.plus24.k8s with type arguments of type ObjectReference Modifier and Type Method Description KubeServiceAccount.Builder
KubeServiceAccount.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.Builder
KubeServiceAccountProps.Builder. secrets(List<? extends ObjectReference> secrets)
Sets the value ofKubeServiceAccountProps.getSecrets()
-