Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AzureInvalidTemplateDeployment = InstallFailingReason{ Name: "AzureInvalidTemplateDeployment", Reason: "AzureInvalidTemplateDeployment", Message: "Deployment failed. Please see details for more information.", SearchRegexes: []*regexp.Regexp{ regexp.MustCompile(`"code":\w?"InvalidTemplateDeployment"`), }, }
View Source
var AzureRequestDisallowedByPolicy = InstallFailingReason{ Name: "AzureRequestDisallowedByPolicy", Reason: "AzureRequestDisallowedByPolicy", Message: "Deployment failed due to RequestDisallowedByPolicy. Please see details for more information.", SearchRegexes: []*regexp.Regexp{ regexp.MustCompile(`"code":\w?"InvalidTemplateDeployment".*"code":\w?"RequestDisallowedByPolicy"`), }, }
View Source
var AzureZonalAllocationFailed = InstallFailingReason{ Name: "AzureZonalAllocationFailed", Reason: "AzureZonalAllocationFailed", Message: "Deployment failed. Please see details for more information.", SearchRegexes: []*regexp.Regexp{ regexp.MustCompile(`"code\W*":\W*"ZonalAllocationFailed\W*"`), }, }
Functions ¶
func HandleProvisionFailed ¶
func HandleProvisionFailed(ctx context.Context, cd *hivev1.ClusterDeployment, cond hivev1.ClusterDeploymentCondition, installLog *string) error
Types ¶
Click to show internal directories.
Click to hide internal directories.