Skip to main content

clusterCertificateInstallations

Returns a paginated list of certificate installations for a specific cluster.

clusterCertificateInstallations(
clusterID: ID!
after: String
before: String
first: Int
last: Int
): ClusterCertificateInstallationConnection

Arguments

clusterCertificateInstallations.clusterID ● ID! non-null scalar

The unique identifier of the cluster.

clusterCertificateInstallations.after ● String scalar

Returns elements after this cursor for forward pagination.

clusterCertificateInstallations.before ● String scalar

Returns elements before this cursor for backward pagination.

clusterCertificateInstallations.first ● Int scalar

Maximum number of results to return (forward pagination).

clusterCertificateInstallations.last ● Int scalar

Number of results from the end (backward pagination).

Type

ClusterCertificateInstallationConnection object