You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update sample projects to use operator-sdk 0.13 (#105)
* GO operator modified for SDK 0.13 update
* Update SDK 0.13
* Update SDK 0.13
* Update SDK 0.13
* Fixed Indentation and added missing CSV field in Go OLM
* Ansible Readme:Updated K8s version
* Fixed Role for GO operator failure
Copy file name to clipboardExpand all lines: go/memcached-operator/deploy/crds/cache.example.com_memcacheds_crd.yaml
+12-4Lines changed: 12 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -19,20 +19,24 @@ spec:
19
19
apiVersion:
20
20
description: 'APIVersion defines the versioned schema of this representation
21
21
of an object. Servers should convert recognized schemas to the latest
22
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources'
22
+
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
23
23
type: string
24
24
kind:
25
25
description: 'Kind is a string value representing the REST resource this
26
26
object represents. Servers may infer this from the endpoint the client
27
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds'
27
+
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
28
28
type: string
29
29
metadata:
30
30
type: object
31
31
spec:
32
32
description: MemcachedSpec defines the desired state of Memcached
33
33
properties:
34
34
size:
35
-
description: Size is the size of the memcached deployment
35
+
description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster
36
+
Important: Run "operator-sdk generate k8s" to regenerate code after
37
+
modifying this file Add custom validation using kubebuilder tags:
0 commit comments