Closed niladrih closed 3 years ago
Signed-off-by: Niladri Halder niladri.halder@mayadata.io
Why is this PR required? What issue does it fix?: This is required in openebs/dynamic-localpv-provisioner repo to parse the cas-template of format
- name: XFSQuota enabled: true data: | SoftLimitGrace: 80 HardLimitGrace: 85
What this PR does?: Adds instruction to add the embedded Data component from v1alpha1.config object to the map when ConfigToMap function is called.
This change breaks existing code. Closing this.
Signed-off-by: Niladri Halder niladri.halder@mayadata.io
Why is this PR required? What issue does it fix?: This is required in openebs/dynamic-localpv-provisioner repo to parse the cas-template of format
What this PR does?: Adds instruction to add the embedded Data component from v1alpha1.config object to the map when ConfigToMap function is called.