Type generation

This commit is contained in:
Daniel Hougaard
2024-03-06 04:21:48 +01:00
parent 5c6781a705
commit 33324a5a3c
2 changed files with 3 additions and 3 deletions

View File

@@ -46,7 +46,7 @@ type MachineIdentityScopeInWorkspace struct {
// +kubebuilder:validation:Required
EnvSlug string `json:"envSlug"`
// +kubebuilder:validation:Required
ProjectId string `json:"projectId"`
ProjectSlug string `json:"projectSlug"`
}
type KubeSecretReference struct {

View File

@@ -109,13 +109,13 @@ spec:
properties:
envSlug:
type: string
projectId:
projectSlug:
type: string
secretsPath:
type: string
required:
- envSlug
- projectId
- projectSlug
- secretsPath
type: object
required: