Package io.fabric8.openshift.api.model
Class DoneableSecretSpec
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.openshift.api.model.SecretSpecFluentImpl<DoneableSecretSpec>
io.fabric8.openshift.api.model.DoneableSecretSpec
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<DoneableSecretSpec>,io.fabric8.kubernetes.api.builder.Visitable<DoneableSecretSpec>,io.fabric8.kubernetes.api.model.Doneable<SecretSpec>,SecretSpecFluent<DoneableSecretSpec>
public class DoneableSecretSpec extends SecretSpecFluentImpl<DoneableSecretSpec> implements io.fabric8.kubernetes.api.model.Doneable<SecretSpec>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.SecretSpecFluentImpl
SecretSpecFluentImpl.SecretSourceNestedImpl<N>Nested classes/interfaces inherited from interface io.fabric8.openshift.api.model.SecretSpecFluent
SecretSpecFluent.SecretSourceNested<N> -
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneableSecretSpec(io.fabric8.kubernetes.api.builder.Function<SecretSpec,SecretSpec> function)DoneableSecretSpec(SecretSpec item)DoneableSecretSpec(SecretSpec item, io.fabric8.kubernetes.api.builder.Function<SecretSpec,SecretSpec> function) -
Method Summary
Modifier and Type Method Description SecretSpecdone()Methods inherited from class io.fabric8.openshift.api.model.SecretSpecFluentImpl
buildSecretSource, editOrNewSecretSource, editOrNewSecretSourceLike, editSecretSource, equals, getMountPath, getSecretSource, hasMountPath, hasSecretSource, withMountPath, withNewMountPath, withNewMountPath, withNewMountPath, withNewSecretSource, withNewSecretSource, withNewSecretSourceLike, withSecretSource
-
Constructor Details
-
DoneableSecretSpec
public DoneableSecretSpec(io.fabric8.kubernetes.api.builder.Function<SecretSpec,SecretSpec> function) -
DoneableSecretSpec
public DoneableSecretSpec(SecretSpec item, io.fabric8.kubernetes.api.builder.Function<SecretSpec,SecretSpec> function) -
DoneableSecretSpec
-
-
Method Details
-
done
- Specified by:
donein interfaceio.fabric8.kubernetes.api.model.Doneable<SecretSpec>
-