Uses of Interface
org.cdk8s.plus25.k8s.LocalObjectReference
-
Packages that use LocalObjectReference Package Description org.cdk8s.plus25.k8s -
-
Uses of LocalObjectReference in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement LocalObjectReference Modifier and Type Class Description static classLocalObjectReference.Jsii$ProxyAn implementation forLocalObjectReferenceMethods in org.cdk8s.plus25.k8s that return LocalObjectReference Modifier and Type Method Description LocalObjectReferenceLocalObjectReference.Builder. build()Builds the configured instance.default LocalObjectReferenceCsiVolumeSource. getNodePublishSecretRef()nodePublishSecretRef is a reference to the secret object containing sensitive information to pass to the CSI driver to complete the CSI NodePublishVolume and NodeUnpublishVolume calls.LocalObjectReferenceCsiVolumeSource.Jsii$Proxy. getNodePublishSecretRef()default LocalObjectReferenceCephFsVolumeSource. getSecretRef()secretRef is Optional: SecretRef is reference to the authentication secret for User, default is empty.LocalObjectReferenceCephFsVolumeSource.Jsii$Proxy. getSecretRef()default LocalObjectReferenceCinderVolumeSource. getSecretRef()secretRef is optional: points to a secret object containing parameters used to connect to OpenStack.LocalObjectReferenceCinderVolumeSource.Jsii$Proxy. getSecretRef()default LocalObjectReferenceFlexVolumeSource. getSecretRef()secretRef is Optional: secretRef is reference to the secret object containing sensitive information to pass to the plugin scripts.LocalObjectReferenceFlexVolumeSource.Jsii$Proxy. getSecretRef()default LocalObjectReferenceIscsiVolumeSource. getSecretRef()secretRef is the CHAP Secret for iSCSI target and initiator authentication.LocalObjectReferenceIscsiVolumeSource.Jsii$Proxy. getSecretRef()default LocalObjectReferenceRbdVolumeSource. getSecretRef()secretRef is name of the authentication secret for RBDUser.LocalObjectReferenceRbdVolumeSource.Jsii$Proxy. getSecretRef()LocalObjectReferenceScaleIoVolumeSource. getSecretRef()secretRef references to the secret for ScaleIO user and other sensitive information.LocalObjectReferenceScaleIoVolumeSource.Jsii$Proxy. getSecretRef()default LocalObjectReferenceStorageOsVolumeSource. getSecretRef()secretRef specifies the secret to use for obtaining the StorageOS API credentials.LocalObjectReferenceStorageOsVolumeSource.Jsii$Proxy. getSecretRef()Methods in org.cdk8s.plus25.k8s that return types with arguments of type LocalObjectReference Modifier and Type Method Description default List<LocalObjectReference>KubeServiceAccountProps. getImagePullSecrets()ImagePullSecrets is a list of references to secrets in the same namespace to use for pulling any images in pods that reference this ServiceAccount.List<LocalObjectReference>KubeServiceAccountProps.Jsii$Proxy. getImagePullSecrets()default List<LocalObjectReference>PodSpec. getImagePullSecrets()ImagePullSecrets is an optional list of references to secrets in the same namespace to use for pulling any of the images used by this PodSpec.List<LocalObjectReference>PodSpec.Jsii$Proxy. getImagePullSecrets()Method parameters in org.cdk8s.plus25.k8s with type arguments of type LocalObjectReference Modifier and Type Method Description KubeServiceAccount.BuilderKubeServiceAccount.Builder. imagePullSecrets(List<? extends LocalObjectReference> imagePullSecrets)ImagePullSecrets is a list of references to secrets in the same namespace to use for pulling any images in pods that reference this ServiceAccount.KubeServiceAccountProps.BuilderKubeServiceAccountProps.Builder. imagePullSecrets(List<? extends LocalObjectReference> imagePullSecrets)Sets the value ofKubeServiceAccountProps.getImagePullSecrets()PodSpec.BuilderPodSpec.Builder. imagePullSecrets(List<? extends LocalObjectReference> imagePullSecrets)Sets the value ofPodSpec.getImagePullSecrets()
-