Skip to content

Commit 52deb94

Browse files
committed
operator hpe-ezmeral-csi-operator (v1.0.19)
1 parent b6c9098 commit 52deb94

7 files changed

+743
-0
lines changed
Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
---
2+
apiVersion: apiextensions.k8s.io/v1
3+
kind: CustomResourceDefinition
4+
metadata:
5+
creationTimestamp: null
6+
name: hpeezmeralcsidrivers.ezmeral.hpe.com
7+
spec:
8+
group: ezmeral.hpe.com
9+
names:
10+
kind: HPEEzmeralCSIDriver
11+
listKind: HPEEzmeralCSIDriverList
12+
plural: hpeezmeralcsidrivers
13+
singular: hpeezmeralcsidriver
14+
scope: Namespaced
15+
versions:
16+
- name: v1
17+
schema:
18+
openAPIV3Schema:
19+
description: HPEEzmeralCSIDriver is the Schema for the hpeezmeralcsidrivers API
20+
properties:
21+
apiVersion:
22+
description: 'APIVersion defines the versioned schema of this representation
23+
of an object. Servers should convert recognized schemas to the latest
24+
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
25+
type: string
26+
kind:
27+
description: 'Kind is a string value representing the REST resource this
28+
object represents. Servers may infer this from the endpoint the client
29+
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
30+
type: string
31+
metadata:
32+
type: object
33+
spec:
34+
description: Spec defines the desired state of HPEEzmeralCSIDriver
35+
type: object
36+
properties:
37+
controllerImage:
38+
description: Full controller image path for HPE Ezmeral CSI Driver
39+
type: string
40+
nodeImage:
41+
description: Full node plugin image path for HPE Ezmeral CSI Driver
42+
type: string
43+
pullPolicy:
44+
description: Image Pull Policy for HPE Ezmeral CSI driver images
45+
type: string
46+
status:
47+
description: Status defines the observed state of HPEEzmeralCSIDriver
48+
properties:
49+
conditions:
50+
description: HPE Ezmeral CSI Driver helm release status
51+
items:
52+
properties:
53+
lastTransitionTime:
54+
format: date-time
55+
type: string
56+
message:
57+
type: string
58+
reason:
59+
type: string
60+
status:
61+
type: string
62+
type:
63+
type: string
64+
required:
65+
- status
66+
- type
67+
type: object
68+
type: array
69+
deployedRelease:
70+
description: HPE Ezmeral CSI Driver helm release
71+
properties:
72+
manifest:
73+
type: string
74+
name:
75+
type: string
76+
type: object
77+
required:
78+
- conditions
79+
type: object
80+
type: object
81+
served: true
82+
storage: true
83+
subresources:
84+
status: {}
85+
status:
86+
acceptedNames:
87+
kind: ""
88+
plural: ""
89+
conditions: []
90+
storedVersions: []
Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
---
2+
apiVersion: apiextensions.k8s.io/v1
3+
kind: CustomResourceDefinition
4+
metadata:
5+
creationTimestamp: null
6+
name: hpeezmeralnfscsidrivers.ezmeral.hpe.com
7+
spec:
8+
group: ezmeral.hpe.com
9+
names:
10+
kind: HPEEzmeralNFSCSIDriver
11+
listKind: HPEEzmeralNFSCSIDriverList
12+
plural: hpeezmeralnfscsidrivers
13+
singular: hpeezmeralnfscsidriver
14+
scope: Namespaced
15+
versions:
16+
- name: v1
17+
schema:
18+
openAPIV3Schema:
19+
description: HPEEzmeralNFSCSIDriver is the Schema for the hpeezmeralnfscsidrivers
20+
API
21+
properties:
22+
apiVersion:
23+
description: 'APIVersion defines the versioned schema of this representation
24+
of an object. Servers should convert recognized schemas to the latest
25+
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
26+
type: string
27+
kind:
28+
description: 'Kind is a string value representing the REST resource this
29+
object represents. Servers may infer this from the endpoint the client
30+
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
31+
type: string
32+
metadata:
33+
type: object
34+
spec:
35+
description: Spec defines the desired state of HPEEzmeralNFSCSIDriver
36+
type: object
37+
properties:
38+
controllerImage:
39+
description: Full controller image path for HPE Ezmeral NFS CSI Driver
40+
type: string
41+
nodeImage:
42+
description: Full node plugin image path for HPE Ezmeral NFS CSI Driver
43+
type: string
44+
pullPolicy:
45+
description: Image Pull Policy for HPE Ezmeral NFS CSI driver images
46+
type: string
47+
status:
48+
description: Status defines the observed state of HPEEzmeralNFSCSIDriver
49+
properties:
50+
conditions:
51+
description: HPE Ezmeral NFS CSI Driver helm release status
52+
items:
53+
properties:
54+
lastTransitionTime:
55+
format: date-time
56+
type: string
57+
message:
58+
type: string
59+
reason:
60+
type: string
61+
status:
62+
type: string
63+
type:
64+
type: string
65+
required:
66+
- status
67+
- type
68+
type: object
69+
type: array
70+
deployedRelease:
71+
description: HPE Ezmeral NFS CSI Driver helm release
72+
properties:
73+
manifest:
74+
type: string
75+
name:
76+
type: string
77+
type: object
78+
required:
79+
- conditions
80+
type: object
81+
type: object
82+
served: true
83+
storage: true
84+
subresources:
85+
status: {}
86+
status:
87+
acceptedNames:
88+
kind: ""
89+
plural: ""
90+
conditions: []
91+
storedVersions: []
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
apiVersion: v1
2+
kind: Service
3+
metadata:
4+
creationTimestamp: null
5+
labels:
6+
app.kubernetes.io/component: kube-rbac-proxy
7+
app.kubernetes.io/created-by: hpe-ezmeral-csi-operator
8+
app.kubernetes.io/instance: controller-manager-metrics-service
9+
app.kubernetes.io/managed-by: kustomize
10+
app.kubernetes.io/name: service
11+
app.kubernetes.io/part-of: hpe-ezmeral-csi-operator
12+
control-plane: controller-manager
13+
name: hpe-ezmeral-csi-operator-controller-manager-metrics-service
14+
spec:
15+
ports:
16+
- name: https
17+
port: 8443
18+
protocol: TCP
19+
targetPort: https
20+
selector:
21+
control-plane: controller-manager
22+
status:
23+
loadBalancer: {}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
apiVersion: rbac.authorization.k8s.io/v1
2+
kind: ClusterRole
3+
metadata:
4+
creationTimestamp: null
5+
labels:
6+
app.kubernetes.io/component: kube-rbac-proxy
7+
app.kubernetes.io/created-by: hpe-ezmeral-csi-operator
8+
app.kubernetes.io/instance: metrics-reader
9+
app.kubernetes.io/managed-by: kustomize
10+
app.kubernetes.io/name: clusterrole
11+
app.kubernetes.io/part-of: hpe-ezmeral-csi-operator
12+
name: hpe-ezmeral-csi-operator-metrics-reader
13+
rules:
14+
- nonResourceURLs:
15+
- /metrics
16+
verbs:
17+
- get

