Updates the specified cluster's services information
PUT/v1/spectroclusters/:uid/status/services
Updates the specified cluster's services information
Request
Path Parameters
uid stringrequired
Header Parameters
ProjectUid string
Scope the request to the specified project uid
- application/json
Body
array
Array [
Array [
]
]
hoststring
IP or Host from svc.Status.LoadBalancerStatus.Ingress
namestring
name of the loadbalancer service
ports
object[]
port this service exposed
portint32required
The port that will be exposed by this service.
protocolstring
Responses
- 204
The resource was updated successfully
Loading...