Uses of Interface
org.cdk8s.plus25.k8s.ObjectFieldSelector
-
Packages that use ObjectFieldSelector Package Description org.cdk8s.plus25.k8s -
-
Uses of ObjectFieldSelector in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement ObjectFieldSelector Modifier and Type Class Description static classObjectFieldSelector.Jsii$ProxyAn implementation forObjectFieldSelectorMethods in org.cdk8s.plus25.k8s that return ObjectFieldSelector Modifier and Type Method Description ObjectFieldSelectorObjectFieldSelector.Builder. build()Builds the configured instance.default ObjectFieldSelectorDownwardApiVolumeFile. getFieldRef()Required: Selects a field of the pod: only annotations, labels, name and namespace are supported.ObjectFieldSelectorDownwardApiVolumeFile.Jsii$Proxy. getFieldRef()default ObjectFieldSelectorEnvVarSource. getFieldRef()Selects a field of the pod: supports metadata.name, metadata.namespace,metadata.labels['<KEY>'],metadata.annotations['<KEY>'], spec.nodeName, spec.serviceAccountName, status.hostIP, status.podIP, status.podIPs.ObjectFieldSelectorEnvVarSource.Jsii$Proxy. getFieldRef()Methods in org.cdk8s.plus25.k8s with parameters of type ObjectFieldSelector Modifier and Type Method Description DownwardApiVolumeFile.BuilderDownwardApiVolumeFile.Builder. fieldRef(ObjectFieldSelector fieldRef)Sets the value ofDownwardApiVolumeFile.getFieldRef()EnvVarSource.BuilderEnvVarSource.Builder. fieldRef(ObjectFieldSelector fieldRef)Sets the value ofEnvVarSource.getFieldRef()
-