Documentation ¶
Index ¶
- func AppCRFileName() string
- func AppsDirName() string
- func AutoUpdatesDirName() string
- func BaseDirPath(mc, org, wc string) string
- func BaseTemplatesDirName() string
- func ClusterBasePath(provider string) string
- func ClusterBaseProviderPath(provider string) string
- func ClusterBaseTemplatesDirName() string
- func ClusterBaseTemplatesPath() string
- func ClusterDirName() string
- func ConfigMapFileName() string
- func EncryptionRegex(base, target string) string
- func FluxKustomizationFileName(name string) string
- func ImagePolicyFileName() string
- func ImageRepositoryFileName() string
- func ManagementClustersDirName() string
- func MapiDirName() string
- func OrganizationsDirName() string
- func ResourcePath(path, name string) string
- func SecretFileName() string
- func SecretsDirName() string
- func SigsKustomizationFileName() string
- func SopsConfigFileName() string
- func SopsKeyName(name, fingerprint string) string
- func SopsKeyPrefix(mc, wc string) string
- func SopsKeysDirName() string
- func SopsSecretFileName(name string) string
- func SopsSecretName(name string) string
- func WorkloadClustersDirName() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AppCRFileName ¶
func AppCRFileName() string
func AppsDirName ¶
func AppsDirName() string
func AutoUpdatesDirName ¶
func AutoUpdatesDirName() string
func BaseDirPath ¶
BaseDirPath is one of the most important functions that constructs the base path to the layer currently being configure.
func BaseTemplatesDirName ¶ added in v2.30.0
func BaseTemplatesDirName() string
func ClusterBasePath ¶ added in v2.30.0
func ClusterBaseProviderPath ¶ added in v2.31.1
func ClusterBaseTemplatesDirName ¶ added in v2.30.0
func ClusterBaseTemplatesDirName() string
func ClusterBaseTemplatesPath ¶ added in v2.30.0
func ClusterBaseTemplatesPath() string
func ClusterDirName ¶
func ClusterDirName() string
func ConfigMapFileName ¶
func ConfigMapFileName() string
func EncryptionRegex ¶
func ImagePolicyFileName ¶
func ImagePolicyFileName() string
func ImageRepositoryFileName ¶
func ImageRepositoryFileName() string
func ManagementClustersDirName ¶
func ManagementClustersDirName() string
func MapiDirName ¶
func MapiDirName() string
func OrganizationsDirName ¶
func OrganizationsDirName() string
func ResourcePath ¶
ResourcePath is general function returning path to a given resource. The rationale behind it is there are many resources that appear in multiple places like `appcr.yaml`, or `secret`, so having a general function is better than having N of them, each for a dedicated layers, with complicated names to indicate the layer they serve.
func SecretFileName ¶
func SecretFileName() string
func SecretsDirName ¶
func SecretsDirName() string
func SigsKustomizationFileName ¶
func SigsKustomizationFileName() string
func SopsConfigFileName ¶
func SopsConfigFileName() string
func SopsKeyName ¶
func SopsKeyPrefix ¶
func SopsKeysDirName ¶
func SopsKeysDirName() string
func SopsSecretFileName ¶
func SopsSecretName ¶
func WorkloadClustersDirName ¶
func WorkloadClustersDirName() string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.