Files
csharp/src/LibKubernetesGenerator/templates/AbstractKubernetes.cs.template

17 lines
433 B
Plaintext
Raw Normal View History

// <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);
{{/.}}
}