Versions in this module Expand all Collapse all v0 v0.1.0 Feb 16, 2026 Changes in this version + const BasePath + func ConvertAdapterStatus(resourceType, resourceID string, req *openapi.AdapterStatusCreateRequest) (*api.AdapterStatus, error) + func ConvertCluster(req *openapi.ClusterCreateRequest, createdBy string) (*api.Cluster, error) + func ConvertNodePool(req *openapi.NodePoolCreateRequest, ownerID, createdBy string) (*api.NodePool, error) + func LoadDiscoveredKinds(i interface{}) string + func LoadDiscoveredPaths(i interface{}) string + func ObjectKind(i interface{}) *string + func ObjectPath(id string, obj interface{}) *string + func PresentAdapterStatus(adapterStatus *api.AdapterStatus) (openapi.AdapterStatus, error) + func PresentCluster(cluster *api.Cluster) (openapi.Cluster, error) + func PresentError(err *errors.ServiceError, instance string, traceID string) openapi.Error + func PresentNodePool(nodePool *api.NodePool) (openapi.NodePool, error) + func PresentReference(id, obj interface{}) openapi.ObjectReference + func PresentTime(t time.Time) *time.Time + func RegisterKind(objType interface{}, kindValue string) + func RegisterPath(objType interface{}, pathValue string) + type KindMappingFunc func(interface{}) string + type PathMappingFunc func(interface{}) string + type ProjectionList struct + Items []map[string]interface{} + Kind string + Page int32 + Size int32 + Total int32 + func SliceFilter(fields2Store []string, model interface{}) (*ProjectionList, *errors.ServiceError) v0.1.0-rc.1 Feb 16, 2026