Class ChannelEntry

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Editable<ChannelEntryBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource, Serializable

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class ChannelEntry
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<ChannelEntryBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    ChannelEntry defines a member of a package channel.
    See Also:
    Serialized Form
    • Constructor Detail

      • ChannelEntry

        public ChannelEntry()
        No args constructor for use in serialization
    • Method Detail

      • getDeprecation

        public Deprecation getDeprecation()
        ChannelEntry defines a member of a package channel.
      • setDeprecation

        public void setDeprecation​(Deprecation deprecation)
        ChannelEntry defines a member of a package channel.
      • getName

        public String getName()
        Name is the name of the bundle for this entry.
      • setName

        public void setName​(String name)
        Name is the name of the bundle for this entry.
      • getVersion

        public String getVersion()
        Version is the version of the bundle for this entry.
      • setVersion

        public void setVersion​(String version)
        Version is the version of the bundle for this entry.
      • getAdditionalProperties

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

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

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