Skip to content

Commit

Permalink
Update CRD yaml metadata (#282)
Browse files Browse the repository at this point in the history
* CRD metadata in base yaml was out of sync with
  `gslb_types.go`
  • Loading branch information
ytsarev authored Feb 4, 2021
1 parent a176c2a commit 8ac5578
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions config/crd/bases/k8gb.absa.oss_gslbs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
description: GslbSpec defines the desired state of Gslb
properties:
ingress:
description: IngressSpec describes the Ingress the user wishes to exist.
description: Gslb-enabled Ingress Spec
properties:
backend:
description: A default backend capable of servicing requests that
Expand Down Expand Up @@ -251,17 +251,19 @@ spec:
type: array
type: object
strategy:
description: Strategy defines Gslb behavior
description: Gslb Strategy spec
properties:
dnsTtlSeconds:
description: Defines DNS record TTL in seconds
type: integer
primaryGeoTag:
description: Primary Geo Tag. Valid for failover strategy only
type: string
splitBrainThresholdSeconds:
description: Split brain TXT record expiration in seconds
type: integer
type:
description: Load balancing strategy type:(roundRobin|failover)
type: string
required:
- type
Expand All @@ -274,19 +276,19 @@ spec:
description: GslbStatus defines the observed state of Gslb
properties:
geoTag:
description: Cluster Geo Tag
type: string
healthyRecords:
additionalProperties:
items:
type: string
type: array
description: Current Healthy DNS record structure
type: object
serviceHealth:
additionalProperties:
type: string
description: 'INSERT ADDITIONAL STATUS FIELD - define observed state
of cluster Important: Run "make" to regenerate code after modifying
this file'
description: Associated Service status
type: object
required:
- geoTag
Expand Down

0 comments on commit 8ac5578

Please sign in to comment.