Skip to content

Commit

Permalink
Fix CRDs for cis 3.x (#3444)
Browse files Browse the repository at this point in the history
  • Loading branch information
arzzon committed May 31, 2024
1 parent 5070c49 commit 0d76564
Show file tree
Hide file tree
Showing 5 changed files with 73 additions and 2,496 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1256,4 +1256,76 @@ spec:
type: string
type: object
type: object
type: object
status:
type: object
properties:
controllerStatus:
type: object
properties:
type:
type: string
message:
type: string
error:
type: string
lastUpdated:
type: string
format: date-time
bigIpStatus:
type: array
items:
type: object
properties:
bigIpAddress:
type: string
as3Status:
type: object
properties:
message:
type: string
error:
type: string
lastSubmitted:
type: string
format: date-time
lastSuccessful:
type: string
format: date-time
l3Status:
type: object
properties:
message:
type: string
error:
type: string
lastSubmitted:
type: string
format: date-time
lastSuccessful:
type: string
format: date-time
required:
- bigIpAddress
cmStatus:
type: object
properties:
message:
type: string
error:
type: string
lastUpdated:
type: string
format: date-time
networkConfigStatus:
type: object
properties:
message:
type: string
error:
type: string
lastUpdated:
type: string
format: date-time
type: object
subresources:
status: { }
88 changes: 0 additions & 88 deletions docs/config_examples/customResourceDefinitions/crd_update.md

This file was deleted.

Loading

0 comments on commit 0d76564

Please sign in to comment.