HostnameGenerator

Returns HostnameGenerator entity

get/v1/mesh/control-planes/{cpId}/api/hostnamegenerators/{name}

Path parameters

namestring required

name of the HostnameGenerator

Response

Successful response

type'HostnameGenerator' required

the type of the resource

kristring

A unique identifier for this resource instance used by internal tooling and integrations. Typically derived from resource attributes and may be used for cross-references or indexing

namestring required

Name of the Kuma resource

labelsobject

The labels to help identity resources

creationTimestring date-time

Time at which the resource was created

modificationTimestring date-time

Time at which the resource was updated

Example response

{
  "kri": "kri_hg___kuma-system_myresource1_",
  "creationTime": "0001-01-01T00:00:00Z",
  "modificationTime": "0001-01-01T00:00:00Z"
}

Changes

Changed in 3 of the 30 revisions of this API.13

    • added the optional property kri to the response with the 200 status

      response-optional-property-added

    This revision also has 57 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • the response property spec/extension/config became nullable for the status 200

      response-property-became-nullable

    • the response property spec/template became required for the status 200

      response-property-became-required

    • endpoint added

      endpoint-added

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog