Class CrossVersionObjectReference

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class CrossVersionObjectReference
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<CrossVersionObjectReferenceBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    CrossVersionObjectReference contains enough information to let you identify the referred resource.
    See Also:
    Serialized Form
    • Constructor Detail

      • CrossVersionObjectReference

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

        public CrossVersionObjectReference​(String apiVersion,
                                           String kind,
                                           String name)
    • Method Detail

      • getApiVersion

        public String getApiVersion()
        apiVersion is the API version of the referent
      • setApiVersion

        public void setApiVersion​(String apiVersion)
        apiVersion is the API version of the referent
      • getKind

        public String getKind()
        kind is the kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
      • setKind

        public void setKind​(String kind)
        kind is the kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
      • getName

        public String getName()
        name is the name of the referent; More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
      • setName

        public void setName​(String name)
        name is the name of the referent; More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
      • getAdditionalProperties

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

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

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