Skip to content

Commit 28d4b0f

Browse files
cerizojYu王雨10312673
andauthored
operator ccnfs-operator (7.26.10) (redhat-openshift-ecosystem#7173)
* operator ccnfs-operator (5.24.32) * operator ccnfs-operator (5.24.32) * operator ccnfs-operator (5.24.32) * operator ccnfs-operator (5.24.32) * operator ccnfs-operator (7.24.32) * operator ccnfs-operator (7.24.32) * operator ccnfs-operator (7.24.32) * operator ccnfs-operator (7.24.33) * operator ccnfs-operator (7.24.33) * operator ccnfs-operator (7.24.34) * operator ccnfs-operator (7.25.10) * operator ccnfs-operator (7.26.10) * operator ccnfs-operator (7.26.10) * operator ccnfs-operator (7.26.10) * operator ccnfs-operator (7.26.10) --------- Co-authored-by: 王雨10312673 <[email protected]>
1 parent f2708da commit 28d4b0f

File tree

31 files changed

+2159
-0
lines changed

31 files changed

+2159
-0
lines changed
Lines changed: 144 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,144 @@
1+
apiVersion: apiextensions.k8s.io/v1
2+
kind: CustomResourceDefinition
3+
metadata:
4+
annotations:
5+
controller-gen.kubebuilder.io/version: v0.17.2
6+
creationTimestamp: null
7+
name: commoncorenetworkfunctionbackuprestores.ccnf.zte.com.cn
8+
spec:
9+
group: ccnf.zte.com.cn
10+
names:
11+
kind: CommonCoreNetworkFunctionBackupRestore
12+
listKind: CommonCoreNetworkFunctionBackupRestoreList
13+
plural: commoncorenetworkfunctionbackuprestores
14+
singular: commoncorenetworkfunctionbackuprestore
15+
scope: Namespaced
16+
versions:
17+
- additionalPrinterColumns:
18+
- jsonPath: .status.status
19+
name: status
20+
type: string
21+
name: v1
22+
schema:
23+
openAPIV3Schema:
24+
description: CommonCoreNetworkFunctionBackupRestore is the Schema for the
25+
commoncorenetworkfunctionbackuprestores API.
26+
properties:
27+
apiVersion:
28+
description: |-
29+
APIVersion defines the versioned schema of this representation of an object.
30+
Servers should convert recognized schemas to the latest internal value, and
31+
may reject unrecognized values.
32+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
33+
type: string
34+
kind:
35+
description: |-
36+
Kind is a string value representing the REST resource this object represents.
37+
Servers may infer this from the endpoint the client submits requests to.
38+
Cannot be updated.
39+
In CamelCase.
40+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
41+
type: string
42+
metadata:
43+
type: object
44+
spec:
45+
description: CommonCoreNetworkFunctionBackupRestoreSpec defines the desired
46+
state of CommonCoreNetworkFunctionBackupRestore.
47+
properties:
48+
action:
49+
type: string
50+
cnfInstID:
51+
type: string
52+
cnfInstName:
53+
type: string
54+
expert:
55+
properties:
56+
retryTimesOnFailure:
57+
properties:
58+
cnfRestore:
59+
type: integer
60+
type: object
61+
timeout:
62+
properties:
63+
cnfBackup:
64+
additionalProperties:
65+
type: integer
66+
type: object
67+
cnfRestore:
68+
additionalProperties:
69+
type: integer
70+
type: object
71+
type: object
72+
type: object
73+
oss:
74+
properties:
75+
path:
76+
type: string
77+
type: object
78+
security:
79+
properties:
80+
backupSecret:
81+
type: string
82+
passwordSecret:
83+
type: string
84+
restoreSecret:
85+
type: string
86+
type: object
87+
sftp:
88+
properties:
89+
cidr:
90+
type: string
91+
url:
92+
type: string
93+
type: object
94+
storageType:
95+
type: string
96+
required:
97+
- action
98+
- cnfInstID
99+
- cnfInstName
100+
- security
101+
- storageType
102+
type: object
103+
status:
104+
description: CommonCoreNetworkFunctionBackupRestoreStatus defines the
105+
observed state of CommonCoreNetworkFunctionBackupRestore.
106+
properties:
107+
cnf:
108+
properties:
109+
status:
110+
type: string
111+
type: object
112+
lcm:
113+
properties:
114+
releaseCatalog:
115+
type: string
116+
releaseLcm:
117+
type: string
118+
type: object
119+
message:
120+
type: string
121+
process:
122+
type: string
123+
retryTimesOnFailure:
124+
properties:
125+
cnfRestore:
126+
type: integer
127+
type: object
128+
status:
129+
description: |-
130+
INSERT ADDITIONAL STATUS FIELD - define observed state of cluster
131+
Important: Run "make" to regenerate code after modifying this file
132+
type: string
133+
type: object
134+
type: object
135+
served: true
136+
storage: true
137+
subresources:
138+
status: {}
139+
status:
140+
acceptedNames:
141+
kind: ""
142+
plural: ""
143+
conditions: null
144+
storedVersions: null
Lines changed: 175 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,175 @@
1+
apiVersion: apiextensions.k8s.io/v1
2+
kind: CustomResourceDefinition
3+
metadata:
4+
annotations:
5+
controller-gen.kubebuilder.io/version: v0.17.2
6+
creationTimestamp: null
7+
name: commoncorenetworkfunctionconfigs.ccnf.zte.com.cn
8+
spec:
9+
group: ccnf.zte.com.cn
10+
names:
11+
kind: CommonCoreNetworkFunctionConfig
12+
listKind: CommonCoreNetworkFunctionConfigList
13+
plural: commoncorenetworkfunctionconfigs
14+
singular: commoncorenetworkfunctionconfig
15+
scope: Namespaced
16+
versions:
17+
- name: v1
18+
schema:
19+
openAPIV3Schema:
20+
description: CommonCoreNetworkFunctionConfig is the Schema for the commoncorenetworkfunctionconfigs
21+
API.
22+
properties:
23+
apiVersion:
24+
description: |-
25+
APIVersion defines the versioned schema of this representation of an object.
26+
Servers should convert recognized schemas to the latest internal value, and
27+
may reject unrecognized values.
28+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
29+
type: string
30+
kind:
31+
description: |-
32+
Kind is a string value representing the REST resource this object represents.
33+
Servers may infer this from the endpoint the client submits requests to.
34+
Cannot be updated.
35+
In CamelCase.
36+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
37+
type: string
38+
metadata:
39+
type: object
40+
spec:
41+
description: CommonCoreNetworkFunctionConfigSpec defines the desired state
42+
of CommonCoreNetworkFunctionConfig
43+
properties:
44+
configType:
45+
type: string
46+
nfServices:
47+
items:
48+
properties:
49+
cfgFiles:
50+
items:
51+
properties:
52+
mml:
53+
type: string
54+
name:
55+
type: string
56+
required:
57+
- mml
58+
type: object
59+
type: array
60+
name:
61+
type: string
62+
nfName:
63+
type: string
64+
required:
65+
- cfgFiles
66+
- name
67+
type: object
68+
type: array
69+
required:
70+
- nfServices
71+
type: object
72+
status:
73+
description: CommonCoreNetworkFunctionConfigStatus defines the observed
74+
state of CommonCoreNetworkFunctionConfig
75+
properties:
76+
beginAt:
77+
type: string
78+
conditions:
79+
items:
80+
description: Condition contains details for one aspect of the current
81+
state of this API Resource.
82+
properties:
83+
lastTransitionTime:
84+
description: |-
85+
lastTransitionTime is the last time the condition transitioned from one status to another.
86+
This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable.
87+
format: date-time
88+
type: string
89+
message:
90+
description: |-
91+
message is a human readable message indicating details about the transition.
92+
This may be an empty string.
93+
maxLength: 32768
94+
type: string
95+
observedGeneration:
96+
description: |-
97+
observedGeneration represents the .metadata.generation that the condition was set based upon.
98+
For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date
99+
with respect to the current state of the instance.
100+
format: int64
101+
minimum: 0
102+
type: integer
103+
reason:
104+
description: |-
105+
reason contains a programmatic identifier indicating the reason for the condition's last transition.
106+
Producers of specific condition types may define expected values and meanings for this field,
107+
and whether the values are considered a guaranteed API.
108+
The value should be a CamelCase string.
109+
This field may not be empty.
110+
maxLength: 1024
111+
minLength: 1
112+
pattern: ^[A-Za-z]([A-Za-z0-9_,:]*[A-Za-z0-9_])?$
113+
type: string
114+
status:
115+
description: status of the condition, one of True, False, Unknown.
116+
enum:
117+
- "True"
118+
- "False"
119+
- Unknown
120+
type: string
121+
type:
122+
description: type of condition in CamelCase or in foo.example.com/CamelCase.
123+
maxLength: 316
124+
pattern: ^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$
125+
type: string
126+
required:
127+
- lastTransitionTime
128+
- message
129+
- reason
130+
- status
131+
- type
132+
type: object
133+
type: array
134+
elapsed:
135+
type: string
136+
nfServicesStatus:
137+
items:
138+
properties:
139+
name:
140+
type: string
141+
reason:
142+
type: string
143+
status:
144+
type: string
145+
required:
146+
- name
147+
- reason
148+
- status
149+
type: object
150+
type: array
151+
phase:
152+
type: string
153+
progress:
154+
type: string
155+
reason:
156+
type: string
157+
status:
158+
type: string
159+
taskID:
160+
type: string
161+
required:
162+
- reason
163+
- status
164+
type: object
165+
type: object
166+
served: true
167+
storage: true
168+
subresources:
169+
status: {}
170+
status:
171+
acceptedNames:
172+
kind: ""
173+
plural: ""
174+
conditions: null
175+
storedVersions: null

0 commit comments

Comments
 (0)