Class BundleLookup

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class BundleLookup
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<BundleLookupBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    BundleLookup is a request to pull and unpackage the content of a bundle to the cluster.
    See Also:
    Serialized Form
    • Constructor Detail

      • BundleLookup

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

      • getCatalogSourceRef

        public io.fabric8.kubernetes.api.model.ObjectReference getCatalogSourceRef()
        BundleLookup is a request to pull and unpackage the content of a bundle to the cluster.
      • setCatalogSourceRef

        public void setCatalogSourceRef​(io.fabric8.kubernetes.api.model.ObjectReference catalogSourceRef)
        BundleLookup is a request to pull and unpackage the content of a bundle to the cluster.
      • getConditions

        public List<BundleLookupCondition> getConditions()
        Conditions represents the overall state of a BundleLookup.
      • setConditions

        public void setConditions​(List<BundleLookupCondition> conditions)
        Conditions represents the overall state of a BundleLookup.
      • getIdentifier

        public String getIdentifier()
        Identifier is the catalog-unique name of the operator (the name of the CSV for bundles that contain CSVs)
      • setIdentifier

        public void setIdentifier​(String identifier)
        Identifier is the catalog-unique name of the operator (the name of the CSV for bundles that contain CSVs)
      • getPath

        public String getPath()
        Path refers to the location of a bundle to pull. It's typically an image reference.
      • setPath

        public void setPath​(String path)
        Path refers to the location of a bundle to pull. It's typically an image reference.
      • getProperties

        public String getProperties()
        The effective properties of the unpacked bundle.
      • setProperties

        public void setProperties​(String properties)
        The effective properties of the unpacked bundle.
      • getReplaces

        public String getReplaces()
        Replaces is the name of the bundle to replace with the one found at Path.
      • setReplaces

        public void setReplaces​(String replaces)
        Replaces is the name of the bundle to replace with the one found at Path.
      • getAdditionalProperties

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

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

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