add config property to save the additional configuration

Signed-off-by: Roland.Ma <rolandma@yunify.com>
This commit is contained in:
Roland.Ma
2021-09-02 03:31:58 +00:00
parent f5b98a39e5
commit 9360dfd1b2
5 changed files with 14 additions and 4 deletions

View File

@@ -35,6 +35,8 @@ type ControllerSpec struct {
// +optional
Annotations map[string]string `json:"annotations,omitempty"`
// +optional
Config map[string]string `json:"config,omitempty"`
// +optional
Scope Scope `json:"scope,omitempty"`
}