Documentation ¶
Overview ¶
+groupName=grafana.aws.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 LicenseAssociation
- func (in *LicenseAssociation) DeepCopy() *LicenseAssociation
- func (in *LicenseAssociation) DeepCopyInto(out *LicenseAssociation)
- func (in *LicenseAssociation) DeepCopyObject() runtime.Object
- func (r *LicenseAssociation) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *LicenseAssociation) ValidateCreate() error
- func (r *LicenseAssociation) ValidateDelete() error
- func (r *LicenseAssociation) ValidateUpdate(old runtime.Object) error
- type LicenseAssociationList
- type LicenseAssociationSpec
- type LicenseAssociationSpecResource
- type LicenseAssociationStatus
- type Workspace
- func (in *Workspace) DeepCopy() *Workspace
- func (in *Workspace) DeepCopyInto(out *Workspace)
- func (in *Workspace) DeepCopyObject() runtime.Object
- func (r *Workspace) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *Workspace) ValidateCreate() error
- func (r *Workspace) ValidateDelete() error
- func (r *Workspace) ValidateUpdate(old runtime.Object) error
- type WorkspaceList
- type WorkspaceSpec
- type WorkspaceSpecResource
- type WorkspaceStatus
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: grafana.GroupName, Version: "v1alpha1"}
Functions ¶
func GetDecoder ¶
func GetDecoder() map[string]jsoniter.ValDecoder
func GetEncoder ¶
func GetEncoder() map[string]jsoniter.ValEncoder
func Resource ¶
func Resource(resource string) schema.GroupResource
Resource takes an unqualified resource and returns a Group qualified GroupResource
Types ¶
type LicenseAssociation ¶
type LicenseAssociation struct { metav1.TypeMeta `json:",inline,omitempty"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec LicenseAssociationSpec `json:"spec,omitempty"` Status LicenseAssociationStatus `json:"status,omitempty"` }
func (*LicenseAssociation) DeepCopy ¶
func (in *LicenseAssociation) DeepCopy() *LicenseAssociation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LicenseAssociation.
func (*LicenseAssociation) DeepCopyInto ¶
func (in *LicenseAssociation) DeepCopyInto(out *LicenseAssociation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*LicenseAssociation) DeepCopyObject ¶
func (in *LicenseAssociation) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*LicenseAssociation) SetupWebhookWithManager ¶
func (r *LicenseAssociation) SetupWebhookWithManager(mgr ctrl.Manager) error
func (*LicenseAssociation) ValidateCreate ¶
func (r *LicenseAssociation) ValidateCreate() error
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*LicenseAssociation) ValidateDelete ¶
func (r *LicenseAssociation) ValidateDelete() error
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
func (*LicenseAssociation) ValidateUpdate ¶
func (r *LicenseAssociation) ValidateUpdate(old runtime.Object) error
ValidateUpdate implements webhook.Validator so a webhook will be registered for the type
type LicenseAssociationList ¶
type LicenseAssociationList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` // Items is a list of LicenseAssociation CRD objects Items []LicenseAssociation `json:"items,omitempty"` }
LicenseAssociationList is a list of LicenseAssociations
func (*LicenseAssociationList) DeepCopy ¶
func (in *LicenseAssociationList) DeepCopy() *LicenseAssociationList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LicenseAssociationList.
func (*LicenseAssociationList) DeepCopyInto ¶
func (in *LicenseAssociationList) DeepCopyInto(out *LicenseAssociationList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*LicenseAssociationList) DeepCopyObject ¶
func (in *LicenseAssociationList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type LicenseAssociationSpec ¶
type LicenseAssociationSpec struct { State *LicenseAssociationSpecResource `json:"state,omitempty" tf:"-"` Resource LicenseAssociationSpecResource `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 (*LicenseAssociationSpec) DeepCopy ¶
func (in *LicenseAssociationSpec) DeepCopy() *LicenseAssociationSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LicenseAssociationSpec.
func (*LicenseAssociationSpec) DeepCopyInto ¶
func (in *LicenseAssociationSpec) DeepCopyInto(out *LicenseAssociationSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type LicenseAssociationSpecResource ¶
type LicenseAssociationSpecResource struct { Timeouts *base.ResourceTimeout `json:"timeouts,omitempty" tf:"timeouts"` ID string `json:"id,omitempty" tf:"id,omitempty"` // +optional FreeTrialExpiration *string `json:"freeTrialExpiration,omitempty" tf:"free_trial_expiration"` // +optional LicenseExpiration *string `json:"licenseExpiration,omitempty" tf:"license_expiration"` LicenseType *string `json:"licenseType" tf:"license_type"` WorkspaceID *string `json:"workspaceID" tf:"workspace_id"` }
func (*LicenseAssociationSpecResource) DeepCopy ¶
func (in *LicenseAssociationSpecResource) DeepCopy() *LicenseAssociationSpecResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LicenseAssociationSpecResource.
func (*LicenseAssociationSpecResource) DeepCopyInto ¶
func (in *LicenseAssociationSpecResource) DeepCopyInto(out *LicenseAssociationSpecResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type LicenseAssociationStatus ¶
type LicenseAssociationStatus 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 (*LicenseAssociationStatus) DeepCopy ¶
func (in *LicenseAssociationStatus) DeepCopy() *LicenseAssociationStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LicenseAssociationStatus.
func (*LicenseAssociationStatus) DeepCopyInto ¶
func (in *LicenseAssociationStatus) DeepCopyInto(out *LicenseAssociationStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Workspace ¶
type Workspace struct { metav1.TypeMeta `json:",inline,omitempty"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec WorkspaceSpec `json:"spec,omitempty"` Status WorkspaceStatus `json:"status,omitempty"` }
func (*Workspace) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Workspace.
func (*Workspace) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Workspace) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*Workspace) SetupWebhookWithManager ¶
func (*Workspace) ValidateCreate ¶
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*Workspace) ValidateDelete ¶
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
type WorkspaceList ¶
type WorkspaceList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` // Items is a list of Workspace CRD objects Items []Workspace `json:"items,omitempty"` }
WorkspaceList is a list of Workspaces
func (*WorkspaceList) DeepCopy ¶
func (in *WorkspaceList) DeepCopy() *WorkspaceList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WorkspaceList.
func (*WorkspaceList) DeepCopyInto ¶
func (in *WorkspaceList) DeepCopyInto(out *WorkspaceList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*WorkspaceList) DeepCopyObject ¶
func (in *WorkspaceList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type WorkspaceSpec ¶
type WorkspaceSpec struct { State *WorkspaceSpecResource `json:"state,omitempty" tf:"-"` Resource WorkspaceSpecResource `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 (*WorkspaceSpec) DeepCopy ¶
func (in *WorkspaceSpec) DeepCopy() *WorkspaceSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WorkspaceSpec.
func (*WorkspaceSpec) DeepCopyInto ¶
func (in *WorkspaceSpec) DeepCopyInto(out *WorkspaceSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type WorkspaceSpecResource ¶
type WorkspaceSpecResource struct { Timeouts *base.ResourceTimeout `json:"timeouts,omitempty" tf:"timeouts"` ID string `json:"id,omitempty" tf:"id,omitempty"` AccountAccessType *string `json:"accountAccessType" tf:"account_access_type"` // +optional Arn *string `json:"arn,omitempty" tf:"arn"` AuthenticationProviders []string `json:"authenticationProviders" tf:"authentication_providers"` // +optional DataSources []string `json:"dataSources,omitempty" tf:"data_sources"` // +optional Description *string `json:"description,omitempty" tf:"description"` // +optional Endpoint *string `json:"endpoint,omitempty" tf:"endpoint"` // +optional GrafanaVersion *string `json:"grafanaVersion,omitempty" tf:"grafana_version"` // +optional Name *string `json:"name,omitempty" tf:"name"` // +optional NotificationDestinations []string `json:"notificationDestinations,omitempty" tf:"notification_destinations"` // +optional OrganizationRoleName *string `json:"organizationRoleName,omitempty" tf:"organization_role_name"` // +optional OrganizationalUnits []string `json:"organizationalUnits,omitempty" tf:"organizational_units"` PermissionType *string `json:"permissionType" tf:"permission_type"` // +optional RoleArn *string `json:"roleArn,omitempty" tf:"role_arn"` // +optional SamlConfigurationStatus *string `json:"samlConfigurationStatus,omitempty" tf:"saml_configuration_status"` // +optional StackSetName *string `json:"stackSetName,omitempty" tf:"stack_set_name"` }
func (*WorkspaceSpecResource) DeepCopy ¶
func (in *WorkspaceSpecResource) DeepCopy() *WorkspaceSpecResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WorkspaceSpecResource.
func (*WorkspaceSpecResource) DeepCopyInto ¶
func (in *WorkspaceSpecResource) DeepCopyInto(out *WorkspaceSpecResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type WorkspaceStatus ¶
type WorkspaceStatus 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 (*WorkspaceStatus) DeepCopy ¶
func (in *WorkspaceStatus) DeepCopy() *WorkspaceStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WorkspaceStatus.
func (*WorkspaceStatus) DeepCopyInto ¶
func (in *WorkspaceStatus) DeepCopyInto(out *WorkspaceStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.