v1kerberos

package
v1.999.999-b11 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 7, 2020 License: Apache-2.0, BSD-2-Clause Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client for v1kerberos API

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client

New creates a new v1kerberos API client.

func (*Client) CreateKerberosConfigForEnvironment

func (a *Client) CreateKerberosConfigForEnvironment(params *CreateKerberosConfigForEnvironmentParams) (*CreateKerberosConfigForEnvironmentOK, error)

CreateKerberosConfigForEnvironment creates kerberos config for the given environment

Kerberos config operations

func (*Client) DeleteKerberosConfigForEnvironment

func (a *Client) DeleteKerberosConfigForEnvironment(params *DeleteKerberosConfigForEnvironmentParams) error

DeleteKerberosConfigForEnvironment deletes kerberos config of the given environment

Kerberos config operations

func (*Client) GetCreateKerberosRequestForEnvironment

func (a *Client) GetCreateKerberosRequestForEnvironment(params *GetCreateKerberosRequestForEnvironmentParams) (*GetCreateKerberosRequestForEnvironmentOK, error)

GetCreateKerberosRequestForEnvironment gets create request of a kerberos config

Kerberos config operations

func (*Client) GetKerberosConfigForClusterV1

func (a *Client) GetKerberosConfigForClusterV1(params *GetKerberosConfigForClusterV1Params) (*GetKerberosConfigForClusterV1OK, error)

GetKerberosConfigForClusterV1 gets or create if not exists l d a p config with separate user for cluster

Kerberos config operations

func (*Client) GetKerberosConfigForEnvironment

func (a *Client) GetKerberosConfigForEnvironment(params *GetKerberosConfigForEnvironmentParams) (*GetKerberosConfigForEnvironmentOK, error)

GetKerberosConfigForEnvironment describes kerberos config for the given environment

Kerberos config operations

func (*Client) SetTransport

func (a *Client) SetTransport(transport runtime.ClientTransport)

SetTransport changes the transport on the client

type CreateKerberosConfigForEnvironmentOK

type CreateKerberosConfigForEnvironmentOK struct {
	Payload *model.DescribeKerberosConfigV1Response
}

CreateKerberosConfigForEnvironmentOK handles this case with default header values.

successful operation

func NewCreateKerberosConfigForEnvironmentOK

func NewCreateKerberosConfigForEnvironmentOK() *CreateKerberosConfigForEnvironmentOK

NewCreateKerberosConfigForEnvironmentOK creates a CreateKerberosConfigForEnvironmentOK with default headers values

func (*CreateKerberosConfigForEnvironmentOK) Error

type CreateKerberosConfigForEnvironmentParams

