Documentation ¶
Index ¶
- Constants
- Variables
- func AWSDir() string
- func AWSReadmeFile() string
- func AddonsDir() string
- func AzureCloudConfFile() string
- func AzureCloudConfTemplateFile() string
- func AzureConfigRuntimeFile() string
- func AzureDir() string
- func AzureReadmeFile() string
- func CloudDir() string
- func CloudReadmeFile() string
- func ContainersDir() string
- func CriConfDir() string
- func CriConfFolderReadmeFile() string
- func CriDefaultsConfFile() 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 VSphereCloudConfFile() string
- func VSphereCloudConfTemplateFile() string
- func VSphereConfigRuntimeFile() string
- func VSphereDir() string
- func VSphereReadmeFile() 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/5/containers/containers/caasp/v5" )
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 AzureCloudConfFile ¶ added in v1.3.10
func AzureCloudConfFile() string
AzureCloudConfFile returns the default location of the azure cloud integrations .conf file
func AzureCloudConfTemplateFile ¶ added in v1.3.10
func AzureCloudConfTemplateFile() string
AzureCloudConfTemplateFile returns the default location of the azure cloud integrations .conf.template file
func AzureConfigRuntimeFile ¶ added in v1.3.10
func AzureConfigRuntimeFile() string
AzureConfigRuntimeFile returns the location the azure.conf is stored on nodes in the cluster
func AzureDir ¶ added in v1.3.10
func AzureDir() string
AzureDir returns the location for the azure cloud integrations
func AzureReadmeFile ¶ added in v1.3.10
func AzureReadmeFile() string
AzureReadmeFile returns the location for the azure 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 ContainersDir ¶ added in v1.3.10
func ContainersDir() string
func CriConfDir ¶ added in v1.3.4
func CriConfDir() string
func CriConfFolderReadmeFile ¶ added in v1.3.6
func CriConfFolderReadmeFile() string
func CriDefaultsConfFile ¶ added in v1.3.4
func CriDefaultsConfFile() string
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 VSphereCloudConfFile ¶ added in v1.3.4
func VSphereCloudConfFile() string
VSphereCloudConfFile returns the default location of the vsphere cloud integrations .conf file
func VSphereCloudConfTemplateFile ¶ added in v1.3.4
func VSphereCloudConfTemplateFile() string
VSphereCloudConfTemplateFile returns the default location of the vsphere cloud integrations .conf.template file
func VSphereConfigRuntimeFile ¶ added in v1.3.4
func VSphereConfigRuntimeFile() string
VSphereConfigRuntimeFile returns the location the vsphere.conf is stored on nodes in the cluster
func VSphereDir ¶ added in v1.3.4
func VSphereDir() string
VSphereDir returns the location for the vsphere cloud integrations
func VSphereReadmeFile ¶ added in v1.3.4
func VSphereReadmeFile() string
VSphereReadmeFile returns the location for the vsphere cloud integrations README.md
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