File tree Expand file tree Collapse file tree 4 files changed +616
-0
lines changed
operators/trident-operator/25.2.1 Expand file tree Collapse file tree 4 files changed +616
-0
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1+ apiVersion : apiextensions.k8s.io/v1
2+ kind : CustomResourceDefinition
3+ metadata :
4+ name : tridentconfigurators.trident.netapp.io
5+ spec :
6+ group : trident.netapp.io
7+ versions :
8+ - name : v1
9+ served : true
10+ storage : true
11+ schema :
12+ openAPIV3Schema :
13+ type : object
14+ x-kubernetes-preserve-unknown-fields : true
15+ subresources :
16+ status : {}
17+ additionalPrinterColumns :
18+ - name : Phase
19+ type : string
20+ description : The backend config phase
21+ priority : 0
22+ jsonPath : .status.phase
23+ - name : Status
24+ type : string
25+ description : The result of the last operation
26+ priority : 0
27+ jsonPath : .status.lastOperationStatus
28+ - name : Cloud Provider
29+ type : string
30+ description : The name of cloud provider
31+ priority : 0
32+ jsonPath : .status.cloudProvider
33+ - name : Storage Driver
34+ type : string
35+ description : The storage driver type
36+ priority : 1
37+ jsonPath : .spec.storageDriverName
38+ - name : Deletion Policy
39+ type : string
40+ description : The deletion policy
41+ priority : 1
42+ jsonPath : .status.deletionPolicy
43+ scope : Cluster
44+ names :
45+ plural : tridentconfigurators
46+ singular : tridentconfigurator
47+ kind : TridentConfigurator
48+ shortNames :
49+ - tconf
50+ - tconfigurator
51+ categories :
52+ - trident
53+ - trident-internal
54+ - trident-external
Original file line number Diff line number Diff line change 1+ apiVersion : apiextensions.k8s.io/v1
2+ kind : CustomResourceDefinition
3+ metadata :
4+ name : tridentorchestrators.trident.netapp.io
5+ spec :
6+ group : trident.netapp.io
7+ versions :
8+ - name : v1
9+ served : true
10+ storage : true
11+ schema :
12+ openAPIV3Schema :
13+ type : object
14+ x-kubernetes-preserve-unknown-fields : true
15+ subresources :
16+ status : {}
17+ names :
18+ kind : TridentOrchestrator
19+ listKind : TridentOrchestratorList
20+ plural : tridentorchestrators
21+ singular : tridentorchestrator
22+ shortNames :
23+ - torc
24+ - torchestrator
25+ scope : Cluster
Original file line number Diff line number Diff line change 1+ ---
2+ annotations :
3+ operators.operatorframework.io.bundle.channel.default.v1 : stable
4+ operators.operatorframework.io.bundle.channels.v1 : stable
5+ operators.operatorframework.io.bundle.manifests.v1 : manifests/
6+ operators.operatorframework.io.bundle.mediatype.v1 : registry+v1
7+ operators.operatorframework.io.bundle.metadata.v1 : metadata/
8+ operators.operatorframework.io.bundle.package.v1 : trident-operator
You can’t perform that action at this time.
0 commit comments