-
Notifications
You must be signed in to change notification settings - Fork 545
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Adi Shaull <[email protected]>
- Loading branch information
Adi Shaull
committed
Nov 14, 2023
1 parent
72f9dbc
commit 1dcf6f7
Showing
14 changed files
with
1,201 additions
and
0 deletions.
There are no files selected for viewing
731 changes: 731 additions & 0 deletions
731
operators/aqua/2022.4.14/manifests/aqua-operator.v2022.4.14.clusterserviceversion.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
35 changes: 35 additions & 0 deletions
35
operators/aqua/2022.4.14/manifests/aquacloudconnector.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: aquacloudconnector.operator.aquasec.com | ||
spec: | ||
group: operator.aquasec.com | ||
names: | ||
kind: AquaCloudConnector | ||
listKind: AquaCloudConnectorList | ||
plural: aquacloudconnector | ||
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
operators/aqua/2022.4.14/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
operators/aqua/2022.4.14/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
operators/aqua/2022.4.14/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
operators/aqua/2022.4.14/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
operators/aqua/2022.4.14/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
operators/aqua/2022.4.14/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
operators/aqua/2022.4.14/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
operators/aqua/2022.4.14/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
operators/aqua/2022.4.14/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.