operators/hpe-ezmeral-csi-operator/1.0.19/manifests/hpe-ezmeral-csi-operator.clusterserviceversion.yaml

Lines changed: 438 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
annotations:
2+
operators.operatorframework.io.bundle.channels.v1: stable
3+
operators.operatorframework.io.bundle.channel.default.v1: stable
4+
operators.operatorframework.io.bundle.manifests.v1: manifests/
5+
operators.operatorframework.io.bundle.mediatype.v1: registry+v1
6+
operators.operatorframework.io.bundle.metadata.v1: metadata/
7+
operators.operatorframework.io.bundle.package.v1: hpe-ezmeral-csi-operator
8+
operators.operatorframework.io.metrics.builder: operator-sdk-v1.42.0
9+
operators.operatorframework.io.metrics.mediatype.v1: metrics+v1
10+
operators.operatorframework.io.metrics.project_layout: helm.sdk.operatorframework.io/v1
11+
operators.operatorframework.io.test.config.v1: tests/scorecard/
12+
operators.operatorframework.io.test.mediatype.v1: scorecard+v1
13+
14+
com.redhat.openshift.versions: v4.13-v4.20
Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
apiVersion: scorecard.operatorframework.io/v1alpha3
2+
kind: Configuration
3+
metadata:
4+
name: config
5+
stages:
6+
- parallel: true
7+
tests:
8+
- entrypoint:
9+
- scorecard-test
10+
- basic-check-spec
11+
image: quay.io/operator-framework/scorecard-test:v1.42.0
12+
labels:
13+
suite: basic
14+
test: basic-check-spec-test
15+
storage:
16+
spec:
17+
mountPath: {}
18+
- entrypoint:
19+
- scorecard-test
20+
- olm-bundle-validation
21+
image: quay.io/operator-framework/scorecard-test:v1.42.0
22+
labels:
23+
suite: olm
24+
test: olm-bundle-validation-test
25+
storage:
26+
spec:
27+
mountPath: {}
28+
- entrypoint:
29+
- scorecard-test
30+
- olm-crds-have-validation
31+
image: quay.io/operator-framework/scorecard-test:v1.42.0
32+
labels:
33+
suite: olm
34+
test: olm-crds-have-validation-test
35+
storage:
36+
spec:
37+
mountPath: {}
38+
- entrypoint:
39+
- scorecard-test
40+
- olm-crds-have-resources
41+
image: quay.io/operator-framework/scorecard-test:v1.42.0
42+
labels:
43+
suite: olm
44+
test: olm-crds-have-resources-test
45+
storage:
46+
spec:
47+
mountPath: {}
48+
- entrypoint:
49+
- scorecard-test
50+
- olm-spec-descriptors
51+
image: quay.io/operator-framework/scorecard-test:v1.42.0
52+
labels:
53+
suite: olm
54+
test: olm-spec-descriptors-test
55+
storage:
56+
spec:
57+
mountPath: {}
58+
- entrypoint:
59+
- scorecard-test
60+
- olm-status-descriptors
61+
image: quay.io/operator-framework/scorecard-test:v1.42.0
62+
labels:
63+
suite: olm
64+
test: olm-status-descriptors-test
65+
storage:
66+
spec:
67+
mountPath: {}
68+
storage:
69+
spec:
70+
mountPath: {}

0 commit comments

Comments
 (0)