Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApplyOpts ¶
type ApplyOpts struct { DiffStrategy string `name:"diff-strategy" usage:"force the diff-strategy to use. Automatically chosen if not set. values: native, subset"` AutoApprove bool `name:"auto-approve" usage:"skips the interactive approval"` Force bool `name:"force,f" usage:"ignores any warnings kubectl might have"` Validate bool `name:"validate" usage:"set to false ignores invalid Kubernetes schemas"` }
type DeleteOpts ¶
type FilterOpts ¶ added in v0.0.7
type FilterOpts struct {
Targets []string `name:"target,t" usage:"Regex filter on '<kind>/<name>'. See https://tanka.dev/output-filtering"`
}
type LoadResult ¶
type LoadResult struct { Env *v1alpha1.Environment Resources manifest.List }
func (*LoadResult) Apply ¶
func (l *LoadResult) Apply(opts ApplyOpts) error
func (*LoadResult) Connect ¶
func (l *LoadResult) Connect() (*kubernetes.Kubernetes, error)
func (*LoadResult) Delete ¶
func (l *LoadResult) Delete(opts DeleteOpts) error
func (*LoadResult) Prune ¶
func (l *LoadResult) Prune(opts PruneOpts) error
func (*LoadResult) Show ¶
func (l *LoadResult) Show(opts ShowOpts) error
Click to show internal directories.
Click to hide internal directories.