Closed t089 closed 3 years ago
SwiftkubeClient 0.3.1
let config = KubernetesClientConfig( masterURL: "https://kubernetesmaster", namespace: "default", authentication: .bearer(token: "xyz"), trustRoots: NIOSSLTrustRoots.certificates(caCert), insecureSkipTLSVerify: false )
---> 'KubernetesClientConfig' initializer is inaccessible due to 'internal' protection level
SwiftkubeClient 0.3.1
---> 'KubernetesClientConfig' initializer is inaccessible due to 'internal' protection level