INPUT_OBJECT
KubernetesCreatePackageInstallInput
link GraphQL Schema definition
- input KubernetesCreatePackageInstallInput {
- # The id of the catalog item
- String! :
- # The target cluster groups to install the package on
- String!]! : [
- # Description of the installation
- String :
- # Name of the installation
- String! :
- # The values Yaml which is compliant with Package Install valueSchema
- String :
- # Package version
- String! :
- }