Skip to content
This repository has been archived by the owner on Nov 7, 2019. It is now read-only.

Commit

Permalink
Adding vendored code for removing opkit managing crds
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Hein <me@christopherhein.com>
  • Loading branch information
christopherhein committed Oct 6, 2018
1 parent d504206 commit 4678e80
Show file tree
Hide file tree
Showing 8 changed files with 128 additions and 12 deletions.
140 changes: 128 additions & 12 deletions configs/aws-service-operator.yaml
Expand Up @@ -6,6 +6,133 @@ items:
metadata:
name: aws-service-operator

- apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
name: cloudformationtemplates.service-operator.aws
spec:
group: service-operator.aws
names:
kind: CloudFormationTemplate
listKind: CloudFormationTemplateList
plural: cloudformationtemplates
shortNames:
- cft
- cfts
- cfn
- cfns
- cloudformation
singular: cloudformationtemplates
scope: Namespaced
version: v1alpha1

- apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
name: dynamodbs.service-operator.aws
spec:
group: service-operator.aws
names:
kind: DynamoDB
listKind: DynamoDBList
plural: dynamodbs
shortNames:
- ddb
- ddbs
- dynamo
- dynamotable
- dynamotables
singular: dynamodbs
scope: Namespaced
version: v1alpha1

- apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
name: ecrrepositories.service-operator.aws
spec:
group: service-operator.aws
names:
kind: ECRRepository
listKind: ECRRepositoryList
plural: ecrrepositories
shortNames:
- ecr
- repository
singular: ecrrepositories
scope: Namespaced
version: v1alpha1

- apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
name: s3buckets.service-operator.aws
spec:
group: service-operator.aws
names:
kind: S3Bucket
listKind: S3BucketList
plural: s3buckets
shortNames:
- s3
- bucket
- buckets
singular: s3buckets
scope: Namespaced
version: v1alpha1

- apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
name: snssubscriptions.service-operator.aws
spec:
group: service-operator.aws
names:
kind: SNSSubscription
listKind: SNSSubscriptionList
plural: snssubscriptions
shortNames:
- subscription
singular: snssubscriptions
scope: Namespaced
version: v1alpha1

- apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
name: snstopics.service-operator.aws
spec:
group: service-operator.aws
names:
kind: SNSTopic
listKind: SNSTopicList
plural: snstopics
shortNames:
- sns
- topic
- topics
singular: snstopics
scope: Namespaced
version: v1alpha1

- apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
name: sqsqueues.service-operator.aws
spec:
group: service-operator.aws
names:
kind: SQSQueue
listKind: SQSQueueList
plural: sqsqueues
shortNames:
- sqs
- queue
- queues
singular: sqsqueues
scope: Namespaced
version: v1alpha1

- kind: ClusterRole
apiVersion: rbac.authorization.k8s.io/v1beta1
metadata:
Expand All @@ -25,17 +152,6 @@ items:
- create
- delete
- update
- apiGroups:
- extensions
resources:
- thirdpartyresources
verbs:
- get
- list
- watch
- create
- delete
- update
- apiGroups:
- apiextensions.k8s.io
resources:
Expand Down Expand Up @@ -95,4 +211,4 @@ items:
- server
- --cluster-name=<CLUSTER_NAME>
- --region=<REGION>
- --account-id=<ACCOUNT_ID>
- --account-id=<ACCOUNT_ID>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 4678e80

Please sign in to comment.