OBJECT
KubernetesCapabilityInstall
Represents a specific installation of a capability.
link GraphQL Schema definition
- type KubernetesCapabilityInstall implements Node {
- # The capability that this installation refers to
- KubernetesCapability! :
- # domain-specific capability installation identifier
- ID! :
- KubernetesKindPackageInstall! :
- # package install name of the package that provides/requires the capability
- String! :
- }