Documentation
¶
Index ¶
Constants ¶
View Source
const ( Image = string("ansibleinit:latest") RestartPolicy = string("Never") ActiveDeadlineSeconds = int32(10 * 60) Kind = string("KubernetesCluster") )
Variables ¶
This section is empty.
Functions ¶
func NewSSHInstaller ¶
func NewSSHInstaller(o *Options) *installer
NewSSHInstaller is new a ssh installer object.
func NoResyncPeriodFunc ¶
Returns 0 for resyncPeriod in case resyncing is not needed.
Types ¶
type Options ¶
type Options struct { Kubeclientset kubernetes.Interface KubernetesClusterClientset clientset.Interface Recorder record.EventRecorder }
Options is ssh installer must flags.
Click to show internal directories.
Click to hide internal directories.