diff --git a/k8-operator/packages/model/model.go b/k8-operator/packages/model/model.go index b7d4780b29..17cbb98359 100644 --- a/k8-operator/packages/model/model.go +++ b/k8-operator/packages/model/model.go @@ -6,6 +6,16 @@ type ServiceAccountDetails struct { PrivateKey string } +type MachineIdentityDetails struct { + ClientId string + ClientSecret string +} + +type UpdateAttributes struct { + Modified bool + ETag string +} + type SingleEnvironmentVariable struct { Key string `json:"key"` Value string `json:"value"`