Skip to content

Commit

Permalink
Merge pull request #2906 from FEPOperator/fep13
Browse files Browse the repository at this point in the history
operator fujitsu-enterprise-operator (v3.1.20)
  • Loading branch information
rh-operator-bundle-bot authored Sep 29, 2023
2 parents c06a515 + 28aa629 commit 0442044
Show file tree
Hide file tree
Showing 18 changed files with 1,289 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
labels:
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,16 @@
apiVersion: v1
kind: Service
metadata:
creationTimestamp: null
labels:
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,54 @@
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
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
creationTimestamp: null
name: fepclusters.fep.fujitsu.io
spec:
conversion:
strategy: None
group: fep.fujitsu.io
names:
kind: FEPCluster
listKind: FEPClusterList
plural: fepclusters
shortNames:
- fep
singular: fepcluster
scope: Namespaced
versions:
- name: v2
schema:
openAPIV3Schema:
description: FEPCluster is the Schema for the fepclusters 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
fepStatus:
description: Status defines the observed state of FEPCluster
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 FEPCluster
type: object
x-kubernetes-preserve-unknown-fields: true
status:
description: Status defines the observed state of FEPCluster
type: object
x-kubernetes-preserve-unknown-fields: true
type: object
served: true
storage: true
subresources:
scale:
labelSelectorPath: .status.fepLabelSelector
specReplicasPath: .spec.fep.instances
statusReplicasPath: .status.fepCurrentInstances
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: fepconfigs.fep.fujitsu.io
spec:
group: fep.fujitsu.io
names:
kind: FEPConfig
listKind: FEPConfigList
plural: fepconfigs
singular: fepconfig
scope: Namespaced
versions:
- name: v1
schema:
openAPIV3Schema:
description: FEPConfig is the Schema for the fepconfigs 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 FEPConfig
type: object
x-kubernetes-preserve-unknown-fields: true
status:
description: Status defines the observed state of FEPConfig
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 0442044

Please sign in to comment.