Versions in this module Expand all Collapse all v0 v0.1.0 Feb 16, 2026 Changes in this version + var BuildTime = "unknown" + var Version = "unknown" + func NewID() string + func SendNotFound(w http.ResponseWriter, r *http.Request) + func SendPanic(w http.ResponseWriter, r *http.Request) + func SendUnauthorized(w http.ResponseWriter, r *http.Request, message string) + type AdapterCondition struct + LastTransitionTime time.Time + Message *string + Reason *string + Status AdapterConditionStatus + Type string + type AdapterConditionStatus string + const AdapterConditionFalse + const AdapterConditionTrue + const AdapterConditionUnknown + type AdapterStatus struct + Adapter string + Conditions datatypes.JSON + CreatedTime *time.Time + Data datatypes.JSON + LastReportTime *time.Time + Metadata datatypes.JSON + ObservedGeneration int32 + ResourceID string + ResourceType string + func (as *AdapterStatus) BeforeCreate(tx *gorm.DB) error + type AdapterStatusIndex map[string]*AdapterStatus + type AdapterStatusList []*AdapterStatus + func (l AdapterStatusList) Index() AdapterStatusIndex + type AdapterStatusMetadata struct + Attempt *int32 + CompletedTime *time.Time + Duration *string + JobName *string + JobNamespace *string + StartedTime *time.Time + type Cluster struct + CreatedBy string + Generation int32 + Href string + Kind string + Labels datatypes.JSON + Name string + Spec datatypes.JSON + StatusConditions datatypes.JSON + UpdatedBy string + func (c *Cluster) BeforeCreate(tx *gorm.DB) error + func (c *Cluster) BeforeUpdate(tx *gorm.DB) error + type ClusterIndex map[string]*Cluster + type ClusterList []*Cluster + func (l ClusterList) Index() ClusterIndex + type ClusterPatchRequest struct + Labels *map[string]string + Spec *map[string]interface{} + type Meta struct + CreatedTime time.Time + DeletedAt gorm.DeletedAt + ID string + UpdatedTime time.Time + type Metadata struct + BuildTime string + HREF string + ID string + Kind string + Version string + type NodePool struct + Cluster *Cluster + CreatedBy string + Generation int32 + Href string + Kind string + Labels datatypes.JSON + Name string + OwnerHref string + OwnerID string + OwnerKind string + Spec datatypes.JSON + StatusConditions datatypes.JSON + UpdatedBy string + func (np *NodePool) BeforeCreate(tx *gorm.DB) error + func (np *NodePool) BeforeUpdate(tx *gorm.DB) error + type NodePoolIndex map[string]*NodePool + type NodePoolList []*NodePool + func (l NodePoolList) Index() NodePoolIndex + type NodePoolPatchRequest struct + Labels *map[string]string + Spec *map[string]interface{} + type PagingMeta struct + Page int + Size int64 + Total int64 + type ResourceCondition struct + CreatedTime time.Time + LastTransitionTime time.Time + LastUpdatedTime time.Time + Message *string + ObservedGeneration int32 + Reason *string + Status ResourceConditionStatus + Type string + type ResourceConditionStatus string + const ConditionFalse + const ConditionTrue v0.1.0-rc.1 Feb 16, 2026