Documentation ¶ Index ¶ func NewCmdCheckManifestUsage(f *cmdutils.Factory) *cobra.Command type AgentConfig type Options Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewCmdCheckManifestUsage ¶ func NewCmdCheckManifestUsage(f *cmdutils.Factory) *cobra.Command Types ¶ type AgentConfig ¶ type AgentConfig struct { GitOps struct { ManifestProjects []struct{} `yaml:"manifest_projects,omitempty"` } `yaml:"gitops,omitempty"` } type Options ¶ type Options struct { Group string Recursive bool ProjectPerPage int ProjectPage int AgentPerPage int AgentPage int HTTPClient func() (*gitlab.Client, error) IO *iostreams.IOStreams } Source Files ¶ View all Source files check_manifest_usage.go Click to show internal directories. Click to hide internal directories.