Versions in this module Expand all Collapse all v0 v0.5.0 Aug 8, 2018 Changes in this version + const Group + const 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 Checknothing struct + func (in *Checknothing) DeepCopy() *Checknothing + func (in *Checknothing) DeepCopyInto(out *Checknothing) + func (in *Checknothing) DeepCopyObject() runtime.Object + type ChecknothingList struct + Items []Checknothing + func (in *ChecknothingList) DeepCopy() *ChecknothingList + func (in *ChecknothingList) DeepCopyInto(out *ChecknothingList) + func (in *ChecknothingList) DeepCopyObject() runtime.Object + type Denier struct + Spec *DenierSpec + func (in *Denier) DeepCopy() *Denier + func (in *Denier) DeepCopyInto(out *Denier) + func (in *Denier) DeepCopyObject() runtime.Object + type DenierList struct + Items []Denier + func (in *DenierList) DeepCopy() *DenierList + func (in *DenierList) DeepCopyInto(out *DenierList) + func (in *DenierList) DeepCopyObject() runtime.Object + type DenierSpec struct + Status *DenierStatus + func (in *DenierSpec) DeepCopy() *DenierSpec + func (in *DenierSpec) DeepCopyInto(out *DenierSpec) + type DenierStatus struct + Code int32 + Message string + func (in *DenierStatus) DeepCopy() *DenierStatus + func (in *DenierStatus) DeepCopyInto(out *DenierStatus) + type Rule struct + Spec *RuleSpec + func (in *Rule) DeepCopy() *Rule + func (in *Rule) DeepCopyInto(out *Rule) + func (in *Rule) DeepCopyObject() runtime.Object + type RuleAction struct + Handler string + Instances []string + func (in *RuleAction) DeepCopy() *RuleAction + func (in *RuleAction) DeepCopyInto(out *RuleAction) + type RuleList struct + Items []Rule + func (in *RuleList) DeepCopy() *RuleList + func (in *RuleList) DeepCopyInto(out *RuleList) + func (in *RuleList) DeepCopyObject() runtime.Object + type RuleSpec struct + Actions []RuleAction + Match string + func (in *RuleSpec) DeepCopy() *RuleSpec + func (in *RuleSpec) DeepCopyInto(out *RuleSpec)