-
Notifications
You must be signed in to change notification settings - Fork 454
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3052 from adishaull/aqua-operator-2022.4.424
operator aqua-operator-certified (2022.4.424)
- Loading branch information
Showing
14 changed files
with
1,191 additions
and
0 deletions.
There are no files selected for viewing
720 changes: 720 additions & 0 deletions
720
...perator-certified/2022.4.424/manifests/aqua-operator-certified.clusterserviceversion.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
35 changes: 35 additions & 0 deletions
35
...operator-certified/2022.4.424/manifests/aquacloudconnectors.operator.aquasec.com.crd.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
apiVersion: apiextensions.k8s.io/v1 | ||
kind: CustomResourceDefinition | ||
metadata: | ||
name: aquacloudconnectors.operator.aquasec.com | ||
spec: | ||
group: operator.aquasec.com | ||
names: | ||
kind: AquaCloudConnector | ||
listKind: AquaCloudConnectorList | ||
plural: aquacloudconnectors | ||
singular: aquacloudconnector | ||
scope: Namespaced | ||
versions: | ||
- name: v1alpha1 | ||
schema: | ||
openAPIV3Schema: | ||
x-kubernetes-preserve-unknown-fields: true | ||
type: object | ||
additionalPrinterColumns: | ||
- name: Replicas | ||
type: integer | ||
description: Replicas Number | ||
jsonPath: .spec.deploy.replicas | ||
- name: Age | ||
type: date | ||
description: Aqua Cloud Connector Age | ||
jsonPath: .metadata.creationTimestamp | ||
- name: Status | ||
type: string | ||
description: Aqua Cloud Connector status | ||
jsonPath: .status.state | ||
served: true | ||
storage: true | ||
subresources: | ||
status: {} |
31 changes: 31 additions & 0 deletions
31
...ators/aqua-operator-certified/2022.4.424/manifests/aquacsps.operator.aquasec.com.crd.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
apiVersion: apiextensions.k8s.io/v1 | ||
kind: CustomResourceDefinition | ||
metadata: | ||
name: aquacsps.operator.aquasec.com | ||
spec: | ||
group: operator.aquasec.com | ||
names: | ||
kind: AquaCsp | ||
listKind: AquaCspList | ||
plural: aquacsps | ||
singular: aquacsp | ||
scope: Namespaced | ||
versions: | ||
- name: v1alpha1 | ||
schema: | ||
openAPIV3Schema: | ||
x-kubernetes-preserve-unknown-fields: true | ||
type: object | ||
additionalPrinterColumns: | ||
- name: Age | ||
type: date | ||
description: Aqua Csp Age | ||
jsonPath: .metadata.creationTimestamp | ||
- name: Status | ||
type: string | ||
description: Aqua Csp status | ||
jsonPath: .status.state | ||
served: true | ||
storage: true | ||
subresources: | ||
status: {} |
39 changes: 39 additions & 0 deletions
39
.../aqua-operator-certified/2022.4.424/manifests/aquadatabases.operator.aquasec.com.crd.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
apiVersion: apiextensions.k8s.io/v1 | ||
kind: CustomResourceDefinition | ||
metadata: | ||
name: aquadatabases.operator.aquasec.com | ||
spec: | ||
group: operator.aquasec.com | ||
names: | ||
kind: AquaDatabase | ||
listKind: AquaDatabaseList | ||
plural: aquadatabases | ||
singular: aquadatabase | ||
scope: Namespaced | ||
versions: | ||
- name: v1alpha1 | ||
schema: | ||
openAPIV3Schema: | ||
x-kubernetes-preserve-unknown-fields: true | ||
type: object | ||
additionalPrinterColumns: | ||
- name: Replicas | ||
type: integer | ||
description: Replicas Number | ||
jsonPath: .spec.deploy.replicas | ||
- name: Age | ||
type: date | ||
description: Aqua Database Age | ||
jsonPath: .metadata.creationTimestamp | ||
- name: Status | ||
type: string | ||
description: Aqua Database status | ||
jsonPath: .status.state | ||
- name: Nodes | ||
type: string | ||
description: List Of Nodes (Pods) | ||
jsonPath: .status.nodes | ||
served: true | ||
storage: true | ||
subresources: | ||
status: {} |
35 changes: 35 additions & 0 deletions
35
.../aqua-operator-certified/2022.4.424/manifests/aquaenforcers.operator.aquasec.com.crd.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
apiVersion: apiextensions.k8s.io/v1 | ||
kind: CustomResourceDefinition | ||
metadata: | ||
name: aquaenforcers.operator.aquasec.com | ||
spec: | ||
group: operator.aquasec.com | ||
names: | ||
kind: AquaEnforcer | ||
listKind: AquaEnforcerList | ||
plural: aquaenforcers | ||
singular: aquaenforcer | ||
scope: Namespaced | ||
versions: | ||
- name: v1alpha1 | ||
schema: | ||
openAPIV3Schema: | ||
x-kubernetes-preserve-unknown-fields: true | ||
type: object | ||
additionalPrinterColumns: | ||
- name: Replicas | ||
type: integer | ||
description: Replicas Number | ||
jsonPath: .spec.deploy.replicas | ||
- name: Age | ||
type: date | ||
description: Aqua Enforcer Age | ||
jsonPath: .metadata.creationTimestamp | ||
- name: Status | ||
type: string | ||
description: Aqua Enforcer status | ||
jsonPath: .status.state | ||
served: true | ||
storage: true | ||
subresources: | ||
status: {} |
39 changes: 39 additions & 0 deletions
39
...s/aqua-operator-certified/2022.4.424/manifests/aquagateways.operator.aquasec.com.crd.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
apiVersion: apiextensions.k8s.io/v1 | ||
kind: CustomResourceDefinition | ||
metadata: | ||
name: aquagateways.operator.aquasec.com | ||
spec: | ||
group: operator.aquasec.com | ||
names: | ||
kind: AquaGateway | ||
listKind: AquaGatewayList | ||
plural: aquagateways | ||
singular: aquagateway | ||
scope: Namespaced | ||
versions: | ||
- name: v1alpha1 | ||
schema: | ||
openAPIV3Schema: | ||
x-kubernetes-preserve-unknown-fields: true | ||
type: object | ||
additionalPrinterColumns: | ||
- name: Replicas | ||
type: integer | ||
description: Replicas Number | ||
jsonPath: .spec.deploy.replicas | ||
- name: Age | ||
type: date | ||
description: Aqua Gateway Age | ||
jsonPath: .metadata.creationTimestamp | ||
- name: Status | ||
type: string | ||
description: Aqua Gateway status | ||
jsonPath: .status.state | ||
- name: Nodes | ||
type: string | ||
description: List Of Nodes (Pods) | ||
jsonPath: .status.nodes | ||
served: true | ||
storage: true | ||
subresources: | ||
status: {} |
31 changes: 31 additions & 0 deletions
31
...a-operator-certified/2022.4.424/manifests/aquakubeenforcers.operator.aquasec.com.crd.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
apiVersion: apiextensions.k8s.io/v1 | ||
kind: CustomResourceDefinition | ||
metadata: | ||
name: aquakubeenforcers.operator.aquasec.com | ||
spec: | ||
group: operator.aquasec.com | ||
names: | ||
kind: AquaKubeEnforcer | ||
listKind: AquaKubeEnforcerList | ||
plural: aquakubeenforcers | ||
singular: aquakubeenforcer | ||
scope: Namespaced | ||
versions: | ||
- name: v1alpha1 | ||
schema: | ||
openAPIV3Schema: | ||
x-kubernetes-preserve-unknown-fields: true | ||
type: object | ||
additionalPrinterColumns: | ||
- name: Status | ||
type: string | ||
description: Aqua KubeEnforcer status | ||
jsonPath: .status.state | ||
- name: Age | ||
type: date | ||
description: Aqua KubeEnforcer Age | ||
jsonPath: .metadata.creationTimestamp | ||
served: true | ||
storage: true | ||
subresources: | ||
status: {} |
31 changes: 31 additions & 0 deletions
31
...aqua-operator-certified/2022.4.424/manifests/aqualightnings.operator.aquasec.com.crd.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
apiVersion: apiextensions.k8s.io/v1 | ||
kind: CustomResourceDefinition | ||
metadata: | ||
name: aqualightnings.operator.aquasec.com | ||
spec: | ||
group: operator.aquasec.com | ||
names: | ||
kind: AquaLightning | ||
listKind: AquaLightningList | ||
plural: aqualightnings | ||
singular: aqualightning | ||
scope: Namespaced | ||
versions: | ||
- name: v1alpha1 | ||
schema: | ||
openAPIV3Schema: | ||
x-kubernetes-preserve-unknown-fields: true | ||
type: object | ||
additionalPrinterColumns: | ||
- name: Status | ||
type: string | ||
description: Aqua Lightning status | ||
jsonPath: .status.state | ||
- name: Age | ||
type: date | ||
description: Aqua Lightning Age | ||
jsonPath: .metadata.creationTimestamp | ||
served: true | ||
storage: true | ||
subresources: | ||
status: {} |
39 changes: 39 additions & 0 deletions
39
...s/aqua-operator-certified/2022.4.424/manifests/aquascanners.operator.aquasec.com.crd.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
apiVersion: apiextensions.k8s.io/v1 | ||
kind: CustomResourceDefinition | ||
metadata: | ||
name: aquascanners.operator.aquasec.com | ||
spec: | ||
group: operator.aquasec.com | ||
names: | ||
kind: AquaScanner | ||
listKind: AquaScannerList | ||
plural: aquascanners | ||
singular: aquascanner | ||
scope: Namespaced | ||
versions: | ||
- name: v1alpha1 | ||
schema: | ||
openAPIV3Schema: | ||
x-kubernetes-preserve-unknown-fields: true | ||
type: object | ||
additionalPrinterColumns: | ||
- name: Replicas | ||
type: integer | ||
description: Replicas Number | ||
jsonPath: .spec.deploy.replicas | ||
- name: Age | ||
type: date | ||
description: Aqua Scanner Age | ||
jsonPath: .metadata.creationTimestamp | ||
- name: Status | ||
type: string | ||
description: Aqua Scanner status | ||
jsonPath: .status.state | ||
- name: Nodes | ||
type: string | ||
description: List Of Nodes (Pods) | ||
jsonPath: .status.nodes | ||
served: true | ||
storage: true | ||
subresources: | ||
status: {} |
39 changes: 39 additions & 0 deletions
39
...rs/aqua-operator-certified/2022.4.424/manifests/aquaservers.operator.aquasec.com.crd.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
apiVersion: apiextensions.k8s.io/v1 | ||
kind: CustomResourceDefinition | ||
metadata: | ||
name: aquaservers.operator.aquasec.com | ||
spec: | ||
group: operator.aquasec.com | ||
names: | ||
kind: AquaServer | ||
listKind: AquaServerList | ||
plural: aquaservers | ||
singular: aquaserver | ||
scope: Namespaced | ||
versions: | ||
- name: v1alpha1 | ||
schema: | ||
openAPIV3Schema: | ||
x-kubernetes-preserve-unknown-fields: true | ||
type: object | ||
additionalPrinterColumns: | ||
- name: Replicas | ||
type: integer | ||
description: Replicas Number | ||
jsonPath: .spec.deploy.replicas | ||
- name: Age | ||
type: date | ||
description: Aqua Server Age | ||
jsonPath: .metadata.creationTimestamp | ||
- name: Status | ||
type: string | ||
description: Aqua Server status | ||
jsonPath: .status.state | ||
- name: Nodes | ||
type: string | ||
description: List Of Nodes (Pods) | ||
jsonPath: .status.nodes | ||
served: true | ||
storage: true | ||
subresources: | ||
status: {} |
39 changes: 39 additions & 0 deletions
39
...ua-operator-certified/2022.4.424/manifests/aquastarboards.aquasecurity.github.io.crd.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
apiVersion: apiextensions.k8s.io/v1 | ||
kind: CustomResourceDefinition | ||
metadata: | ||
name: aquastarboards.aquasecurity.github.io | ||
spec: | ||
group: aquasecurity.github.io | ||
names: | ||
kind: AquaStarboard | ||
listKind: AquaStarboardList | ||
plural: aquastarboards | ||
singular: aquastarboard | ||
scope: Namespaced | ||
versions: | ||
- name: v1alpha1 | ||
schema: | ||
openAPIV3Schema: | ||
x-kubernetes-preserve-unknown-fields: true | ||
type: object | ||
additionalPrinterColumns: | ||
- name: Replicas | ||
type: integer | ||
description: Replicas Number | ||
jsonPath: .spec.deploy.replicas | ||
- name: Age | ||
type: date | ||
description: Aqua Starboard Age | ||
jsonPath: .metadata.creationTimestamp | ||
- name: Status | ||
type: string | ||
description: Aqua Starboard status | ||
jsonPath: .status.state | ||
- name: Nodes | ||
type: string | ||
description: List Of Nodes (Pods) | ||
jsonPath: .status.nodes | ||
served: true | ||
storage: true | ||
subresources: | ||
status: {} |
Oops, something went wrong.