Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // InstallConfig are the install-config targeted assets. InstallConfig = []asset.WritableAsset{ &installconfig.InstallConfig{}, } // Manifests are the manifests targeted assets. Manifests = []asset.WritableAsset{ &machines.Master{}, &machines.Worker{}, &machines.ClusterAPI{}, &manifests.Manifests{}, &manifests.Openshift{}, &clusterapi.Cluster{}, } // ManifestTemplates are the manifest-templates targeted assets. ManifestTemplates = []asset.WritableAsset{ &bootkube.KubeCloudConfig{}, &bootkube.MachineConfigServerTLSSecret{}, &bootkube.CVOOverrides{}, &bootkube.KubeSystemConfigmapRootCA{}, &bootkube.OpenshiftConfigSecretPullSecret{}, &openshift.CloudCredsSecret{}, &openshift.KubeadminPasswordSecret{}, &openshift.RoleCloudCredsSecretReader{}, &openshift.AzureCloudProviderSecret{}, } // IgnitionConfigs are the ignition-configs targeted assets. IgnitionConfigs = []asset.WritableAsset{ &kubeconfig.AdminClient{}, &password.KubeadminPassword{}, &machine.Master{}, &machine.Worker{}, &bootstrap.Bootstrap{}, &cluster.Metadata{}, } // SingleNodeIgnitionConfig is the bootstrap-in-place ignition-config targeted assets. SingleNodeIgnitionConfig = []asset.WritableAsset{ &kubeconfig.AdminClient{}, &password.KubeadminPassword{}, &machine.Worker{}, &bootstrap.SingleNodeBootstrapInPlace{}, &cluster.Metadata{}, } // Cluster are the cluster targeted assets. Cluster = []asset.WritableAsset{ &cluster.Metadata{}, &machine.MasterIgnitionCustomizations{}, &machine.WorkerIgnitionCustomizations{}, &tfvars.TerraformVariables{}, &kubeconfig.AdminClient{}, &password.KubeadminPassword{}, &tls.JournalCertKey{}, &cluster.Cluster{}, } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.