Uses of Class
io.fabric8.kubernetes.api.model.SecretEnvSource
| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model |
-
Uses of SecretEnvSource in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return SecretEnvSource Modifier and Type Method Description SecretEnvSourceSecretEnvSourceBuilder. build()SecretEnvSourceEnvFromSourceFluent. buildSecretRef()SecretEnvSourceEnvFromSourceFluentImpl. buildSecretRef()SecretEnvSourceDoneableSecretEnvSource. done()SecretEnvSourceEnvFromSource. getSecretRef()SecretEnvSourceEnvFromSourceFluent. getSecretRef()Deprecated.SecretEnvSourceEnvFromSourceFluentImpl. getSecretRef()Deprecated.Constructors in io.fabric8.kubernetes.api.model with parameters of type SecretEnvSource Constructor Description DoneableSecretEnvSource(SecretEnvSource item)DoneableSecretEnvSource(SecretEnvSource item, Function<SecretEnvSource,SecretEnvSource> function)EnvFromSource(ConfigMapEnvSource configMapRef, String prefix, SecretEnvSource secretRef)SecretEnvSourceBuilder(SecretEnvSource instance)SecretEnvSourceBuilder(SecretEnvSourceFluent<?> fluent, SecretEnvSource instance)SecretEnvSourceBuilder(SecretEnvSourceFluent<?> fluent, SecretEnvSource instance, Boolean validationEnabled)SecretEnvSourceBuilder(SecretEnvSource instance, Boolean validationEnabled)SecretEnvSourceFluentImpl(SecretEnvSource instance)Constructor parameters in io.fabric8.kubernetes.api.model with type arguments of type SecretEnvSource Constructor Description DoneableSecretEnvSource(Function<SecretEnvSource,SecretEnvSource> function)DoneableSecretEnvSource(Function<SecretEnvSource,SecretEnvSource> function)DoneableSecretEnvSource(SecretEnvSource item, Function<SecretEnvSource,SecretEnvSource> function)DoneableSecretEnvSource(SecretEnvSource item, Function<SecretEnvSource,SecretEnvSource> function)