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: 'APIVersion defines the versioned schema of this representation
22
+
of an object. Servers should convert recognized schemas to the latest
23
+
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
24
+
type: string
25
+
kind:
26
+
description: 'Kind is a string value representing the REST resource this
27
+
object represents. Servers may infer this from the endpoint the client
28
+
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
29
+
type: string
30
+
metadata:
31
+
type: object
32
+
spec:
33
+
description: CowboySpec holds the desired state of the Cowboy.
34
+
properties:
35
+
intent:
36
+
type: string
37
+
type: object
38
+
status:
39
+
description: CowboyStatus communicates the observed state of the Cowboy.
40
+
properties:
41
+
result:
42
+
type: string
43
+
type: object
44
+
type: object
45
+
served: true
46
+
storage: true
47
+
subresources:
48
+
status: {}
49
+
- name: v1alpha2
50
+
schema:
51
+
description: Cowboy is part of the wild west
52
+
properties:
53
+
apiVersion:
54
+
description: 'APIVersion defines the versioned schema of this representation
55
+
of an object. Servers should convert recognized schemas to the latest
56
+
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
57
+
type: string
58
+
kind:
59
+
description: 'Kind is a string value representing the REST resource this
60
+
object represents. Servers may infer this from the endpoint the client
61
+
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
62
+
type: string
63
+
metadata:
64
+
type: object
65
+
spec:
66
+
description: CowboySpec holds the desired state of the Cowboy.
67
+
properties:
68
+
intent:
69
+
type: string
70
+
type: object
71
+
status:
72
+
description: CowboyStatus communicates the observed state of the Cowboy.
0 commit comments