Name | Type | Description | Notes |
---|---|---|---|
Ports | Pointer to []HelmPortRequestPortsInner | [optional] | |
Name | string | name is case insensitive | |
Description | Pointer to string | [optional] | |
TimeoutSec | Pointer to int32 | Maximum number of seconds allowed for helm to run before killing it and mark it as failed | [optional] [default to 600] |
AutoPreview | Pointer to NullableBool | Indicates if the 'environment preview option' is enabled. If enabled, a preview environment will be automatically cloned when `/preview` endpoint is called or when a new commit is updated. If not specified, it takes the value of the `auto_preview` property from the associated environment. | [optional] |
AutoDeploy | bool | Specify if the helm will be automatically updated after receiving a new image tag or a new commit according to the source type. | |
Source | HelmRequestAllOfSource | ||
Arguments | []string | The extra arguments to pass to helm | |
AllowClusterWideResources | Pointer to bool | If we should allow the chart to deploy object outside his specified namespace. Setting this flag to true, requires special rights | [optional] [default to false] |
ValuesOverride | HelmRequestAllOfValuesOverride | ||
IconUri | Pointer to string | Icon URI representing the helm service. | [optional] |
func NewHelmRequest(name string, autoDeploy bool, source HelmRequestAllOfSource, arguments []string, valuesOverride HelmRequestAllOfValuesOverride, ) *HelmRequest
NewHelmRequest instantiates a new HelmRequest 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 NewHelmRequestWithDefaults() *HelmRequest
NewHelmRequestWithDefaults instantiates a new HelmRequest 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 *HelmRequest) GetPorts() []HelmPortRequestPortsInner
GetPorts returns the Ports field if non-nil, zero value otherwise.
func (o *HelmRequest) GetPortsOk() (*[]HelmPortRequestPortsInner, bool)
GetPortsOk returns a tuple with the Ports field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HelmRequest) SetPorts(v []HelmPortRequestPortsInner)
SetPorts sets Ports field to given value.
func (o *HelmRequest) HasPorts() bool
HasPorts returns a boolean if a field has been set.
func (o *HelmRequest) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *HelmRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HelmRequest) SetName(v string)
SetName sets Name field to given value.
func (o *HelmRequest) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *HelmRequest) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HelmRequest) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *HelmRequest) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *HelmRequest) GetTimeoutSec() int32
GetTimeoutSec returns the TimeoutSec field if non-nil, zero value otherwise.
func (o *HelmRequest) GetTimeoutSecOk() (*int32, bool)
GetTimeoutSecOk returns a tuple with the TimeoutSec field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HelmRequest) SetTimeoutSec(v int32)
SetTimeoutSec sets TimeoutSec field to given value.
func (o *HelmRequest) HasTimeoutSec() bool
HasTimeoutSec returns a boolean if a field has been set.
func (o *HelmRequest) GetAutoPreview() bool
GetAutoPreview returns the AutoPreview field if non-nil, zero value otherwise.
func (o *HelmRequest) GetAutoPreviewOk() (*bool, bool)
GetAutoPreviewOk returns a tuple with the AutoPreview field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HelmRequest) SetAutoPreview(v bool)
SetAutoPreview sets AutoPreview field to given value.
func (o *HelmRequest) HasAutoPreview() bool
HasAutoPreview returns a boolean if a field has been set.
func (o *HelmRequest) SetAutoPreviewNil(b bool)
SetAutoPreviewNil sets the value for AutoPreview to be an explicit nil
func (o *HelmRequest) UnsetAutoPreview()
UnsetAutoPreview ensures that no value is present for AutoPreview, not even an explicit nil
func (o *HelmRequest) GetAutoDeploy() bool
GetAutoDeploy returns the AutoDeploy field if non-nil, zero value otherwise.
func (o *HelmRequest) GetAutoDeployOk() (*bool, bool)
GetAutoDeployOk returns a tuple with the AutoDeploy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HelmRequest) SetAutoDeploy(v bool)
SetAutoDeploy sets AutoDeploy field to given value.
func (o *HelmRequest) GetSource() HelmRequestAllOfSource
GetSource returns the Source field if non-nil, zero value otherwise.
func (o *HelmRequest) GetSourceOk() (*HelmRequestAllOfSource, bool)
GetSourceOk returns a tuple with the Source field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HelmRequest) SetSource(v HelmRequestAllOfSource)
SetSource sets Source field to given value.
func (o *HelmRequest) GetArguments() []string
GetArguments returns the Arguments field if non-nil, zero value otherwise.
func (o *HelmRequest) GetArgumentsOk() (*[]string, bool)
GetArgumentsOk returns a tuple with the Arguments field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HelmRequest) SetArguments(v []string)
SetArguments sets Arguments field to given value.
func (o *HelmRequest) GetAllowClusterWideResources() bool
GetAllowClusterWideResources returns the AllowClusterWideResources field if non-nil, zero value otherwise.
func (o *HelmRequest) GetAllowClusterWideResourcesOk() (*bool, bool)
GetAllowClusterWideResourcesOk returns a tuple with the AllowClusterWideResources field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HelmRequest) SetAllowClusterWideResources(v bool)
SetAllowClusterWideResources sets AllowClusterWideResources field to given value.
func (o *HelmRequest) HasAllowClusterWideResources() bool
HasAllowClusterWideResources returns a boolean if a field has been set.
func (o *HelmRequest) GetValuesOverride() HelmRequestAllOfValuesOverride
GetValuesOverride returns the ValuesOverride field if non-nil, zero value otherwise.
func (o *HelmRequest) GetValuesOverrideOk() (*HelmRequestAllOfValuesOverride, bool)
GetValuesOverrideOk returns a tuple with the ValuesOverride field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HelmRequest) SetValuesOverride(v HelmRequestAllOfValuesOverride)
SetValuesOverride sets ValuesOverride field to given value.
func (o *HelmRequest) GetIconUri() string
GetIconUri returns the IconUri field if non-nil, zero value otherwise.
func (o *HelmRequest) GetIconUriOk() (*string, bool)
GetIconUriOk returns a tuple with the IconUri field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HelmRequest) SetIconUri(v string)
SetIconUri sets IconUri field to given value.
func (o *HelmRequest) HasIconUri() bool
HasIconUri returns a boolean if a field has been set.