| Name | Type | Description | Notes |
|---|---|---|---|
| ReplicaCount | Pointer to int32 | [optional] | |
| DefaultSslCertificate | Pointer to string | [optional] | |
| PublishStatusAddress | Pointer to string | [optional] | |
| AnnotationMetalLbLoadBalancerIps | Pointer to string | [optional] | |
| AnnotationExternalDnsKubernetesTarget | Pointer to string | [optional] |
func NewClusterInfrastructureNginxChartParameters() *ClusterInfrastructureNginxChartParameters
NewClusterInfrastructureNginxChartParameters instantiates a new ClusterInfrastructureNginxChartParameters 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 NewClusterInfrastructureNginxChartParametersWithDefaults() *ClusterInfrastructureNginxChartParameters
NewClusterInfrastructureNginxChartParametersWithDefaults instantiates a new ClusterInfrastructureNginxChartParameters 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 *ClusterInfrastructureNginxChartParameters) GetReplicaCount() int32
GetReplicaCount returns the ReplicaCount field if non-nil, zero value otherwise.
func (o *ClusterInfrastructureNginxChartParameters) GetReplicaCountOk() (*int32, bool)
GetReplicaCountOk returns a tuple with the ReplicaCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterInfrastructureNginxChartParameters) SetReplicaCount(v int32)
SetReplicaCount sets ReplicaCount field to given value.
func (o *ClusterInfrastructureNginxChartParameters) HasReplicaCount() bool
HasReplicaCount returns a boolean if a field has been set.
func (o *ClusterInfrastructureNginxChartParameters) GetDefaultSslCertificate() string
GetDefaultSslCertificate returns the DefaultSslCertificate field if non-nil, zero value otherwise.
func (o *ClusterInfrastructureNginxChartParameters) GetDefaultSslCertificateOk() (*string, bool)
GetDefaultSslCertificateOk returns a tuple with the DefaultSslCertificate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterInfrastructureNginxChartParameters) SetDefaultSslCertificate(v string)
SetDefaultSslCertificate sets DefaultSslCertificate field to given value.
func (o *ClusterInfrastructureNginxChartParameters) HasDefaultSslCertificate() bool
HasDefaultSslCertificate returns a boolean if a field has been set.
func (o *ClusterInfrastructureNginxChartParameters) GetPublishStatusAddress() string
GetPublishStatusAddress returns the PublishStatusAddress field if non-nil, zero value otherwise.
func (o *ClusterInfrastructureNginxChartParameters) GetPublishStatusAddressOk() (*string, bool)
GetPublishStatusAddressOk returns a tuple with the PublishStatusAddress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterInfrastructureNginxChartParameters) SetPublishStatusAddress(v string)
SetPublishStatusAddress sets PublishStatusAddress field to given value.
func (o *ClusterInfrastructureNginxChartParameters) HasPublishStatusAddress() bool
HasPublishStatusAddress returns a boolean if a field has been set.
func (o *ClusterInfrastructureNginxChartParameters) GetAnnotationMetalLbLoadBalancerIps() string
GetAnnotationMetalLbLoadBalancerIps returns the AnnotationMetalLbLoadBalancerIps field if non-nil, zero value otherwise.
func (o *ClusterInfrastructureNginxChartParameters) GetAnnotationMetalLbLoadBalancerIpsOk() (*string, bool)
GetAnnotationMetalLbLoadBalancerIpsOk returns a tuple with the AnnotationMetalLbLoadBalancerIps field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterInfrastructureNginxChartParameters) SetAnnotationMetalLbLoadBalancerIps(v string)
SetAnnotationMetalLbLoadBalancerIps sets AnnotationMetalLbLoadBalancerIps field to given value.
func (o *ClusterInfrastructureNginxChartParameters) HasAnnotationMetalLbLoadBalancerIps() bool
HasAnnotationMetalLbLoadBalancerIps returns a boolean if a field has been set.
func (o *ClusterInfrastructureNginxChartParameters) GetAnnotationExternalDnsKubernetesTarget() string
GetAnnotationExternalDnsKubernetesTarget returns the AnnotationExternalDnsKubernetesTarget field if non-nil, zero value otherwise.
func (o *ClusterInfrastructureNginxChartParameters) GetAnnotationExternalDnsKubernetesTargetOk() (*string, bool)
GetAnnotationExternalDnsKubernetesTargetOk returns a tuple with the AnnotationExternalDnsKubernetesTarget field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterInfrastructureNginxChartParameters) SetAnnotationExternalDnsKubernetesTarget(v string)
SetAnnotationExternalDnsKubernetesTarget sets AnnotationExternalDnsKubernetesTarget field to given value.
func (o *ClusterInfrastructureNginxChartParameters) HasAnnotationExternalDnsKubernetesTarget() bool
HasAnnotationExternalDnsKubernetesTarget returns a boolean if a field has been set.