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.
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: SheriffSpec holds the desired state of the Sheriff.
34
+
properties:
35
+
intent:
36
+
type: string
37
+
type: object
38
+
status:
39
+
description: SheriffStatus communicates the observed state of the Sheriff.
0 commit comments