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

     1  # ClusterKubeConfigRead
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **CertificateAuthorityData** | **string** |  | 
     8  **Server** | **string** |  | 
     9  
    10  ## Methods
    11  
    12  ### NewClusterKubeConfigRead
    13  
    14  `func NewClusterKubeConfigRead(certificateAuthorityData string, server string, ) *ClusterKubeConfigRead`
    15  
    16  NewClusterKubeConfigRead instantiates a new ClusterKubeConfigRead object
    17  This constructor will assign default values to properties that have it defined,
    18  and makes sure properties required by API are set, but the set of arguments
    19  will change when the set of required properties is changed
    20  
    21  ### NewClusterKubeConfigReadWithDefaults
    22  
    23  `func NewClusterKubeConfigReadWithDefaults() *ClusterKubeConfigRead`
    24  
    25  NewClusterKubeConfigReadWithDefaults instantiates a new ClusterKubeConfigRead object
    26  This constructor will only assign default values to properties that have it defined,
    27  but it doesn't guarantee that properties required by API are set
    28  
    29  ### GetCertificateAuthorityData
    30  
    31  `func (o *ClusterKubeConfigRead) GetCertificateAuthorityData() string`
    32  
    33  GetCertificateAuthorityData returns the CertificateAuthorityData field if non-nil, zero value otherwise.
    34  
    35  ### GetCertificateAuthorityDataOk
    36  
    37  `func (o *ClusterKubeConfigRead) GetCertificateAuthorityDataOk() (*string, bool)`
    38  
    39  GetCertificateAuthorityDataOk returns a tuple with the CertificateAuthorityData field if it's non-nil, zero value otherwise
    40  and a boolean to check if the value has been set.
    41  
    42  ### SetCertificateAuthorityData
    43  
    44  `func (o *ClusterKubeConfigRead) SetCertificateAuthorityData(v string)`
    45  
    46  SetCertificateAuthorityData sets CertificateAuthorityData field to given value.
    47  
    48  
    49  ### GetServer
    50  
    51  `func (o *ClusterKubeConfigRead) GetServer() string`
    52  
    53  GetServer returns the Server field if non-nil, zero value otherwise.
    54  
    55  ### GetServerOk
    56  
    57  `func (o *ClusterKubeConfigRead) GetServerOk() (*string, bool)`
    58  
    59  GetServerOk returns a tuple with the Server field if it's non-nil, zero value otherwise
    60  and a boolean to check if the value has been set.
    61  
    62  ### SetServer
    63  
    64  `func (o *ClusterKubeConfigRead) SetServer(v string)`
    65  
    66  SetServer sets Server field to given value.
    67  
    68  
    69  
    70  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    71  
    72