type CreateKerberosConfigForEnvironmentParams struct {

	/*Body*/
	Body *model.CreateKerberosConfigV1Request

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

CreateKerberosConfigForEnvironmentParams contains all the parameters to send to the API endpoint for the create kerberos config for environment operation typically these are written to a http.Request

func NewCreateKerberosConfigForEnvironmentParams

func NewCreateKerberosConfigForEnvironmentParams() *CreateKerberosConfigForEnvironmentParams

NewCreateKerberosConfigForEnvironmentParams creates a new CreateKerberosConfigForEnvironmentParams object with the default values initialized.

func NewCreateKerberosConfigForEnvironmentParamsWithContext

func NewCreateKerberosConfigForEnvironmentParamsWithContext(ctx context.Context) *CreateKerberosConfigForEnvironmentParams

NewCreateKerberosConfigForEnvironmentParamsWithContext creates a new CreateKerberosConfigForEnvironmentParams object with the default values initialized, and the ability to set a context for a request

func NewCreateKerberosConfigForEnvironmentParamsWithHTTPClient

func NewCreateKerberosConfigForEnvironmentParamsWithHTTPClient(client *http.Client) *CreateKerberosConfigForEnvironmentParams

NewCreateKerberosConfigForEnvironmentParamsWithHTTPClient creates a new CreateKerberosConfigForEnvironmentParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewCreateKerberosConfigForEnvironmentParamsWithTimeout

func NewCreateKerberosConfigForEnvironmentParamsWithTimeout(timeout time.Duration) *CreateKerberosConfigForEnvironmentParams

NewCreateKerberosConfigForEnvironmentParamsWithTimeout creates a new CreateKerberosConfigForEnvironmentParams object with the default values initialized, and the ability to set a timeout on a request

func (*CreateKerberosConfigForEnvironmentParams) SetBody

SetBody adds the body to the create kerberos config for environment params

func (*CreateKerberosConfigForEnvironmentParams) SetContext

SetContext adds the context to the create kerberos config for environment params

func (*CreateKerberosConfigForEnvironmentParams) SetHTTPClient

func (o *CreateKerberosConfigForEnvironmentParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the create kerberos config for environment params

func (*CreateKerberosConfigForEnvironmentParams) SetTimeout

SetTimeout adds the timeout to the create kerberos config for environment params

func (*CreateKerberosConfigForEnvironmentParams) WithBody

WithBody adds the body to the create kerberos config for environment params

func (*CreateKerberosConfigForEnvironmentParams) WithContext

WithContext adds the context to the create kerberos config for environment params

func (*CreateKerberosConfigForEnvironmentParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create kerberos config for environment params

func (*CreateKerberosConfigForEnvironmentParams) WithTimeout

WithTimeout adds the timeout to the create kerberos config for environment params

func (*CreateKerberosConfigForEnvironmentParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateKerberosConfigForEnvironmentReader

type CreateKerberosConfigForEnvironmentReader struct {
	// contains filtered or unexported fields
}

CreateKerberosConfigForEnvironmentReader is a Reader for the CreateKerberosConfigForEnvironment structure.

func (*CreateKerberosConfigForEnvironmentReader) ReadResponse

func (o *CreateKerberosConfigForEnvironmentReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteKerberosConfigForEnvironmentDefault

type DeleteKerberosConfigForEnvironmentDefault struct {
	// contains filtered or unexported fields
}

DeleteKerberosConfigForEnvironmentDefault handles this case with default header values.

successful operation

func NewDeleteKerberosConfigForEnvironmentDefault

func NewDeleteKerberosConfigForEnvironmentDefault(code int) *DeleteKerberosConfigForEnvironmentDefault

NewDeleteKerberosConfigForEnvironmentDefault creates a DeleteKerberosConfigForEnvironmentDefault with default headers values

func (*DeleteKerberosConfigForEnvironmentDefault) Code

Code gets the status code for the delete kerberos config for environment default response

func (*DeleteKerberosConfigForEnvironmentDefault) Error

type DeleteKerberosConfigForEnvironmentParams

type DeleteKerberosConfigForEnvironmentParams struct {

	/*EnvironmentCrn*/
	EnvironmentCrn *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteKerberosConfigForEnvironmentParams contains all the parameters to send to the API endpoint for the delete kerberos config for environment operation typically these are written to a http.Request

func NewDeleteKerberosConfigForEnvironmentParams

func NewDeleteKerberosConfigForEnvironmentParams() *DeleteKerberosConfigForEnvironmentParams

NewDeleteKerberosConfigForEnvironmentParams creates a new DeleteKerberosConfigForEnvironmentParams object with the default values initialized.

func NewDeleteKerberosConfigForEnvironmentParamsWithContext

func NewDeleteKerberosConfigForEnvironmentParamsWithContext(ctx context.Context) *DeleteKerberosConfigForEnvironmentParams

NewDeleteKerberosConfigForEnvironmentParamsWithContext creates a new DeleteKerberosConfigForEnvironmentParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteKerberosConfigForEnvironmentParamsWithHTTPClient

func NewDeleteKerberosConfigForEnvironmentParamsWithHTTPClient(client *http.Client) *DeleteKerberosConfigForEnvironmentParams

NewDeleteKerberosConfigForEnvironmentParamsWithHTTPClient creates a new DeleteKerberosConfigForEnvironmentParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteKerberosConfigForEnvironmentParamsWithTimeout

func NewDeleteKerberosConfigForEnvironmentParamsWithTimeout(timeout time.Duration) *DeleteKerberosConfigForEnvironmentParams

NewDeleteKerberosConfigForEnvironmentParamsWithTimeout creates a new DeleteKerberosConfigForEnvironmentParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteKerberosConfigForEnvironmentParams) SetContext

SetContext adds the context to the delete kerberos config for environment params

func (*DeleteKerberosConfigForEnvironmentParams) SetEnvironmentCrn

func (o *DeleteKerberosConfigForEnvironmentParams) SetEnvironmentCrn(environmentCrn *string)

SetEnvironmentCrn adds the environmentCrn to the delete kerberos config for environment params

func (*DeleteKerberosConfigForEnvironmentParams) SetHTTPClient

func (o *DeleteKerberosConfigForEnvironmentParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete kerberos config for environment params

func (*DeleteKerberosConfigForEnvironmentParams) SetTimeout

SetTimeout adds the timeout to the delete kerberos config for environment params

func (*DeleteKerberosConfigForEnvironmentParams) WithContext

WithContext adds the context to the delete kerberos config for environment params

func (*DeleteKerberosConfigForEnvironmentParams) WithEnvironmentCrn

WithEnvironmentCrn adds the environmentCrn to the delete kerberos config for environment params

func (*DeleteKerberosConfigForEnvironmentParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete kerberos config for environment params

func (*DeleteKerberosConfigForEnvironmentParams) WithTimeout

WithTimeout adds the timeout to the delete kerberos config for environment params

func (*DeleteKerberosConfigForEnvironmentParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteKerberosConfigForEnvironmentReader

type DeleteKerberosConfigForEnvironmentReader struct {
	// contains filtered or unexported fields
}

DeleteKerberosConfigForEnvironmentReader is a Reader for the DeleteKerberosConfigForEnvironment structure.

func (*DeleteKerberosConfigForEnvironmentReader) ReadResponse

func (o *DeleteKerberosConfigForEnvironmentReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetCreateKerberosRequestForEnvironmentOK

type GetCreateKerberosRequestForEnvironmentOK struct {
	Payload *model.CreateKerberosConfigV1Request
}

GetCreateKerberosRequestForEnvironmentOK handles this case with default header values.

successful operation

func NewGetCreateKerberosRequestForEnvironmentOK

func NewGetCreateKerberosRequestForEnvironmentOK() *GetCreateKerberosRequestForEnvironmentOK

NewGetCreateKerberosRequestForEnvironmentOK creates a GetCreateKerberosRequestForEnvironmentOK with default headers values

func (*GetCreateKerberosRequestForEnvironmentOK) Error

type GetCreateKerberosRequestForEnvironmentParams

type GetCreateKerberosRequestForEnvironmentParams struct {

	/*EnvironmentCrn*/
	EnvironmentCrn *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetCreateKerberosRequestForEnvironmentParams contains all the parameters to send to the API endpoint for the get create kerberos request for environment operation typically these are written to a http.Request

func NewGetCreateKerberosRequestForEnvironmentParams

func NewGetCreateKerberosRequestForEnvironmentParams() *GetCreateKerberosRequestForEnvironmentParams

NewGetCreateKerberosRequestForEnvironmentParams creates a new GetCreateKerberosRequestForEnvironmentParams object with the default values initialized.

func NewGetCreateKerberosRequestForEnvironmentParamsWithContext

func NewGetCreateKerberosRequestForEnvironmentParamsWithContext(ctx context.Context) *GetCreateKerberosRequestForEnvironmentParams

NewGetCreateKerberosRequestForEnvironmentParamsWithContext creates a new GetCreateKerberosRequestForEnvironmentParams object with the default values initialized, and the ability to set a context for a request

func NewGetCreateKerberosRequestForEnvironmentParamsWithHTTPClient

func NewGetCreateKerberosRequestForEnvironmentParamsWithHTTPClient(client *http.Client) *GetCreateKerberosRequestForEnvironmentParams

NewGetCreateKerberosRequestForEnvironmentParamsWithHTTPClient creates a new GetCreateKerberosRequestForEnvironmentParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetCreateKerberosRequestForEnvironmentParamsWithTimeout

func NewGetCreateKerberosRequestForEnvironmentParamsWithTimeout(timeout time.Duration) *GetCreateKerberosRequestForEnvironmentParams

NewGetCreateKerberosRequestForEnvironmentParamsWithTimeout creates a new GetCreateKerberosRequestForEnvironmentParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetCreateKerberosRequestForEnvironmentParams) SetContext

SetContext adds the context to the get create kerberos request for environment params

func (*GetCreateKerberosRequestForEnvironmentParams) SetEnvironmentCrn

func (o *GetCreateKerberosRequestForEnvironmentParams) SetEnvironmentCrn(environmentCrn *string)

SetEnvironmentCrn adds the environmentCrn to the get create kerberos request for environment params

func (*GetCreateKerberosRequestForEnvironmentParams) SetHTTPClient

func (o *GetCreateKerberosRequestForEnvironmentParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get create kerberos request for environment params

func (*GetCreateKerberosRequestForEnvironmentParams) SetTimeout

SetTimeout adds the timeout to the get create kerberos request for environment params

func (*GetCreateKerberosRequestForEnvironmentParams) WithContext

WithContext adds the context to the get create kerberos request for environment params

func (*GetCreateKerberosRequestForEnvironmentParams) WithEnvironmentCrn

WithEnvironmentCrn adds the environmentCrn to the get create kerberos request for environment params

func (*GetCreateKerberosRequestForEnvironmentParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get create kerberos request for environment params

func (*GetCreateKerberosRequestForEnvironmentParams) WithTimeout

WithTimeout adds the timeout to the get create kerberos request for environment params

func (*GetCreateKerberosRequestForEnvironmentParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetCreateKerberosRequestForEnvironmentReader

type GetCreateKerberosRequestForEnvironmentReader struct {
	// contains filtered or unexported fields
}

GetCreateKerberosRequestForEnvironmentReader is a Reader for the GetCreateKerberosRequestForEnvironment structure.

func (*GetCreateKerberosRequestForEnvironmentReader) ReadResponse

func (o *GetCreateKerberosRequestForEnvironmentReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetKerberosConfigForClusterV1OK

type GetKerberosConfigForClusterV1OK struct {
	Payload *model.DescribeKerberosConfigV1Response
}

GetKerberosConfigForClusterV1OK handles this case with default header values.

successful operation

func NewGetKerberosConfigForClusterV1OK

func NewGetKerberosConfigForClusterV1OK() *GetKerberosConfigForClusterV1OK

NewGetKerberosConfigForClusterV1OK creates a GetKerberosConfigForClusterV1OK with default headers values

func (*GetKerberosConfigForClusterV1OK) Error

type GetKerberosConfigForClusterV1Params

type GetKerberosConfigForClusterV1Params struct {

	/*ClusterName*/
	ClusterName *string
	/*EnvironmentCrn*/
	EnvironmentCrn *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetKerberosConfigForClusterV1Params contains all the parameters to send to the API endpoint for the get kerberos config for cluster v1 operation typically these are written to a http.Request

func NewGetKerberosConfigForClusterV1Params

func NewGetKerberosConfigForClusterV1Params() *GetKerberosConfigForClusterV1Params

NewGetKerberosConfigForClusterV1Params creates a new GetKerberosConfigForClusterV1Params object with the default values initialized.

func NewGetKerberosConfigForClusterV1ParamsWithContext

func NewGetKerberosConfigForClusterV1ParamsWithContext(ctx context.Context) *GetKerberosConfigForClusterV1Params

NewGetKerberosConfigForClusterV1ParamsWithContext creates a new GetKerberosConfigForClusterV1Params object with the default values initialized, and the ability to set a context for a request

func NewGetKerberosConfigForClusterV1ParamsWithHTTPClient

func NewGetKerberosConfigForClusterV1ParamsWithHTTPClient(client *http.Client) *GetKerberosConfigForClusterV1Params

NewGetKerberosConfigForClusterV1ParamsWithHTTPClient creates a new GetKerberosConfigForClusterV1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetKerberosConfigForClusterV1ParamsWithTimeout

func NewGetKerberosConfigForClusterV1ParamsWithTimeout(timeout time.Duration) *GetKerberosConfigForClusterV1Params

NewGetKerberosConfigForClusterV1ParamsWithTimeout creates a new GetKerberosConfigForClusterV1Params object with the default values initialized, and the ability to set a timeout on a request

func (*GetKerberosConfigForClusterV1Params) SetClusterName

func (o *GetKerberosConfigForClusterV1Params) SetClusterName(clusterName *string)

SetClusterName adds the clusterName to the get kerberos config for cluster v1 params

func (*GetKerberosConfigForClusterV1Params) SetContext

SetContext adds the context to the get kerberos config for cluster v1 params

func (*GetKerberosConfigForClusterV1Params) SetEnvironmentCrn

func (o *GetKerberosConfigForClusterV1Params) SetEnvironmentCrn(environmentCrn *string)

SetEnvironmentCrn adds the environmentCrn to the get kerberos config for cluster v1 params

func (*GetKerberosConfigForClusterV1Params) SetHTTPClient

func (o *GetKerberosConfigForClusterV1Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get kerberos config for cluster v1 params

func (*GetKerberosConfigForClusterV1Params) SetTimeout

func (o *GetKerberosConfigForClusterV1Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get kerberos config for cluster v1 params

func (*GetKerberosConfigForClusterV1Params) WithClusterName

WithClusterName adds the clusterName to the get kerberos config for cluster v1 params

func (*GetKerberosConfigForClusterV1Params) WithContext

WithContext adds the context to the get kerberos config for cluster v1 params

func (*GetKerberosConfigForClusterV1Params) WithEnvironmentCrn

func (o *GetKerberosConfigForClusterV1Params) WithEnvironmentCrn(environmentCrn *string) *GetKerberosConfigForClusterV1Params

WithEnvironmentCrn adds the environmentCrn to the get kerberos config for cluster v1 params

func (*GetKerberosConfigForClusterV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get kerberos config for cluster v1 params

func (*GetKerberosConfigForClusterV1Params) WithTimeout

WithTimeout adds the timeout to the get kerberos config for cluster v1 params

func (*GetKerberosConfigForClusterV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetKerberosConfigForClusterV1Reader

type GetKerberosConfigForClusterV1Reader struct {
	// contains filtered or unexported fields
}

GetKerberosConfigForClusterV1Reader is a Reader for the GetKerberosConfigForClusterV1 structure.

func (*GetKerberosConfigForClusterV1Reader) ReadResponse

func (o *GetKerberosConfigForClusterV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetKerberosConfigForEnvironmentOK

type GetKerberosConfigForEnvironmentOK struct {
	Payload *model.DescribeKerberosConfigV1Response
}

GetKerberosConfigForEnvironmentOK handles this case with default header values.

successful operation

func NewGetKerberosConfigForEnvironmentOK

func NewGetKerberosConfigForEnvironmentOK() *GetKerberosConfigForEnvironmentOK

NewGetKerberosConfigForEnvironmentOK creates a GetKerberosConfigForEnvironmentOK with default headers values

func (*GetKerberosConfigForEnvironmentOK) Error

type GetKerberosConfigForEnvironmentParams

type GetKerberosConfigForEnvironmentParams struct {

	/*EnvironmentCrn*/
	EnvironmentCrn *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetKerberosConfigForEnvironmentParams contains all the parameters to send to the API endpoint for the get kerberos config for environment operation typically these are written to a http.Request

func NewGetKerberosConfigForEnvironmentParams

func NewGetKerberosConfigForEnvironmentParams() *GetKerberosConfigForEnvironmentParams

NewGetKerberosConfigForEnvironmentParams creates a new GetKerberosConfigForEnvironmentParams object with the default values initialized.

func NewGetKerberosConfigForEnvironmentParamsWithContext

func NewGetKerberosConfigForEnvironmentParamsWithContext(ctx context.Context) *GetKerberosConfigForEnvironmentParams

NewGetKerberosConfigForEnvironmentParamsWithContext creates a new GetKerberosConfigForEnvironmentParams object with the default values initialized, and the ability to set a context for a request

func NewGetKerberosConfigForEnvironmentParamsWithHTTPClient

func NewGetKerberosConfigForEnvironmentParamsWithHTTPClient(client *http.Client) *GetKerberosConfigForEnvironmentParams

NewGetKerberosConfigForEnvironmentParamsWithHTTPClient creates a new GetKerberosConfigForEnvironmentParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetKerberosConfigForEnvironmentParamsWithTimeout

func NewGetKerberosConfigForEnvironmentParamsWithTimeout(timeout time.Duration) *GetKerberosConfigForEnvironmentParams

NewGetKerberosConfigForEnvironmentParamsWithTimeout creates a new GetKerberosConfigForEnvironmentParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetKerberosConfigForEnvironmentParams) SetContext

SetContext adds the context to the get kerberos config for environment params

func (*GetKerberosConfigForEnvironmentParams) SetEnvironmentCrn

func (o *GetKerberosConfigForEnvironmentParams) SetEnvironmentCrn(environmentCrn *string)

SetEnvironmentCrn adds the environmentCrn to the get kerberos config for environment params

func (*GetKerberosConfigForEnvironmentParams) SetHTTPClient

func (o *GetKerberosConfigForEnvironmentParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get kerberos config for environment params

func (*GetKerberosConfigForEnvironmentParams) SetTimeout

func (o *GetKerberosConfigForEnvironmentParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get kerberos config for environment params

func (*GetKerberosConfigForEnvironmentParams) WithContext

WithContext adds the context to the get kerberos config for environment params

func (*GetKerberosConfigForEnvironmentParams) WithEnvironmentCrn

WithEnvironmentCrn adds the environmentCrn to the get kerberos config for environment params

func (*GetKerberosConfigForEnvironmentParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get kerberos config for environment params

func (*GetKerberosConfigForEnvironmentParams) WithTimeout

WithTimeout adds the timeout to the get kerberos config for environment params

func (*GetKerberosConfigForEnvironmentParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetKerberosConfigForEnvironmentReader

type GetKerberosConfigForEnvironmentReader struct {
	// contains filtered or unexported fields
}

GetKerberosConfigForEnvironmentReader is a Reader for the GetKerberosConfigForEnvironment structure.

func (*GetKerberosConfigForEnvironmentReader) ReadResponse

func (o *GetKerberosConfigForEnvironmentReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL