Versions in this module Expand all Collapse all v0 v0.4.0 Apr 25, 2022 v0.3.1 Jan 23, 2022 Changes in this version + var AddToScheme = SchemeBuilder.AddToScheme + var GroupVersion = schema.GroupVersion + var SchemeBuilder = &scheme.Builder + type AggregationLevel string + const Full + const Minimal + type Config struct + Spec ConfigSpec + Status ConfigStatus + func (in *Config) DeepCopy() *Config + func (in *Config) DeepCopyInto(out *Config) + func (in *Config) DeepCopyObject() runtime.Object + type ConfigList struct + Items []Config + func (in *ConfigList) DeepCopy() *ConfigList + func (in *ConfigList) DeepCopyInto(out *ConfigList) + func (in *ConfigList) DeepCopyObject() runtime.Object + type ConfigSpec struct + AggregationLevel AggregationLevel + EnableLocalPolicies bool + HeartbeatIntervals HeartbeatIntervals + func (in *ConfigSpec) DeepCopy() *ConfigSpec + func (in *ConfigSpec) DeepCopyInto(out *ConfigSpec) + type ConfigStatus struct + func (in *ConfigStatus) DeepCopy() *ConfigStatus + func (in *ConfigStatus) DeepCopyInto(out *ConfigStatus) + type HeartbeatIntervals struct + HoHInSeconds uint64 + LeafHubInSeconds uint64 + func (in *HeartbeatIntervals) DeepCopy() *HeartbeatIntervals + func (in *HeartbeatIntervals) DeepCopyInto(out *HeartbeatIntervals)