Versions in this module Expand all Collapse all v0 v0.2.3 Dec 21, 2025 v0.2.2 Dec 21, 2025 v0.2.0 May 4, 2025 Changes in this version + func NativeHelmTemplate() *jsonnet.NativeFunction + func NativeHelp(allFuncs []*jsonnet.NativeFunction) *jsonnet.NativeFunction + func NativeKompose() *jsonnet.NativeFunction + func NativeNetAddressARPA() *jsonnet.NativeFunction + func NativeNetAddressBinary() *jsonnet.NativeFunction + func NativeNetAddressCalcSubnetsV4() *jsonnet.NativeFunction + func NativeNetAddressCalcSubnetsV6() *jsonnet.NativeFunction + func NativeNetAddressCompare() *jsonnet.NativeFunction + func NativeNetAddressDec() *jsonnet.NativeFunction + func NativeNetAddressDecBy() *jsonnet.NativeFunction + func NativeNetAddressDelta() *jsonnet.NativeFunction + func NativeNetAddressHex() *jsonnet.NativeFunction + func NativeNetAddressInc() *jsonnet.NativeFunction + func NativeNetAddressIncBy() *jsonnet.NativeFunction + func NativeNetAddressNetsBetween() *jsonnet.NativeFunction + func NativeNetAddressSort() *jsonnet.NativeFunction + func NativeNetIPInfo() *jsonnet.NativeFunction + func NativeNetUrl() *jsonnet.NativeFunction + func NativeRegexEscape() *jsonnet.NativeFunction + func NativeRegexMatch() *jsonnet.NativeFunction + func NativeRegexSubst() *jsonnet.NativeFunction + func NativeSprigTemplate() *jsonnet.NativeFunction + func RegisterNativeFuncs(jvm *jsonnet.VM) + type IPV4 struct + Broadcast string + CIDR string + Count uint32 + FirstAddress string + IP string + LastAddress string + Mask int + func IPV4Info(rawIP string) (*IPV4, error) + type IPV6 struct + CIDR string + Count uint128.Uint128 + FirstAddress string + HostMask string + IP string + LastAddress string + NetMask string + func IPV6Info(rawIP string) (*IPV6, error) + type KomposeHook struct + func (*KomposeHook) Fire(entry *kLogger.Entry) error + func (*KomposeHook) Levels() []kLogger.Level + type KomposeParams struct + ComposeFiles []string + Namespace string + RootDir string + func ParseKomposeParams(args []interface{}) (*KomposeParams, error) + func (params *KomposeParams) ExtractParameters() + type NativeFuncURL struct + Fragment string + Host string + Opaque string + Password string + PasswordSet bool + Path string + Query map[string]interface{} + RawFragment string + RawPath string + RawQuery string + Scheme string + Username string