mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Type generation
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -109,13 +109,13 @@ spec:
|
||||
properties:
|
||||
envSlug:
|
||||
type: string
|
||||
projectId:
|
||||
projectSlug:
|
||||
type: string
|
||||
secretsPath:
|
||||
type: string
|
||||
required:
|
||||
- envSlug
|
||||
- projectId
|
||||
- projectSlug
|
||||
- secretsPath
|
||||
type: object
|
||||
required:
|
||||
|
||||
Reference in New Issue
Block a user