Package io.fabric8.kubernetes.api.model
Interface EnvFromSourceFluent<A extends EnvFromSourceFluent<A>>
-
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
ContainerFluent.EnvFromNested<N>
,EphemeralContainerFluent.EnvFromNested<N>
,WatchEventFluent.EnvFromSourceObjectNested<N>
- All Known Implementing Classes:
ContainerFluentImpl.EnvFromNestedImpl
,EnvFromSourceBuilder
,EnvFromSourceFluentImpl
,EphemeralContainerFluentImpl.EnvFromNestedImpl
,WatchEventFluentImpl.EnvFromSourceObjectNestedImpl
public interface EnvFromSourceFluent<A extends EnvFromSourceFluent<A>> extends Fluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
EnvFromSourceFluent.ConfigMapRefNested<N>
static interface
EnvFromSourceFluent.SecretRefNested<N>
-
Method Summary
-
-
-
Method Detail
-
getConfigMapRef
@Deprecated ConfigMapEnvSource getConfigMapRef()
Deprecated.This method has been deprecated, please use method buildConfigMapRef instead.- Returns:
- The buildable object.
-
buildConfigMapRef
ConfigMapEnvSource buildConfigMapRef()
-
withConfigMapRef
A withConfigMapRef(ConfigMapEnvSource configMapRef)
-
hasConfigMapRef
Boolean hasConfigMapRef()
-
withNewConfigMapRef
EnvFromSourceFluent.ConfigMapRefNested<A> withNewConfigMapRef()
-
withNewConfigMapRefLike
EnvFromSourceFluent.ConfigMapRefNested<A> withNewConfigMapRefLike(ConfigMapEnvSource item)
-
editConfigMapRef
EnvFromSourceFluent.ConfigMapRefNested<A> editConfigMapRef()
-
editOrNewConfigMapRef
EnvFromSourceFluent.ConfigMapRefNested<A> editOrNewConfigMapRef()
-
editOrNewConfigMapRefLike
EnvFromSourceFluent.ConfigMapRefNested<A> editOrNewConfigMapRefLike(ConfigMapEnvSource item)
-
getPrefix
String getPrefix()
-
hasPrefix
Boolean hasPrefix()
-
withNewPrefix
A withNewPrefix(StringBuilder arg1)
-
withNewPrefix
A withNewPrefix(StringBuffer arg1)
-
getSecretRef
@Deprecated SecretEnvSource getSecretRef()
Deprecated.This method has been deprecated, please use method buildSecretRef instead.- Returns:
- The buildable object.
-
buildSecretRef
SecretEnvSource buildSecretRef()
-
withSecretRef
A withSecretRef(SecretEnvSource secretRef)
-
hasSecretRef
Boolean hasSecretRef()
-
withNewSecretRef
EnvFromSourceFluent.SecretRefNested<A> withNewSecretRef()
-
withNewSecretRefLike
EnvFromSourceFluent.SecretRefNested<A> withNewSecretRefLike(SecretEnvSource item)
-
editSecretRef
EnvFromSourceFluent.SecretRefNested<A> editSecretRef()
-
editOrNewSecretRef
EnvFromSourceFluent.SecretRefNested<A> editOrNewSecretRef()
-
editOrNewSecretRefLike
EnvFromSourceFluent.SecretRefNested<A> editOrNewSecretRefLike(SecretEnvSource item)
-
-