Class FromPool

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class FromPool
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<FromPoolBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    See Also:
    Serialized Form
    • Constructor Detail

      • FromPool

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

      • getApiGroup

        public String getApiGroup()
        APIGroup is the api group of the IP pool.
      • setApiGroup

        public void setApiGroup​(String apiGroup)
        APIGroup is the api group of the IP pool.
      • getKey

        public String getKey()
        Key will be used as the key to set in the metadata map for cloud-init
      • setKey

        public void setKey​(String key)
        Key will be used as the key to set in the metadata map for cloud-init
      • getKind

        public String getKind()
        Kind is the kind of the IP pool
      • setKind

        public void setKind​(String kind)
        Kind is the kind of the IP pool
      • getName

        public String getName()
        Name is the name of the IP pool used to fetch the value to set in the metadata map for cloud-init
      • setName

        public void setName​(String name)
        Name is the name of the IP pool used to fetch the value to set in the metadata map for cloud-init
      • getAdditionalProperties

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

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

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