Class BuildConfigTemplate
java.lang.Object
io.strimzi.api.kafka.model.common.template.BuildConfigTemplate
- All Implemented Interfaces:
HasMetadataTemplate,UnknownPropertyPreserving
public class BuildConfigTemplate
extends Object
implements HasMetadataTemplate, UnknownPropertyPreserving
Representation of a BuildConfig template for Strimzi resources.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the metadata templatevoidsetAdditionalProperty(String name, Object value) voidsetMetadata(MetadataTemplate metadata) Sets the metadata templatevoidsetPullSecret(String pullSecret)
-
Constructor Details
-
BuildConfigTemplate
public BuildConfigTemplate()
-
-
Method Details
-
getMetadata
Description copied from interface:HasMetadataTemplateGets the metadata template- Specified by:
getMetadatain interfaceHasMetadataTemplate- Returns:
- Metadata template
-
setMetadata
Description copied from interface:HasMetadataTemplateSets the metadata template- Specified by:
setMetadatain interfaceHasMetadataTemplate- Parameters:
metadata- Metadata template
-
getPullSecret
-
setPullSecret
-
getAdditionalProperties
- Specified by:
getAdditionalPropertiesin interfaceUnknownPropertyPreserving
-
setAdditionalProperty
- Specified by:
setAdditionalPropertyin interfaceUnknownPropertyPreserving
-