Documentation ¶
Index ¶
Constants ¶
View Source
const (
MaxItems = 500
)
Variables ¶
View Source
var (
ErrAtlasProject = errors.New("can not get 'atlas project' resource")
)
Functions ¶
Types ¶
type AtlasProjectResult ¶
type AtlasProjectResult struct { Project *akov2.AtlasProject Secrets []*corev1.Secret Teams []*akov2.AtlasTeam }
func BuildAtlasProject ¶
func BuildAtlasProject(projectStore atlas.OperatorProjectStore, validator features.FeatureValidator, orgID, projectID, targetNamespace string, includeSecret bool, dictionary map[string]string, version string) (*AtlasProjectResult, error)
Click to show internal directories.
Click to hide internal directories.