bunnyshell.com/sdk@v0.16.0/docs/ExtendedResourceConfigItem.md (about)

     1  # ExtendedResourceConfigItem
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **Extended** | Pointer to **bool** |  | [optional] [readonly] 
     8  **Namespace** | Pointer to **string** | The resource namespace. | [optional] [readonly] 
     9  **Kind** | Pointer to **string** | The resource kind. | [optional] [readonly] 
    10  **Name** | Pointer to **string** | The resource name. | [optional] [readonly] 
    11  **Containers** | Pointer to [**map[string]ContainerConfigItem**](ContainerConfigItem.md) | A list of container configs. | [optional] [readonly] 
    12  
    13  ## Methods
    14  
    15  ### NewExtendedResourceConfigItem
    16  
    17  `func NewExtendedResourceConfigItem() *ExtendedResourceConfigItem`
    18  
    19  NewExtendedResourceConfigItem instantiates a new ExtendedResourceConfigItem object
    20  This constructor will assign default values to properties that have it defined,
    21  and makes sure properties required by API are set, but the set of arguments
    22  will change when the set of required properties is changed
    23  
    24  ### NewExtendedResourceConfigItemWithDefaults
    25  
    26  `func NewExtendedResourceConfigItemWithDefaults() *ExtendedResourceConfigItem`
    27  
    28  NewExtendedResourceConfigItemWithDefaults instantiates a new ExtendedResourceConfigItem object
    29  This constructor will only assign default values to properties that have it defined,
    30  but it doesn't guarantee that properties required by API are set
    31  
    32  ### GetExtended
    33  
    34  `func (o *ExtendedResourceConfigItem) GetExtended() bool`
    35  
    36  GetExtended returns the Extended field if non-nil, zero value otherwise.
    37  
    38  ### GetExtendedOk
    39  
    40  `func (o *ExtendedResourceConfigItem) GetExtendedOk() (*bool, bool)`
    41  
    42  GetExtendedOk returns a tuple with the Extended field if it's non-nil, zero value otherwise
    43  and a boolean to check if the value has been set.
    44  
    45  ### SetExtended
    46  
    47  `func (o *ExtendedResourceConfigItem) SetExtended(v bool)`
    48  
    49  SetExtended sets Extended field to given value.
    50  
    51  ### HasExtended
    52  
    53  `func (o *ExtendedResourceConfigItem) HasExtended() bool`
    54  
    55  HasExtended returns a boolean if a field has been set.
    56  
    57  ### GetNamespace
    58  
    59  `func (o *ExtendedResourceConfigItem) GetNamespace() string`
    60  
    61  GetNamespace returns the Namespace field if non-nil, zero value otherwise.
    62  
    63  ### GetNamespaceOk
    64  
    65  `func (o *ExtendedResourceConfigItem) GetNamespaceOk() (*string, bool)`
    66  
    67  GetNamespaceOk returns a tuple with the Namespace field if it's non-nil, zero value otherwise
    68  and a boolean to check if the value has been set.
    69  
    70  ### SetNamespace
    71  
    72  `func (o *ExtendedResourceConfigItem) SetNamespace(v string)`
    73  
    74  SetNamespace sets Namespace field to given value.
    75  
    76  ### HasNamespace
    77  
    78  `func (o *ExtendedResourceConfigItem) HasNamespace() bool`
    79  
    80  HasNamespace returns a boolean if a field has been set.
    81  
    82  ### GetKind
    83  
    84  `func (o *ExtendedResourceConfigItem) GetKind() string`
    85  
    86  GetKind returns the Kind field if non-nil, zero value otherwise.
    87  
    88  ### GetKindOk
    89  
    90  `func (o *ExtendedResourceConfigItem) GetKindOk() (*string, bool)`
    91  
    92  GetKindOk returns a tuple with the Kind field if it's non-nil, zero value otherwise
    93  and a boolean to check if the value has been set.
    94  
    95  ### SetKind
    96  
    97  `func (o *ExtendedResourceConfigItem) SetKind(v string)`
    98  
    99  SetKind sets Kind field to given value.
   100  
   101  ### HasKind
   102  
   103  `func (o *ExtendedResourceConfigItem) HasKind() bool`
   104  
   105  HasKind returns a boolean if a field has been set.
   106  
   107  ### GetName
   108  
   109  `func (o *ExtendedResourceConfigItem) GetName() string`
   110  
   111  GetName returns the Name field if non-nil, zero value otherwise.
   112  
   113  ### GetNameOk
   114  
   115  `func (o *ExtendedResourceConfigItem) GetNameOk() (*string, bool)`
   116  
   117  GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise
   118  and a boolean to check if the value has been set.
   119  
   120  ### SetName
   121  
   122  `func (o *ExtendedResourceConfigItem) SetName(v string)`
   123  
   124  SetName sets Name field to given value.
   125  
   126  ### HasName
   127  
   128  `func (o *ExtendedResourceConfigItem) HasName() bool`
   129  
   130  HasName returns a boolean if a field has been set.
   131  
   132  ### GetContainers
   133  
   134  `func (o *ExtendedResourceConfigItem) GetContainers() map[string]ContainerConfigItem`
   135  
   136  GetContainers returns the Containers field if non-nil, zero value otherwise.
   137  
   138  ### GetContainersOk
   139  
   140  `func (o *ExtendedResourceConfigItem) GetContainersOk() (*map[string]ContainerConfigItem, bool)`
   141  
   142  GetContainersOk returns a tuple with the Containers field if it's non-nil, zero value otherwise
   143  and a boolean to check if the value has been set.
   144  
   145  ### SetContainers
   146  
   147  `func (o *ExtendedResourceConfigItem) SetContainers(v map[string]ContainerConfigItem)`
   148  
   149  SetContainers sets Containers field to given value.
   150  
   151  ### HasContainers
   152  
   153  `func (o *ExtendedResourceConfigItem) HasContainers() bool`
   154  
   155  HasContainers returns a boolean if a field has been set.
   156  
   157  
   158  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
   159  
   160