INPUT_OBJECT

KubernetesCreatePackageInstallInput

link GraphQL Schema definition

  • input KubernetesCreatePackageInstallInput {
  • # The id of the catalog item
  • catalogItemId: String!
  • # The target cluster groups to install the package on
  • clusterGroups: [String!]!
  • # Description of the installation
  • installationDescription: String
  • # Name of the installation
  • installationName: String!
  • # The values Yaml which is compliant with Package Install valueSchema
  • valueSchemaConfigurationYaml: String
  • # Package version
  • version: String!
  • }