Path Parameters
name of the CloudConnection
object name and auth scope, such as for teams and projects
Query Parameters
If 'true', then the output is pretty printed.
When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch).
Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.
Body
Patch is provided to give a concrete name and type to the Kubernetes PATCH request body.
Response
OK
CloudConnection represents a connection to the customer's cloud environment Currently, this object only is used to serve as an inventory of customer connections and make sure that they remain valid. In the future, we might consider this object to be used by other objects, but existing APIs already take care of that
Other internal options are defined in the CloudConnectionBackendConfig type which is the "companion" CRD to this user facing API
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.
CloudConnectionSpec defines the desired state of CloudConnection
CloudConnectionStatus defines the observed state of CloudConnection