Documentation ¶
Index ¶
Constants ¶
View Source
const CalicoConfigKey = "config.yaml"
Variables ¶
This section is empty.
Functions ¶
func ComputeCalicoChartValues ¶
func ComputeCalicoChartValues( network *extensionsv1alpha1.Network, config *calicov1alpha1.NetworkConfig, kubernetesVersion string, wantsVPA bool, kubeProxyEnabled bool, isPSPDisabled bool, nonPrivileged bool, nodeCIDR *string, ) (map[string]interface{}, error)
ComputeCalicoChartValues computes the values for the calico chart.
func RenderCalicoChart ¶
func RenderCalicoChart( renderer chartrenderer.Interface, network *extensionsv1alpha1.Network, config *calicov1alpha1.NetworkConfig, kubernetesVersion string, wantsVPA bool, kubeProxyEnabled bool, isPSPDisabled bool, nonPrivileged bool, nodeCIDR *string, ) ([]byte, error)
RenderCalicoChart renders the calico chart with the given values.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.