Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 6.22 KB

File metadata and controls

160 lines (87 loc) · 6.22 KB

ClusterInfrastructureNginxChartParameters

Properties

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]

Methods

NewClusterInfrastructureNginxChartParameters

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

NewClusterInfrastructureNginxChartParametersWithDefaults

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

GetReplicaCount

func (o *ClusterInfrastructureNginxChartParameters) GetReplicaCount() int32

GetReplicaCount returns the ReplicaCount field if non-nil, zero value otherwise.

GetReplicaCountOk

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.

SetReplicaCount

func (o *ClusterInfrastructureNginxChartParameters) SetReplicaCount(v int32)

SetReplicaCount sets ReplicaCount field to given value.

HasReplicaCount

func (o *ClusterInfrastructureNginxChartParameters) HasReplicaCount() bool

HasReplicaCount returns a boolean if a field has been set.

GetDefaultSslCertificate

func (o *ClusterInfrastructureNginxChartParameters) GetDefaultSslCertificate() string

GetDefaultSslCertificate returns the DefaultSslCertificate field if non-nil, zero value otherwise.

GetDefaultSslCertificateOk

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.

SetDefaultSslCertificate

func (o *ClusterInfrastructureNginxChartParameters) SetDefaultSslCertificate(v string)

SetDefaultSslCertificate sets DefaultSslCertificate field to given value.

HasDefaultSslCertificate

func (o *ClusterInfrastructureNginxChartParameters) HasDefaultSslCertificate() bool

HasDefaultSslCertificate returns a boolean if a field has been set.

GetPublishStatusAddress

func (o *ClusterInfrastructureNginxChartParameters) GetPublishStatusAddress() string

GetPublishStatusAddress returns the PublishStatusAddress field if non-nil, zero value otherwise.

GetPublishStatusAddressOk

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.

SetPublishStatusAddress

func (o *ClusterInfrastructureNginxChartParameters) SetPublishStatusAddress(v string)

SetPublishStatusAddress sets PublishStatusAddress field to given value.

HasPublishStatusAddress

func (o *ClusterInfrastructureNginxChartParameters) HasPublishStatusAddress() bool

HasPublishStatusAddress returns a boolean if a field has been set.

GetAnnotationMetalLbLoadBalancerIps

func (o *ClusterInfrastructureNginxChartParameters) GetAnnotationMetalLbLoadBalancerIps() string

GetAnnotationMetalLbLoadBalancerIps returns the AnnotationMetalLbLoadBalancerIps field if non-nil, zero value otherwise.

GetAnnotationMetalLbLoadBalancerIpsOk

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.

SetAnnotationMetalLbLoadBalancerIps

func (o *ClusterInfrastructureNginxChartParameters) SetAnnotationMetalLbLoadBalancerIps(v string)

SetAnnotationMetalLbLoadBalancerIps sets AnnotationMetalLbLoadBalancerIps field to given value.

HasAnnotationMetalLbLoadBalancerIps

func (o *ClusterInfrastructureNginxChartParameters) HasAnnotationMetalLbLoadBalancerIps() bool

HasAnnotationMetalLbLoadBalancerIps returns a boolean if a field has been set.

GetAnnotationExternalDnsKubernetesTarget

func (o *ClusterInfrastructureNginxChartParameters) GetAnnotationExternalDnsKubernetesTarget() string

GetAnnotationExternalDnsKubernetesTarget returns the AnnotationExternalDnsKubernetesTarget field if non-nil, zero value otherwise.

GetAnnotationExternalDnsKubernetesTargetOk

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.

SetAnnotationExternalDnsKubernetesTarget

func (o *ClusterInfrastructureNginxChartParameters) SetAnnotationExternalDnsKubernetesTarget(v string)

SetAnnotationExternalDnsKubernetesTarget sets AnnotationExternalDnsKubernetesTarget field to given value.

HasAnnotationExternalDnsKubernetesTarget

func (o *ClusterInfrastructureNginxChartParameters) HasAnnotationExternalDnsKubernetesTarget() bool

HasAnnotationExternalDnsKubernetesTarget returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]