Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Prune ¶
type Prune struct { // DynamicClient is the client used to talk // with the cluster DynamicClient client.Client // Out stores the output Out io.Writer // Resources is the resource used for pruning Resources clik8s.ResourcePruneConfigs // Commit is a git commit object Commit *object.Commit }
Prune prunes obsolete resources from a kustomization directory that are applied in previous applies but not show up in the latest apply.
type Result ¶
type Result struct {
Resources clik8s.ResourceConfigs
}
Result contains the Prune Result
Click to show internal directories.
Click to hide internal directories.