Class NetworkStatus

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class NetworkStatus
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<NetworkStatusBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    NetworkStatus is for network status annotation for pod
    See Also:
    Serialized Form
    • Method Detail

      • getDefault

        public Boolean getDefault()
        NetworkStatus is for network status annotation for pod
      • setDefault

        public void setDefault​(Boolean _default)
        NetworkStatus is for network status annotation for pod
      • getDeviceInfo

        public DeviceInfo getDeviceInfo()
        NetworkStatus is for network status annotation for pod
      • setDeviceInfo

        public void setDeviceInfo​(DeviceInfo deviceInfo)
        NetworkStatus is for network status annotation for pod
      • getDns

        public DNS getDns()
        NetworkStatus is for network status annotation for pod
      • setDns

        public void setDns​(DNS dns)
        NetworkStatus is for network status annotation for pod
      • getGateway

        public List<String> getGateway()
        NetworkStatus is for network status annotation for pod
      • setGateway

        public void setGateway​(List<String> gateway)
        NetworkStatus is for network status annotation for pod
      • getInterface

        public String getInterface()
        NetworkStatus is for network status annotation for pod
      • setInterface

        public void setInterface​(String _interface)
        NetworkStatus is for network status annotation for pod
      • getIps

        public List<String> getIps()
        NetworkStatus is for network status annotation for pod
      • setIps

        public void setIps​(List<String> ips)
        NetworkStatus is for network status annotation for pod
      • getMac

        public String getMac()
        NetworkStatus is for network status annotation for pod
      • setMac

        public void setMac​(String mac)
        NetworkStatus is for network status annotation for pod
      • getMtu

        public Integer getMtu()
        NetworkStatus is for network status annotation for pod
      • setMtu

        public void setMtu​(Integer mtu)
        NetworkStatus is for network status annotation for pod
      • getName

        public String getName()
        NetworkStatus is for network status annotation for pod
      • setName

        public void setName​(String name)
        NetworkStatus is for network status annotation for pod
      • getAdditionalProperties

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

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

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