fix ClusterOverride field
Signed-off-by: Roland.Ma <rolandma@yunify.com>
This commit is contained in:
@@ -44,8 +44,9 @@ type GenericPlacement struct {
|
||||
}
|
||||
|
||||
type ClusterOverride struct {
|
||||
Op string `json:"op,omitempty"`
|
||||
Path string `json:"path"`
|
||||
Op string `json:"op,omitempty"`
|
||||
Path string `json:"path"`
|
||||
// +kubebuilder:pruning:PreserveUnknownFields
|
||||
Value runtime.RawExtension `json:"value,omitempty"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user