Versions in this module Expand all Collapse all v1 v1.0.0 Jul 17, 2019 Changes in this version + const KustomizePluginKind + func CheckErr(err error) + func NewInitCommand(f cmdutil.Factory, ioStreams cmdutil.IOStreams) *cobra.Command + func NewResetCommand(f cmdutil.Factory, ioStreams cmdutil.IOStreams) *cobra.Command + type BootstrapConfig struct + ClusterRole rbacv1.ClusterRole + ClusterRoleBinding rbacv1.ClusterRoleBinding + Job batchv1.Job + Namespace corev1.Namespace + Role rbacv1.Role + RoleBinding rbacv1.RoleBinding + Secret corev1.Secret + func NewBootstrapInitConfig(o *SetupOptions, clientConfig *api.Config) (*BootstrapConfig, error) + func NewBootstrapResetConfig(o *SetupOptions) (*BootstrapConfig, error) + func (b *BootstrapConfig) Marshal(w io.Writer) error + type SetupError struct + ImagePullBackOff string + PodDeleted bool + func (e *SetupError) Error() string + type SetupOptions struct + Bootstrap bool + ClientSet *kubernetes.Clientset + DryRun bool + Kustomize bool + Run func() error + func NewSetupOptions(ioStreams cmdutil.IOStreams) *SetupOptions + func (o *SetupOptions) AddFlags(cmd *cobra.Command) + func (o *SetupOptions) Complete(f cmdutil.Factory, cmd *cobra.Command) error