Merge pull request #5 from 1Password/crd-upgrade-from-beta

Upgrading apiextensions.k8s.io/v1beta apiversion from the operator custom resource
This commit is contained in:
Jillian W
2021-01-19 17:01:15 -04:00
committed by GitHub

View File

@@ -1,4 +1,4 @@
apiVersion: apiextensions.k8s.io/v1beta1
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: onepassworditems.onepassword.com
@@ -10,9 +10,11 @@ spec:
plural: onepassworditems
singular: onepassworditem
scope: Namespaced
subresources:
status: {}
validation:
versions:
- name: v1
served: true
storage: true
schema:
openAPIV3Schema:
description: OnePasswordItem is the Schema for the onepassworditems API
properties:
@@ -31,15 +33,10 @@ spec:
spec:
description: OnePasswordItemSpec defines the desired state of OnePasswordItem
properties:
item_path:
itemPath:
type: string
type: object
status:
description: OnePasswordItemStatus defines the observed state of OnePasswordItem
type: object
type: object
version: v1
versions:
- name: v1
served: true
storage: true