Documentation ¶
Index ¶
- func UserAgent() string
- func Version() string
- type AppState
- type ApplicationState
- type BaseClient
- type JobClient
- type JobDetailRootJSONObject
- type JobID
- type JobListJSONObject
- type JobOperationsErrorResponse
- type JobSubmissionJSONResponse
- type ListJobListJSONObject
- type Profile
- type Status
- type Userargs
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ApplicationState ¶
type ApplicationState = original.ApplicationState
const ( ACCEPTED ApplicationState = original.ACCEPTED FAILED ApplicationState = original.FAILED FINISHED ApplicationState = original.FINISHED FINISHING ApplicationState = original.FINISHING KILLED ApplicationState = original.KILLED NEW ApplicationState = original.NEW NEWSAVING ApplicationState = original.NEWSAVING RUNNING ApplicationState = original.RUNNING SUBMITTED ApplicationState = original.SUBMITTED )
func PossibleApplicationStateValues ¶
func PossibleApplicationStateValues() []ApplicationState
type BaseClient ¶
type BaseClient = original.BaseClient
func New ¶
func New(clusterDNSName string, userName string) BaseClient
func NewWithoutDefaults ¶
func NewWithoutDefaults(clusterDNSName string, userName string) BaseClient
type JobClient ¶
func NewJobClient ¶
type JobDetailRootJSONObject ¶
type JobDetailRootJSONObject = original.JobDetailRootJSONObject
type JobListJSONObject ¶
type JobListJSONObject = original.JobListJSONObject
type JobOperationsErrorResponse ¶
type JobOperationsErrorResponse = original.JobOperationsErrorResponse
type JobSubmissionJSONResponse ¶
type JobSubmissionJSONResponse = original.JobSubmissionJSONResponse
type ListJobListJSONObject ¶
type ListJobListJSONObject = original.ListJobListJSONObject
Click to show internal directories.
Click to hide internal directories.