Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Apply ¶
type Apply struct { // DynamicClient is the client used to talk // with the cluster DynamicClient client.Client // Out stores the output Out io.Writer // Resources is a list of resource configurations Resources clik8s.ResourceConfigs // Commit is a git commit object Commit *object.Commit }
Apply applies directories
type Result ¶
type Result struct {
Resources clik8s.ResourceConfigs
}
Result contains the Apply Result
Click to show internal directories.
Click to hide internal directories.