17 lines
433 B
Plaintext
17 lines
433 B
Plaintext
|
|
// <auto-generated>
|
||
|
|
// Code generated by https://github.com/kubernetes-client/csharp/tree/master/src/LibKubernetesGenerator
|
||
|
|
// Changes may cause incorrect behavior and will be lost if the code is
|
||
|
|
// regenerated.
|
||
|
|
// </auto-generated>
|
||
|
|
|
||
|
|
namespace k8s;
|
||
|
|
|
||
|
|
/// <summary>
|
||
|
|
/// </summary>
|
||
|
|
public abstract partial class AbstractKubernetes
|
||
|
|
{
|
||
|
|
{{#.}}
|
||
|
|
public I{{.}}Operations {{.}} => new {{.}}Operations(this);
|
||
|
|
{{/.}}
|
||
|
|
}
|