-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from instaclustr/issue-2
issue-2, operator helm for v0.0.4 release version was implemented
- Loading branch information
Showing
7 changed files
with
190 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
60 changes: 60 additions & 0 deletions
60
charts/operator/crds/clusterresources.instaclustr.com_awsencryptionkeys.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
--- | ||
apiVersion: apiextensions.k8s.io/v1 | ||
kind: CustomResourceDefinition | ||
metadata: | ||
annotations: | ||
controller-gen.kubebuilder.io/version: v0.9.2 | ||
creationTimestamp: null | ||
name: awsencryptionkeys.clusterresources.instaclustr.com | ||
spec: | ||
group: clusterresources.instaclustr.com | ||
names: | ||
kind: AWSEncryptionKey | ||
listKind: AWSEncryptionKeyList | ||
plural: awsencryptionkeys | ||
singular: awsencryptionkey | ||
scope: Namespaced | ||
versions: | ||
- name: v1alpha1 | ||
schema: | ||
openAPIV3Schema: | ||
description: AWSEncryptionKey is the Schema for the awsencryptionkeys API | ||
properties: | ||
apiVersion: | ||
description: 'APIVersion defines the versioned schema of this representation | ||
of an object. Servers should convert recognized schemas to the latest | ||
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' | ||
type: string | ||
kind: | ||
description: 'Kind is a string value representing the REST resource this | ||
object represents. Servers may infer this from the endpoint the client | ||
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' | ||
type: string | ||
metadata: | ||
type: object | ||
spec: | ||
description: AWSEncryptionKeySpec defines the desired state of AWSEncryptionKey | ||
properties: | ||
alias: | ||
type: string | ||
arn: | ||
type: string | ||
providerAccountName: | ||
type: string | ||
required: | ||
- alias | ||
- arn | ||
type: object | ||
status: | ||
description: AWSEncryptionKeyStatus defines the observed state of AWSEncryptionKey | ||
properties: | ||
id: | ||
type: string | ||
inUse: | ||
type: boolean | ||
type: object | ||
type: object | ||
served: true | ||
storage: true | ||
subresources: | ||
status: {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,24 @@ | ||
apiVersion: v1 | ||
entries: | ||
operator: | ||
- apiVersion: v2 | ||
appVersion: 0.0.4 | ||
created: "2023-05-11T17:40:24.353848906+03:00" | ||
description: Operator helm chart | ||
digest: 49721fcc7021379e13bea2e970f33ac2c108aaa29a98f494d93f14f0f76bf941 | ||
name: operator | ||
type: application | ||
urls: | ||
- https://instaclustr.github.io/operator-helm/docs/operator-0.1.1.tgz | ||
version: 0.1.1 | ||
- apiVersion: v2 | ||
appVersion: 0.1.0 | ||
created: "2023-03-14T20:03:51.53054776+02:00" | ||
created: "2023-05-10T13:37:33.808395838+03:00" | ||
description: Operator helm chart | ||
digest: af125d283257eff45b3ff243b7082044696a739272d4e77b11d9968b59adf186 | ||
name: operator | ||
type: application | ||
urls: | ||
- https://instaclustr.github.io/operator-helm/docs/operator-0.1.0.tgz | ||
version: 0.1.0 | ||
generated: "2023-03-14T20:03:51.522701385+02:00" | ||
generated: "2023-05-11T17:40:24.348326243+03:00" |