Class GroupVersionResource

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class GroupVersionResource
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<GroupVersionResourceBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    The names of the group, the version, and the resource.
    See Also:
    Serialized Form
    • Constructor Detail

      • GroupVersionResource

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

        public GroupVersionResource​(String group,
                                    String resource,
                                    String version)
    • Method Detail

      • getGroup

        public String getGroup()
        The name of the group.
      • setGroup

        public void setGroup​(String group)
        The name of the group.
      • getResource

        public String getResource()
        The name of the resource.
      • setResource

        public void setResource​(String resource)
        The name of the resource.
      • getVersion

        public String getVersion()
        The name of the version.
      • setVersion

        public void setVersion​(String version)
        The name of the version.
      • getAdditionalProperties

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

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

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