| Name | Type | Description | Notes |
|---|---|---|---|
| NginxParameters | Pointer to ClusterInfrastructureNginxChartParameters | [optional] | |
| CertManagerParameters | Pointer to ClusterInfrastructureCertManagerChartParameters | [optional] | |
| MetalLbParameters | Pointer to ClusterInfrastructureMetalLbChartParameters | [optional] | |
| EksAnywhereParameters | Pointer to ClusterInfrastructureEksAnywhereParameters | [optional] |
func NewClusterInfrastructureChartsParameters() *ClusterInfrastructureChartsParameters
NewClusterInfrastructureChartsParameters instantiates a new ClusterInfrastructureChartsParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewClusterInfrastructureChartsParametersWithDefaults() *ClusterInfrastructureChartsParameters
NewClusterInfrastructureChartsParametersWithDefaults instantiates a new ClusterInfrastructureChartsParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *ClusterInfrastructureChartsParameters) GetNginxParameters() ClusterInfrastructureNginxChartParameters
GetNginxParameters returns the NginxParameters field if non-nil, zero value otherwise.
func (o *ClusterInfrastructureChartsParameters) GetNginxParametersOk() (*ClusterInfrastructureNginxChartParameters, bool)
GetNginxParametersOk returns a tuple with the NginxParameters field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterInfrastructureChartsParameters) SetNginxParameters(v ClusterInfrastructureNginxChartParameters)
SetNginxParameters sets NginxParameters field to given value.
func (o *ClusterInfrastructureChartsParameters) HasNginxParameters() bool
HasNginxParameters returns a boolean if a field has been set.
func (o *ClusterInfrastructureChartsParameters) GetCertManagerParameters() ClusterInfrastructureCertManagerChartParameters
GetCertManagerParameters returns the CertManagerParameters field if non-nil, zero value otherwise.
func (o *ClusterInfrastructureChartsParameters) GetCertManagerParametersOk() (*ClusterInfrastructureCertManagerChartParameters, bool)
GetCertManagerParametersOk returns a tuple with the CertManagerParameters field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterInfrastructureChartsParameters) SetCertManagerParameters(v ClusterInfrastructureCertManagerChartParameters)
SetCertManagerParameters sets CertManagerParameters field to given value.
func (o *ClusterInfrastructureChartsParameters) HasCertManagerParameters() bool
HasCertManagerParameters returns a boolean if a field has been set.
func (o *ClusterInfrastructureChartsParameters) GetMetalLbParameters() ClusterInfrastructureMetalLbChartParameters
GetMetalLbParameters returns the MetalLbParameters field if non-nil, zero value otherwise.
func (o *ClusterInfrastructureChartsParameters) GetMetalLbParametersOk() (*ClusterInfrastructureMetalLbChartParameters, bool)
GetMetalLbParametersOk returns a tuple with the MetalLbParameters field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterInfrastructureChartsParameters) SetMetalLbParameters(v ClusterInfrastructureMetalLbChartParameters)
SetMetalLbParameters sets MetalLbParameters field to given value.
func (o *ClusterInfrastructureChartsParameters) HasMetalLbParameters() bool
HasMetalLbParameters returns a boolean if a field has been set.
func (o *ClusterInfrastructureChartsParameters) GetEksAnywhereParameters() ClusterInfrastructureEksAnywhereParameters
GetEksAnywhereParameters returns the EksAnywhereParameters field if non-nil, zero value otherwise.
func (o *ClusterInfrastructureChartsParameters) GetEksAnywhereParametersOk() (*ClusterInfrastructureEksAnywhereParameters, bool)
GetEksAnywhereParametersOk returns a tuple with the EksAnywhereParameters field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterInfrastructureChartsParameters) SetEksAnywhereParameters(v ClusterInfrastructureEksAnywhereParameters)
SetEksAnywhereParameters sets EksAnywhereParameters field to given value.
func (o *ClusterInfrastructureChartsParameters) HasEksAnywhereParameters() bool
HasEksAnywhereParameters returns a boolean if a field has been set.