Documentation
¶
Overview ¶
Package baremetal contains API Schema definitions for bare metal clusters. +k8s:deepcopy-gen=package,register +k8s:conversion-gen=github.com/openshift/hive/pkg/apis/hive
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Platform ¶
type Platform struct {
// LibvirtSSHPrivateKeySecretRef is the reference to the secret that contains the private SSH key to use
// for access to the libvirt provisioning host.
// The SSH private key is expected to be in the secret data under the "ssh-privatekey" key.
LibvirtSSHPrivateKeySecretRef corev1.LocalObjectReference `json:"libvirtSSHPrivateKeySecretRef"`
}
Platform stores the global configuration for the cluster.
func (*Platform) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Platform.
func (*Platform) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
Click to show internal directories.
Click to hide internal directories.