Class LocalPolicyTargetReference

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class LocalPolicyTargetReference
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<LocalPolicyTargetReferenceBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    LocalPolicyTargetReference identifies an API object to apply a direct or inherited policy to. This should be used as part of Policy resources that can target Gateway API resources. For more information on how this policy attachment model works, and a sample Policy resource, refer to the policy attachment documentation for Gateway API.
    See Also:
    Serialized Form
    • Constructor Detail

      • LocalPolicyTargetReference

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

        public LocalPolicyTargetReference​(String group,
                                          String kind,
                                          String name)
    • Method Detail

      • getGroup

        public String getGroup()
        Group is the group of the target resource.
      • setGroup

        public void setGroup​(String group)
        Group is the group of the target resource.
      • getKind

        public String getKind()
        Kind is kind of the target resource.
      • setKind

        public void setKind​(String kind)
        Kind is kind of the target resource.
      • getName

        public String getName()
        Name is the name of the target resource.
      • setName

        public void setName​(String name)
        Name is the name of the target resource.
      • getAdditionalProperties

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

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

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