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
description: Operator is the Schema for the operators API
22
+
properties:
23
+
apiVersion:
24
+
description: 'APIVersion defines the versioned schema of this representation
25
+
of an object. Servers should convert recognized schemas to the latest
26
+
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
27
+
type: string
28
+
kind:
29
+
description: 'Kind is a string value representing the REST resource this
30
+
object represents. Servers may infer this from the endpoint the client
31
+
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
32
+
type: string
33
+
metadata:
34
+
type: object
35
+
spec:
36
+
description: OperatorSpec defines the desired state of Operator
37
+
properties:
38
+
foo:
39
+
description: Foo is an example field of Operator. Edit operator_types.go
40
+
to remove/update
41
+
type: string
42
+
type: object
43
+
status:
44
+
description: OperatorStatus defines the observed state of Operator
0 commit comments