You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: etcd/tnf/v1alpha1/zz_generated.crd-manifests/0000_25_etcd_01_pacemakerstatuses-CustomNoUpgrade.crd.yaml
+277Lines changed: 277 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,283 @@ spec:
17
17
scope: Cluster
18
18
versions:
19
19
- name: v1alpha1
20
+
schema:
21
+
openAPIV3Schema:
22
+
description: |-
23
+
# PacemakerStatus represents the current state of the Pacemaker cluster as reported by the pcs status command
24
+
25
+
This resource provides a view into the health and status of a Pacemaker-managed cluster in dual-replica (two-node)
26
+
deployments. The status is periodically collected by a privileged controller and made available for monitoring
27
+
and health checking purposes.
28
+
29
+
Compatibility level 4: No compatibility is provided, the API can change at any point for any reason. These capabilities should not be used by applications needing long term support.
30
+
properties:
31
+
apiVersion:
32
+
description: |-
33
+
APIVersion defines the versioned schema of this representation of an object.
34
+
Servers should convert recognized schemas to the latest internal value, and
35
+
may reject unrecognized values.
36
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
37
+
type: string
38
+
kind:
39
+
description: |-
40
+
Kind is a string value representing the REST resource this object represents.
41
+
Servers may infer this from the endpoint the client submits requests to.
42
+
Cannot be updated.
43
+
In CamelCase.
44
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
45
+
type: string
46
+
metadata:
47
+
type: object
48
+
status:
49
+
description: status contains the actual pacemaker cluster status information
50
+
collected from the cluster.
51
+
properties:
52
+
collectionError:
53
+
description: collectionError contains any error encountered while
0 commit comments