Class IngressStatus

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class IngressStatus
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<IngressStatusBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    See Also:
    Serialized Form
    • Constructor Detail

      • IngressStatus

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

      • getComponentRoutes

        public List<ComponentRouteStatus> getComponentRoutes()
        componentRoutes is where participating operators place the current route status for routes whose hostnames and serving certificates can be customized by the cluster-admin.
      • setComponentRoutes

        public void setComponentRoutes​(List<ComponentRouteStatus> componentRoutes)
        componentRoutes is where participating operators place the current route status for routes whose hostnames and serving certificates can be customized by the cluster-admin.
      • getDefaultPlacement

        public String getDefaultPlacement()
        defaultPlacement is set at installation time to control which nodes will host the ingress router pods by default. The options are control-plane nodes or worker nodes.


        This field works by dictating how the Cluster Ingress Operator will consider unset replicas and nodePlacement fields in IngressController resources when creating the corresponding Deployments.


        See the documentation for the IngressController replicas and nodePlacement fields for more information.


        When omitted, the default value is Workers

      • setDefaultPlacement

        public void setDefaultPlacement​(String defaultPlacement)
        defaultPlacement is set at installation time to control which nodes will host the ingress router pods by default. The options are control-plane nodes or worker nodes.


        This field works by dictating how the Cluster Ingress Operator will consider unset replicas and nodePlacement fields in IngressController resources when creating the corresponding Deployments.


        See the documentation for the IngressController replicas and nodePlacement fields for more information.


        When omitted, the default value is Workers

      • getAdditionalProperties

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

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

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