v1alpha1

package
v0.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 8, 2022 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Overview

+groupName=team.grafana.kubeform.com

Index

Constants

This section is empty.

Variables

View Source
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
)
View Source
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

func Kind(kind string) schema.GroupKind

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

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExternalGroupSpecResource.

func (*ExternalGroupSpecResource) DeepCopyInto

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

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

func (in *Team) DeepCopy() *Team

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Team.

func (*Team) DeepCopyInto

func (in *Team) DeepCopyInto(out *Team)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*Team) DeepCopyObject

func (in *Team) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*Team) SetupWebhookWithManager

func (r *Team) SetupWebhookWithManager(mgr ctrl.Manager) error

func (*Team) ValidateCreate

func (r *Team) ValidateCreate() error

ValidateCreate implements webhook.Validator so a webhook will be registered for the type

func (*Team) ValidateDelete

func (r *Team) ValidateDelete() error

ValidateDelete implements webhook.Validator so a webhook will be registered for the type

func (*Team) ValidateUpdate

func (r *Team) ValidateUpdate(old runtime.Object) error

ValidateUpdate 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

func (in *TeamList) DeepCopy() *TeamList

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TeamList.

func (*TeamList) DeepCopyInto

func (in *TeamList) DeepCopyInto(out *TeamList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*TeamList) DeepCopyObject

func (in *TeamList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

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

func (in *TeamSpec) DeepCopy() *TeamSpec

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TeamSpec.

func (*TeamSpec) DeepCopyInto

func (in *TeamSpec) DeepCopyInto(out *TeamSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL