website/docs/api-reference/v1.5/documents/_generated_ingressstatus_v1...

3.6 KiB


IngressStatus v1beta1

Group Version Kind
Extensions v1beta1 IngressStatus

IngressStatus describe the current state of the Ingress.

Field Description
loadBalancer
LoadBalancerStatus
LoadBalancer contains the current status of the load-balancer.

Write Operations

See supported operations below...

Replace

bdocs-tab:kubectl kubectl Command


Coming Soon

bdocs-tab:curl curl Command (requires kubectl proxy to be running)


Coming Soon

bdocs-tab:kubectl Output


Coming Soon

bdocs-tab:curl Response Body


Coming Soon

replace status of the specified Ingress

HTTP Request

PUT /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name}/status

Path Parameters

Parameter Description
name name of the Ingress
namespace object name and auth scope, such as for teams and projects

Query Parameters

Parameter Description
pretty If 'true', then the output is pretty printed.

Body Parameters

Parameter Description
body
Ingress

Response

Code Description
200
Ingress
OK

Patch

bdocs-tab:kubectl kubectl Command


Coming Soon

bdocs-tab:curl curl Command (requires kubectl proxy to be running)


Coming Soon

bdocs-tab:kubectl Output


Coming Soon

bdocs-tab:curl Response Body


Coming Soon

partially update status of the specified Ingress

HTTP Request

PATCH /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name}/status

Path Parameters

Parameter Description
name name of the Ingress
namespace object name and auth scope, such as for teams and projects

Query Parameters

Parameter Description
pretty If 'true', then the output is pretty printed.

Body Parameters

Parameter Description
body
Patch

Response

Code Description
200
Ingress
OK

Read Operations

See supported operations below...

Read

bdocs-tab:kubectl kubectl Command


Coming Soon

bdocs-tab:curl curl Command (requires kubectl proxy to be running)


Coming Soon

bdocs-tab:kubectl Output


Coming Soon

bdocs-tab:curl Response Body


Coming Soon

read status of the specified Ingress

HTTP Request

GET /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name}/status

Path Parameters

Parameter Description
name name of the Ingress
namespace object name and auth scope, such as for teams and projects

Query Parameters

Parameter Description
pretty If 'true', then the output is pretty printed.

Response

Code Description
200
Ingress
OK