Interface InternalServiceTemplateFluent.MetadataNested<N>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<InternalServiceTemplateFluent.MetadataNested<N>>
,MetadataTemplateFluent<InternalServiceTemplateFluent.MetadataNested<N>>
,io.fabric8.kubernetes.api.builder.Nested<N>
- All Known Implementing Classes:
InternalServiceTemplateFluentImpl.MetadataNestedImpl
- Enclosing interface:
- InternalServiceTemplateFluent<A extends InternalServiceTemplateFluent<A>>
public static interface InternalServiceTemplateFluent.MetadataNested<N> extends io.fabric8.kubernetes.api.builder.Nested<N>, MetadataTemplateFluent<InternalServiceTemplateFluent.MetadataNested<N>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description N
and()
N
endMetadata()
-
Methods inherited from interface io.strimzi.api.kafka.model.template.MetadataTemplateFluent
addToAnnotations, addToAnnotations, addToLabels, addToLabels, getAnnotations, getLabels, hasAnnotations, hasLabels, removeFromAnnotations, removeFromAnnotations, removeFromLabels, removeFromLabels, withAnnotations, withLabels
-
-