Class IngressStatus
- java.lang.Object
-
- io.fabric8.openshift.api.model.config.v1.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 Summary
Constructors Constructor Description IngressStatus()No args constructor for use in serializationIngressStatus(List<ComponentRouteStatus> componentRoutes, String defaultPlacement)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IngressStatusBuilderedit()Map<String,Object>getAdditionalProperties()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.StringgetDefaultPlacement()defaultPlacement is set at installation time to control which nodes will host the ingress router pods by default.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetComponentRoutes(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.voidsetDefaultPlacement(String defaultPlacement)defaultPlacement is set at installation time to control which nodes will host the ingress router pods by default.IngressStatusBuildertoBuilder()
-
-
-
Constructor Detail
-
IngressStatus
public IngressStatus()
No args constructor for use in serialization
-
IngressStatus
public IngressStatus(List<ComponentRouteStatus> componentRoutes, String defaultPlacement)
-
-
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
-
edit
public IngressStatusBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<IngressStatusBuilder>
-
toBuilder
public IngressStatusBuilder toBuilder()
-
-