Versions in this module Expand all Collapse all v0 v0.2.2 Nov 26, 2024 Changes in this version + var IngressWrap ingresswrap = ingresswrap + var NamespaceWrap namespacewrap = namespacewrap + var PodWrap podwrap = podwrap + var SvcWrap svcwrap = svcwrap + func NewIngressAssemble(namespace, name string) ingressAssemble + func NewPodAssemble(namespace, name, imagename string) podAssemble + func NewSvcAssemble(namespace, name string, svctype v1.ServiceType) svcAssemble + func NewSvcAssembleWithClusterIP(namespace, name string) svcAssemble + type KubeConfig struct + KubeConfigPath string + MasterUrl string + func (c KubeConfig) Load()