Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIKey ¶
type APIKey struct { APIKey APIKeyKey `json:"ApiKey,omitempty"` Expires *time.Time `json:"Expires,omitempty"` }
APIKey is used because the go client has an invalid APIKey value that prevents the usual functions for querying users keys
type CustomCredentials ¶
type CustomPersistenceSettings ¶
type CustomPersistenceSettings struct { Type string `json:"Type"` Credentials *CustomCredentials `json:"Credentials"` }
type CustomProject ¶
type CustomProject struct { PersistenceSettings CustomPersistenceSettings `json:"PersistenceSettings"` Name string `json:"Name"` }
CustomProject is the simplest representation of a project and its version controlled settings
type OctopusDeploymentQueuedByAdminCheck ¶
type OctopusDeploymentQueuedByAdminCheck struct {
// contains filtered or unexported fields
}
OctopusDeploymentQueuedByAdminCheck checks to see if any deployments were initiated by someone from the admin teams. This usually means that a more specific and limited user should be created to perform deployments.
func NewOctopusDeploymentQueuedByAdminCheck ¶
func NewOctopusDeploymentQueuedByAdminCheck(client *client.Client, errorHandler checks.OctopusClientErrorHandler) OctopusDeploymentQueuedByAdminCheck
func (OctopusDeploymentQueuedByAdminCheck) Execute ¶
func (o OctopusDeploymentQueuedByAdminCheck) Execute() (checks.OctopusCheckResult, error)
func (OctopusDeploymentQueuedByAdminCheck) Id ¶
func (o OctopusDeploymentQueuedByAdminCheck) Id() string
type OctopusDuplicatedGitCredentialsCheck ¶
type OctopusDuplicatedGitCredentialsCheck struct {
// contains filtered or unexported fields
}
OctopusDuplicatedGitCredentialsCheck reports on any perpetual api keys
func NewOctopusDuplicatedGitCredentialsCheck ¶
func NewOctopusDuplicatedGitCredentialsCheck(client *client.Client, errorHandler checks.OctopusClientErrorHandler) OctopusDuplicatedGitCredentialsCheck
func (OctopusDuplicatedGitCredentialsCheck) Execute ¶
func (o OctopusDuplicatedGitCredentialsCheck) Execute() (checks.OctopusCheckResult, error)
func (OctopusDuplicatedGitCredentialsCheck) Id ¶
func (o OctopusDuplicatedGitCredentialsCheck) Id() string
type OctopusPerpetualApiKeysCheck ¶
type OctopusPerpetualApiKeysCheck struct {
// contains filtered or unexported fields
}
OctopusPerpetualApiKeysCheck reports on any perpetual api keys
func NewOctopusPerpetualApiKeysCheck ¶
func NewOctopusPerpetualApiKeysCheck(client *client.Client, errorHandler checks.OctopusClientErrorHandler) OctopusPerpetualApiKeysCheck
func (OctopusPerpetualApiKeysCheck) Execute ¶
func (o OctopusPerpetualApiKeysCheck) Execute() (checks.OctopusCheckResult, error)
func (OctopusPerpetualApiKeysCheck) Id ¶
func (o OctopusPerpetualApiKeysCheck) Id() string
Click to show internal directories.
Click to hide internal directories.