Versions in this module Expand all Collapse all v0 v0.0.1 Sep 20, 2024 Changes in this version + const FischerReferenceType + const FlunderReferenceType + var AddToScheme = (&runtime.SchemeBuilder{}).AddToScheme + var SchemeGroupVersion = schema.GroupVersion + func Resource(resource string) schema.GroupResource + type Fischer struct + DisallowedFlunders []string + func (Fischer) GetGroupVersionResource() schema.GroupVersionResource + func (Fischer) IsStorageVersion() bool + func (Fischer) NamespaceScoped() bool + func (Fischer) New() runtime.Object + func (Fischer) NewList() runtime.Object + func (f *Fischer) GetObjectMeta() *metav1.ObjectMeta + func (in *Fischer) DeepCopy() *Fischer + func (in *Fischer) DeepCopyInto(out *Fischer) + func (in *Fischer) DeepCopyObject() runtime.Object + type FischerList struct + Items []Fischer + func (c *FischerList) GetListMeta() *metav1.ListMeta + func (in *FischerList) DeepCopy() *FischerList + func (in *FischerList) DeepCopyInto(out *FischerList) + func (in *FischerList) DeepCopyObject() runtime.Object + type Flunder struct + Spec FlunderSpec + Status FlunderStatus + func (Flunder) GetGroupVersionResource() schema.GroupVersionResource + func (Flunder) IsStorageVersion() bool + func (Flunder) NamespaceScoped() bool + func (Flunder) New() runtime.Object + func (Flunder) NewList() runtime.Object + func (f *Flunder) GetObjectMeta() *metav1.ObjectMeta + func (f *Flunder) Validate(_ context.Context) field.ErrorList + func (f *Flunder) ValidateUpdate(ctx context.Context, _ runtime.Object) field.ErrorList + func (in *Flunder) DeepCopy() *Flunder + func (in *Flunder) DeepCopyInto(out *Flunder) + func (in *Flunder) DeepCopyObject() runtime.Object + type FlunderList struct + Items []Flunder + func (c *FlunderList) GetListMeta() *metav1.ListMeta + func (in *FlunderList) DeepCopy() *FlunderList + func (in *FlunderList) DeepCopyInto(out *FlunderList) + func (in *FlunderList) DeepCopyObject() runtime.Object + type FlunderSpec struct + FischerReference string + FlunderReference string + ReferenceType ReferenceType + func (in *FlunderSpec) DeepCopy() *FlunderSpec + func (in *FlunderSpec) DeepCopyInto(out *FlunderSpec) + type FlunderStatus struct + func (in *FlunderStatus) DeepCopy() *FlunderStatus + func (in *FlunderStatus) DeepCopyInto(out *FlunderStatus) + type Fortune struct + Value string + func (Fortune) GetGroupVersionResource() schema.GroupVersionResource + func (Fortune) IsStorageVersion() bool + func (Fortune) NamespaceScoped() bool + func (Fortune) New() runtime.Object + func (Fortune) NewList() runtime.Object + func (f *Fortune) ConvertToTable(ctx context.Context, object runtime.Object, tableOptions runtime.Object) (*metav1.Table, error) + func (f *Fortune) Get(_ context.Context, name string, _ *metav1.GetOptions) (runtime.Object, error) + func (f *Fortune) GetObjectMeta() *metav1.ObjectMeta + func (f *Fortune) List(ctx context.Context, o *internalversion.ListOptions) (runtime.Object, error) + func (in *Fortune) DeepCopy() *Fortune + func (in *Fortune) DeepCopyInto(out *Fortune) + func (in *Fortune) DeepCopyObject() runtime.Object + type FortuneList struct + Items []Fortune + func (f *FortuneList) GetListMeta() *metav1.ListMeta + func (in *FortuneList) DeepCopy() *FortuneList + func (in *FortuneList) DeepCopyInto(out *FortuneList) + func (in *FortuneList) DeepCopyObject() runtime.Object + type ReferenceType string