INPUT_OBJECT
KubernetesUpdatePackageInstallInput
Updates installationDescription, version and valueSchemaConfigurationYaml props.
- Pass current value to keep it unmodified.
- Pass 'null' value to clear it.
link GraphQL Schema definition
- input KubernetesUpdatePackageInstallInput {
- # [Updatable] Description of the installation; null clears current value.
- String :
- # Global ID of PackageInstall to update
- ID! :
- # [Updatable] The values Yaml which is compliant with Package Install
- # valueSchema; null clears current value.
- String :
- # [Updatable] Package version which might not be cleared, so it's required.
- String! :
- }