Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCommand ¶
func NewCommand(runF func(*SyncOptions) error) *cobra.Command
Types ¶
type ManifestObject ¶ added in v0.20.0
type ManifestObject struct { APIVersion string `json:"apiVersion" yaml:"apiVersion"` KindValue string `json:"kind" yaml:"kind"` Metadata map[string]interface{} `json:"metadata" yaml:"metadata"` Spec map[string]interface{} `json:"spec" yaml:"spec"` }
func (*ManifestObject) Kind ¶ added in v0.20.0
func (t *ManifestObject) Kind() string
func (*ManifestObject) Validate ¶ added in v0.20.0
func (t *ManifestObject) Validate() error
func (*ManifestObject) Version ¶ added in v0.20.0
func (t *ManifestObject) Version() string
type SyncOptions ¶
Click to show internal directories.
Click to hide internal directories.