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
description: GitopsCluster is the Schema for the gitopsclusters API
33
+
properties:
34
+
apiVersion:
35
+
description: 'APIVersion defines the versioned schema of this representation
36
+
of an object. Servers should convert recognized schemas to the latest
37
+
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
38
+
type: string
39
+
kind:
40
+
description: 'Kind is a string value representing the REST resource this
41
+
object represents. Servers may infer this from the endpoint the client
42
+
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
43
+
type: string
44
+
metadata:
45
+
type: object
46
+
spec:
47
+
description: GitopsClusterSpec defines the desired state of GitopsCluster
48
+
properties:
49
+
capiClusterRef:
50
+
description: CAPIClusterRef specifies the CAPI Cluster.
51
+
properties:
52
+
name:
53
+
description: Name of the referent.
54
+
type: string
55
+
required:
56
+
- name
57
+
type: object
58
+
secretRef:
59
+
description: SecretRef specifies the Secret containing the kubeconfig
60
+
for a cluster.
61
+
properties:
62
+
name:
63
+
description: Name of the referent.
64
+
type: string
65
+
required:
66
+
- name
67
+
type: object
68
+
type: object
69
+
status:
70
+
description: GitopsClusterStatus defines the observed state of GitopsCluster
71
+
properties:
72
+
conditions:
73
+
description: Conditions holds the conditions for the Cluster.
74
+
items:
75
+
description: "Condition contains details for one aspect of the current
76
+
state of this API Resource. --- This struct is intended for direct
77
+
use as an array at the field path .status.conditions. For example,
78
+
type FooStatus struct{ // Represents the observations of a foo's
79
+
current state. // Known .status.conditions.type are: \"Available\",
80
+
\"Progressing\", and \"Degraded\" // +patchMergeKey=type // +patchStrategy=merge
0 commit comments