Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ApplyManifest ¶ added in v0.6.0
func ApplyManifest(inClusterConfig *rest.Config, manifest []byte) error
func ApplyManifestFile ¶ added in v0.6.0
func ApplyManifestFile(inClusterConfig *rest.Config, filename string) error
Types ¶
type ApplierOptions ¶
type ApplierOptions struct {
Manifest string
RESTConfig *rest.Config
RESTMapper meta.RESTMapper
Namespace string
ExtraArgs []string
}
type DirectApplier ¶
type DirectApplier struct {
}
func NewDirectApplier ¶
func NewDirectApplier() *DirectApplier
Click to show internal directories.
Click to hide internal directories.