Class NamedResourcesAttribute

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class NamedResourcesAttribute
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<NamedResourcesAttributeBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    NamedResourcesAttribute is a combination of an attribute name and its value.
    See Also:
    Serialized Form
    • Method Detail

      • getBool

        public Boolean getBool()
        BoolValue is a true/false value.
      • setBool

        public void setBool​(Boolean bool)
        BoolValue is a true/false value.
      • getInt

        public Long getInt()
        IntValue is a 64-bit integer.
      • setInt

        public void setInt​(Long _int)
        IntValue is a 64-bit integer.
      • getIntSlice

        public NamedResourcesIntSlice getIntSlice()
        NamedResourcesAttribute is a combination of an attribute name and its value.
      • setIntSlice

        public void setIntSlice​(NamedResourcesIntSlice intSlice)
        NamedResourcesAttribute is a combination of an attribute name and its value.
      • getName

        public String getName()
        Name is unique identifier among all resource instances managed by the driver on the node. It must be a DNS subdomain.
      • setName

        public void setName​(String name)
        Name is unique identifier among all resource instances managed by the driver on the node. It must be a DNS subdomain.
      • getQuantity

        public io.fabric8.kubernetes.api.model.Quantity getQuantity()
        NamedResourcesAttribute is a combination of an attribute name and its value.
      • setQuantity

        public void setQuantity​(io.fabric8.kubernetes.api.model.Quantity quantity)
        NamedResourcesAttribute is a combination of an attribute name and its value.
      • getString

        public String getString()
        StringValue is a string.
      • setString

        public void setString​(String string)
        StringValue is a string.
      • getStringSlice

        public NamedResourcesStringSlice getStringSlice()
        NamedResourcesAttribute is a combination of an attribute name and its value.
      • setStringSlice

        public void setStringSlice​(NamedResourcesStringSlice stringSlice)
        NamedResourcesAttribute is a combination of an attribute name and its value.
      • getVersion

        public String getVersion()
        VersionValue is a semantic version according to semver.org spec 2.0.0.
      • setVersion

        public void setVersion​(String version)
        VersionValue is a semantic version according to semver.org spec 2.0.0.
      • getAdditionalProperties

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

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

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