-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathcrd.0.0.9.patched.yaml
86 lines (86 loc) · 2.46 KB
/
crd.0.0.9.patched.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
name: sopssecrets.isindir.github.com
spec:
group: isindir.github.com
names:
kind: SopsSecret
listKind: SopsSecretList
plural: sopssecrets
singular: sopssecret
shortNames:
- sops
scope: Namespaced
validation:
openAPIV3Schema:
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/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/api-conventions.md#types-kinds'
type: string
metadata:
type: object
spec:
type: object
properties:
secret_templates:
type: array
minLength: 1
items:
properties:
name:
type: string
annotations:
type: object
labels:
type: object
data:
type: object
sops:
type: object
properties:
kms:
type: array
items:
properties:
arn:
type: string
created_at:
type: string
enc:
type: string
aws_profile:
type: string
pgp:
type: array
gcp_kms:
type: array
azure_kv:
type: array
lastmodified:
type: string
mac:
type: string
version:
type: string
encrypted_suffix:
type: string
status:
type: object
version: v1alpha1
versions:
- name: v1alpha1
served: true
storage: true
deprecated: true
- name: v1alpha3
storage: false
served: true
deprecated: false