Versions in this module Expand all Collapse all v1 v1.1.4 Sep 19, 2018 v1.1.3 Jul 23, 2018 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 StorkRule struct + Spec []StorkRuleItem + func (in *StorkRule) DeepCopy() *StorkRule + func (in *StorkRule) DeepCopyInto(out *StorkRule) + func (in *StorkRule) DeepCopyObject() runtime.Object + type StorkRuleAction struct + Background bool + RunInSinglePod bool + Type StorkRuleActionType + Value string + func (in *StorkRuleAction) DeepCopy() *StorkRuleAction + func (in *StorkRuleAction) DeepCopyInto(out *StorkRuleAction) + type StorkRuleActionType string + const StorkRuleActionCommand + type StorkRuleItem struct + Actions []StorkRuleAction + PodSelector map[string]string + func (in *StorkRuleItem) DeepCopy() *StorkRuleItem + func (in *StorkRuleItem) DeepCopyInto(out *StorkRuleItem) + type StorkRuleList struct + Items []StorkRule + func (in *StorkRuleList) DeepCopy() *StorkRuleList + func (in *StorkRuleList) DeepCopyInto(out *StorkRuleList) + func (in *StorkRuleList) DeepCopyObject() runtime.Object