Class InventoryEntry

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class InventoryEntry
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<InventoryEntryBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    InventoryEntry maintains a reference to a custom resource consumed by a clusterpool to customize the cluster deployment.
    See Also:
    Serialized Form
    • Constructor Detail

      • InventoryEntry

        public InventoryEntry()
        No args constructor for use in serialization
      • InventoryEntry

        public InventoryEntry​(String kind,
                              String name)
    • Method Detail

      • getKind

        public String getKind()
        Kind denotes the kind of the referenced resource. The default is ClusterDeploymentCustomization, which is also currently the only supported value.
      • setKind

        public void setKind​(String kind)
        Kind denotes the kind of the referenced resource. The default is ClusterDeploymentCustomization, which is also currently the only supported value.
      • getName

        public String getName()
        Name is the name of the referenced resource.
      • setName

        public void setName​(String name)
        Name is the name of the referenced resource.
      • getAdditionalProperties

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

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

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