OBJECT
KubernetesKindPackageInstallRelationships
Relationships to other nodes
link GraphQL Schema definition
- type KubernetesKindPackageInstallRelationships implements KubernetesResourceControllerRelationship {
- # For resources that define a metadata.ownerReference, this contains a link to the
- # reference which has controller: true
- KubernetesResourceInterface :
- # When present, a link to the Entity that represents this Kubernetes resource
- Entity :
- # Query events involving this resource
- KubernetesKindEvent!] : [
- # The nested context for types that create a new context, such as a Project, a
- # KubernetesCluster, or a Space. Null for other types
- KubernetesResourceContext :
- # Query this resource's namespace if it is namespace-scoped
- KubernetesKindNamespace :
- # Relationship to the Package resource indicated by the
- # 'status.lastAttemptedVersion' field
- KubernetesKindPackage :
- # Generic query of kubernetes resources by kind
- #
- # Arguments
- # after: [Not documented]
- # fieldSelector: [Not documented]
- # filter: [Not documented]
- # first: [Not documented]
- # kind: [Not documented]
- # labelSelector: [Not documented]
- # name: [Not documented]
- (
- String, :
- String, :
- QueryFilter, :
- Int, :
- String!, :
- String, :
- String!] : [
- ): KubernetesResourceConnection
- # Relationship to SyncResourceSet which tracks the PackageInstall status on each
- # cluster
- KubernetesKindSyncResourceSet :
- # Relationship to SyncResourceSet which tracks the Secrets from valueSecrets for
- # each cluster
- #
- # Arguments
- # after: [Not documented]
- # first: [Not documented]
- String, : Int): KubernetesKindSyncResourceSetConnection ( :
- # Relationship to Secret resources referenced by the 'spec.values.secretRef'
- # fields
- #
- # Arguments
- # after: [Not documented]
- # first: [Not documented]
- String, : Int): KubernetesKindSecretConnection ( :
- }