Operator

Operator
Operator
JSON Example
{
    "hidden": false,
    "identity_keys": "identity_keys",
    "name": "name",
    "location": "us-west-2",
    "id": "id",
    "url": "https://openapi-generator.tech",
    "local": false
}
string As ^urn:[a-zA-Z0-9][a-z0-9-]{0,31}:[a-zA-Z0-9()+,\-.:=@;$_!*'%\/?#]+$
id
Required

URN ID for operator. This is immutable.

string
name
Required

Display name.

string
location
Required

Region where the operator is installed.

Possible values are : us-west-2, eu-west-2, us-east-1, eu-central-1, eu-west-1, ap-northeast-1, ap-southeast-2,
string As uri As uri
url
Required

External operator URI endpoint, configured on the Ingress resource.

string
identity_keys
Optional

identity_keys of the operator.

boolean
local
Optional

Whether the operator is local to this location

boolean
hidden
Optional

Whether the operator is currently hidden (it could, e.g., be under maintenance)

Property Of