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
Upgrade kube to 0.98 and migrate event Recorder (#116)
* test out new event recorder interface
for kube-rs/kube#1655
Signed-off-by: clux <sszynrae@gmail.com>
* cache recorder in Context to use the cache correctly
Signed-off-by: clux <sszynrae@gmail.com>
* event by ref
Signed-off-by: clux <sszynrae@gmail.com>
* use official now that it's released
Signed-off-by: clux <sszynrae@gmail.com>
* merge conflicts
Signed-off-by: clux <sszynrae@gmail.com>
* fix test compile
Signed-off-by: clux <sszynrae@gmail.com>
* gen
Signed-off-by: clux <sszynrae@gmail.com>
---------
Signed-off-by: clux <sszynrae@gmail.com>
Copy file name to clipboardExpand all lines: yaml/crd.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ spec:
23
23
description: |-
24
24
Generate the Kubernetes wrapper struct `Document` from our Spec and Status struct
25
25
26
-
This provides a hook for generating the CRD yaml (in crdgen.rs)
26
+
This provides a hook for generating the CRD yaml (in crdgen.rs) NB: CustomResource generates a pub struct Document here To query for documents.kube.rs with kube, use Api<Document>.
0 commit comments