Class PortTarget

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class PortTarget
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<PortTargetBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    PortTarget defines, directly or indirectly, one or more subnets where to attach a port.
    See Also:
    Serialized Form
    • Constructor Detail

      • PortTarget

        public PortTarget()
        No args constructor for use in serialization
    • Method Detail

      • getFixedIPs

        public List<FixedIP> getFixedIPs()
        Specify subnets of the network where control plane port will be discovered.
      • setFixedIPs

        public void setFixedIPs​(List<FixedIP> fixedIPs)
        Specify subnets of the network where control plane port will be discovered.
      • getNetwork

        public NetworkFilter getNetwork()
        PortTarget defines, directly or indirectly, one or more subnets where to attach a port.
      • setNetwork

        public void setNetwork​(NetworkFilter network)
        PortTarget defines, directly or indirectly, one or more subnets where to attach a port.
      • getAdditionalProperties

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

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

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