Skip to content

Commit 1071321

Browse files
authored
operator trident-operator (25.2.1)
1 parent 5bab55b commit 1071321

File tree

4 files changed

+616
-0
lines changed

4 files changed

+616
-0
lines changed

operators/trident-operator/25.2.1/manifests/trident-operator.v25.2.1.clusterserviceversion.yaml

Lines changed: 529 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
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
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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

0 commit comments

Comments
 (0)