Class TypedLocalObjectReference

    • Constructor Detail

      • TypedLocalObjectReference

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

        public TypedLocalObjectReference​(String apiGroup,
                                         String kind,
                                         String name)
    • Method Detail

      • getApiGroup

        public String getApiGroup()
        APIGroup is the group for the resource being referenced. If APIGroup is empty, the specified Kind must be in the core API group. For any other third-party types, setting APIGroup is required. It must be a DNS subdomain.
      • setApiGroup

        public void setApiGroup​(String apiGroup)
        APIGroup is the group for the resource being referenced. If APIGroup is empty, the specified Kind must be in the core API group. For any other third-party types, setting APIGroup is required. It must be a DNS subdomain.
      • getKind

        public String getKind()
        Kind is the type of resource being referenced. It must be a path segment name.
      • setKind

        public void setKind​(String kind)
        Kind is the type of resource being referenced. It must be a path segment name.
      • getName

        public String getName()
        Name is the name of resource being referenced. It must be a path segment name.
      • setName

        public void setName​(String name)
        Name is the name of resource being referenced. It must be a path segment name.
      • getAdditionalProperties

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

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

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