Class SchemaReference

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

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

      • SchemaReference

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

        public SchemaReference​(String name,
                               String namespace)
    • Method Detail

      • getName

        public String getName()
        `name` is the reference to the schema.
      • setName

        public void setName​(String name)
        `name` is the reference to the schema.
      • getNamespace

        public String getNamespace()
        `namespace` is the namespace of the where the schema is stored.
      • setNamespace

        public void setNamespace​(String namespace)
        `namespace` is the namespace of the where the schema is stored.
      • getAdditionalProperties

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

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

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