OBJECT
KubernetesKindProfileRelationships
Relationships to other nodes
link GraphQL Schema definition
- type KubernetesKindProfileRelationships 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 :
- # 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
- # Relationships to `Trait` resources referenced by the `status.traits[]` field
- #
- # Arguments
- # after: [Not documented]
- # first: [Not documented]
- String, : Int): KubernetesKindTraitConnection ( :
- }