INPUT_OBJECT
KubernetesKindPackageSpecInput
link GraphQL Schema definition
- input KubernetesKindPackageSpecInput {
- String :
- # IncludedSoftware contains the underlying Software Contents of a Package
- KubernetesKindPackageSpecIncludedSoftwareInput] : [
- # KappControllerVersionSelection specifies the versions of kapp-controller which
- # can install this package
- KubernetesKindPackageSpecKappControllerVersionSelectionInput :
- # KubernetesVersionSelection specifies the versions of k8s which this package can
- # be installed on
- KubernetesKindPackageSpecKubernetesVersionSelectionInput :
- String] : [
- String :
- String :
- DateTime :
- KubernetesKindPackageSpecTemplateInput :
- # valuesSchema can be used to show template values that
- # can be configured by users when a Package is installed
- # in an OpenAPI schema format.
- KubernetesKindPackageSpecValuesSchemaInput :
- String :
- }