Argo CD API Client
GitHub
npm
Preparing search index...
ArgoCdRepositoryRefs
Interface ArgoCdRepositoryRefs
Response for the repository refs endpoint.
interface
ArgoCdRepositoryRefs
{
branches
?:
string
[]
;
tags
?:
string
[]
;
}
Index
Properties
branches?
tags?
Properties
Optional
branches
branches
?:
string
[]
Branch refs.
Optional
tags
tags
?:
string
[]
Tag refs.
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
branches
tags
GitHub
npm
Argo CD API Client
Loading...
Response for the repository refs endpoint.