Documentation ¶
Index ¶
- Constants
- Variables
- func AWSDir() string
- func AWSReadmeFile() string
- func AddonsDir() string
- func CloudDir() string
- func CloudReadmeFile() string
- func CriDir() string
- func CriDockerDefaultsConfFile() string
- func JoinConfDir() string
- func KubeConfigAdminFile() string
- func KubeadmInitConfFile() string
- func KubeadmUpgradeConfFile() string
- func MachineConfFile(target string) string
- func MasterConfTemplateFile() string
- func OpenstackCloudConfFile() string
- func OpenstackCloudConfTemplateFile() string
- func OpenstackConfigRuntimeFile() string
- func OpenstackDir() string
- func OpenstackReadmeFile() string
- func PkiDir() string
- func TemplatePathForRole(role deployments.Role) string
- func WorkerConfTemplateFile() string
- type SkubaVersion
Constants ¶
const ( CRISocket = "/var/run/crio/crio.sock" SUSECNIDir = "/usr/lib/cni" // MaxNodeNameLength is the maximum node name length accepted by kubelet. MaxNodeNameLength = 63 )
const ( BuildType = "development" ImageRepository = "registry.suse.de/devel/caasp/4.0/containers/containers/caasp/v4" )
Variables ¶
var ( Version string BuildDate string Tag string ClosestTag string )
Functions ¶
func AWSDir ¶ added in v1.1.0
func AWSDir() string
AWSDir returns the location for the AWS cloud integrations
func AWSReadmeFile ¶ added in v1.1.0
func AWSReadmeFile() string
AWSReadmeFile returns the location for the AWS cloud integrations README.md
func CloudDir ¶ added in v0.8.0
func CloudDir() string
CloudDir returns the reletive location for cloud config files
func CloudReadmeFile ¶ added in v0.8.0
func CloudReadmeFile() string
CloudReadmeFile returns the README.md location for cloud integrations
func CriDockerDefaultsConfFile ¶ added in v0.9.0
func CriDockerDefaultsConfFile() string
func JoinConfDir ¶
func JoinConfDir() string
func KubeConfigAdminFile ¶
func KubeConfigAdminFile() string
func KubeadmInitConfFile ¶
func KubeadmInitConfFile() string
func KubeadmUpgradeConfFile ¶ added in v0.8.0
func KubeadmUpgradeConfFile() string
func MachineConfFile ¶
func MasterConfTemplateFile ¶
func MasterConfTemplateFile() string
func OpenstackCloudConfFile ¶ added in v0.8.0
func OpenstackCloudConfFile() string
OpenstackCloudConfFile returns the default location of the openstack cloud integrations .conf file
func OpenstackCloudConfTemplateFile ¶ added in v0.8.0
func OpenstackCloudConfTemplateFile() string
OpenstackCloudConfTemplateFile returns the default location of the openstack cloud integrations .conf.template file
func OpenstackConfigRuntimeFile ¶ added in v0.8.0
func OpenstackConfigRuntimeFile() string
OpenstackConfigRuntimeFile returns the location the openstack.conf is stored on nodes in the cluster
func OpenstackDir ¶ added in v0.8.0
func OpenstackDir() string
OpenstackDir returns the location for the openstack cloud integrations
func OpenstackReadmeFile ¶ added in v0.8.0
func OpenstackReadmeFile() string
OpenstackReadmeFile returns the location for the openstack cloud integrations README.md
func TemplatePathForRole ¶
func TemplatePathForRole(role deployments.Role) string
func WorkerConfTemplateFile ¶
func WorkerConfTemplateFile() string
Types ¶
type SkubaVersion ¶ added in v0.7.0
type SkubaVersion struct { Version string BuildType string BuildDate string Tag string GoVersion string }
func CurrentVersion ¶ added in v0.7.0
func CurrentVersion() SkubaVersion
func (SkubaVersion) String ¶ added in v0.7.0
func (s SkubaVersion) String() string