Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Gitops ¶
type Gitops struct {
RepoURL string
Revision string
DirectoryPath string
PoolingInterval string
AutomaticSync bool
InSync bool
CertKeyRef v1.GitopsCertKeyRef
HttpAuthRef v1.GitopsHttpauthRef
LastSyncedCommit plumbing.Hash
CertKey *certkey.CertKey `json:"-"`
HttpAuth *httpauth.HttpAuth `json:"-"`
Definition *v1.GitopsDefinition
}
Click to show internal directories.
Click to hide internal directories.