Class 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 Detail

      • PackageManifestStatus

        public PackageManifestStatus()
        No args constructor for use in serialization
    • 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
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)