Skip to content

Commit

Permalink
add flag to allow use best effort resource for klusterlet
Browse files Browse the repository at this point in the history
Signed-off-by: haolin <[email protected]>
  • Loading branch information
haowells committed Nov 23, 2023
1 parent bab1208 commit b8f4303
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions operator/v1/types_klusterlet.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ type KlusterletSpec struct {
// registration-agent and work-agent will use it to communicate with hub api server.
// +optional
HubApiServerHostAlias *HubApiServerHostAlias `json:"hubApiServerHostAlias,omitempty"`

// BestEffortResource allow use the best effort resource for operator/registration/work deployment
// +optional
BestEffortResource bool `json:"bestEffortResource,omitempty"`
}

// ServerURL represents the apiserver url and ca bundle that is accessible externally
Expand Down

0 comments on commit b8f4303

Please sign in to comment.