Name | Type | Description | Notes |
---|---|---|---|
EndpointConfiguration | Pointer to map[string]Endpoint | The endpoints from the Kustomize Deployment to expose to the customer | [optional] |
GitConfiguration | Pointer to GitConfiguration | [optional] | |
HelmChartDependencies | Pointer to []OperatorHelmChartDependency | The helm chart dependencies for the CRD - Optional | [optional] |
KustomizePath | string | The path to the kustomize directory |
func NewKustomizeConfiguration(kustomizePath string, ) *KustomizeConfiguration
NewKustomizeConfiguration instantiates a new KustomizeConfiguration 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 NewKustomizeConfigurationWithDefaults() *KustomizeConfiguration
NewKustomizeConfigurationWithDefaults instantiates a new KustomizeConfiguration 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 *KustomizeConfiguration) GetEndpointConfiguration() map[string]Endpoint
GetEndpointConfiguration returns the EndpointConfiguration field if non-nil, zero value otherwise.
func (o *KustomizeConfiguration) GetEndpointConfigurationOk() (*map[string]Endpoint, bool)
GetEndpointConfigurationOk returns a tuple with the EndpointConfiguration field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KustomizeConfiguration) SetEndpointConfiguration(v map[string]Endpoint)
SetEndpointConfiguration sets EndpointConfiguration field to given value.
func (o *KustomizeConfiguration) HasEndpointConfiguration() bool
HasEndpointConfiguration returns a boolean if a field has been set.
func (o *KustomizeConfiguration) GetGitConfiguration() GitConfiguration
GetGitConfiguration returns the GitConfiguration field if non-nil, zero value otherwise.
func (o *KustomizeConfiguration) GetGitConfigurationOk() (*GitConfiguration, bool)
GetGitConfigurationOk returns a tuple with the GitConfiguration field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KustomizeConfiguration) SetGitConfiguration(v GitConfiguration)
SetGitConfiguration sets GitConfiguration field to given value.
func (o *KustomizeConfiguration) HasGitConfiguration() bool
HasGitConfiguration returns a boolean if a field has been set.
func (o *KustomizeConfiguration) GetHelmChartDependencies() []OperatorHelmChartDependency
GetHelmChartDependencies returns the HelmChartDependencies field if non-nil, zero value otherwise.
func (o *KustomizeConfiguration) GetHelmChartDependenciesOk() (*[]OperatorHelmChartDependency, bool)
GetHelmChartDependenciesOk returns a tuple with the HelmChartDependencies field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KustomizeConfiguration) SetHelmChartDependencies(v []OperatorHelmChartDependency)
SetHelmChartDependencies sets HelmChartDependencies field to given value.
func (o *KustomizeConfiguration) HasHelmChartDependencies() bool
HasHelmChartDependencies returns a boolean if a field has been set.
func (o *KustomizeConfiguration) GetKustomizePath() string
GetKustomizePath returns the KustomizePath field if non-nil, zero value otherwise.
func (o *KustomizeConfiguration) GetKustomizePathOk() (*string, bool)
GetKustomizePathOk returns a tuple with the KustomizePath field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KustomizeConfiguration) SetKustomizePath(v string)
SetKustomizePath sets KustomizePath field to given value.