public final class EnvironmentFromSource<R extends DefaultK8sObject> extends AbstractK8sObject<R,EnvironmentFromSource<R>>
listener, result| Constructor and Description |
|---|
EnvironmentFromSource(R result,
ChangeListener<EnvironmentFromSource<R>> listener) |
| Modifier and Type | Method and Description |
|---|---|
R |
buildEnvironmentSource() |
VolumeKeysRef<EnvironmentFromSource<R>> |
configMapRef() |
EnvironmentFromSource<R> |
configMapRef(VolumeKeysRef<EnvironmentFromSource<R>> configMapRef) |
EnvironmentFromSource<R> |
prefix(java.lang.String prefix) |
VolumeKeysRef<EnvironmentFromSource<R>> |
secretRef() |
EnvironmentFromSource<R> |
secretRef(VolumeKeysRef<EnvironmentFromSource<R>> secretRef) |
public EnvironmentFromSource(R result, ChangeListener<EnvironmentFromSource<R>> listener)
public EnvironmentFromSource<R> prefix(java.lang.String prefix)
public VolumeKeysRef<EnvironmentFromSource<R>> configMapRef()
public EnvironmentFromSource<R> configMapRef(VolumeKeysRef<EnvironmentFromSource<R>> configMapRef)
public VolumeKeysRef<EnvironmentFromSource<R>> secretRef()
public EnvironmentFromSource<R> secretRef(VolumeKeysRef<EnvironmentFromSource<R>> secretRef)
public R buildEnvironmentSource()