API Binding
Overview
Contracts
APIServiceExportRequest
In case the APIServiceExportRequest is accepted, the provider backend must ensure that
- for each
APIServiceExportRequest.spec.resources
anAPIServiceExport
is created - each
APIServiceExport
is created in the namespace of theAPIServiceExportRequest
- each
APIServiceExport
is created with a name following the patternresource.resource + "." + resource.group
- the
APIServiceExportRequest.status.phase
is set toSucceeded
In case the APIServiceExportRequest is declined, the provider backend must ensure that
- the
APIServiceExportRequest.status.terminalMessage
is set to a human readable message describing the reason - the
APIServiceExportRequest.status.phase
is set toFailed