Uses of Class
io.fabric8.kubernetes.api.model.SecretKeySelector
-
Packages that use SecretKeySelector Package Description io.fabric8.kubernetes.api.model -
-
Uses of SecretKeySelector in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return SecretKeySelector Modifier and Type Method Description SecretKeySelectorSecretKeySelectorBuilder. build()SecretKeySelectorEnvVarSourceFluent. buildSecretKeyRef()SecretKeySelectorEnvVarSource. getSecretKeyRef()EnvVarSource represents a source for the value of an EnvVar.Methods in io.fabric8.kubernetes.api.model with parameters of type SecretKeySelector Modifier and Type Method Description protected voidSecretKeySelectorFluent. copyInstance(SecretKeySelector instance)EnvVarSourceFluent.SecretKeyRefNested<A>EnvVarSourceFluent. editOrNewSecretKeyRefLike(SecretKeySelector item)voidEnvVarSource. setSecretKeyRef(SecretKeySelector secretKeyRef)EnvVarSource represents a source for the value of an EnvVar.EnvVarSourceFluent.SecretKeyRefNested<A>EnvVarSourceFluent. withNewSecretKeyRefLike(SecretKeySelector item)AEnvVarSourceFluent. withSecretKeyRef(SecretKeySelector secretKeyRef)Constructors in io.fabric8.kubernetes.api.model with parameters of type SecretKeySelector Constructor Description EnvVarSource(ConfigMapKeySelector configMapKeyRef, ObjectFieldSelector fieldRef, FileKeySelector fileKeyRef, ResourceFieldSelector resourceFieldRef, SecretKeySelector secretKeyRef)SecretKeySelectorBuilder(SecretKeySelector instance)SecretKeySelectorBuilder(SecretKeySelectorFluent<?> fluent, SecretKeySelector instance)SecretKeySelectorFluent(SecretKeySelector instance)
-