Versions in this module Expand all Collapse all v0 v0.5.0 May 8, 2022 v0.4.0 Oct 20, 2021 Changes in this version type WindowSpec + BackendRef *core.LocalObjectReference v0.3.0 Aug 2, 2021 Changes in this version + var AddToScheme = localSchemeBuilder.AddToScheme + var SchemeBuilder runtime.SchemeBuilder + var SchemeGroupVersion = schema.GroupVersion + func GetDecoder() map[string]jsoniter.ValDecoder + func GetEncoder() map[string]jsoniter.ValEncoder + func Kind(kind string) schema.GroupKind + func Resource(resource string) schema.GroupResource + type Window struct + Spec WindowSpec + Status WindowStatus + func (in *Window) DeepCopy() *Window + func (in *Window) DeepCopyInto(out *Window) + func (in *Window) DeepCopyObject() runtime.Object + func (r *Window) SetupWebhookWithManager(mgr ctrl.Manager) error + func (r *Window) ValidateCreate() error + func (r *Window) ValidateDelete() error + func (r *Window) ValidateUpdate(old runtime.Object) error + type WindowList struct + Items []Window + func (in *WindowList) DeepCopy() *WindowList + func (in *WindowList) DeepCopyInto(out *WindowList) + func (in *WindowList) DeepCopyObject() runtime.Object + type WindowSpec struct + ProviderRef core.LocalObjectReference + Resource WindowSpecResource + State *WindowSpecResource + TerminationPolicy base.TerminationPolicy + UpdatePolicy base.UpdatePolicy + func (in *WindowSpec) DeepCopy() *WindowSpec + func (in *WindowSpec) DeepCopyInto(out *WindowSpec) + type WindowSpecResource struct + EndTimeInSeconds *int64 + HostTagGroupHostNamesGroupAnded *bool + ID string + Reason *string + RelevantCustomerTags []string + RelevantHostNames []string + RelevantHostTags []string + RelevantHostTagsAnded *bool + StartTimeInSeconds *int64 + Title *string + func (in *WindowSpecResource) DeepCopy() *WindowSpecResource + func (in *WindowSpecResource) DeepCopyInto(out *WindowSpecResource) + type WindowStatus struct + Conditions []kmapi.Condition + ObservedGeneration int64 + Phase status.Status + func (in *WindowStatus) DeepCopy() *WindowStatus + func (in *WindowStatus) DeepCopyInto(out *WindowStatus)