Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

operator [N] [CI] khulnasoft (0.0.1) #5100

Closed
wants to merge 7 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
khulnasoft 0.0.1
khulnasoft-bot committed Oct 3, 2024
commit 17b289ba2949bfaa441c798252d3e36a5bac88e4
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: clusterconfigauditreports.khulnasoft.github.io
labels:
app.kubernetes.io/managed-by: starboard
spec:
group: khulnasoft.github.io
names:
kind: ClusterConfigAuditReport
listKind: ClusterConfigAuditReportList
plural: clusterconfigauditreports
singular: clusterconfigauditreport
categories: []
shortNames:
- clusterconfigaudit
scope: Cluster
versions:
- name: v1alpha1
schema:
openAPIV3Schema:
x-kubernetes-preserve-unknown-fields: true
type: object
additionalPrinterColumns:
- name: Scanner
type: string
description: The name of the config audit scanner
jsonPath: .report.scanner.name
- name: Age
type: date
description: The age of the report
jsonPath: .metadata.creationTimestamp
- name: Danger
type: integer
priority: 1
description: The number of checks that failed with Danger status
jsonPath: .report.summary.dangerCount
- name: Warning
type: integer
priority: 1
description: The number of checks that failed with Warning status
jsonPath: .report.summary.warningCount
- name: Pass
type: integer
priority: 1
description: The number of checks that passed
jsonPath: .report.summary.passCount
served: true
storage: true
subresources:
status: {}
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: configauditreports.khulnasoft.github.io
labels:
app.kubernetes.io/managed-by: starboard
spec:
group: khulnasoft.github.io
names:
kind: ConfigAuditReport
listKind: ConfigAuditReportList
plural: configauditreports
singular: configauditreport
categories: []
shortNames:
- configaudit
scope: Namespaced
versions:
- name: v1alpha1
schema:
openAPIV3Schema:
x-kubernetes-preserve-unknown-fields: true
type: object
additionalPrinterColumns:
- name: Scanner
type: string
description: The name of the config audit scanner
jsonPath: .report.scanner.name
- name: Age
type: date
description: The age of the report
jsonPath: .metadata.creationTimestamp
- name: Danger
type: integer
priority: 1
description: The number of checks that failed with Danger status
jsonPath: .report.summary.dangerCount
- name: Warning
type: integer
priority: 1
description: The number of checks that failed with Warning status
jsonPath: .report.summary.warningCount
- name: Pass
type: integer
priority: 1
description: The number of checks that passed
jsonPath: .report.summary.passCount
served: true
storage: true
subresources:
status: {}

Large diffs are not rendered by default.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: khulnasoftcsps.operator.khulnasoft.com
spec:
group: operator.khulnasoft.com
names:
kind: KhulnasoftCsp
listKind: KhulnasoftCspList
plural: khulnasoftcsps
singular: khulnasoftcsp
scope: Namespaced
versions:
- name: v1alpha1
schema:
openAPIV3Schema:
x-kubernetes-preserve-unknown-fields: true
type: object
additionalPrinterColumns:
- name: Age
type: date
description: Khulnasoft Csp Age
jsonPath: .metadata.creationTimestamp
- name: Status
type: string
description: Khulnasoft Csp status
jsonPath: .status.state
served: true
storage: true
subresources:
status: {}
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: khulnasoftdatabases.operator.khulnasoft.com
spec:
group: operator.khulnasoft.com
names:
kind: KhulnasoftDatabase
listKind: KhulnasoftDatabaseList
plural: khulnasoftdatabases
singular: khulnasoftdatabase
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: Khulnasoft Database Age
jsonPath: .metadata.creationTimestamp
- name: Status
type: string
description: Khulnasoft Database status
jsonPath: .status.state
- name: Nodes
type: string
description: List Of Nodes (Pods)
jsonPath: .status.nodes
served: true
storage: true
subresources:
status: {}
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: khulnasoftenforcers.operator.khulnasoft.com
spec:
group: operator.khulnasoft.com
names:
kind: KhulnasoftEnforcer
listKind: KhulnasoftEnforcerList
plural: khulnasoftenforcers
singular: khulnasoftenforcer
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: Khulnasoft Enforcer Age
jsonPath: .metadata.creationTimestamp
- name: Status
type: string
description: Khulnasoft Enforcer status
jsonPath: .status.state
served: true
storage: true
subresources:
status: {}
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: khulnasoftgateways.operator.khulnasoft.com
spec:
group: operator.khulnasoft.com
names:
kind: KhulnasoftGateway
listKind: KhulnasoftGatewayList
plural: khulnasoftgateways
singular: khulnasoftgateway
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: Khulnasoft Gateway Age
jsonPath: .metadata.creationTimestamp
- name: Status
type: string
description: Khulnasoft Gateway status
jsonPath: .status.state
- name: Nodes
type: string
description: List Of Nodes (Pods)
jsonPath: .status.nodes
served: true
storage: true
subresources:
status: {}
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: khulnasoftkubeenforcers.operator.khulnasoft.com
spec:
group: operator.khulnasoft.com
names:
kind: KhulnasoftKubeEnforcer
listKind: KhulnasoftKubeEnforcerList
plural: khulnasoftkubeenforcers
singular: khulnasoftkubeenforcer
scope: Namespaced
versions:
- name: v1alpha1
schema:
openAPIV3Schema:
x-kubernetes-preserve-unknown-fields: true
type: object
additionalPrinterColumns:
- name: Status
type: string
description: Khulnasoft KubeEnforcer status
jsonPath: .status.state
- name: Age
type: date
description: Khulnasoft KubeEnforcer Age
jsonPath: .metadata.creationTimestamp
served: true
storage: true
subresources:
status: {}
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: khulnasoftscanners.operator.khulnasoft.com
spec:
group: operator.khulnasoft.com
names:
kind: KhulnasoftScanner
listKind: KhulnasoftScannerList
plural: khulnasoftscanners
singular: khulnasoftscanner
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: Khulnasoft Scanner Age
jsonPath: .metadata.creationTimestamp
- name: Status
type: string
description: Khulnasoft Scanner status
jsonPath: .status.state
- name: Nodes
type: string
description: List Of Nodes (Pods)
jsonPath: .status.nodes
served: true
storage: true
subresources:
status: {}
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: khulnasoftservers.operator.khulnasoft.com
spec:
group: operator.khulnasoft.com
names:
kind: KhulnasoftServer
listKind: KhulnasoftServerList
plural: khulnasoftservers
singular: khulnasoftserver
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: Khulnasoft Server Age
jsonPath: .metadata.creationTimestamp
- name: Status
type: string
description: Khulnasoft Server status
jsonPath: .status.state
- name: Nodes
type: string
description: List Of Nodes (Pods)
jsonPath: .status.nodes
served: true
storage: true
subresources:
status: {}
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: khulnasoftstarboards.khulnasoft.github.io
spec:
group: khulnasoft.github.io
names:
kind: KhulnasoftStarboard
listKind: KhulnasoftStarboardList
plural: khulnasoftstarboards
singular: khulnasoftstarboard
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: Khulnasoft Starboard Age
jsonPath: .metadata.creationTimestamp
- name: Status
type: string
description: Khulnasoft Starboard status
jsonPath: .status.state
- name: Nodes
type: string
description: List Of Nodes (Pods)
jsonPath: .status.nodes
served: true
storage: true
subresources:
status: {}

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.