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{}, &manifests.Manifests{}, &manifests.Openshift{}, } // ManifestTemplates are the manifest-templates targeted assets. ManifestTemplates = []asset.WritableAsset{ &bootkube.KubeCloudConfig{}, &bootkube.MachineConfigServerTLSSecret{}, &bootkube.Pull{}, &bootkube.CVOOverrides{}, &bootkube.HostEtcdServiceEndpointsKubeSystem{}, &bootkube.KubeSystemConfigmapEtcdServingCA{}, &bootkube.KubeSystemConfigmapRootCA{}, &bootkube.KubeSystemSecretEtcdClient{}, &bootkube.OpenshiftMachineConfigOperator{}, &bootkube.EtcdServiceKubeSystem{}, &bootkube.HostEtcdServiceKubeSystem{}, &bootkube.OpenshiftConfigSecretEtcdMetricClient{}, &bootkube.OpenshiftConfigConfigmapEtcdMetricServingCA{}, &openshift.BindingDiscovery{}, &openshift.CloudCredsSecret{}, &openshift.KubeadminPasswordSecret{}, &openshift.RoleCloudCredsSecretReader{}, } // IgnitionConfigs are the ignition-configs targeted assets. IgnitionConfigs = []asset.WritableAsset{ &kubeconfig.AdminClient{}, &machine.Master{}, &machine.Worker{}, &bootstrap.Bootstrap{}, &cluster.Metadata{}, } // Cluster are the cluster targeted assets. Cluster = []asset.WritableAsset{ &cluster.TerraformVariables{}, &kubeconfig.AdminClient{}, &tls.JournalCertKey{}, &cluster.Metadata{}, &cluster.Cluster{}, } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.