WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 14a31fd

Browse files
authored
Added deprecation_message for effectiveContainer and effectiveEnablement in QAS resource (#15826)
1 parent a3a8f5e commit 14a31fd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mmv1/products/cloudquotas/QuotaAdjusterSettings.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,15 @@ properties:
6767
type: String
6868
description: |
6969
The resource container that determines if the quota adjuster is set for this project.
70+
Expect this field to be empty currently.
71+
deprecation_message: '`effectiveContainer` is deprecated and will be removed in a future major release. Use `inherited_from` instead.'
7072
output: true
7173
- name: 'effectiveEnablement'
7274
type: Enum
7375
description: |
7476
Based on the effective container`s setting above, determines Whether this resource container has the quota adjuster enabled.
77+
Expect this field to be empty currently.
78+
deprecation_message: '`effectiveEnablement` is deprecated and will be removed in a future major release. Use `inherited` instead.'
7579
output: true
7680
enum_values:
7781
- 'DEFAULT'

0 commit comments

Comments
 (0)