Skip to main content
Version: latest

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

Body

array

  • Array [

  • hoststring

    IP or Host from svc.Status.LoadBalancerStatus.Ingress

    namestring

    name of the loadbalancer service

    ports

    object[]

    port this service exposed

  • Array [

  • portint32required

    The port that will be exposed by this service.

    protocolstring
  • ]

  • ]

Responses

The resource was updated successfully

Loading...