OBJECT
KubernetesKindPackageInstallSpecCluster
Specifies that Package should be deployed to destination cluster; by default, cluster is same as where this resource resides (optional)
link GraphQL Schema definition
- type KubernetesKindPackageInstallSpecCluster {
- # Specifies secret containing kubeconfig (required)
- KubernetesKindPackageInstallSpecClusterKubeconfigSecretRef :
- # Specifies namespace in destination cluster (optional)
- String :
- }