Class OvirtPlatformStatus

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class OvirtPlatformStatus
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<OvirtPlatformStatusBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    OvirtPlatformStatus holds the current status of the oVirt infrastructure provider.
    See Also:
    Serialized Form
    • Constructor Detail

      • OvirtPlatformStatus

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

      • getApiServerInternalIP

        public String getApiServerInternalIP()
        apiServerInternalIP is an IP address to contact the Kubernetes API server that can be used by components inside the cluster, like kubelets using the infrastructure rather than Kubernetes networking. It is the IP that the Infrastructure.status.apiServerInternalURI points to. It is the IP for a self-hosted load balancer in front of the API servers.


        Deprecated: Use APIServerInternalIPs instead.

      • setApiServerInternalIP

        public void setApiServerInternalIP​(String apiServerInternalIP)
        apiServerInternalIP is an IP address to contact the Kubernetes API server that can be used by components inside the cluster, like kubelets using the infrastructure rather than Kubernetes networking. It is the IP that the Infrastructure.status.apiServerInternalURI points to. It is the IP for a self-hosted load balancer in front of the API servers.


        Deprecated: Use APIServerInternalIPs instead.

      • getApiServerInternalIPs

        public List<String> getApiServerInternalIPs()
        apiServerInternalIPs are the IP addresses to contact the Kubernetes API server that can be used by components inside the cluster, like kubelets using the infrastructure rather than Kubernetes networking. These are the IPs for a self-hosted load balancer in front of the API servers. In dual stack clusters this list contains two IPs otherwise only one.
      • setApiServerInternalIPs

        public void setApiServerInternalIPs​(List<String> apiServerInternalIPs)
        apiServerInternalIPs are the IP addresses to contact the Kubernetes API server that can be used by components inside the cluster, like kubelets using the infrastructure rather than Kubernetes networking. These are the IPs for a self-hosted load balancer in front of the API servers. In dual stack clusters this list contains two IPs otherwise only one.
      • getIngressIP

        public String getIngressIP()
        ingressIP is an external IP which routes to the default ingress controller. The IP is a suitable target of a wildcard DNS record used to resolve default route host names.


        Deprecated: Use IngressIPs instead.

      • setIngressIP

        public void setIngressIP​(String ingressIP)
        ingressIP is an external IP which routes to the default ingress controller. The IP is a suitable target of a wildcard DNS record used to resolve default route host names.


        Deprecated: Use IngressIPs instead.

      • getIngressIPs

        public List<String> getIngressIPs()
        ingressIPs are the external IPs which route to the default ingress controller. The IPs are suitable targets of a wildcard DNS record used to resolve default route host names. In dual stack clusters this list contains two IPs otherwise only one.
      • setIngressIPs

        public void setIngressIPs​(List<String> ingressIPs)
        ingressIPs are the external IPs which route to the default ingress controller. The IPs are suitable targets of a wildcard DNS record used to resolve default route host names. In dual stack clusters this list contains two IPs otherwise only one.
      • getLoadBalancer

        public OvirtPlatformLoadBalancer getLoadBalancer()
        OvirtPlatformStatus holds the current status of the oVirt infrastructure provider.
      • setLoadBalancer

        public void setLoadBalancer​(OvirtPlatformLoadBalancer loadBalancer)
        OvirtPlatformStatus holds the current status of the oVirt infrastructure provider.
      • getNodeDNSIP

        public String getNodeDNSIP()
        deprecated: as of 4.6, this field is no longer set or honored. It will be removed in a future release.
      • setNodeDNSIP

        public void setNodeDNSIP​(String nodeDNSIP)
        deprecated: as of 4.6, this field is no longer set or honored. It will be removed in a future release.
      • getAdditionalProperties

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

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

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