You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: FeatureFlag is the Schema for the featureflags API
24
23
properties:
25
24
apiVersion:
26
-
description: 'APIVersion defines the versioned schema of this representation
27
-
of an object. Servers should convert recognized schemas to the latest
28
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
25
+
description: |-
26
+
APIVersion defines the versioned schema of this representation of an object.
27
+
Servers should convert recognized schemas to the latest internal value, and
28
+
may reject unrecognized values.
29
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
29
30
type: string
30
31
kind:
31
-
description: 'Kind is a string value representing the REST resource this
32
-
object represents. Servers may infer this from the endpoint the client
33
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
32
+
description: |-
33
+
Kind is a string value representing the REST resource this object represents.
34
+
Servers may infer this from the endpoint the client submits requests to.
35
+
Cannot be updated.
36
+
In CamelCase.
37
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
description: FeatureFlagSource is the Schema for the FeatureFlagSources API
24
23
properties:
25
24
apiVersion:
26
-
description: 'APIVersion defines the versioned schema of this representation
27
-
of an object. Servers should convert recognized schemas to the latest
28
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
25
+
description: |-
26
+
APIVersion defines the versioned schema of this representation of an object.
27
+
Servers should convert recognized schemas to the latest internal value, and
28
+
may reject unrecognized values.
29
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
29
30
type: string
30
31
kind:
31
-
description: 'Kind is a string value representing the REST resource this
32
-
object represents. Servers may infer this from the endpoint the client
33
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
32
+
description: |-
33
+
Kind is a string value representing the REST resource this object represents.
34
+
Servers may infer this from the endpoint the client submits requests to.
35
+
Cannot be updated.
36
+
In CamelCase.
37
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
34
38
type: string
35
39
metadata:
36
40
type: object
@@ -49,9 +53,9 @@ spec:
49
53
environment variables applied to the sidecar, default FLAGD
50
54
type: string
51
55
envVars:
52
-
description: EnvVars define the env vars to be applied to the sidecar,
53
-
any env vars in FeatureFlag CRs are added at the lowest index, all
54
-
values will have the EnvVarPrefix applied, default FLAGD
56
+
description: |-
57
+
EnvVars define the env vars to be applied to the sidecar, any env vars in FeatureFlag CRs
58
+
are added at the lowest index, all values will have the EnvVarPrefix applied, default FLAGD
55
59
items:
56
60
description: EnvVar represents an environment variable present in
57
61
a Container.
@@ -60,15 +64,16 @@ spec:
60
64
description: Name of the environment variable. Must be a C_IDENTIFIER.
61
65
type: string
62
66
value:
63
-
description: 'Variable references $(VAR_NAME) are expanded using
64
-
the previously defined environment variables in the container
65
-
and any service environment variables. If a variable cannot
66
-
be resolved, the reference in the input string will be unchanged.
67
-
Double $$ are reduced to a single $, which allows for escaping
68
-
the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the
69
-
string literal "$(VAR_NAME)". Escaped references will never
70
-
be expanded, regardless of whether the variable exists or
71
-
not. Defaults to "".'
67
+
description: |-
68
+
Variable references $(VAR_NAME) are expanded
69
+
using the previously defined environment variables in the container and
70
+
any service environment variables. If a variable cannot be resolved,
71
+
the reference in the input string will be unchanged. Double $$ are reduced
72
+
to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e.
73
+
"$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)".
74
+
Escaped references will never be expanded, regardless of whether the variable
75
+
exists or not.
76
+
Defaults to "".
72
77
type: string
73
78
valueFrom:
74
79
description: Source for the environment variable's value. Cannot
@@ -81,8 +86,10 @@ spec:
81
86
description: The key to select.
82
87
type: string
83
88
name:
84
-
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
85
-
TODO: Add other useful fields. apiVersion, kind, uid?'
89
+
description: |-
90
+
Name of the referent.
91
+
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
92
+
TODO: Add other useful fields. apiVersion, kind, uid?
86
93
type: string
87
94
optional:
88
95
description: Specify whether the ConfigMap or its key
@@ -93,10 +100,9 @@ spec:
93
100
type: object
94
101
x-kubernetes-map-type: atomic
95
102
fieldRef:
96
-
description: 'Selects a field of the pod: supports metadata.name,
0 commit comments