Home
last modified time | relevance | path

Searched defs:KubeCtl (Results 1 – 4 of 4) sorted by relevance

/dports/sysutils/istio/istio-1.6.7/vendor/sigs.k8s.io/controller-runtime/pkg/internal/testing/integration/
H A Dkubectl.go12 type KubeCtl struct { struct
18 Path string
25 Opts []string
31 func (k *KubeCtl) Run(args ...string) (stdout, stderr io.Reader, err error) {
H A Dcontrol_plane.go65 func (f *ControlPlane) KubeCtl() *KubeCtl { func
/dports/sysutils/istio/istio-1.6.7/vendor/sigs.k8s.io/service-apis/vendor/sigs.k8s.io/testing_frameworks/integration/
H A Dkubectl.go12 type KubeCtl struct { struct
18 Path string
25 Opts []string
31 func (k *KubeCtl) Run(args ...string) (stdout, stderr io.Reader, err error) {
H A Dcontrol_plane.go55 func (f *ControlPlane) KubeCtl() *KubeCtl { func