Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdNginxIngressControllerChecker ¶
func NewCmdNginxIngressControllerChecker(streams genericclioptions.IOStreams) *cobra.Command
NewCmdNginxIngressControllerChecker provides a cobra command wrapping NginxIngressControllerCheckerOptions
Types ¶
type NginxIngressControllerCheckerOptions ¶
type NginxIngressControllerCheckerOptions struct { genericclioptions.IOStreams // contains filtered or unexported fields }
NginxIngressControllerChecker provides information required to check the current nginx ingress controller configuration
func NewNginxIngressControllerCheckerOptions ¶
func NewNginxIngressControllerCheckerOptions(streams genericclioptions.IOStreams) *NginxIngressControllerCheckerOptions
NewNginxIngressControllerCheckerOptions provides an instance of NginxIngressControllerCheckerOptions with default values
func (*NginxIngressControllerCheckerOptions) Complete ¶
func (o *NginxIngressControllerCheckerOptions) Complete(cmd *cobra.Command, args []string) error
Complete sets all information required for updating the current context
func (*NginxIngressControllerCheckerOptions) Run ¶
func (o *NginxIngressControllerCheckerOptions) Run() error
Actually looks for configuration drift in the nginx-ingress-controller running containers
func (*NginxIngressControllerCheckerOptions) Validate ¶
func (o *NginxIngressControllerCheckerOptions) Validate() error
Validate ensures that all required arguments and flag values are provided
Click to show internal directories.
Click to hide internal directories.