We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 486228a commit f13740bCopy full SHA for f13740b
api/v1alpha1/addon_types.go
@@ -380,11 +380,6 @@ type NutanixKonnectorAgent struct {
380
// +kubebuilder:validation:Optional
381
Credentials *NutanixKonnectorAgentCredentials `json:"credentials,omitempty"`
382
383
- // Addon strategy used to deploy the Nutanix konnector-agent to the k8s cluster.
384
- // +kubebuilder:default=HelmAddon
385
- // +kubebuilder:validation:Optional
386
- // +kubebuilder:validation:Enum=HelmAddon
387
- Strategy AddonStrategy `json:"strategy,omitzero"`
388
}
389
390
type NutanixKonnectorAgentCredentials struct {
0 commit comments