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 Invitation struct + Spec InvitationSpec + Status InvitationStatus + func (in *Invitation) DeepCopy() *Invitation + func (in *Invitation) DeepCopyInto(out *Invitation) + func (in *Invitation) DeepCopyObject() runtime.Object + func (r *Invitation) SetupWebhookWithManager(mgr ctrl.Manager) error + func (r *Invitation) ValidateCreate() error + func (r *Invitation) ValidateDelete() error + func (r *Invitation) ValidateUpdate(old runtime.Object) error + type InvitationList struct + Items []Invitation + func (in *InvitationList) DeepCopy() *InvitationList + func (in *InvitationList) DeepCopyInto(out *InvitationList) + func (in *InvitationList) DeepCopyObject() runtime.Object + type InvitationSpec struct + BackendRef *core.LocalObjectReference + ProviderRef core.LocalObjectReference + Resource InvitationSpecResource + State *InvitationSpecResource + TerminationPolicy base.TerminationPolicy + UpdatePolicy base.UpdatePolicy + func (in *InvitationSpec) DeepCopy() *InvitationSpec + func (in *InvitationSpec) DeepCopyInto(out *InvitationSpec) + type InvitationSpecResource struct + CreatedAt *string + ExpiresAt *string + ID string + InvitationID *string + InviterUsername *string + OrgID *string + Roles []string + TeamsIDS []string + Username *string + func (in *InvitationSpecResource) DeepCopy() *InvitationSpecResource + func (in *InvitationSpecResource) DeepCopyInto(out *InvitationSpecResource) + type InvitationStatus struct + Conditions []kmapi.Condition + ObservedGeneration int64 + Phase status.Status + func (in *InvitationStatus) DeepCopy() *InvitationStatus + func (in *InvitationStatus) DeepCopyInto(out *InvitationStatus)