package
0.11.0
Repository: https://github.com/bryanl/ksonnet.git
Documentation: pkg.go.dev

# Packages

Code generated by mockery v1.0.0.

# Functions

CollectObjects collects objects in a cluster namespace.
DefaultResourceInfo fetches objects from the cluster.
ManagedObjects returns a slice of ksonnet managed objects.
RebuildObject rebuilds the ksonnet generated object from an object on the cluster.
RunApply runs apply against a cluster given a configuration.
RunDelete runs delete against a cluster for a given configuration.
RunShow shows objects for a given configuration.
SetMetaDataAnnotation sets an annotation value.
SetMetaDataLabel sets a label value.
No description provided by the author

# Constants

AnnotationGcStrategy controls gc logic.
AnnotationGcTag annotation that triggers garbage collection.
GcStrategyAuto is the default automatic gc logic.
GcStrategyIgnore means this object should be ignored by garbage collection.

# Structs

Apply applies objects to the cluster.
ApplyConfig is configuration for Apply.
Delete deletes objects from the cluster.
DeleteConfig is configuration for Delete.
Show shows objects.
ShowConfig is configuration for Show.

# Interfaces

ObjectInfo can retrieve information about an object.
ResourceClient is a wrapper for a resource client.
ResourceInfo holds information about cluster resources.

# Type aliases

ApplyOpts are options for configuring Apply.
DeleteOpts is an option for configuring Delete.
ShowOpts is an option for configuring Show.