Versions in this module Expand all Collapse all v0 v0.2.3 Jan 17, 2024 Changes in this version + var AddToScheme = SchemeBuilder.AddToScheme + var SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes) + var SchemeGroupVersion = schema.GroupVersion + func Kind(kind string) schema.GroupKind + func Resource(resource string) schema.GroupResource + type Command struct + Spec CommandSpec + func (in *Command) DeepCopy() *Command + func (in *Command) DeepCopyInto(out *Command) + func (in *Command) DeepCopyObject() runtime.Object + type CommandList struct + Items []Command + func (in *CommandList) DeepCopy() *CommandList + func (in *CommandList) DeepCopyInto(out *CommandList) + func (in *CommandList) DeepCopyObject() runtime.Object + type CommandSpec struct + Command apiextensionsv1.JSON + ServiceName string + ShouldSendDeferred bool + func (in *CommandSpec) DeepCopy() *CommandSpec + func (in *CommandSpec) DeepCopyInto(out *CommandSpec)