Name | Type | Description | Notes |
---|---|---|---|
Name | string | ||
Local | Pointer to bool | If enabled, use the local connection. Required Docker socket/Kubernetes Integration | [optional] |
Kubeconfig | Pointer to interface{} | Paste your kubeconfig here. authentik will automatically use the currently selected context. | [optional] |
VerifySsl | Pointer to bool | Verify SSL Certificates of the Kubernetes API endpoint | [optional] |
func NewKubernetesServiceConnectionRequest(name string, ) *KubernetesServiceConnectionRequest
NewKubernetesServiceConnectionRequest instantiates a new KubernetesServiceConnectionRequest 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 NewKubernetesServiceConnectionRequestWithDefaults() *KubernetesServiceConnectionRequest
NewKubernetesServiceConnectionRequestWithDefaults instantiates a new KubernetesServiceConnectionRequest 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 *KubernetesServiceConnectionRequest) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *KubernetesServiceConnectionRequest) 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 *KubernetesServiceConnectionRequest) SetName(v string)
SetName sets Name field to given value.
func (o *KubernetesServiceConnectionRequest) GetLocal() bool
GetLocal returns the Local field if non-nil, zero value otherwise.
func (o *KubernetesServiceConnectionRequest) GetLocalOk() (*bool, bool)
GetLocalOk returns a tuple with the Local field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KubernetesServiceConnectionRequest) SetLocal(v bool)
SetLocal sets Local field to given value.
func (o *KubernetesServiceConnectionRequest) HasLocal() bool
HasLocal returns a boolean if a field has been set.
func (o *KubernetesServiceConnectionRequest) GetKubeconfig() interface{}
GetKubeconfig returns the Kubeconfig field if non-nil, zero value otherwise.
func (o *KubernetesServiceConnectionRequest) GetKubeconfigOk() (*interface{}, bool)
GetKubeconfigOk returns a tuple with the Kubeconfig field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KubernetesServiceConnectionRequest) SetKubeconfig(v interface{})
SetKubeconfig sets Kubeconfig field to given value.
func (o *KubernetesServiceConnectionRequest) HasKubeconfig() bool
HasKubeconfig returns a boolean if a field has been set.
func (o *KubernetesServiceConnectionRequest) SetKubeconfigNil(b bool)
SetKubeconfigNil sets the value for Kubeconfig to be an explicit nil
func (o *KubernetesServiceConnectionRequest) UnsetKubeconfig()
UnsetKubeconfig ensures that no value is present for Kubeconfig, not even an explicit nil
func (o *KubernetesServiceConnectionRequest) GetVerifySsl() bool
GetVerifySsl returns the VerifySsl field if non-nil, zero value otherwise.
func (o *KubernetesServiceConnectionRequest) GetVerifySslOk() (*bool, bool)
GetVerifySslOk returns a tuple with the VerifySsl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KubernetesServiceConnectionRequest) SetVerifySsl(v bool)
SetVerifySsl sets VerifySsl field to given value.
func (o *KubernetesServiceConnectionRequest) HasVerifySsl() bool
HasVerifySsl returns a boolean if a field has been set.