ExtensionConfig [runtime.cluster.x-k8s.io/v1alpha1]
- Description
- ExtensionConfig is the Schema for the ExtensionConfig API.
- Type
object
Specification
.spec
- Description
- spec is the desired state of the ExtensionConfig.
- Type
object- Required
clientConfig
.spec.clientConfig
- Description
- clientConfig defines how to communicate with the Extension server.
- Type
object
.spec.clientConfig.service
- Description
- service is a reference to the Kubernetes service for the Extension server. Note: Exactly one of `url` or `service` must be specified. If the Extension server is running within a cluster, then you should use `service`.
- Type
object- Required
namenamespace
.spec.namespaceSelector
- Description
- namespaceSelector decides whether to call the hook for an object based on whether the namespace for that object matches the selector. Defaults to the empty LabelSelector, which matches all objects.
- Type
object
.spec.namespaceSelector.matchExpressions
- Description
- matchExpressions is a list of label selector requirements. The requirements are ANDed.
- Type
array
.spec.namespaceSelector.matchExpressions[]
- Description
- A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.
- Type
object- Required
keyoperator
.spec.namespaceSelector.matchExpressions[].values
- Description
- values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.
- Type
array
.spec.namespaceSelector.matchExpressions[].values[]
- Type
string
.spec.namespaceSelector.matchLabels
- Description
- matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.
- Type
object
.spec.settings
- Description
- settings defines key value pairs to be passed to all calls to all supported RuntimeExtensions. Note: Settings can be overridden on the ClusterClass.
- Type
object
.status
- Description
- status is the current state of the ExtensionConfig
- Type
object
.status.conditions
- Description
- conditions define the current service state of the ExtensionConfig.
- Type
array
.status.conditions[]
- Description
- Condition defines an observation of a Cluster API resource operational state.
- Type
object- Required
lastTransitionTimestatustype
.status.handlers
- Description
- handlers defines the current ExtensionHandlers supported by an Extension.
- Type
array
.status.handlers[]
- Description
- ExtensionHandler specifies the details of a handler for a particular runtime hook registered by an Extension server.
- Type
object- Required
namerequestHook
.status.handlers[].requestHook
- Description
- requestHook defines the versioned runtime hook which this ExtensionHandler serves.
- Type
object- Required
apiVersionhook
.status.v1beta2
- Description
- v1beta2 groups all the fields that will be added or modified in ExtensionConfig's status with the V1Beta2 version.
- Type
object
.status.v1beta2.conditions
- Description
- conditions represents the observations of a ExtensionConfig's current state. Known condition types are Discovered, Paused.
- Type
array
.status.v1beta2.conditions[]
- Description
- Condition contains details for one aspect of the current state of this API Resource.
- Type
object- Required
lastTransitionTimemessagereasonstatustype
API Endpoints
The following API endpoints are available:
/apis/runtime.cluster.x-k8s.io/v1alpha1/namespaces/{namespace}/extensionconfigsDELETE: delete collection of ExtensionConfigGET: list objects of kind ExtensionConfigPOST: create a new ExtensionConfig
/apis/runtime.cluster.x-k8s.io/v1alpha1/namespaces/{namespace}/extensionconfigs/{name}DELETE: delete the specified ExtensionConfigGET: read the specified ExtensionConfigPATCH: partially update the specified ExtensionConfigPUT: replace the specified ExtensionConfig
/apis/runtime.cluster.x-k8s.io/v1alpha1/namespaces/{namespace}/extensionconfigs/{name}/statusGET: read status of the specified ExtensionConfigPATCH: partially update status of the specified ExtensionConfigPUT: replace status of the specified ExtensionConfig
/apis/runtime.cluster.x-k8s.io/v1alpha1/namespaces/{namespace}/extensionconfigs
- HTTP method
DELETE- Description
- delete collection of ExtensionConfig
- HTTP responses
- HTTP method
GET- Description
- list objects of kind ExtensionConfig
- HTTP responses
- HTTP method
POST- Description
- create a new ExtensionConfig
- Query parameters
- Body parameters
- HTTP responses
/apis/runtime.cluster.x-k8s.io/v1alpha1/namespaces/{namespace}/extensionconfigs/{name}
- HTTP method
DELETE- Description
- delete the specified ExtensionConfig
- Query parameters
- HTTP responses
- HTTP method
GET- Description
- read the specified ExtensionConfig
- HTTP responses
- HTTP method
PATCH- Description
- partially update the specified ExtensionConfig
- Query parameters
- HTTP responses
- HTTP method
PUT- Description
- replace the specified ExtensionConfig
- Query parameters
- Body parameters
- HTTP responses
/apis/runtime.cluster.x-k8s.io/v1alpha1/namespaces/{namespace}/extensionconfigs/{name}/status
- HTTP method
GET- Description
- read status of the specified ExtensionConfig
- HTTP responses
- HTTP method
PATCH- Description
- partially update status of the specified ExtensionConfig
- Query parameters
- HTTP responses
- HTTP method
PUT- Description
- replace status of the specified ExtensionConfig
- Query parameters
- Body parameters
- HTTP responses