Skip to content

Commit f13740b

Browse files
feat: Update api/v1alpha1/addon_types.go
Co-authored-by: Dimitri Koshkin <[email protected]>
1 parent 486228a commit f13740b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

api/v1alpha1/addon_types.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -380,11 +380,6 @@ type NutanixKonnectorAgent struct {
380380
// +kubebuilder:validation:Optional
381381
Credentials *NutanixKonnectorAgentCredentials `json:"credentials,omitempty"`
382382

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"`
388383
}
389384

390385
type NutanixKonnectorAgentCredentials struct {

0 commit comments

Comments
 (0)