Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Commit

Permalink
Support parsing for server specs (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
rxbchen authored Aug 18, 2021
1 parent 50c618b commit 374a428
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/k8s/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@ type ServiceAccountV1 = apiv1.ServiceAccount
// ServiceV1 is a type alias for the v1 version of the k8s API.
type ServiceV1 = apiv1.Service

// ServiceV1Spec is a type alias for the v1 version of the k8s API.
type ServiceV1Spec = apiv1.ServiceSpec

// StatefulSetSpecV1 is a type alias for the v1 version of the k8s apps API.
type StatefulSetSpecV1 = appsv1.StatefulSetSpec

Expand Down

0 comments on commit 374a428

Please sign in to comment.