Class PackageManifestStatus
- java.lang.Object
-
- io.fabric8.openshift.api.model.operatorhub.packages.v1.PackageManifestStatus
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<PackageManifestStatusBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class PackageManifestStatus extends Object implements io.fabric8.kubernetes.api.builder.Editable<PackageManifestStatusBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
PackageManifestStatus represents the current status of the PackageManifest- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PackageManifestStatus()No args constructor for use in serializationPackageManifestStatus(String catalogSource, String catalogSourceDisplayName, String catalogSourceNamespace, String catalogSourcePublisher, List<PackageChannel> channels, String defaultChannel, Deprecation deprecation, String packageName, AppLink provider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PackageManifestStatusBuilderedit()Map<String,Object>getAdditionalProperties()StringgetCatalogSource()CatalogSource is the name of the CatalogSource this package belongs toStringgetCatalogSourceDisplayName()PackageManifestStatus represents the current status of the PackageManifestStringgetCatalogSourceNamespace()CatalogSourceNamespace is the namespace of the owning CatalogSourceStringgetCatalogSourcePublisher()PackageManifestStatus represents the current status of the PackageManifestList<PackageChannel>getChannels()Channels are the declared channels for the package, ala `stable` or `alpha`.StringgetDefaultChannel()DefaultChannel is, if specified, the name of the default channel for the package.DeprecationgetDeprecation()PackageManifestStatus represents the current status of the PackageManifestStringgetPackageName()PackageName is the name of the overall package, ala `etcd`.AppLinkgetProvider()PackageManifestStatus represents the current status of the PackageManifestvoidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetCatalogSource(String catalogSource)CatalogSource is the name of the CatalogSource this package belongs tovoidsetCatalogSourceDisplayName(String catalogSourceDisplayName)PackageManifestStatus represents the current status of the PackageManifestvoidsetCatalogSourceNamespace(String catalogSourceNamespace)CatalogSourceNamespace is the namespace of the owning CatalogSourcevoidsetCatalogSourcePublisher(String catalogSourcePublisher)PackageManifestStatus represents the current status of the PackageManifestvoidsetChannels(List<PackageChannel> channels)Channels are the declared channels for the package, ala `stable` or `alpha`.voidsetDefaultChannel(String defaultChannel)DefaultChannel is, if specified, the name of the default channel for the package.voidsetDeprecation(Deprecation deprecation)PackageManifestStatus represents the current status of the PackageManifestvoidsetPackageName(String packageName)PackageName is the name of the overall package, ala `etcd`.voidsetProvider(AppLink provider)PackageManifestStatus represents the current status of the PackageManifestPackageManifestStatusBuildertoBuilder()
-
-
-
Constructor Detail
-
PackageManifestStatus
public PackageManifestStatus()
No args constructor for use in serialization
-
PackageManifestStatus
public PackageManifestStatus(String catalogSource, String catalogSourceDisplayName, String catalogSourceNamespace, String catalogSourcePublisher, List<PackageChannel> channels, String defaultChannel, Deprecation deprecation, String packageName, AppLink provider)
-
-
Method Detail
-
getCatalogSource
public String getCatalogSource()
CatalogSource is the name of the CatalogSource this package belongs to
-
setCatalogSource
public void setCatalogSource(String catalogSource)
CatalogSource is the name of the CatalogSource this package belongs to
-
getCatalogSourceDisplayName
public String getCatalogSourceDisplayName()
PackageManifestStatus represents the current status of the PackageManifest
-
setCatalogSourceDisplayName
public void setCatalogSourceDisplayName(String catalogSourceDisplayName)
PackageManifestStatus represents the current status of the PackageManifest
-
getCatalogSourceNamespace
public String getCatalogSourceNamespace()
CatalogSourceNamespace is the namespace of the owning CatalogSource
-
setCatalogSourceNamespace
public void setCatalogSourceNamespace(String catalogSourceNamespace)
CatalogSourceNamespace is the namespace of the owning CatalogSource
-
getCatalogSourcePublisher
public String getCatalogSourcePublisher()
PackageManifestStatus represents the current status of the PackageManifest
-
setCatalogSourcePublisher
public void setCatalogSourcePublisher(String catalogSourcePublisher)
PackageManifestStatus represents the current status of the PackageManifest
-
getChannels
public List<PackageChannel> getChannels()
Channels are the declared channels for the package, ala `stable` or `alpha`.
-
setChannels
public void setChannels(List<PackageChannel> channels)
Channels are the declared channels for the package, ala `stable` or `alpha`.
-
getDefaultChannel
public String getDefaultChannel()
DefaultChannel is, if specified, the name of the default channel for the package. The default channel will be installed if no other channel is explicitly given. If the package has a single channel, then that channel is implicitly the default.
-
setDefaultChannel
public void setDefaultChannel(String defaultChannel)
DefaultChannel is, if specified, the name of the default channel for the package. The default channel will be installed if no other channel is explicitly given. If the package has a single channel, then that channel is implicitly the default.
-
getDeprecation
public Deprecation getDeprecation()
PackageManifestStatus represents the current status of the PackageManifest
-
setDeprecation
public void setDeprecation(Deprecation deprecation)
PackageManifestStatus represents the current status of the PackageManifest
-
getPackageName
public String getPackageName()
PackageName is the name of the overall package, ala `etcd`.
-
setPackageName
public void setPackageName(String packageName)
PackageName is the name of the overall package, ala `etcd`.
-
getProvider
public AppLink getProvider()
PackageManifestStatus represents the current status of the PackageManifest
-
setProvider
public void setProvider(AppLink provider)
PackageManifestStatus represents the current status of the PackageManifest
-
edit
public PackageManifestStatusBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<PackageManifestStatusBuilder>
-
toBuilder
public PackageManifestStatusBuilder toBuilder()
-
-