gen v1.13.4 (#254)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
7f6043a075
commit
f6b58d535a
@@ -217,6 +217,20 @@ namespace k8s.Models
|
||||
public const string KubeGroup = "apps";
|
||||
}
|
||||
|
||||
public partial class V1alpha1AuditSink : IKubernetesObject
|
||||
{
|
||||
public const string KubeApiVersion = "v1alpha1";
|
||||
public const string KubeKind = "AuditSink";
|
||||
public const string KubeGroup = "auditregistration.k8s.io";
|
||||
}
|
||||
|
||||
public partial class V1alpha1AuditSinkList : IKubernetesObject
|
||||
{
|
||||
public const string KubeApiVersion = "v1alpha1";
|
||||
public const string KubeKind = "AuditSinkList";
|
||||
public const string KubeGroup = "auditregistration.k8s.io";
|
||||
}
|
||||
|
||||
public partial class V1TokenReview : IKubernetesObject
|
||||
{
|
||||
public const string KubeApiVersion = "v1";
|
||||
@@ -966,6 +980,20 @@ namespace k8s.Models
|
||||
public const string KubeGroup = "storage.k8s.io";
|
||||
}
|
||||
|
||||
public partial class V1VolumeAttachment : IKubernetesObject
|
||||
{
|
||||
public const string KubeApiVersion = "v1";
|
||||
public const string KubeKind = "VolumeAttachment";
|
||||
public const string KubeGroup = "storage.k8s.io";
|
||||
}
|
||||
|
||||
public partial class V1VolumeAttachmentList : IKubernetesObject
|
||||
{
|
||||
public const string KubeApiVersion = "v1";
|
||||
public const string KubeKind = "VolumeAttachmentList";
|
||||
public const string KubeGroup = "storage.k8s.io";
|
||||
}
|
||||
|
||||
public partial class V1alpha1VolumeAttachment : IKubernetesObject
|
||||
{
|
||||
public const string KubeApiVersion = "v1alpha1";
|
||||
|
||||
Reference in New Issue
Block a user