Documentation ¶
Overview ¶
+groupName=team.grafana.kubeform.com
Index ¶
- Variables
- 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 ExternalGroup
- func (in *ExternalGroup) DeepCopy() *ExternalGroup
- func (in *ExternalGroup) DeepCopyInto(out *ExternalGroup)
- func (in *ExternalGroup) DeepCopyObject() runtime.Object
- func (r *ExternalGroup) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *ExternalGroup) ValidateCreate() error
- func (r *ExternalGroup) ValidateDelete() error
- func (r *ExternalGroup) ValidateUpdate(old runtime.Object) error
- type ExternalGroupList
- type ExternalGroupSpec
- type ExternalGroupSpecResource
- type ExternalGroupStatus
- type Preferences
- func (in *Preferences) DeepCopy() *Preferences
- func (in *Preferences) DeepCopyInto(out *Preferences)
- func (in *Preferences) DeepCopyObject() runtime.Object
- func (r *Preferences) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *Preferences) ValidateCreate() error
- func (r *Preferences) ValidateDelete() error
- func (r *Preferences) ValidateUpdate(old runtime.Object) error
- type PreferencesList
- type PreferencesSpec
- type PreferencesSpecResource
- type PreferencesStatus
- type Team
- func (in *Team) DeepCopy() *Team
- func (in *Team) DeepCopyInto(out *Team)
- func (in *Team) DeepCopyObject() runtime.Object
- func (r *Team) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *Team) ValidateCreate() error
- func (r *Team) ValidateDelete() error
- func (r *Team) ValidateUpdate(old runtime.Object) error
- type TeamList
- type TeamSpec
- type TeamSpecResource
- type TeamStatus
Constants ¶
This section is empty.
Variables ¶
var ( // TODO: move SchemeBuilder with zz_generated.deepcopy.go to k8s.io/api. // localSchemeBuilder and AddToScheme will stay in k8s.io/kubernetes. SchemeBuilder runtime.SchemeBuilder AddToScheme = localSchemeBuilder.AddToScheme )
var SchemeGroupVersion = schema.GroupVersion{Group: team.GroupName, Version: "v1alpha1"}
Functions ¶
func GetDecoder ¶
func GetDecoder() map[string]jsoniter.ValDecoder
func GetEncoder ¶
func GetEncoder() map[string]jsoniter.ValEncoder
func Kind ¶
Kind takes an unqualified kind and returns a Group qualified GroupKind
func Resource ¶
func Resource(resource string) schema.GroupResource
Resource takes an unqualified resource and returns a Group qualified GroupResource
Types ¶
type ExternalGroup ¶
type ExternalGroup struct { metav1.TypeMeta `json:",inline,omitempty"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec ExternalGroupSpec `json:"spec,omitempty"` Status ExternalGroupStatus `json:"status,omitempty"` }
func (*ExternalGroup) DeepCopy ¶
func (in *ExternalGroup) DeepCopy() *ExternalGroup
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExternalGroup.
func (*ExternalGroup) DeepCopyInto ¶
func (in *ExternalGroup) DeepCopyInto(out *ExternalGroup)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ExternalGroup) DeepCopyObject ¶
func (in *ExternalGroup) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*ExternalGroup) SetupWebhookWithManager ¶
func (r *ExternalGroup) SetupWebhookWithManager(mgr ctrl.Manager) error
func (*ExternalGroup) ValidateCreate ¶
func (r *ExternalGroup) ValidateCreate() error
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*ExternalGroup) ValidateDelete ¶
func (r *ExternalGroup) ValidateDelete() error
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
func (*ExternalGroup) ValidateUpdate ¶
func (r *ExternalGroup) ValidateUpdate(old runtime.Object) error
ValidateUpdate implements webhook.Validator so a webhook will be registered for the type
type ExternalGroupList ¶
type ExternalGroupList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` // Items is a list of ExternalGroup CRD objects Items []ExternalGroup `json:"items,omitempty"` }
ExternalGroupList is a list of ExternalGroups
func (*ExternalGroupList) DeepCopy ¶
func (in *ExternalGroupList) DeepCopy() *ExternalGroupList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExternalGroupList.
func (*ExternalGroupList) DeepCopyInto ¶
func (in *ExternalGroupList) DeepCopyInto(out *ExternalGroupList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ExternalGroupList) DeepCopyObject ¶
func (in *ExternalGroupList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ExternalGroupSpec ¶
type ExternalGroupSpec struct { State *ExternalGroupSpecResource `json:"state,omitempty" tf:"-"` Resource ExternalGroupSpecResource `json:"resource" tf:"resource"` UpdatePolicy base.UpdatePolicy `json:"updatePolicy,omitempty" tf:"-"` TerminationPolicy base.TerminationPolicy `json:"terminationPolicy,omitempty" tf:"-"` ProviderRef core.LocalObjectReference `json:"providerRef" tf:"-"` BackendRef *core.LocalObjectReference `json:"backendRef,omitempty" tf:"-"` }
func (*ExternalGroupSpec) DeepCopy ¶
func (in *ExternalGroupSpec) DeepCopy() *ExternalGroupSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExternalGroupSpec.
func (*ExternalGroupSpec) DeepCopyInto ¶
func (in *ExternalGroupSpec) DeepCopyInto(out *ExternalGroupSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ExternalGroupSpecResource ¶
type ExternalGroupSpecResource struct { ID string `json:"id,omitempty" tf:"id,omitempty"` // The team external groups list Groups []string `json:"groups" tf:"groups"` // The Team ID TeamID *int64 `json:"teamID" tf:"team_id"` }
func (*ExternalGroupSpecResource) DeepCopy ¶
func (in *ExternalGroupSpecResource) DeepCopy() *ExternalGroupSpecResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExternalGroupSpecResource.
func (*ExternalGroupSpecResource) DeepCopyInto ¶
func (in *ExternalGroupSpecResource) DeepCopyInto(out *ExternalGroupSpecResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ExternalGroupStatus ¶
type ExternalGroupStatus struct { // Resource generation, which is updated on mutation by the API Server. // +optional ObservedGeneration int64 `json:"observedGeneration,omitempty"` // +optional Phase status.Status `json:"phase,omitempty"` // +optional Conditions []kmapi.Condition `json:"conditions,omitempty"` }
func (*ExternalGroupStatus) DeepCopy ¶
func (in *ExternalGroupStatus) DeepCopy() *ExternalGroupStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExternalGroupStatus.
func (*ExternalGroupStatus) DeepCopyInto ¶
func (in *ExternalGroupStatus) DeepCopyInto(out *ExternalGroupStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Preferences ¶
type Preferences struct { metav1.TypeMeta `json:",inline,omitempty"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec PreferencesSpec `json:"spec,omitempty"` Status PreferencesStatus `json:"status,omitempty"` }
func (*Preferences) DeepCopy ¶
func (in *Preferences) DeepCopy() *Preferences
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Preferences.
func (*Preferences) DeepCopyInto ¶
func (in *Preferences) DeepCopyInto(out *Preferences)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Preferences) DeepCopyObject ¶
func (in *Preferences) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*Preferences) SetupWebhookWithManager ¶
func (r *Preferences) SetupWebhookWithManager(mgr ctrl.Manager) error
func (*Preferences) ValidateCreate ¶
func (r *Preferences) ValidateCreate() error
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*Preferences) ValidateDelete ¶
func (r *Preferences) ValidateDelete() error
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
func (*Preferences) ValidateUpdate ¶
func (r *Preferences) ValidateUpdate(old runtime.Object) error
ValidateUpdate implements webhook.Validator so a webhook will be registered for the type
type PreferencesList ¶
type PreferencesList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` // Items is a list of Preferences CRD objects Items []Preferences `json:"items,omitempty"` }
PreferencesList is a list of Preferencess
func (*PreferencesList) DeepCopy ¶
func (in *PreferencesList) DeepCopy() *PreferencesList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PreferencesList.
func (*PreferencesList) DeepCopyInto ¶
func (in *PreferencesList) DeepCopyInto(out *PreferencesList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*PreferencesList) DeepCopyObject ¶
func (in *PreferencesList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type PreferencesSpec ¶
type PreferencesSpec struct { State *PreferencesSpecResource `json:"state,omitempty" tf:"-"` Resource PreferencesSpecResource `json:"resource" tf:"resource"` UpdatePolicy base.UpdatePolicy `json:"updatePolicy,omitempty" tf:"-"` TerminationPolicy base.TerminationPolicy `json:"terminationPolicy,omitempty" tf:"-"` ProviderRef core.LocalObjectReference `json:"providerRef" tf:"-"` BackendRef *core.LocalObjectReference `json:"backendRef,omitempty" tf:"-"` }
func (*PreferencesSpec) DeepCopy ¶
func (in *PreferencesSpec) DeepCopy() *PreferencesSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PreferencesSpec.
func (*PreferencesSpec) DeepCopyInto ¶
func (in *PreferencesSpec) DeepCopyInto(out *PreferencesSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PreferencesSpecResource ¶
type PreferencesSpecResource struct { ID string `json:"id,omitempty" tf:"id,omitempty"` // The numeric ID of the dashboard to display when a team member logs in. // +optional HomeDashboardID *int64 `json:"homeDashboardID,omitempty" tf:"home_dashboard_id"` // The numeric team ID. TeamID *int64 `json:"teamID" tf:"team_id"` // The theme for the specified team. Available themes are `light`, `dark`, or an empty string for the default theme. // +optional Theme *string `json:"theme,omitempty" tf:"theme"` // The timezone for the specified team. Available values are `utc`, `browser`, or an empty string for the default. // +optional Timezone *string `json:"timezone,omitempty" tf:"timezone"` }
func (*PreferencesSpecResource) DeepCopy ¶
func (in *PreferencesSpecResource) DeepCopy() *PreferencesSpecResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PreferencesSpecResource.
func (*PreferencesSpecResource) DeepCopyInto ¶
func (in *PreferencesSpecResource) DeepCopyInto(out *PreferencesSpecResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PreferencesStatus ¶
type PreferencesStatus struct { // Resource generation, which is updated on mutation by the API Server. // +optional ObservedGeneration int64 `json:"observedGeneration,omitempty"` // +optional Phase status.Status `json:"phase,omitempty"` // +optional Conditions []kmapi.Condition `json:"conditions,omitempty"` }
func (*PreferencesStatus) DeepCopy ¶
func (in *PreferencesStatus) DeepCopy() *PreferencesStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PreferencesStatus.
func (*PreferencesStatus) DeepCopyInto ¶
func (in *PreferencesStatus) DeepCopyInto(out *PreferencesStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Team ¶
type Team struct { metav1.TypeMeta `json:",inline,omitempty"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec TeamSpec `json:"spec,omitempty"` Status TeamStatus `json:"status,omitempty"` }
func (*Team) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Team.
func (*Team) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Team) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*Team) SetupWebhookWithManager ¶
func (*Team) ValidateCreate ¶
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*Team) ValidateDelete ¶
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
type TeamList ¶
type TeamList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` // Items is a list of Team CRD objects Items []Team `json:"items,omitempty"` }
TeamList is a list of Teams
func (*TeamList) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TeamList.
func (*TeamList) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type TeamSpec ¶
type TeamSpec struct { State *TeamSpecResource `json:"state,omitempty" tf:"-"` Resource TeamSpecResource `json:"resource" tf:"resource"` UpdatePolicy base.UpdatePolicy `json:"updatePolicy,omitempty" tf:"-"` TerminationPolicy base.TerminationPolicy `json:"terminationPolicy,omitempty" tf:"-"` ProviderRef core.LocalObjectReference `json:"providerRef" tf:"-"` BackendRef *core.LocalObjectReference `json:"backendRef,omitempty" tf:"-"` }
func (*TeamSpec) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TeamSpec.
type TeamSpecResource ¶
type TeamSpecResource struct { ID string `json:"id,omitempty" tf:"id,omitempty"` // An email address for the team. // +optional Email *string `json:"email,omitempty" tf:"email"` // // A set of email addresses corresponding to users who should be given membership // to the team. Note: users specified here must already exist in Grafana. // // +optional Members []string `json:"members,omitempty" tf:"members"` // The display name for the Grafana team created. Name *string `json:"name" tf:"name"` // The team id assigned to this team by Grafana. // +optional TeamID *int64 `json:"teamID,omitempty" tf:"team_id"` }
func (*TeamSpecResource) DeepCopy ¶
func (in *TeamSpecResource) DeepCopy() *TeamSpecResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TeamSpecResource.
func (*TeamSpecResource) DeepCopyInto ¶
func (in *TeamSpecResource) DeepCopyInto(out *TeamSpecResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type TeamStatus ¶
type TeamStatus struct { // Resource generation, which is updated on mutation by the API Server. // +optional ObservedGeneration int64 `json:"observedGeneration,omitempty"` // +optional Phase status.Status `json:"phase,omitempty"` // +optional Conditions []kmapi.Condition `json:"conditions,omitempty"` }
func (*TeamStatus) DeepCopy ¶
func (in *TeamStatus) DeepCopy() *TeamStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TeamStatus.
func (*TeamStatus) DeepCopyInto ¶
func (in *TeamStatus) DeepCopyInto(out *TeamStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.