HostnameGenerator
Returns a list of HostnameGenerator in the mesh.
get/v1/mesh/control-planes/{cpId}/api/hostnamegenerators
Query parameters
offsetinteger
offset in the list of entities
sizeinteger
the number of items per page
filter by labels when multiple filters are present, they are ANDed
Response
List
Example response
{
"items": [
{
"kri": "kri_hg___kuma-system_myresource1_",
"creationTime": "0001-01-01T00:00:00Z",
"modificationTime": "0001-01-01T00:00:00Z"
}
]
}