| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model |
| Modifier and Type | Method and Description |
|---|---|
SecretProjection |
SecretProjectionBuilder.build() |
SecretProjection |
VolumeProjectionFluent.buildSecret() |
SecretProjection |
VolumeProjection.getSecret() |
| Modifier and Type | Method and 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) |
NamedExtensionFluent.SecretProjectionExtensionNested<A> |
NamedExtensionFluent.withNewSecretProjectionExtensionLike(SecretProjection item) |
WatchEventFluent.SecretProjectionObjectNested<A> |
WatchEventFluent.withNewSecretProjectionObjectLike(SecretProjection item) |
A |
VolumeProjectionFluent.withSecret(SecretProjection secret) |
| Constructor and Description |
|---|
SecretProjectionBuilder(SecretProjection instance) |
SecretProjectionBuilder(SecretProjectionFluent<?> fluent,
SecretProjection instance) |
SecretProjectionFluent(SecretProjection instance) |
VolumeProjection(ConfigMapProjection configMap,
DownwardAPIProjection downwardAPI,
SecretProjection secret,
ServiceAccountTokenProjection serviceAccountToken) |
Copyright © 2015–2023 Red Hat. All rights reserved.