Skip to content

Commit

Permalink
Add external credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbenjemaa committed May 17, 2024
1 parent 8cd9200 commit 15bb25a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions api/v1alpha1/proxmoxcluster_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ type ProxmoxClusterSpec struct {
// in the configuration and cloning of a proxmox VM. Multiple types of nodes can be specified.
// +optional
CloneSpec *ProxmoxClusterCloneSpec `json:"cloneSpec,omitempty"`

// CredentialsRef is a reference to a Secret that contains the credentials to use for provisioning this cluster. If not
// supplied then the credentials of the controller will be used.
// +optional
CredentialsRef *corev1.ObjectReference `json:"credentialsRef,omitempty"`
}

// ProxmoxClusterCloneSpec is the configuration pertaining to all items configurable
Expand Down

0 comments on commit 15bb25a

Please sign in to comment.