Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdRealnameDiff ¶
func NewCmdRealnameDiff(streams genericclioptions.IOStreams) *cobra.Command
Types ¶
type RealnameDiffInfoObject ¶
type RealnameDiffInfoObject struct {
// contains filtered or unexported fields
}
RealnameDiffInfoObject is an implementation of the diff.Object interface. It has all the information from the diff.InfoObject and whether the object has a real name label.
func (RealnameDiffInfoObject) Live ¶
func (obj RealnameDiffInfoObject) Live() runtime.Object
Live Returns the live version of the object
func (RealnameDiffInfoObject) Merged ¶
func (obj RealnameDiffInfoObject) Merged() (runtime.Object, error)
Merged returns the "merged" object, as it would look like if applied or created.
func (RealnameDiffInfoObject) Name ¶
func (obj RealnameDiffInfoObject) Name() string
type RealnameDiffOptions ¶
type RealnameDiffOptions struct {
// contains filtered or unexported fields
}
func NewRealnameDiffOptions ¶
func NewRealnameDiffOptions(streams genericclioptions.IOStreams) *RealnameDiffOptions
func (*RealnameDiffOptions) Run ¶
func (o *RealnameDiffOptions) Run() error
Click to show internal directories.
Click to hide internal directories.