Skip to content

Commit

Permalink
operator fujitsu-enterprise-postgres-operator-with-cg-module (v6.1.4) (
Browse files Browse the repository at this point in the history
…#4573)

* operator fujitsu-enterprise-postgres-operator-with-cg-module (v6.1.4)

* operator fujitsu-enterprise-postgres-operator-with-cg-module (v6.1.4)

---------

Co-authored-by: USERNAME <MAIL_ADDRESS>
  • Loading branch information
ryota-shimoyama authored Oct 9, 2024
1 parent 841e534 commit 662ec09
Show file tree
Hide file tree
Showing 20 changed files with 3,954 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
labels:
app.kubernetes.io/component: servicemonitor
app.kubernetes.io/instance: fep-ansible-operator-metrics
app.kubernetes.io/managed-by: kustomize
app.kubernetes.io/name: fujitsu-enterprise-postgres
app.kubernetes.io/part-of: fujitsu-enterprise-postgres
control-plane: controller-manager
name: fep-ansible-operator-metrics
spec:
endpoints:
- path: /metrics
port: http-metrics
selector:
matchLabels:
control-plane: controller-manager
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
apiVersion: v1
kind: Service
metadata:
creationTimestamp: null
labels:
app.kubernetes.io/component: fep-ansible-operator
app.kubernetes.io/instance: fep-ansible-operator-metrics
app.kubernetes.io/managed-by: kustomize
app.kubernetes.io/name: fujitsu-enterprise-postgres
app.kubernetes.io/part-of: fujitsu-enterprise-postgres
control-plane: controller-manager
name: fep-ansible-operator-metrics
spec:
ports:
- name: http-metrics
port: 8080
targetPort: http
selector:
control-plane: controller-manager
status:
loadBalancer: {}
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
creationTimestamp: null
name: fepactions.fep.fujitsu.io
spec:
group: fep.fujitsu.io
names:
kind: FEPAction
listKind: FEPActionList
plural: fepactions
singular: fepaction
scope: Namespaced
versions:
- name: v1
schema:
openAPIV3Schema:
description: FEPAction is the Schema for the fepactions API
properties:
apiVersion:
description: 'APIVersion defines the versioned schema of this representation
of an object. Servers should convert recognized schemas to the latest
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
type: string
fepActionStatus:
description: fepActionStatus defines the observed state of FEPAction
type: object
x-kubernetes-preserve-unknown-fields: true
kind:
description: 'Kind is a string value representing the REST resource this
object represents. Servers may infer this from the endpoint the client
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
type: string
metadata:
type: object
spec:
description: Spec defines the desired state of FEPAction
properties:
fepAction:
properties:
type:
description: Type of action.
enum:
- restart
- reload
- list
- switchover
- failover
- pgpool2_restart
- pod_restart
- backup
- backup_expire
- open_tde_masterkey
- create_extension
- update_admin_password
- promote_standby
- fixed_stats
type: string
type: object
x-kubernetes-preserve-unknown-fields: true
sysExtraEvent:
description: Set to True to turn on extra events.
type: boolean
sysExtraLogging:
description: Set to True to turn on debugging log.
type: boolean
targetClusterName:
description: name of FEPCluster to action upon
type: string
type: object
x-kubernetes-preserve-unknown-fields: true
status:
description: Status defines the observed state of FEPAction
type: object
x-kubernetes-preserve-unknown-fields: true
type: object
served: true
storage: true
subresources:
status: {}
status:
acceptedNames:
kind: ""
plural: ""
conditions: null
storedVersions: null
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
creationTimestamp: null
name: fepautoscales.fep.fujitsu.io
spec:
group: fep.fujitsu.io
names:
kind: FEPAutoscale
listKind: FEPAutoscaleList
plural: fepautoscales
singular: fepautoscale
scope: Namespaced
versions:
- name: v1
schema:
openAPIV3Schema:
description: FEPAutoscale is the Schema for the fepautoscales API
properties:
apiVersion:
description: 'APIVersion defines the versioned schema of this representation
of an object. Servers should convert recognized schemas to the latest
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
type: string
kind:
description: 'Kind is a string value representing the REST resource this
object represents. Servers may infer this from the endpoint the client
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
type: string
metadata:
type: object
spec:
description: Spec defines the desired state of FEPAutoscale
type: object
x-kubernetes-preserve-unknown-fields: true
status:
description: Status defines the observed state of FEPAutoscale
type: object
x-kubernetes-preserve-unknown-fields: true
type: object
served: true
storage: true
subresources:
status: {}
status:
acceptedNames:
kind: ""
plural: ""
conditions: null
storedVersions: null
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
creationTimestamp: null
name: fepbackups.fep.fujitsu.io
spec:
group: fep.fujitsu.io
names:
kind: FEPBackup
listKind: FEPBackupList
plural: fepbackups
singular: fepbackup
scope: Namespaced
versions:
- name: v1
schema:
openAPIV3Schema:
description: FEPBackup is the Schema for the fepbackups API
properties:
apiVersion:
description: 'APIVersion defines the versioned schema of this representation
of an object. Servers should convert recognized schemas to the latest
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
type: string
kind:
description: 'Kind is a string value representing the REST resource this
object represents. Servers may infer this from the endpoint the client
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
type: string
metadata:
type: object
spec:
description: Spec defines the desired state of FEPBackup
type: object
x-kubernetes-preserve-unknown-fields: true
status:
description: Status defines the observed state of FEPBackup
type: object
x-kubernetes-preserve-unknown-fields: true
type: object
served: true
storage: true
subresources:
status: {}
status:
acceptedNames:
kind: ""
plural: ""
conditions: null
storedVersions: null
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
creationTimestamp: null
name: fepcerts.fep.fujitsu.io
spec:
group: fep.fujitsu.io
names:
kind: FEPCert
listKind: FEPCertList
plural: fepcerts
singular: fepcert
scope: Namespaced
versions:
- name: v1
schema:
openAPIV3Schema:
description: FEPCert is the Schema for the fepcerts API
properties:
apiVersion:
description: 'APIVersion defines the versioned schema of this representation
of an object. Servers should convert recognized schemas to the latest
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
type: string
kind:
description: 'Kind is a string value representing the REST resource this
object represents. Servers may infer this from the endpoint the client
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
type: string
metadata:
type: object
spec:
description: Spec defines the desired state of FEPCert
type: object
x-kubernetes-preserve-unknown-fields: true
status:
description: Status defines the observed state of FEPCert
type: object
x-kubernetes-preserve-unknown-fields: true
type: object
served: true
storage: true
subresources:
status: {}
status:
acceptedNames:
kind: ""
plural: ""
conditions: null
storedVersions: null
Loading

0 comments on commit 662ec09

Please sign in to comment.