Documentation
¶
Index ¶
- func CreateConfigMap(device metav1.Object, fs utils.FileSystem) (*corev1.ConfigMap, error)
- func CreateDeployment(device *appv1alpha1.SerialDevice, fs utils.FileSystem) (*appsv1.Deployment, error)
- func CreateService(device *appv1alpha1.SerialDevice, fs utils.FileSystem) (*corev1.Service, error)
- type Builder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateConfigMap ¶
func CreateDeployment ¶
func CreateDeployment(device *appv1alpha1.SerialDevice, fs utils.FileSystem) (*appsv1.Deployment, error)
func CreateService ¶
func CreateService(device *appv1alpha1.SerialDevice, fs utils.FileSystem) (*corev1.Service, error)
Types ¶
type Builder ¶
type Builder struct { Device *appv1alpha1.SerialDevice FS utils.FileSystem }
func NewBuilder ¶
func NewBuilder(device *appv1alpha1.SerialDevice, fs utils.FileSystem) *Builder
Click to show internal directories.
Click to hide internal directories.