Class CSVDescriptionBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operatorhub.packages.v1.CSVDescriptionFluent<CSVDescriptionBuilder>
-
- io.fabric8.openshift.api.model.operatorhub.packages.v1.CSVDescriptionBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<CSVDescription>,io.fabric8.kubernetes.api.builder.Visitable<CSVDescriptionBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<CSVDescription,CSVDescriptionBuilder>
public class CSVDescriptionBuilder extends CSVDescriptionFluent<CSVDescriptionBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<CSVDescription,CSVDescriptionBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.operatorhub.packages.v1.CSVDescriptionFluent
CSVDescriptionFluent.ApiservicedefinitionsNested<N>, CSVDescriptionFluent.CustomresourcedefinitionsNested<N>, CSVDescriptionFluent.IconNested<N>, CSVDescriptionFluent.InstallModesNested<N>, CSVDescriptionFluent.LinksNested<N>, CSVDescriptionFluent.MaintainersNested<N>, CSVDescriptionFluent.ProviderNested<N>
-
-
Constructor Summary
Constructors Constructor Description CSVDescriptionBuilder()CSVDescriptionBuilder(CSVDescription instance)CSVDescriptionBuilder(CSVDescriptionFluent<?> fluent)CSVDescriptionBuilder(CSVDescriptionFluent<?> fluent, CSVDescription instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CSVDescriptionbuild()-
Methods inherited from class io.fabric8.openshift.api.model.operatorhub.packages.v1.CSVDescriptionFluent
addAllToIcon, addAllToInstallModes, addAllToKeywords, addAllToLinks, addAllToMaintainers, addAllToNativeApis, addAllToRelatedImages, addNewIcon, addNewIcon, addNewIconLike, addNewInstallMode, addNewInstallMode, addNewInstallModeLike, addNewLink, addNewLink, addNewLinkLike, addNewMaintainer, addNewMaintainer, addNewMaintainerLike, addNewNativeApi, addToAdditionalProperties, addToAdditionalProperties, addToAnnotations, addToAnnotations, addToIcon, addToIcon, addToInstallModes, addToInstallModes, addToKeywords, addToKeywords, addToLinks, addToLinks, addToMaintainers, addToMaintainers, addToNativeApis, addToNativeApis, addToRelatedImages, addToRelatedImages, buildApiservicedefinitions, buildCustomresourcedefinitions, buildFirstIcon, buildFirstInstallMode, buildFirstLink, buildFirstMaintainer, buildIcon, buildIcon, buildInstallMode, buildInstallModes, buildLastIcon, buildLastInstallMode, buildLastLink, buildLastMaintainer, buildLink, buildLinks, buildMaintainer, buildMaintainers, buildMatchingIcon, buildMatchingInstallMode, buildMatchingLink, buildMatchingMaintainer, buildProvider, copyInstance, editApiservicedefinitions, editCustomresourcedefinitions, editFirstIcon, editFirstInstallMode, editFirstLink, editFirstMaintainer, editIcon, editInstallMode, editLastIcon, editLastInstallMode, editLastLink, editLastMaintainer, editLink, editMaintainer, editMatchingIcon, editMatchingInstallMode, editMatchingLink, editMatchingMaintainer, editOrNewApiservicedefinitions, editOrNewApiservicedefinitionsLike, editOrNewCustomresourcedefinitions, editOrNewCustomresourcedefinitionsLike, editOrNewProvider, editOrNewProviderLike, editProvider, equals, getAdditionalProperties, getAnnotations, getDescription, getDisplayName, getFirstKeyword, getFirstNativeApi, getFirstRelatedImage, getKeyword, getKeywords, getLastKeyword, getLastNativeApi, getLastRelatedImage, getMatchingKeyword, getMatchingNativeApi, getMatchingRelatedImage, getMaturity, getMinKubeVersion, getNativeApi, getNativeApis, getRelatedImage, getRelatedImages, getVersion, hasAdditionalProperties, hasAnnotations, hasApiservicedefinitions, hasCustomresourcedefinitions, hasDescription, hasDisplayName, hashCode, hasIcon, hasInstallModes, hasKeywords, hasLinks, hasMaintainers, hasMatchingIcon, hasMatchingInstallMode, hasMatchingKeyword, hasMatchingLink, hasMatchingMaintainer, hasMatchingNativeApi, hasMatchingRelatedImage, hasMaturity, hasMinKubeVersion, hasNativeApis, hasProvider, hasRelatedImages, hasVersion, removeAllFromIcon, removeAllFromInstallModes, removeAllFromKeywords, removeAllFromLinks, removeAllFromMaintainers, removeAllFromNativeApis, removeAllFromRelatedImages, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromAnnotations, removeFromAnnotations, removeFromIcon, removeFromInstallModes, removeFromKeywords, removeFromLinks, removeFromMaintainers, removeFromNativeApis, removeFromRelatedImages, removeMatchingFromIcon, removeMatchingFromInstallModes, removeMatchingFromLinks, removeMatchingFromMaintainers, setNewIconLike, setNewInstallModeLike, setNewLinkLike, setNewMaintainerLike, setToIcon, setToInstallModes, setToKeywords, setToLinks, setToMaintainers, setToNativeApis, setToRelatedImages, toString, withAdditionalProperties, withAnnotations, withApiservicedefinitions, withCustomresourcedefinitions, withDescription, withDisplayName, withIcon, withIcon, withInstallModes, withInstallModes, withKeywords, withKeywords, withLinks, withLinks, withMaintainers, withMaintainers, withMaturity, withMinKubeVersion, withNativeApis, withNativeApis, withNewApiservicedefinitions, withNewApiservicedefinitionsLike, withNewCustomresourcedefinitions, withNewCustomresourcedefinitionsLike, withNewProvider, withNewProvider, withNewProviderLike, withProvider, withRelatedImages, withRelatedImages, withVersion
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
CSVDescriptionBuilder
public CSVDescriptionBuilder()
-
CSVDescriptionBuilder
public CSVDescriptionBuilder(CSVDescriptionFluent<?> fluent)
-
CSVDescriptionBuilder
public CSVDescriptionBuilder(CSVDescriptionFluent<?> fluent, CSVDescription instance)
-
CSVDescriptionBuilder
public CSVDescriptionBuilder(CSVDescription instance)
-
-
Method Detail
-
build
public CSVDescription build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<CSVDescription>
-
-