Method: Krane::KubeclientBuilder#build_networking_v1_kubeclient
- Defined in:
- lib/krane/kubeclient_builder.rb
#build_networking_v1_kubeclient(context) ⇒ Object
90 91 92 93 94 95 96 |
# File 'lib/krane/kubeclient_builder.rb', line 90 def build_networking_v1_kubeclient(context) build_kubeclient( api_version: "v1", context: context, endpoint_path: "/apis/networking.k8s.io" ) end |