# Functions
KptfileFilter provides a kio.Filter that returns only resource nodes that correspond to Kptfiles.
NotKptfileFilter inverts KptfileFilter.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
AuthSockEnvVar defines the name of the environment variable to use to populate the auth socket to be used for Git authentication via ssh agent.
ClusterPackagesAPIVersion defines the aggregate group/version used by the ClusterPackages resource.
ClusterPackagesGroup defines the group used by the ClusterPackages resource.
ClusterPackagesKind defines the kind used by the ClusterPackages resource.
ClusterPackagesVersion defines the version used by the ClusterPackages resource.
HTTPSScheme defines the scheme that identifies https based repo urls.
SetByClusterOverride defines the set-by value used when Kpt packages setters are set by cluster-level variables.
SetByPackageOverride defines the set-by value used when Kpt packages setters are set by package-level variables.
# Structs
ClusterPackages defines the "client-side CRD" that is managed by the ClusterPackagesFilter.
ClusterPackagesFilter defines a kio.Filter that processes ClusterPackages custom resources.
ClusterPackagesSpec defines the main body of the ClusterPackages resource.
No description provided by the author
Package defines a Kpt package dependency.
SetPackageFilter provides a kio.Filter implementation that executes a setter on Kpt packages.
TemplateContext provides the template context that provides all of the values that may be accessed within templated YAML values.
TemplateFilter provides a Kyaml filter that processes Kubernetes resources and renders the scalar node values as Go templates.
UpdatePathFilter is a kio.Filter that performs a transformation on the `config.kubernetes.io/path` annotation of resource nodes.
Variable defines the value for a Kpt package setter.
# Type aliases
AuthMethod is a method of authenticating to Git repositories.