Uses of Class
io.fabric8.kubernetes.api.model.SecretProjection
-
Packages that use SecretProjection Package Description io.fabric8.kubernetes.api.model -
-
Uses of SecretProjection in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return SecretProjection Modifier and Type Method Description SecretProjectionSecretProjectionBuilder. build()SecretProjectionVolumeProjectionFluent. buildSecret()SecretProjectionVolumeProjection. getSecret()Projection that may be projected along with other supported volume types.Methods in io.fabric8.kubernetes.api.model with parameters of type SecretProjection Modifier and Type Method Description protected voidSecretProjectionFluent. copyInstance(SecretProjection instance)VolumeProjectionFluent.SecretNested<A>VolumeProjectionFluent. editOrNewSecretLike(SecretProjection item)voidVolumeProjection. setSecret(SecretProjection secret)Projection that may be projected along with other supported volume types.VolumeProjectionFluent.SecretNested<A>VolumeProjectionFluent. withNewSecretLike(SecretProjection item)AVolumeProjectionFluent. withSecret(SecretProjection secret)Constructors in io.fabric8.kubernetes.api.model with parameters of type SecretProjection Constructor Description SecretProjectionBuilder(SecretProjection instance)SecretProjectionBuilder(SecretProjectionFluent<?> fluent, SecretProjection instance)SecretProjectionFluent(SecretProjection instance)VolumeProjection(ClusterTrustBundleProjection clusterTrustBundle, ConfigMapProjection configMap, DownwardAPIProjection downwardAPI, PodCertificateProjection podCertificate, SecretProjection secret, ServiceAccountTokenProjection serviceAccountToken)
-