We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61ed92e commit c6cc0eaCopy full SHA for c6cc0ea
src/sonic-yang-models/yang-models/sonic-feature.yang
@@ -8,12 +8,15 @@ module sonic-feature{
8
description "Feature Table yang Module for SONiC";
9
10
typedef feature-state {
11
+ description "configuration to set the feature running state";
12
type string {
13
pattern "enabled|disabled|always_enabled|always_disabled";
14
}
15
16
17
typedef feature-owner {
18
+ description "configuration to set if the container is controlled
19
+ by kubernetes or locally";
20
21
pattern "kube|local";
22
0 commit comments