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: NnfAccess is the Schema for the nnfaccesses API
40
40
properties:
41
41
apiVersion:
42
-
description: 'APIVersion defines the versioned schema of this representation
43
-
of an object. Servers should convert recognized schemas to the latest
44
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
42
+
description: |-
43
+
APIVersion defines the versioned schema of this representation of an object.
44
+
Servers should convert recognized schemas to the latest internal value, and
45
+
may reject unrecognized values.
46
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
45
47
type: string
46
48
kind:
47
-
description: 'Kind is a string value representing the REST resource this
48
-
object represents. Servers may infer this from the endpoint the client
49
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
49
+
description: |-
50
+
Kind is a string value representing the REST resource this object represents.
51
+
Servers may infer this from the endpoint the client submits requests to.
52
+
Cannot be updated.
53
+
In CamelCase.
54
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
50
55
type: string
51
56
metadata:
52
57
type: object
53
58
spec:
54
59
description: NnfAccessSpec defines the desired state of NnfAccess
55
60
properties:
56
61
clientReference:
57
-
description: ClientReference is for a client resource. (DWS) Computes
58
-
is the only client resource type currently supported
62
+
description: |-
63
+
ClientReference is for a client resource. (DWS) Computes is the only client
64
+
resource type currently supported
59
65
properties:
60
66
apiVersion:
61
67
description: API version of the referent.
62
68
type: string
63
69
fieldPath:
64
-
description: 'If referring to a piece of an object instead of
65
-
an entire object, this string should contain a valid JSON/Go
66
-
field access statement, such as desiredState.manifest.containers[2].
67
-
For example, if the object reference is to a container within
68
-
a pod, this would take on a value like: "spec.containers{name}"
69
-
(where "name" refers to the name of the container that triggered
70
-
the event) or if no container name is specified "spec.containers[2]"
71
-
(container with index 2 in this pod). This syntax is chosen
72
-
only to have some well-defined way of referencing a part of
73
-
an object. TODO: this design is not final and this field is
74
-
subject to change in the future.'
70
+
description: |-
71
+
If referring to a piece of an object instead of an entire object, this string
72
+
should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2].
73
+
For example, if the object reference is to a container within a pod, this would take on a value like:
74
+
"spec.containers{name}" (where "name" refers to the name of the container that triggered
75
+
the event) or if no container name is specified "spec.containers[2]" (container with
76
+
index 2 in this pod). This syntax is chosen only to have some well-defined way of
77
+
referencing a part of an object.
78
+
TODO: this design is not final and this field is subject to change in the future.
75
79
type: string
76
80
kind:
77
-
description: 'Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
81
+
description: |-
82
+
Kind of the referent.
83
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
78
84
type: string
79
85
name:
80
-
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names'
86
+
description: |-
87
+
Name of the referent.
88
+
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
81
89
type: string
82
90
namespace:
83
-
description: 'Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/'
91
+
description: |-
92
+
Namespace of the referent.
93
+
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/
84
94
type: string
85
95
resourceVersion:
86
-
description: 'Specific resourceVersion to which this reference
87
-
is made, if any. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency'
96
+
description: |-
97
+
Specific resourceVersion to which this reference is made, if any.
98
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency
88
99
type: string
89
100
uid:
90
-
description: 'UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids'
101
+
description: |-
102
+
UID of the referent.
103
+
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids
91
104
type: string
92
105
type: object
93
106
x-kubernetes-map-type: atomic
@@ -106,8 +119,9 @@ spec:
106
119
description: MountPath for the storage target on the client
107
120
type: string
108
121
mountPathPrefix:
109
-
description: MountPathPrefix to mount the storage target on the client
110
-
when there is more than one mount on a client
122
+
description: |-
123
+
MountPathPrefix to mount the storage target on the client when there is
124
+
more than one mount on a client
111
125
type: string
112
126
storageReference:
113
127
description: StorageReference is the NnfStorage reference
@@ -116,40 +130,48 @@ spec:
116
130
description: API version of the referent.
117
131
type: string
118
132
fieldPath:
119
-
description: 'If referring to a piece of an object instead of
120
-
an entire object, this string should contain a valid JSON/Go
121
-
field access statement, such as desiredState.manifest.containers[2].
122
-
For example, if the object reference is to a container within
123
-
a pod, this would take on a value like: "spec.containers{name}"
124
-
(where "name" refers to the name of the container that triggered
125
-
the event) or if no container name is specified "spec.containers[2]"
126
-
(container with index 2 in this pod). This syntax is chosen
127
-
only to have some well-defined way of referencing a part of
128
-
an object. TODO: this design is not final and this field is
129
-
subject to change in the future.'
133
+
description: |-
134
+
If referring to a piece of an object instead of an entire object, this string
135
+
should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2].
136
+
For example, if the object reference is to a container within a pod, this would take on a value like:
137
+
"spec.containers{name}" (where "name" refers to the name of the container that triggered
138
+
the event) or if no container name is specified "spec.containers[2]" (container with
139
+
index 2 in this pod). This syntax is chosen only to have some well-defined way of
140
+
referencing a part of an object.
141
+
TODO: this design is not final and this field is subject to change in the future.
130
142
type: string
131
143
kind:
132
-
description: 'Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
144
+
description: |-
145
+
Kind of the referent.
146
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
133
147
type: string
134
148
name:
135
-
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names'
149
+
description: |-
150
+
Name of the referent.
151
+
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
136
152
type: string
137
153
namespace:
138
-
description: 'Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/'
154
+
description: |-
155
+
Namespace of the referent.
156
+
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/
139
157
type: string
140
158
resourceVersion:
141
-
description: 'Specific resourceVersion to which this reference
142
-
is made, if any. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency'
159
+
description: |-
160
+
Specific resourceVersion to which this reference is made, if any.
161
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency
143
162
type: string
144
163
uid:
145
-
description: 'UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids'
164
+
description: |-
165
+
UID of the referent.
166
+
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids
146
167
type: string
147
168
type: object
148
169
x-kubernetes-map-type: atomic
149
170
target:
150
-
description: 'Target specifies which storage targets the client should
151
-
mount - single: Only one of the storage the client can access -
152
-
all: All of the storage the client can access'
171
+
description: |-
172
+
Target specifies which storage targets the client should mount
173
+
- single: Only one of the storage the client can access
174
+
- all: All of the storage the client can access
153
175
enum:
154
176
- single
155
177
- all
@@ -168,8 +190,9 @@ spec:
168
190
- PreRun
169
191
- PostRun
170
192
- Teardown
171
-
description: TeardownState is the desired state of the workflow for
172
-
this NNF Access resource to be torn down and deleted.
193
+
description: |-
194
+
TeardownState is the desired state of the workflow for this NNF Access resource to
195
+
be torn down and deleted.
173
196
type: string
174
197
userID:
175
198
description: UserID for the new mount. Currently only used for raw
@@ -193,8 +216,9 @@ spec:
193
216
description: Internal debug message for the error
194
217
type: string
195
218
severity:
196
-
description: Indication of how severe the error is. Minor will
197
-
likely succeed, Major may succeed, and Fatal will never succeed.
219
+
description: |-
220
+
Indication of how severe the error is. Minor will likely succeed, Major may
0 commit comments