bunnyshell.com/sdk@v0.16.0/docs/UserKubeConfigRead.md (about) 1 # UserKubeConfigRead 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **Token** | Pointer to **string** | | [optional] 8 **ClientCertificateData** | Pointer to **string** | | [optional] 9 **ClientKeyData** | Pointer to **string** | | [optional] 10 11 ## Methods 12 13 ### NewUserKubeConfigRead 14 15 `func NewUserKubeConfigRead() *UserKubeConfigRead` 16 17 NewUserKubeConfigRead instantiates a new UserKubeConfigRead object 18 This constructor will assign default values to properties that have it defined, 19 and makes sure properties required by API are set, but the set of arguments 20 will change when the set of required properties is changed 21 22 ### NewUserKubeConfigReadWithDefaults 23 24 `func NewUserKubeConfigReadWithDefaults() *UserKubeConfigRead` 25 26 NewUserKubeConfigReadWithDefaults instantiates a new UserKubeConfigRead object 27 This constructor will only assign default values to properties that have it defined, 28 but it doesn't guarantee that properties required by API are set 29 30 ### GetToken 31 32 `func (o *UserKubeConfigRead) GetToken() string` 33 34 GetToken returns the Token field if non-nil, zero value otherwise. 35 36 ### GetTokenOk 37 38 `func (o *UserKubeConfigRead) GetTokenOk() (*string, bool)` 39 40 GetTokenOk returns a tuple with the Token field if it's non-nil, zero value otherwise 41 and a boolean to check if the value has been set. 42 43 ### SetToken 44 45 `func (o *UserKubeConfigRead) SetToken(v string)` 46 47 SetToken sets Token field to given value. 48 49 ### HasToken 50 51 `func (o *UserKubeConfigRead) HasToken() bool` 52 53 HasToken returns a boolean if a field has been set. 54 55 ### GetClientCertificateData 56 57 `func (o *UserKubeConfigRead) GetClientCertificateData() string` 58 59 GetClientCertificateData returns the ClientCertificateData field if non-nil, zero value otherwise. 60 61 ### GetClientCertificateDataOk 62 63 `func (o *UserKubeConfigRead) GetClientCertificateDataOk() (*string, bool)` 64 65 GetClientCertificateDataOk returns a tuple with the ClientCertificateData field if it's non-nil, zero value otherwise 66 and a boolean to check if the value has been set. 67 68 ### SetClientCertificateData 69 70 `func (o *UserKubeConfigRead) SetClientCertificateData(v string)` 71 72 SetClientCertificateData sets ClientCertificateData field to given value. 73 74 ### HasClientCertificateData 75 76 `func (o *UserKubeConfigRead) HasClientCertificateData() bool` 77 78 HasClientCertificateData returns a boolean if a field has been set. 79 80 ### GetClientKeyData 81 82 `func (o *UserKubeConfigRead) GetClientKeyData() string` 83 84 GetClientKeyData returns the ClientKeyData field if non-nil, zero value otherwise. 85 86 ### GetClientKeyDataOk 87 88 `func (o *UserKubeConfigRead) GetClientKeyDataOk() (*string, bool)` 89 90 GetClientKeyDataOk returns a tuple with the ClientKeyData field if it's non-nil, zero value otherwise 91 and a boolean to check if the value has been set. 92 93 ### SetClientKeyData 94 95 `func (o *UserKubeConfigRead) SetClientKeyData(v string)` 96 97 SetClientKeyData sets ClientKeyData field to given value. 98 99 ### HasClientKeyData 100 101 `func (o *UserKubeConfigRead) HasClientKeyData() bool` 102 103 HasClientKeyData returns a boolean if a field has been set. 104 105 106 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 107 108