Interface ContainerTemplateFluent.EnvNested<N>
-
- All Superinterfaces:
ContainerEnvVarFluent<ContainerTemplateFluent.EnvNested<N>>,io.fabric8.kubernetes.api.builder.Fluent<ContainerTemplateFluent.EnvNested<N>>,io.fabric8.kubernetes.api.builder.Nested<N>
- All Known Implementing Classes:
ContainerTemplateFluentImpl.EnvNestedImpl
- Enclosing interface:
- ContainerTemplateFluent<A extends ContainerTemplateFluent<A>>
public static interface ContainerTemplateFluent.EnvNested<N> extends io.fabric8.kubernetes.api.builder.Nested<N>, ContainerEnvVarFluent<ContainerTemplateFluent.EnvNested<N>>
Representation for environment variables for Strimzi containers.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Nand()NendEnv()-
Methods inherited from interface io.strimzi.api.kafka.model.ContainerEnvVarFluent
getName, getValue, hasName, hasValue, withName, withNewName, withNewValue, withValue
-
-