Documentation ¶
Index ¶
Constants ¶
View Source
const ( CPU = ResourceType(k8score.ResourceCPU) Memory = ResourceType(k8score.ResourceMemory) EphemeralStorage = ResourceType(k8score.ResourceEphemeralStorage) )
Variables ¶
View Source
var ( DevReq = VZRequirement{ // contains filtered or unexported fields } ProdReq = VZRequirement{ // contains filtered or unexported fields } ManagedReq = VZRequirement{ // contains filtered or unexported fields } )
Functions ¶
func PrerequisiteCheck ¶
func PrerequisiteCheck(client clipkg.Client, profile ProfileType) []error
PrerequisiteCheck checks the prerequisites before applying the Verrazzano CR
Types ¶
type ProfileType ¶
type ProfileType string
ProfileType is the type of installation profile.
const ( // Dev identifies the development install profile Dev ProfileType = "dev" // Prod identifies the production install profile Prod ProfileType = "prod" // ManagedCluster identifies the production managed-cluster install profile ManagedCluster ProfileType = "managed-cluster" )
type ResourceType ¶
type ResourceType string
type VZRequirement ¶
type VZRequirement struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.