Provisioning: Add k8s annotations for legacy folder provisioning (#110827)
This commit is contained in:
@@ -132,6 +132,13 @@ type CreateFolderCommand struct {
|
||||
ParentUID string `json:"parentUid"`
|
||||
|
||||
SignedInUser identity.Requester `json:"-"`
|
||||
|
||||
// When running classic file provisioning with folders saved in kubernetes,
|
||||
// folders will be marked with a manager of kind ManagerKindClassicFP
|
||||
// NOTE: this is ignored when running legacy SQL storage
|
||||
//
|
||||
// Deprecated: this should only be used by the legacy file provisioning system
|
||||
ManagerKindClassicFP string `json:"-"`
|
||||
}
|
||||
|
||||
// UpdateFolderCommand captures the information required by the folder service
|
||||
|
||||
Reference in New Issue
Block a user