Skip to content

Commit

Permalink
fix: v1beta1 crd changes
Browse files Browse the repository at this point in the history
  • Loading branch information
shreddedbacon committed May 2, 2024
1 parent 5de8e7b commit d1b45f2
Show file tree
Hide file tree
Showing 2 changed files with 742 additions and 0 deletions.
371 changes: 371 additions & 0 deletions config/crd/bases/crd.lagoon.sh_lagoonbuilds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,377 @@ spec:
format: byte
type: string
type: object
statusMessages:
description: LagoonStatusMessages is where unsent messages are stored
for re-sending.
properties:
buildLogMessage:
description: LagoonLog is used to sendToLagoonLogs messaging queue
this is general logging information
properties:
event:
type: string
message:
type: string
meta:
description: LagoonLogMeta is the metadata that is used by logging
in Lagoon.
properties:
advancedData:
type: string
branchName:
type: string
buildName:
type: string
buildPhase:
type: string
buildStatus:
type: string
buildStep:
type: string
clusterName:
type: string
endTime:
type: string
environment:
type: string
environmentId:
type: integer
jobName:
type: string
jobStatus:
type: string
jobStep:
type: string
key:
type: string
logLink:
type: string
project:
type: string
projectId:
type: integer
projectName:
type: string
remoteId:
type: string
route:
type: string
routes:
items:
type: string
type: array
services:
items:
type: string
type: array
startTime:
type: string
task:
description: LagoonTaskInfo defines what a task can use to
communicate with Lagoon via SSH/API.
properties:
apiHost:
type: string
command:
type: string
id:
type: string
name:
type: string
service:
type: string
sshHost:
type: string
sshPort:
type: string
taskName:
type: string
required:
- id
type: object
type: object
project:
type: string
severity:
type: string
uuid:
type: string
type: object
environmentMessage:
description: LagoonMessage is used for sending build info back to
Lagoon messaging queue to update the environment or deployment
properties:
meta:
description: LagoonLogMeta is the metadata that is used by logging
in Lagoon.
properties:
advancedData:
type: string
branchName:
type: string
buildName:
type: string
buildPhase:
type: string
buildStatus:
type: string
buildStep:
type: string
clusterName:
type: string
endTime:
type: string
environment:
type: string
environmentId:
type: integer
jobName:
type: string
jobStatus:
type: string
jobStep:
type: string
key:
type: string
logLink:
type: string
project:
type: string
projectId:
type: integer
projectName:
type: string
remoteId:
type: string
route:
type: string
routes:
items:
type: string
type: array
services:
items:
type: string
type: array
startTime:
type: string
task:
description: LagoonTaskInfo defines what a task can use to
communicate with Lagoon via SSH/API.
properties:
apiHost:
type: string
command:
type: string
id:
type: string
name:
type: string
service:
type: string
sshHost:
type: string
sshPort:
type: string
taskName:
type: string
required:
- id
type: object
type: object
namespace:
type: string
type:
type: string
type: object
statusMessage:
description: LagoonLog is used to sendToLagoonLogs messaging queue
this is general logging information
properties:
event:
type: string
message:
type: string
meta:
description: LagoonLogMeta is the metadata that is used by logging
in Lagoon.
properties:
advancedData:
type: string
branchName:
type: string
buildName:
type: string
buildPhase:
type: string
buildStatus:
type: string
buildStep:
type: string
clusterName:
type: string
endTime:
type: string
environment:
type: string
environmentId:
type: integer
jobName:
type: string
jobStatus:
type: string
jobStep:
type: string
key:
type: string
logLink:
type: string
project:
type: string
projectId:
type: integer
projectName:
type: string
remoteId:
type: string
route:
type: string
routes:
items:
type: string
type: array
services:
items:
type: string
type: array
startTime:
type: string
task:
description: LagoonTaskInfo defines what a task can use to
communicate with Lagoon via SSH/API.
properties:
apiHost:
type: string
command:
type: string
id:
type: string
name:
type: string
service:
type: string
sshHost:
type: string
sshPort:
type: string
taskName:
type: string
required:
- id
type: object
type: object
project:
type: string
severity:
type: string
uuid:
type: string
type: object
taskLogMessage:
description: LagoonLog is used to sendToLagoonLogs messaging queue
this is general logging information
properties:
event:
type: string
message:
type: string
meta:
description: LagoonLogMeta is the metadata that is used by logging
in Lagoon.
properties:
advancedData:
type: string
branchName:
type: string
buildName:
type: string
buildPhase:
type: string
buildStatus:
type: string
buildStep:
type: string
clusterName:
type: string
endTime:
type: string
environment:
type: string
environmentId:
type: integer
jobName:
type: string
jobStatus:
type: string
jobStep:
type: string
key:
type: string
logLink:
type: string
project:
type: string
projectId:
type: integer
projectName:
type: string
remoteId:
type: string
route:
type: string
routes:
items:
type: string
type: array
services:
items:
type: string
type: array
startTime:
type: string
task:
description: LagoonTaskInfo defines what a task can use to
communicate with Lagoon via SSH/API.
properties:
apiHost:
type: string
command:
type: string
id:
type: string
name:
type: string
service:
type: string
sshHost:
type: string
sshPort:
type: string
taskName:
type: string
required:
- id
type: object
type: object
project:
type: string
severity:
type: string
uuid:
type: string
type: object
type: object
type: object
served: true
storage: false
Expand Down
Loading

0 comments on commit d1b45f2

Please sign in to comment.