using System.Net.Http; namespace k8s { public partial interface IKubernetes { /// /// Gets the used for making HTTP requests. /// HttpClient HttpClient { get; } } }