Documentation ¶
Index ¶
- Variables
- func Is404(err error) bool
- type K8S
- func (kr *K8S) GetCM(ctx context.Context, ns string, name string) (map[string]string, error)
- func (kr *K8S) GetSecret(ctx context.Context, ns string, name string) (map[string][]byte, error)
- func (kr *K8S) GetToken(ctx context.Context, aud string) (string, error)
- func (kr *K8S) K8SClient(ctx context.Context) error
Constants ¶
This section is empty.
Variables ¶
View Source
var Debug = false
Functions ¶
Types ¶
type K8S ¶
type K8S struct { Mesh *mesh.KRun Client *kubernetes.Clientset VendorInit func(context.Context, *K8S) error }
Click to show internal directories.
Click to hide internal directories.