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 SecretProjection
SecretProjectionBuilder. build()
SecretProjection
VolumeProjectionFluent. buildSecret()
SecretProjection
VolumeProjection. getSecret()
Methods in io.fabric8.kubernetes.api.model with parameters of type SecretProjection Modifier and Type Method Description protected void
SecretProjectionFluent. copyInstance(SecretProjection instance)
VolumeProjectionFluent.SecretNested<A>
VolumeProjectionFluent. editOrNewSecretLike(SecretProjection item)
void
VolumeProjection. setSecret(SecretProjection secret)
VolumeProjectionFluent.SecretNested<A>
VolumeProjectionFluent. withNewSecretLike(SecretProjection item)
A
VolumeProjectionFluent. 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, SecretProjection secret, ServiceAccountTokenProjection serviceAccountToken)
-