We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcc5f81 commit e62bb74Copy full SHA for e62bb74
pkg/artifactory/repositories.go
@@ -226,6 +226,7 @@ type RemoteRepository struct {
226
VcsGitProvider *string `json:"vcsGitProvider,omitempty"`
227
VcsGitDownloadUrl *string `json:"vcsGitDownloadUrl,omitempty"`
228
ClientTLSCertificate *string `json:"clientTlsCertificate,omitempty"`
229
+ PyPIRegistryUrl *string `json:"pyPIRegistryUrl,omitempty"`
230
}
231
232
func (r RemoteRepository) String() string {
0 commit comments