Versions in this module Expand all Collapse all v0 v0.6.0 Dec 18, 2025 Changes in this version + const EndpointResourceType + var ErrEndpointNotFound = errors.New("service endpoint not found") + func FindServiceEndpoint(ctx util.CmdContext, client serviceendpoint.Client, project, identifier string) (*serviceendpoint.ServiceEndpoint, error) + func GrantAllPipelinesAccessToEndpoint(cmdCtx util.CmdContext, organization string, projectID uuid.UUID, ...) error + func ResolveProjectReference(ctx util.CmdContext, scope *util.Scope) (*serviceendpoint.ProjectReference, error) + type CleanupFunc func() error