Documentation
¶
Overview ¶
+k8s:deepcopy-gen=package
Index ¶
Constants ¶
View Source
const ( // APIVersion is the version of the RESTful API of DataBricks APIVersion = "2.0" // SdkVersion is the version of this library SdkVersion = "0.1.5" )
Variables ¶
This section is empty.
Functions ¶
func PerformQuery ¶
func PerformQuery(option DBClientOption, method, path string, data interface{}, headers map[string]string) ([]byte, error)
PerformQuery can be used in a client or directly
Types ¶
type DBClientOption ¶
type DBClientOption struct {
User string
Password string
Host string
Token string
DefaultHeaders map[string]string
InsecureSkipVerify bool
TimeoutSeconds int
// contains filtered or unexported fields
}
DBClientOption is used to configure the DataBricks Client
func (*DBClientOption) DeepCopy ¶
func (in *DBClientOption) DeepCopy() *DBClientOption
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DBClientOption.
func (*DBClientOption) DeepCopyInto ¶
func (in *DBClientOption) DeepCopyInto(out *DBClientOption)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
Directories
¶
| Path | Synopsis |
|---|---|
|
+k8s:deepcopy-gen=package
|
+k8s:deepcopy-gen=package |
|
models
+k8s:deepcopy-gen=package
|
+k8s:deepcopy-gen=package |
|
+k8s:deepcopy-gen=package
|
+k8s:deepcopy-gen=package |
|
doc/models
+k8s:deepcopy-gen=package
|
+k8s:deepcopy-gen=package |
Click to show internal directories.
Click to hide internal directories.