package
2.2.0-alpha6+incompatible
Repository: https://github.com/better0332/rancher.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
OverwriteAppAnswers Usage
## special key prefix
_tpl- [priority low] -> regex ${value} = ${middle-prefix}#(${root1,root2,...}), then generate ${root*}.${middle-prefix} as prefix-key
## example
### input
key | value
-----------------------------------------------------------------------------------------------
_tpl-Node_Selector | nodeSelector#(prometheus,grafana,exporter-kube-state)
_tpl-Storage_Class | persistence#(prometheus,grafana)
-----------------------------------------------------------------------------------------------
prometheus.retention | 360h
exporter-node.ports.metrics.port | 9100
grafana.persistence.enabled | false
nodeSelector.region | region-a
nodeSelector.zone | zone-b
persistence.enabled | true
persistence.storageClass | default
persistence.accessMode | ReadWriteOnce
persistence.size | 50Gi
### output
key | value
-----------------------------------------------------------------------------------------------
prometheus.retention | 360h
exporter-node.ports.metrics.port | 9100
prometheus.nodeSelector.region | region-a
prometheus.nodeSelector.zone | zone-b
grafana.nodeSelector.region | region-a
grafana.nodeSelector.zone | zone-b
exporter-kube-state.nodeSelector.region | region-a
exporter-kube-state.nodeSelector.zone | zone-b
prometheus.persistence.enabled | true
prometheus.persistence.storageClass | default
prometheus.persistence.accessMode | ReadWriteOnce
prometheus.persistence.size | 50Gi
grafana.persistence.enabled | false // can't overwrite by low priority
grafana.persistence.storageClass | default
grafana.persistence.accessMode | ReadWriteOnce
grafana.persistence.size | 50Gi
*/.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
CattlePrometheusRuleLabelKey The label info of PrometheusRule.
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
# Type aliases
No description provided by the author