Documentation
¶
Index ¶
- func CheckClusterDeploymentStatuses(ctx context.Context, url string, clusterRef *corev1.ObjectReference, ...) (string, error)
- func CheckInstallation(ctx context.Context, url string, logger logr.Logger) (string, error)
- func CheckProfileDeploymentOnCluster(ctx context.Context, url string, ...) (string, error)
- type DeploymentError
- type DeploymentErrors
- type SveltosInstallationResult
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckInstallation ¶
Types ¶
type DeploymentError ¶
type DeploymentError struct {
ProfileName string `json:"profileName" jsonschema:"The name of the Sveltos profile that is failing"`
ProfileKind string `json:"profileKind" jsonschema:"The profile kind (ClusterProfile vs Profile)"`
Causes []string `json:"causes" jsonschema:"The reason for the deployment failure"`
}
DeploymentError represents a single deployment failure for a Sveltos profile.
type DeploymentErrors ¶
type DeploymentErrors struct {
Errors []DeploymentError `` /* 132-byte string literal not displayed */
}
type SveltosInstallationResult ¶
type SveltosInstallationResult struct {
IsCorrectlyInstalled bool `json:"is_correctly_installed"`
Details string `json:"details,omitempty"`
}
SveltosInstallationResult reports the outcome of the Sveltos installation verification.
Click to show internal directories.
Click to hide internal directories.