Documentation
¶
Index ¶
- func CertificateDataName(certificate octopus.Certificate) string
- func CertificatePasswordName(certificate octopus.Certificate) string
- func DeploymentProcessPropertySecretName(named octopus.NamedResource, action octopus.NamedResource, property string) string
- func FeedSecretKeyName(resource octopus.Feed) string
- func FeedSecretName(resource octopus.Feed) string
- func GitCredentialSecretName(gitCredentials octopus.GitCredentials) string
- func MachineProxyPassword(machine octopus.MachineProxy) string
- func StepTemplateParameterSecretName(template octopus.StepTemplate, parameter octopus.StepTemplateParameters) string
- func TenantVariableSecretName(tenantVariable octopus.TenantVariable) string
- func TenantVariableValueName(tenantVariable octopus.TenantVariable) string
- func VariableSecretName(variable octopus.NamedResource) string
- func VariableValueName(variable octopus.Variable) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CertificateDataName ¶ added in v0.1.1489
func CertificateDataName(certificate octopus.Certificate) string
func CertificatePasswordName ¶ added in v0.1.1489
func CertificatePasswordName(certificate octopus.Certificate) string
func DeploymentProcessPropertySecretName ¶ added in v0.1.1481
func DeploymentProcessPropertySecretName(named octopus.NamedResource, action octopus.NamedResource, property string) string
func FeedSecretKeyName ¶ added in v0.1.1489
func FeedSecretName ¶ added in v0.1.1489
func GitCredentialSecretName ¶ added in v0.1.1489
func GitCredentialSecretName(gitCredentials octopus.GitCredentials) string
func MachineProxyPassword ¶ added in v0.1.1489
func MachineProxyPassword(machine octopus.MachineProxy) string
func StepTemplateParameterSecretName ¶ added in v0.1.1489
func StepTemplateParameterSecretName(template octopus.StepTemplate, parameter octopus.StepTemplateParameters) string
func TenantVariableSecretName ¶ added in v0.1.1476
func TenantVariableSecretName(tenantVariable octopus.TenantVariable) string
func TenantVariableValueName ¶ added in v0.1.1476
func TenantVariableValueName(tenantVariable octopus.TenantVariable) string
func VariableSecretName ¶
func VariableSecretName(variable octopus.NamedResource) string
VariableSecretName returns a unique name for the Terraform variable used to populate the Octopus sensitive variable. This name has to be unique to avoid conflicts and generated in a deterministic way to ensure that the same name is used when the export is run multiple times and also when the values are populated by external tools.
func VariableValueName ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.