fix obsolete warning about KubernetesYaml (#839)
This commit is contained in:
@@ -168,7 +168,7 @@ namespace k8s
|
||||
{
|
||||
var reader = new StreamReader(stream);
|
||||
var content = await reader.ReadToEndAsync().ConfigureAwait(false);
|
||||
return LoadFromString<T>(content);
|
||||
return Deserialize<T>(content);
|
||||
}
|
||||
|
||||
public static async Task<T> LoadFromFileAsync<T>(string file)
|
||||
|
||||
Reference in New Issue
Block a user