CertificateConnection
A page of certificate results
type CertificateConnection {
pageInfo: PageInfo!
totalCount: Int!
nodes: [Certificate!]
edges: [CertificateEdge!]
}
Fields
CertificateConnection.pageInfo ● PageInfo! non-null object
Current page information
CertificateConnection.totalCount ● Int! non-null scalar
Total number of certificates (in all pages)
CertificateConnection.nodes ● [Certificate!] list object
Certificates in the current page, without cursor
CertificateConnection.edges ● [CertificateEdge!] list object
Certificates in the current page, together with their associated cursor
Returned By
certificates query ● searchCertificates query
Member Of
Certificate object ● CertManagerIssuer object ● Cluster object