Versions in this module Expand all Collapse all v0 v0.5.0 May 8, 2022 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 Playlist struct + Spec PlaylistSpec + Status PlaylistStatus + func (in *Playlist) DeepCopy() *Playlist + func (in *Playlist) DeepCopyInto(out *Playlist) + func (in *Playlist) DeepCopyObject() runtime.Object + func (r *Playlist) SetupWebhookWithManager(mgr ctrl.Manager) error + func (r *Playlist) ValidateCreate() error + func (r *Playlist) ValidateDelete() error + func (r *Playlist) ValidateUpdate(old runtime.Object) error + type PlaylistList struct + Items []Playlist + func (in *PlaylistList) DeepCopy() *PlaylistList + func (in *PlaylistList) DeepCopyInto(out *PlaylistList) + func (in *PlaylistList) DeepCopyObject() runtime.Object + type PlaylistSpec struct + BackendRef *core.LocalObjectReference + ProviderRef core.LocalObjectReference + Resource PlaylistSpecResource + State *PlaylistSpecResource + TerminationPolicy base.TerminationPolicy + UpdatePolicy base.UpdatePolicy + func (in *PlaylistSpec) DeepCopy() *PlaylistSpec + func (in *PlaylistSpec) DeepCopyInto(out *PlaylistSpec) + type PlaylistSpecItem struct + ID *string + Order *int64 + Title *string + Type *string + Value *string + func (in *PlaylistSpecItem) DeepCopy() *PlaylistSpecItem + func (in *PlaylistSpecItem) DeepCopyInto(out *PlaylistSpecItem) + type PlaylistSpecResource struct + ID string + Interval *string + Item []PlaylistSpecItem + Name *string + OrgID *string + func (in *PlaylistSpecResource) DeepCopy() *PlaylistSpecResource + func (in *PlaylistSpecResource) DeepCopyInto(out *PlaylistSpecResource) + type PlaylistStatus struct + Conditions []kmapi.Condition + ObservedGeneration int64 + Phase status.Status + func (in *PlaylistStatus) DeepCopy() *PlaylistStatus + func (in *PlaylistStatus) DeepCopyInto(out *PlaylistStatus)