Module Values.RegisterClusterResponseSource

Connects a Kubernetes cluster to the Amazon EKS control plane. Any Kubernetes cluster can be connected to the Amazon EKS control plane to view current information about the cluster and its nodes. Cluster connection requires two steps. First, send a RegisterClusterRequest to add it to the Amazon EKS control plane. Second, a Manifest containing the activationID and activationCode must be applied to the Kubernetes cluster through it's native provider to provide visibility. After the manifest is updated and applied, the connected cluster is visible to the Amazon EKS control plane. If the manifest isn't applied within three days, the connected cluster will no longer be visible and must be deregistered using DeregisterCluster.

Sourcetype nonrec t = {
  1. cluster : Cluster.t option;
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of AccessDeniedException.t
  2. | `ClientException of ClientException.t
  3. | `InvalidParameterException of InvalidParameterException.t
  4. | `ResourceInUseException of ResourceInUseException.t
  5. | `ResourceLimitExceededException of ResourceLimitExceededException.t
  6. | `ResourcePropagationDelayException of ResourcePropagationDelayException.t
  7. | `ServerException of ServerException.t
  8. | `ServiceUnavailableException of ServiceUnavailableException.t
  9. | `Unknown_operation_error of string * string option
]
Sourceval make : ?cluster:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AccessDeniedException of AccessDeniedException.t | `ClientException of ClientException.t | `InvalidParameterException of InvalidParameterException.t | `ResourceInUseException of ResourceInUseException.t | `ResourceLimitExceededException of ResourceLimitExceededException.t | `ResourcePropagationDelayException of ResourcePropagationDelayException.t | `ServerException of ServerException.t | `ServiceUnavailableException of ServiceUnavailableException.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AccessDeniedException of AccessDeniedException.t | `ClientException of ClientException.t | `InvalidParameterException of InvalidParameterException.t | `ResourceInUseException of ResourceInUseException.t | `ResourceLimitExceededException of ResourceLimitExceededException.t | `ResourcePropagationDelayException of ResourcePropagationDelayException.t | `ServerException of ServerException.t | `ServiceUnavailableException of ServiceUnavailableException.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Boolean of BoxedBoolean.t | `Enum of string | `List of [> `Structure of (string * [> `List of [> `String of String_.t ] list | `Structure of (string * [> `String of String_.t ]) list ]) list ] list | `Map of ([> `String of TagKey.t ] * [> `String of TagValue.t ]) list | `String of String_.t | `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `List of [> `String of String_.t | `Structure of (string * [> `Boolean of BoxedBoolean.t | `Enum of string | `List of [> `Enum of string | `String of String_.t ] list | `String of String_.t ]) list ] list | `String of String_.t | `Structure of (string * [> `Boolean of BoxedBoolean.t | `String of String_.t ]) list | `Timestamp of Timestamp.t ]) list | `Timestamp of Timestamp.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t