Skip to content

Commit

Permalink
chore: unmerged playbook spec
Browse files Browse the repository at this point in the history
  • Loading branch information
adityathebe committed Nov 10, 2024
1 parent 862e452 commit e10ca89
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 12 deletions.
30 changes: 24 additions & 6 deletions schema/openapi/playbook-spec.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
"sessionToken": {
"$ref": "#/$defs/EnvVar"
},
"assumeRole": {
"type": "string"
},
"region": {
"type": "string"
},
Expand All @@ -25,12 +28,6 @@
},
"skipTLSVerify": {
"type": "boolean"
},
"objectPath": {
"type": "string"
},
"usePathStyle": {
"type": "boolean"
}
},
"additionalProperties": false,
Expand Down Expand Up @@ -203,6 +200,12 @@
},
"ExecConnections": {
"properties": {
"fromConfigItem": {
"type": "string"
},
"kubernetes": {
"$ref": "#/$defs/KubernetesConnection"
},
"aws": {
"$ref": "#/$defs/AWSConnection"
},
Expand All @@ -226,6 +229,9 @@
},
"credentials": {
"$ref": "#/$defs/EnvVar"
},
"skipTLSVerify": {
"type": "boolean"
}
},
"additionalProperties": false,
Expand Down Expand Up @@ -498,6 +504,18 @@
},
"type": "array"
},
"KubernetesConnection": {
"properties": {
"connection": {
"type": "string"
},
"kubeconfig": {
"$ref": "#/$defs/EnvVar"
}
},
"additionalProperties": false,
"type": "object"
},
"NotificationAction": {
"properties": {
"url": {
Expand Down
30 changes: 24 additions & 6 deletions schema/openapi/playbook.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
"sessionToken": {
"$ref": "#/$defs/EnvVar"
},
"assumeRole": {
"type": "string"
},
"region": {
"type": "string"
},
Expand All @@ -25,12 +28,6 @@
},
"skipTLSVerify": {
"type": "boolean"
},
"objectPath": {
"type": "string"
},
"usePathStyle": {
"type": "boolean"
}
},
"additionalProperties": false,
Expand Down Expand Up @@ -203,6 +200,12 @@
},
"ExecConnections": {
"properties": {
"fromConfigItem": {
"type": "string"
},
"kubernetes": {
"$ref": "#/$defs/KubernetesConnection"
},
"aws": {
"$ref": "#/$defs/AWSConnection"
},
Expand Down Expand Up @@ -231,6 +234,9 @@
},
"credentials": {
"$ref": "#/$defs/EnvVar"
},
"skipTLSVerify": {
"type": "boolean"
}
},
"additionalProperties": false,
Expand Down Expand Up @@ -503,6 +509,18 @@
},
"type": "array"
},
"KubernetesConnection": {
"properties": {
"connection": {
"type": "string"
},
"kubeconfig": {
"$ref": "#/$defs/EnvVar"
}
},
"additionalProperties": false,
"type": "object"
},
"ManagedFieldsEntry": {
"properties": {
"manager": {
Expand Down

0 comments on commit e10ca89

Please sign in to comment.