| Name | Type | Description | Notes |
|---|---|---|---|
| Container | Pointer to NamespaceLimitRangeConfig | [optional] | |
| Pod | Pointer to NamespaceLimitRangeConfig | [optional] |
func NewNamespaceLimitRange() *NamespaceLimitRange
NewNamespaceLimitRange instantiates a new NamespaceLimitRange 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 NewNamespaceLimitRangeWithDefaults() *NamespaceLimitRange
NewNamespaceLimitRangeWithDefaults instantiates a new NamespaceLimitRange 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 *NamespaceLimitRange) GetContainer() NamespaceLimitRangeConfig
GetContainer returns the Container field if non-nil, zero value otherwise.
func (o *NamespaceLimitRange) GetContainerOk() (*NamespaceLimitRangeConfig, bool)
GetContainerOk returns a tuple with the Container field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NamespaceLimitRange) SetContainer(v NamespaceLimitRangeConfig)
SetContainer sets Container field to given value.
func (o *NamespaceLimitRange) HasContainer() bool
HasContainer returns a boolean if a field has been set.
func (o *NamespaceLimitRange) GetPod() NamespaceLimitRangeConfig
GetPod returns the Pod field if non-nil, zero value otherwise.
func (o *NamespaceLimitRange) GetPodOk() (*NamespaceLimitRangeConfig, bool)
GetPodOk returns a tuple with the Pod field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NamespaceLimitRange) SetPod(v NamespaceLimitRangeConfig)
SetPod sets Pod field to given value.
func (o *NamespaceLimitRange) HasPod() bool
HasPod returns a boolean if a field has been set.