Documentation
¶
Overview ¶
Copyright © 2021 MicroShift Contributors
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Index ¶
- func NewBackupCommand() *cobra.Command
- func NewHealthcheckCommand() *cobra.Command
- func NewRestoreCommand() *cobra.Command
- func NewRunMicroshiftCommand() *cobra.Command
- func NewShowConfigCommand(ioStreams genericclioptions.IOStreams) *cobra.Command
- func NewVersionCommand(ioStreams genericclioptions.IOStreams) *cobra.Command
- func RunMicroshift(cfg *config.Config) error
- type VersionOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewBackupCommand ¶
func NewHealthcheckCommand ¶
func NewRestoreCommand ¶
func NewRunMicroshiftCommand ¶
func NewShowConfigCommand ¶
func NewShowConfigCommand(ioStreams genericclioptions.IOStreams) *cobra.Command
func NewVersionCommand ¶
func NewVersionCommand(ioStreams genericclioptions.IOStreams) *cobra.Command
func RunMicroshift ¶
Types ¶
type VersionOptions ¶
type VersionOptions struct { Output string genericclioptions.IOStreams }
func NewVersionOptions ¶
func NewVersionOptions(ioStreams genericclioptions.IOStreams) *VersionOptions
func (*VersionOptions) Run ¶
func (o *VersionOptions) Run() error
Source Files
¶
Click to show internal directories.
Click to hide internal directories.