Package io.fabric8.kubernetes.api.model
Class DoneableSecretEnvSource
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.SecretEnvSourceFluentImpl<DoneableSecretEnvSource>
io.fabric8.kubernetes.api.model.DoneableSecretEnvSource
- All Implemented Interfaces:
Fluent<DoneableSecretEnvSource>,Visitable<DoneableSecretEnvSource>,Doneable<SecretEnvSource>,SecretEnvSourceFluent<DoneableSecretEnvSource>
public class DoneableSecretEnvSource extends SecretEnvSourceFluentImpl<DoneableSecretEnvSource> implements Doneable<SecretEnvSource>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneableSecretEnvSource(Function<SecretEnvSource,SecretEnvSource> function)DoneableSecretEnvSource(SecretEnvSource item)DoneableSecretEnvSource(SecretEnvSource item, Function<SecretEnvSource,SecretEnvSource> function) -
Method Summary
Modifier and Type Method Description SecretEnvSourcedone()Methods inherited from class io.fabric8.kubernetes.api.model.SecretEnvSourceFluentImpl
equals, getName, hasName, hasOptional, isOptional, withName, withNewName, withNewName, withNewName, withNewOptional, withNewOptional, withOptional
-
Constructor Details
-
DoneableSecretEnvSource
-
DoneableSecretEnvSource
public DoneableSecretEnvSource(SecretEnvSource item, Function<SecretEnvSource,SecretEnvSource> function) -
DoneableSecretEnvSource
-
-
Method Details
-
done
- Specified by:
donein interfaceDoneable<SecretEnvSource>
-