application_service

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Aug 26, 2022 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ApplicationServiceCreateDefault

type ApplicationServiceCreateDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
ApplicationServiceCreateDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewApplicationServiceCreateDefault

func NewApplicationServiceCreateDefault(code int) *ApplicationServiceCreateDefault

NewApplicationServiceCreateDefault creates a ApplicationServiceCreateDefault with default headers values

func (*ApplicationServiceCreateDefault) Code

Code gets the status code for the application service create default response

func (*ApplicationServiceCreateDefault) Error

func (*ApplicationServiceCreateDefault) GetPayload

type ApplicationServiceCreateOK

type ApplicationServiceCreateOK struct {
	Payload *models.V1alpha1Application
}
ApplicationServiceCreateOK describes a response with status code 200, with default header values.

A successful response.

func NewApplicationServiceCreateOK

func NewApplicationServiceCreateOK() *ApplicationServiceCreateOK

NewApplicationServiceCreateOK creates a ApplicationServiceCreateOK with default headers values

func (*ApplicationServiceCreateOK) Error

func (*ApplicationServiceCreateOK) GetPayload

type ApplicationServiceCreateParams

type ApplicationServiceCreateParams struct {

	// Body.
	Body *models.V1alpha1Application

	// Upsert.
	Upsert *bool

	// Validate.
	Validate *bool

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

ApplicationServiceCreateParams contains all the parameters to send to the API endpoint

for the application service create operation.

Typically these are written to a http.Request.

func NewApplicationServiceCreateParams

func NewApplicationServiceCreateParams() *ApplicationServiceCreateParams

NewApplicationServiceCreateParams creates a new ApplicationServiceCreateParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewApplicationServiceCreateParamsWithContext

func NewApplicationServiceCreateParamsWithContext(ctx context.Context) *ApplicationServiceCreateParams

NewApplicationServiceCreateParamsWithContext creates a new ApplicationServiceCreateParams object with the ability to set a context for a request.

func NewApplicationServiceCreateParamsWithHTTPClient

func NewApplicationServiceCreateParamsWithHTTPClient(client *http.Client) *ApplicationServiceCreateParams

NewApplicationServiceCreateParamsWithHTTPClient creates a new ApplicationServiceCreateParams object with the ability to set a custom HTTPClient for a request.

func NewApplicationServiceCreateParamsWithTimeout

func NewApplicationServiceCreateParamsWithTimeout(timeout time.Duration) *ApplicationServiceCreateParams

NewApplicationServiceCreateParamsWithTimeout creates a new ApplicationServiceCreateParams object with the ability to set a timeout on a request.

func (*ApplicationServiceCreateParams) SetBody

SetBody adds the body to the application service create params

func (*ApplicationServiceCreateParams) SetContext

func (o *ApplicationServiceCreateParams) SetContext(ctx context.Context)

SetContext adds the context to the application service create params

func (*ApplicationServiceCreateParams) SetDefaults

func (o *ApplicationServiceCreateParams) SetDefaults()

SetDefaults hydrates default values in the application service create params (not the query body).

All values with no default are reset to their zero value.

func (*ApplicationServiceCreateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the application service create params

func (*ApplicationServiceCreateParams) SetTimeout

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

SetTimeout adds the timeout to the application service create params

func (*ApplicationServiceCreateParams) SetUpsert

func (o *ApplicationServiceCreateParams) SetUpsert(upsert *bool)

SetUpsert adds the upsert to the application service create params

func (*ApplicationServiceCreateParams) SetValidate

func (o *ApplicationServiceCreateParams) SetValidate(validate *bool)

SetValidate adds the validate to the application service create params

func (*ApplicationServiceCreateParams) WithBody

WithBody adds the body to the application service create params

func (*ApplicationServiceCreateParams) WithContext

WithContext adds the context to the application service create params

func (*ApplicationServiceCreateParams) WithDefaults

WithDefaults hydrates default values in the application service create params (not the query body).

All values with no default are reset to their zero value.

func (*ApplicationServiceCreateParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the application service create params

func (*ApplicationServiceCreateParams) WithTimeout

WithTimeout adds the timeout to the application service create params

func (*ApplicationServiceCreateParams) WithUpsert

WithUpsert adds the upsert to the application service create params

func (*ApplicationServiceCreateParams) WithValidate

WithValidate adds the validate to the application service create params

func (*ApplicationServiceCreateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ApplicationServiceCreateReader

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

ApplicationServiceCreateReader is a Reader for the ApplicationServiceCreate structure.

func (*ApplicationServiceCreateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ApplicationServiceDeleteDefault

type ApplicationServiceDeleteDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
ApplicationServiceDeleteDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewApplicationServiceDeleteDefault

func NewApplicationServiceDeleteDefault(code int) *ApplicationServiceDeleteDefault

NewApplicationServiceDeleteDefault creates a ApplicationServiceDeleteDefault with default headers values

func (*ApplicationServiceDeleteDefault) Code

Code gets the status code for the application service delete default response

func (*ApplicationServiceDeleteDefault) Error

func (*ApplicationServiceDeleteDefault) GetPayload

type ApplicationServiceDeleteOK

type ApplicationServiceDeleteOK struct {
	Payload models.ApplicationApplicationResponse
}
ApplicationServiceDeleteOK describes a response with status code 200, with default header values.

A successful response.

func NewApplicationServiceDeleteOK

func NewApplicationServiceDeleteOK() *ApplicationServiceDeleteOK

NewApplicationServiceDeleteOK creates a ApplicationServiceDeleteOK with default headers values

func (*ApplicationServiceDeleteOK) Error

func (*ApplicationServiceDeleteOK) GetPayload

type ApplicationServiceDeleteParams

type ApplicationServiceDeleteParams struct {

	// Cascade.
	Cascade *bool

	// Name.
	Name string

	// PropagationPolicy.
	PropagationPolicy *string

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

ApplicationServiceDeleteParams contains all the parameters to send to the API endpoint

for the application service delete operation.

Typically these are written to a http.Request.

func NewApplicationServiceDeleteParams

func NewApplicationServiceDeleteParams() *ApplicationServiceDeleteParams

NewApplicationServiceDeleteParams creates a new ApplicationServiceDeleteParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewApplicationServiceDeleteParamsWithContext

func NewApplicationServiceDeleteParamsWithContext(ctx context.Context) *ApplicationServiceDeleteParams

NewApplicationServiceDeleteParamsWithContext creates a new ApplicationServiceDeleteParams object with the ability to set a context for a request.

func NewApplicationServiceDeleteParamsWithHTTPClient

func NewApplicationServiceDeleteParamsWithHTTPClient(client *http.Client) *ApplicationServiceDeleteParams

NewApplicationServiceDeleteParamsWithHTTPClient creates a new ApplicationServiceDeleteParams object with the ability to set a custom HTTPClient for a request.

func NewApplicationServiceDeleteParamsWithTimeout

func NewApplicationServiceDeleteParamsWithTimeout(timeout time.Duration) *ApplicationServiceDeleteParams

NewApplicationServiceDeleteParamsWithTimeout creates a new ApplicationServiceDeleteParams object with the ability to set a timeout on a request.

func (*ApplicationServiceDeleteParams) SetCascade

func (o *ApplicationServiceDeleteParams) SetCascade(cascade *bool)

SetCascade adds the cascade to the application service delete params

func (*ApplicationServiceDeleteParams) SetContext

func (o *ApplicationServiceDeleteParams) SetContext(ctx context.Context)

SetContext adds the context to the application service delete params

func (*ApplicationServiceDeleteParams) SetDefaults

func (o *ApplicationServiceDeleteParams) SetDefaults()

SetDefaults hydrates default values in the application service delete params (not the query body).

All values with no default are reset to their zero value.

func (*ApplicationServiceDeleteParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the application service delete params

func (*ApplicationServiceDeleteParams) SetName

func (o *ApplicationServiceDeleteParams) SetName(name string)

SetName adds the name to the application service delete params

func (*ApplicationServiceDeleteParams) SetPropagationPolicy

func (o *ApplicationServiceDeleteParams) SetPropagationPolicy(propagationPolicy *string)

SetPropagationPolicy adds the propagationPolicy to the application service delete params

func (*ApplicationServiceDeleteParams) SetTimeout

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

SetTimeout adds the timeout to the application service delete params

func (*ApplicationServiceDeleteParams) WithCascade

WithCascade adds the cascade to the application service delete params

func (*ApplicationServiceDeleteParams) WithContext

WithContext adds the context to the application service delete params

func (*ApplicationServiceDeleteParams) WithDefaults

WithDefaults hydrates default values in the application service delete params (not the query body).

All values with no default are reset to their zero value.

func (*ApplicationServiceDeleteParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the application service delete params

func (*ApplicationServiceDeleteParams) WithName

WithName adds the name to the application service delete params

func (*ApplicationServiceDeleteParams) WithPropagationPolicy

func (o *ApplicationServiceDeleteParams) WithPropagationPolicy(propagationPolicy *string) *ApplicationServiceDeleteParams

WithPropagationPolicy adds the propagationPolicy to the application service delete params

func (*ApplicationServiceDeleteParams) WithTimeout

WithTimeout adds the timeout to the application service delete params

func (*ApplicationServiceDeleteParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ApplicationServiceDeleteReader

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

ApplicationServiceDeleteReader is a Reader for the ApplicationServiceDelete structure.

func (*ApplicationServiceDeleteReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ApplicationServiceDeleteResourceDefault

type ApplicationServiceDeleteResourceDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
ApplicationServiceDeleteResourceDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewApplicationServiceDeleteResourceDefault

func NewApplicationServiceDeleteResourceDefault(code int) *ApplicationServiceDeleteResourceDefault

NewApplicationServiceDeleteResourceDefault creates a ApplicationServiceDeleteResourceDefault with default headers values

func (*ApplicationServiceDeleteResourceDefault) Code

Code gets the status code for the application service delete resource default response

func (*ApplicationServiceDeleteResourceDefault) Error

func (*ApplicationServiceDeleteResourceDefault) GetPayload

type ApplicationServiceDeleteResourceOK

type ApplicationServiceDeleteResourceOK struct {
	Payload models.ApplicationApplicationResponse
}
ApplicationServiceDeleteResourceOK describes a response with status code 200, with default header values.

A successful response.

func NewApplicationServiceDeleteResourceOK

func NewApplicationServiceDeleteResourceOK() *ApplicationServiceDeleteResourceOK

NewApplicationServiceDeleteResourceOK creates a ApplicationServiceDeleteResourceOK with default headers values

func (*ApplicationServiceDeleteResourceOK) Error

func (*ApplicationServiceDeleteResourceOK) GetPayload

type ApplicationServiceDeleteResourceParams

type ApplicationServiceDeleteResourceParams struct {

	// Force.
	Force *bool

	// Group.
	Group *string

	// Kind.
	Kind *string

	// Name.
	Name string

	// Namespace.
	Namespace *string

	// Orphan.
	Orphan *bool

	// ResourceName.
	ResourceName *string

	// Version.
	Version *string

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

ApplicationServiceDeleteResourceParams contains all the parameters to send to the API endpoint

for the application service delete resource operation.

Typically these are written to a http.Request.

func NewApplicationServiceDeleteResourceParams

func NewApplicationServiceDeleteResourceParams() *ApplicationServiceDeleteResourceParams

NewApplicationServiceDeleteResourceParams creates a new ApplicationServiceDeleteResourceParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewApplicationServiceDeleteResourceParamsWithContext

func NewApplicationServiceDeleteResourceParamsWithContext(ctx context.Context) *ApplicationServiceDeleteResourceParams

NewApplicationServiceDeleteResourceParamsWithContext creates a new ApplicationServiceDeleteResourceParams object with the ability to set a context for a request.

func NewApplicationServiceDeleteResourceParamsWithHTTPClient

func NewApplicationServiceDeleteResourceParamsWithHTTPClient(client *http.Client) *ApplicationServiceDeleteResourceParams

NewApplicationServiceDeleteResourceParamsWithHTTPClient creates a new ApplicationServiceDeleteResourceParams object with the ability to set a custom HTTPClient for a request.

func NewApplicationServiceDeleteResourceParamsWithTimeout

func NewApplicationServiceDeleteResourceParamsWithTimeout(timeout time.Duration) *ApplicationServiceDeleteResourceParams

NewApplicationServiceDeleteResourceParamsWithTimeout creates a new ApplicationServiceDeleteResourceParams object with the ability to set a timeout on a request.

func (*ApplicationServiceDeleteResourceParams) SetContext

SetContext adds the context to the application service delete resource params

func (*ApplicationServiceDeleteResourceParams) SetDefaults

func (o *ApplicationServiceDeleteResourceParams) SetDefaults()

SetDefaults hydrates default values in the application service delete resource params (not the query body).

All values with no default are reset to their zero value.

func (*ApplicationServiceDeleteResourceParams) SetForce

func (o *ApplicationServiceDeleteResourceParams) SetForce(force *bool)

SetForce adds the force to the application service delete resource params

func (*ApplicationServiceDeleteResourceParams) SetGroup

func (o *ApplicationServiceDeleteResourceParams) SetGroup(group *string)

SetGroup adds the group to the application service delete resource params

func (*ApplicationServiceDeleteResourceParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the application service delete resource params

func (*ApplicationServiceDeleteResourceParams) SetKind

SetKind adds the kind to the application service delete resource params

func (*ApplicationServiceDeleteResourceParams) SetName

SetName adds the name to the application service delete resource params

func (*ApplicationServiceDeleteResourceParams) SetNamespace

func (o *ApplicationServiceDeleteResourceParams) SetNamespace(namespace *string)

SetNamespace adds the namespace to the application service delete resource params

func (*ApplicationServiceDeleteResourceParams) SetOrphan

func (o *ApplicationServiceDeleteResourceParams) SetOrphan(orphan *bool)

SetOrphan adds the orphan to the application service delete resource params

func (*ApplicationServiceDeleteResourceParams) SetResourceName

func (o *ApplicationServiceDeleteResourceParams) SetResourceName(resourceName *string)

SetResourceName adds the resourceName to the application service delete resource params

func (*ApplicationServiceDeleteResourceParams) SetTimeout

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

SetTimeout adds the timeout to the application service delete resource params

func (*ApplicationServiceDeleteResourceParams) SetVersion

func (o *ApplicationServiceDeleteResourceParams) SetVersion(version *string)

SetVersion adds the version to the application service delete resource params

func (*ApplicationServiceDeleteResourceParams) WithContext

WithContext adds the context to the application service delete resource params

func (*ApplicationServiceDeleteResourceParams) WithDefaults

WithDefaults hydrates default values in the application service delete resource params (not the query body).

All values with no default are reset to their zero value.

func (*ApplicationServiceDeleteResourceParams) WithForce

WithForce adds the force to the application service delete resource params

func (*ApplicationServiceDeleteResourceParams) WithGroup

WithGroup adds the group to the application service delete resource params

func (*ApplicationServiceDeleteResourceParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the application service delete resource params

func (*ApplicationServiceDeleteResourceParams) WithKind

WithKind adds the kind to the application service delete resource params

func (*ApplicationServiceDeleteResourceParams) WithName

WithName adds the name to the application service delete resource params

func (*ApplicationServiceDeleteResourceParams) WithNamespace

WithNamespace adds the namespace to the application service delete resource params

func (*ApplicationServiceDeleteResourceParams) WithOrphan

WithOrphan adds the orphan to the application service delete resource params

func (*ApplicationServiceDeleteResourceParams) WithResourceName

WithResourceName adds the resourceName to the application service delete resource params

func (*ApplicationServiceDeleteResourceParams) WithTimeout

WithTimeout adds the timeout to the application service delete resource params

func (*ApplicationServiceDeleteResourceParams) WithVersion

WithVersion adds the version to the application service delete resource params

func (*ApplicationServiceDeleteResourceParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ApplicationServiceDeleteResourceReader

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

ApplicationServiceDeleteResourceReader is a Reader for the ApplicationServiceDeleteResource structure.

func (*ApplicationServiceDeleteResourceReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ApplicationServiceGetApplicationSyncWindowsDefault

type ApplicationServiceGetApplicationSyncWindowsDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
ApplicationServiceGetApplicationSyncWindowsDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewApplicationServiceGetApplicationSyncWindowsDefault

func NewApplicationServiceGetApplicationSyncWindowsDefault(code int) *ApplicationServiceGetApplicationSyncWindowsDefault

NewApplicationServiceGetApplicationSyncWindowsDefault creates a ApplicationServiceGetApplicationSyncWindowsDefault with default headers values

func (*ApplicationServiceGetApplicationSyncWindowsDefault) Code

Code gets the status code for the application service get application sync windows default response

func (*ApplicationServiceGetApplicationSyncWindowsDefault) Error

func (*ApplicationServiceGetApplicationSyncWindowsDefault) GetPayload

type ApplicationServiceGetApplicationSyncWindowsOK

type ApplicationServiceGetApplicationSyncWindowsOK struct {
	Payload *models.ApplicationApplicationSyncWindowsResponse
}
ApplicationServiceGetApplicationSyncWindowsOK describes a response with status code 200, with default header values.

A successful response.

func NewApplicationServiceGetApplicationSyncWindowsOK

func NewApplicationServiceGetApplicationSyncWindowsOK() *ApplicationServiceGetApplicationSyncWindowsOK

NewApplicationServiceGetApplicationSyncWindowsOK creates a ApplicationServiceGetApplicationSyncWindowsOK with default headers values

func (*ApplicationServiceGetApplicationSyncWindowsOK) Error

func (*ApplicationServiceGetApplicationSyncWindowsOK) GetPayload

type ApplicationServiceGetApplicationSyncWindowsParams

type ApplicationServiceGetApplicationSyncWindowsParams struct {

	// Name.
	Name string

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

ApplicationServiceGetApplicationSyncWindowsParams contains all the parameters to send to the API endpoint

for the application service get application sync windows operation.

Typically these are written to a http.Request.

func NewApplicationServiceGetApplicationSyncWindowsParams

func NewApplicationServiceGetApplicationSyncWindowsParams() *ApplicationServiceGetApplicationSyncWindowsParams

NewApplicationServiceGetApplicationSyncWindowsParams creates a new ApplicationServiceGetApplicationSyncWindowsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewApplicationServiceGetApplicationSyncWindowsParamsWithContext

func NewApplicationServiceGetApplicationSyncWindowsParamsWithContext(ctx context.Context) *ApplicationServiceGetApplicationSyncWindowsParams

NewApplicationServiceGetApplicationSyncWindowsParamsWithContext creates a new ApplicationServiceGetApplicationSyncWindowsParams object with the ability to set a context for a request.

func NewApplicationServiceGetApplicationSyncWindowsParamsWithHTTPClient

func NewApplicationServiceGetApplicationSyncWindowsParamsWithHTTPClient(client *http.Client) *ApplicationServiceGetApplicationSyncWindowsParams

NewApplicationServiceGetApplicationSyncWindowsParamsWithHTTPClient creates a new ApplicationServiceGetApplicationSyncWindowsParams object with the ability to set a custom HTTPClient for a request.

func NewApplicationServiceGetApplicationSyncWindowsParamsWithTimeout

func NewApplicationServiceGetApplicationSyncWindowsParamsWithTimeout(timeout time.Duration) *ApplicationServiceGetApplicationSyncWindowsParams

NewApplicationServiceGetApplicationSyncWindowsParamsWithTimeout creates a new ApplicationServiceGetApplicationSyncWindowsParams object with the ability to set a timeout on a request.

func (*ApplicationServiceGetApplicationSyncWindowsParams) SetContext

SetContext adds the context to the application service get application sync windows params

func (*ApplicationServiceGetApplicationSyncWindowsParams) SetDefaults

SetDefaults hydrates default values in the application service get application sync windows params (not the query body).

All values with no default are reset to their zero value.

func (*ApplicationServiceGetApplicationSyncWindowsParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the application service get application sync windows params

func (*ApplicationServiceGetApplicationSyncWindowsParams) SetName

SetName adds the name to the application service get application sync windows params

func (*ApplicationServiceGetApplicationSyncWindowsParams) SetTimeout

SetTimeout adds the timeout to the application service get application sync windows params

func (*ApplicationServiceGetApplicationSyncWindowsParams) WithContext

WithContext adds the context to the application service get application sync windows params

func (*ApplicationServiceGetApplicationSyncWindowsParams) WithDefaults

WithDefaults hydrates default values in the application service get application sync windows params (not the query body).

All values with no default are reset to their zero value.

func (*ApplicationServiceGetApplicationSyncWindowsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the application service get application sync windows params

func (*ApplicationServiceGetApplicationSyncWindowsParams) WithName

WithName adds the name to the application service get application sync windows params

func (*ApplicationServiceGetApplicationSyncWindowsParams) WithTimeout

WithTimeout adds the timeout to the application service get application sync windows params

func (*ApplicationServiceGetApplicationSyncWindowsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ApplicationServiceGetApplicationSyncWindowsReader

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

ApplicationServiceGetApplicationSyncWindowsReader is a Reader for the ApplicationServiceGetApplicationSyncWindows structure.

func (*ApplicationServiceGetApplicationSyncWindowsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ApplicationServiceGetDefault

type ApplicationServiceGetDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
ApplicationServiceGetDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewApplicationServiceGetDefault

func NewApplicationServiceGetDefault(code int) *ApplicationServiceGetDefault

NewApplicationServiceGetDefault creates a ApplicationServiceGetDefault with default headers values

func (*ApplicationServiceGetDefault) Code

Code gets the status code for the application service get default response

func (*ApplicationServiceGetDefault) Error

func (*ApplicationServiceGetDefault) GetPayload

type ApplicationServiceGetManifestsDefault

type ApplicationServiceGetManifestsDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
ApplicationServiceGetManifestsDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewApplicationServiceGetManifestsDefault

func NewApplicationServiceGetManifestsDefault(code int) *ApplicationServiceGetManifestsDefault

NewApplicationServiceGetManifestsDefault creates a ApplicationServiceGetManifestsDefault with default headers values

func (*ApplicationServiceGetManifestsDefault) Code

Code gets the status code for the application service get manifests default response

func (*ApplicationServiceGetManifestsDefault) Error

func (*ApplicationServiceGetManifestsDefault) GetPayload

type ApplicationServiceGetManifestsOK

type ApplicationServiceGetManifestsOK struct {
	Payload *models.RepositoryManifestResponse
}
ApplicationServiceGetManifestsOK describes a response with status code 200, with default header values.

A successful response.

func NewApplicationServiceGetManifestsOK

func NewApplicationServiceGetManifestsOK() *ApplicationServiceGetManifestsOK

NewApplicationServiceGetManifestsOK creates a ApplicationServiceGetManifestsOK with default headers values

func (*ApplicationServiceGetManifestsOK) Error

func (*ApplicationServiceGetManifestsOK) GetPayload

type ApplicationServiceGetManifestsParams

type ApplicationServiceGetManifestsParams struct {

	// Name.
	Name string

	// Revision.
	Revision *string

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

ApplicationServiceGetManifestsParams contains all the parameters to send to the API endpoint

for the application service get manifests operation.

Typically these are written to a http.Request.

func NewApplicationServiceGetManifestsParams

func NewApplicationServiceGetManifestsParams() *ApplicationServiceGetManifestsParams

NewApplicationServiceGetManifestsParams creates a new ApplicationServiceGetManifestsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewApplicationServiceGetManifestsParamsWithContext

func NewApplicationServiceGetManifestsParamsWithContext(ctx context.Context) *ApplicationServiceGetManifestsParams

NewApplicationServiceGetManifestsParamsWithContext creates a new ApplicationServiceGetManifestsParams object with the ability to set a context for a request.

func NewApplicationServiceGetManifestsParamsWithHTTPClient

func NewApplicationServiceGetManifestsParamsWithHTTPClient(client *http.Client) *ApplicationServiceGetManifestsParams

NewApplicationServiceGetManifestsParamsWithHTTPClient creates a new ApplicationServiceGetManifestsParams object with the ability to set a custom HTTPClient for a request.

func NewApplicationServiceGetManifestsParamsWithTimeout

func NewApplicationServiceGetManifestsParamsWithTimeout(timeout time.Duration) *ApplicationServiceGetManifestsParams

NewApplicationServiceGetManifestsParamsWithTimeout creates a new ApplicationServiceGetManifestsParams object with the ability to set a timeout on a request.

func (*ApplicationServiceGetManifestsParams) SetContext

SetContext adds the context to the application service get manifests params

func (*ApplicationServiceGetManifestsParams) SetDefaults

func (o *ApplicationServiceGetManifestsParams) SetDefaults()

SetDefaults hydrates default values in the application service get manifests params (not the query body).

All values with no default are reset to their zero value.

func (*ApplicationServiceGetManifestsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the application service get manifests params

func (*ApplicationServiceGetManifestsParams) SetName

SetName adds the name to the application service get manifests params

func (*ApplicationServiceGetManifestsParams) SetRevision

func (o *ApplicationServiceGetManifestsParams) SetRevision(revision *string)

SetRevision adds the revision to the application service get manifests params

func (*ApplicationServiceGetManifestsParams) SetTimeout

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

SetTimeout adds the timeout to the application service get manifests params

func (*ApplicationServiceGetManifestsParams) WithContext

WithContext adds the context to the application service get manifests params

func (*ApplicationServiceGetManifestsParams) WithDefaults

WithDefaults hydrates default values in the application service get manifests params (not the query body).

All values with no default are reset to their zero value.

func (*ApplicationServiceGetManifestsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the application service get manifests params

func (*ApplicationServiceGetManifestsParams) WithName

WithName adds the name to the application service get manifests params

func (*ApplicationServiceGetManifestsParams) WithRevision

WithRevision adds the revision to the application service get manifests params

func (*ApplicationServiceGetManifestsParams) WithTimeout

WithTimeout adds the timeout to the application service get manifests params

func (*ApplicationServiceGetManifestsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ApplicationServiceGetManifestsReader

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

ApplicationServiceGetManifestsReader is a Reader for the ApplicationServiceGetManifests structure.

func (*ApplicationServiceGetManifestsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ApplicationServiceGetOK

type ApplicationServiceGetOK struct {
	Payload *models.V1alpha1Application
}
ApplicationServiceGetOK describes a response with status code 200, with default header values.

A successful response.

func NewApplicationServiceGetOK

func NewApplicationServiceGetOK() *ApplicationServiceGetOK

NewApplicationServiceGetOK creates a ApplicationServiceGetOK with default headers values

func (*ApplicationServiceGetOK) Error

func (o *ApplicationServiceGetOK) Error() string

func (*ApplicationServiceGetOK) GetPayload

type ApplicationServiceGetParams

type ApplicationServiceGetParams struct {

	/* Name.

	   the application's name
	*/
	Name string

	/* Projects.

	   the project names to restrict returned list applications.
	*/
	Projects []string

	/* Refresh.

	   forces application reconciliation if set to true.
	*/
	Refresh *string

	/* Repo.

	   the repoURL to restrict returned list applications.
	*/
	Repo *string

	/* ResourceVersion.

	   when specified with a watch call, shows changes that occur after that particular version of a resource.
	*/
	ResourceVersion *string

	/* Selector.

	   the selector to restrict returned list to applications only with matched labels.
	*/
	Selector *string

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

ApplicationServiceGetParams contains all the parameters to send to the API endpoint

for the application service get operation.

Typically these are written to a http.Request.

func NewApplicationServiceGetParams

func NewApplicationServiceGetParams() *ApplicationServiceGetParams

NewApplicationServiceGetParams creates a new ApplicationServiceGetParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewApplicationServiceGetParamsWithContext

func NewApplicationServiceGetParamsWithContext(ctx context.Context) *ApplicationServiceGetParams

NewApplicationServiceGetParamsWithContext creates a new ApplicationServiceGetParams object with the ability to set a context for a request.

func NewApplicationServiceGetParamsWithHTTPClient

func NewApplicationServiceGetParamsWithHTTPClient(client *http.Client) *ApplicationServiceGetParams

NewApplicationServiceGetParamsWithHTTPClient creates a new ApplicationServiceGetParams object with the ability to set a custom HTTPClient for a request.

func NewApplicationServiceGetParamsWithTimeout

func NewApplicationServiceGetParamsWithTimeout(timeout time.Duration) *ApplicationServiceGetParams

NewApplicationServiceGetParamsWithTimeout creates a new ApplicationServiceGetParams object with the ability to set a timeout on a request.

func (*ApplicationServiceGetParams) SetContext

func (o *ApplicationServiceGetParams) SetContext(ctx context.Context)

SetContext adds the context to the application service get params

func (*ApplicationServiceGetParams) SetDefaults

func (o *ApplicationServiceGetParams) SetDefaults()

SetDefaults hydrates default values in the application service get params (not the query body).

All values with no default are reset to their zero value.

func (*ApplicationServiceGetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the application service get params

func (*ApplicationServiceGetParams) SetName

func (o *ApplicationServiceGetParams) SetName(name string)

SetName adds the name to the application service get params

func (*ApplicationServiceGetParams) SetProjects

func (o *ApplicationServiceGetParams) SetProjects(projects []string)

SetProjects adds the projects to the application service get params

func (*ApplicationServiceGetParams) SetRefresh

func (o *ApplicationServiceGetParams) SetRefresh(refresh *string)

SetRefresh adds the refresh to the application service get params

func (*ApplicationServiceGetParams) SetRepo

func (o *ApplicationServiceGetParams) SetRepo(repo *string)

SetRepo adds the repo to the application service get params

func (*ApplicationServiceGetParams) SetResourceVersion

func (o *ApplicationServiceGetParams) SetResourceVersion(resourceVersion *string)

SetResourceVersion adds the resourceVersion to the application service get params

func (*ApplicationServiceGetParams) SetSelector

func (o *ApplicationServiceGetParams) SetSelector(selector *string)

SetSelector adds the selector to the application service get params

func (*ApplicationServiceGetParams) SetTimeout

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

SetTimeout adds the timeout to the application service get params

func (*ApplicationServiceGetParams) WithContext

WithContext adds the context to the application service get params

func (*ApplicationServiceGetParams) WithDefaults

WithDefaults hydrates default values in the application service get params (not the query body).

All values with no default are reset to their zero value.

func (*ApplicationServiceGetParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the application service get params

func (*ApplicationServiceGetParams) WithName

WithName adds the name to the application service get params

func (*ApplicationServiceGetParams) WithProjects

func (o *ApplicationServiceGetParams) WithProjects(projects []string) *ApplicationServiceGetParams

WithProjects adds the projects to the application service get params

func (*ApplicationServiceGetParams) WithRefresh

WithRefresh adds the refresh to the application service get params

func (*ApplicationServiceGetParams) WithRepo

WithRepo adds the repo to the application service get params

func (*ApplicationServiceGetParams) WithResourceVersion

func (o *ApplicationServiceGetParams) WithResourceVersion(resourceVersion *string) *ApplicationServiceGetParams

WithResourceVersion adds the resourceVersion to the application service get params

func (*ApplicationServiceGetParams) WithSelector

WithSelector adds the selector to the application service get params

func (*ApplicationServiceGetParams) WithTimeout

WithTimeout adds the timeout to the application service get params

func (*ApplicationServiceGetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ApplicationServiceGetReader

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

ApplicationServiceGetReader is a Reader for the ApplicationServiceGet structure.

func (*ApplicationServiceGetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ApplicationServiceGetResourceDefault

type ApplicationServiceGetResourceDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
ApplicationServiceGetResourceDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewApplicationServiceGetResourceDefault

func NewApplicationServiceGetResourceDefault(code int) *ApplicationServiceGetResourceDefault

NewApplicationServiceGetResourceDefault creates a ApplicationServiceGetResourceDefault with default headers values

func (*ApplicationServiceGetResourceDefault) Code

Code gets the status code for the application service get resource default response

func (*ApplicationServiceGetResourceDefault) Error

func (*ApplicationServiceGetResourceDefault) GetPayload

type ApplicationServiceGetResourceOK

type ApplicationServiceGetResourceOK struct {
	Payload *models.ApplicationApplicationResourceResponse
}
ApplicationServiceGetResourceOK describes a response with status code 200, with default header values.

A successful response.

func NewApplicationServiceGetResourceOK

func NewApplicationServiceGetResourceOK() *ApplicationServiceGetResourceOK

NewApplicationServiceGetResourceOK creates a ApplicationServiceGetResourceOK with default headers values

func (*ApplicationServiceGetResourceOK) Error

func (*ApplicationServiceGetResourceOK) GetPayload

type ApplicationServiceGetResourceParams

type ApplicationServiceGetResourceParams struct {

	// Group.
	Group *string

	// Kind.
	Kind *string

	// Name.
	Name string

	// Namespace.
	Namespace *string

	// ResourceName.
	ResourceName *string

	// Version.
	Version *string

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

ApplicationServiceGetResourceParams contains all the parameters to send to the API endpoint

for the application service get resource operation.

Typically these are written to a http.Request.

func NewApplicationServiceGetResourceParams

func NewApplicationServiceGetResourceParams() *ApplicationServiceGetResourceParams

NewApplicationServiceGetResourceParams creates a new ApplicationServiceGetResourceParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewApplicationServiceGetResourceParamsWithContext

func NewApplicationServiceGetResourceParamsWithContext(ctx context.Context) *ApplicationServiceGetResourceParams

NewApplicationServiceGetResourceParamsWithContext creates a new ApplicationServiceGetResourceParams object with the ability to set a context for a request.

func NewApplicationServiceGetResourceParamsWithHTTPClient

func NewApplicationServiceGetResourceParamsWithHTTPClient(client *http.Client) *ApplicationServiceGetResourceParams

NewApplicationServiceGetResourceParamsWithHTTPClient creates a new ApplicationServiceGetResourceParams object with the ability to set a custom HTTPClient for a request.

func NewApplicationServiceGetResourceParamsWithTimeout

func NewApplicationServiceGetResourceParamsWithTimeout(timeout time.Duration) *ApplicationServiceGetResourceParams

NewApplicationServiceGetResourceParamsWithTimeout creates a new ApplicationServiceGetResourceParams object with the ability to set a timeout on a request.

func (*ApplicationServiceGetResourceParams) SetContext

SetContext adds the context to the application service get resource params

func (*ApplicationServiceGetResourceParams) SetDefaults

func (o *ApplicationServiceGetResourceParams) SetDefaults()

SetDefaults hydrates default values in the application service get resource params (not the query body).

All values with no default are reset to their zero value.

func (*ApplicationServiceGetResourceParams) SetGroup

func (o *ApplicationServiceGetResourceParams) SetGroup(group *string)

SetGroup adds the group to the application service get resource params

func (*ApplicationServiceGetResourceParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the application service get resource params

func (*ApplicationServiceGetResourceParams) SetKind

func (o *ApplicationServiceGetResourceParams) SetKind(kind *string)

SetKind adds the kind to the application service get resource params

func (*ApplicationServiceGetResourceParams) SetName

SetName adds the name to the application service get resource params

func (*ApplicationServiceGetResourceParams) SetNamespace

func (o *ApplicationServiceGetResourceParams) SetNamespace(namespace *string)

SetNamespace adds the namespace to the application service get resource params

func (*ApplicationServiceGetResourceParams) SetResourceName

func (o *ApplicationServiceGetResourceParams) SetResourceName(resourceName *string)

SetResourceName adds the resourceName to the application service get resource params

func (*ApplicationServiceGetResourceParams) SetTimeout

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

SetTimeout adds the timeout to the application service get resource params

func (*ApplicationServiceGetResourceParams) SetVersion

func (o *ApplicationServiceGetResourceParams) SetVersion(version *string)

SetVersion adds the version to the application service get resource params

func (*ApplicationServiceGetResourceParams) WithContext

WithContext adds the context to the application service get resource params

func (*ApplicationServiceGetResourceParams) WithDefaults

WithDefaults hydrates default values in the application service get resource params (not the query body).

All values with no default are reset to their zero value.

func (*ApplicationServiceGetResourceParams) WithGroup

WithGroup adds the group to the application service get resource params

func (*ApplicationServiceGetResourceParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the application service get resource params

func (*ApplicationServiceGetResourceParams) WithKind

WithKind adds the kind to the application service get resource params

func (*ApplicationServiceGetResourceParams) WithName

WithName adds the name to the application service get resource params

func (*ApplicationServiceGetResourceParams) WithNamespace

WithNamespace adds the namespace to the application service get resource params

func (*ApplicationServiceGetResourceParams) WithResourceName

WithResourceName adds the resourceName to the application service get resource params

func (*ApplicationServiceGetResourceParams) WithTimeout

WithTimeout adds the timeout to the application service get resource params

func (*ApplicationServiceGetResourceParams) WithVersion

WithVersion adds the version to the application service get resource params

func (*ApplicationServiceGetResourceParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ApplicationServiceGetResourceReader

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

ApplicationServiceGetResourceReader is a Reader for the ApplicationServiceGetResource structure.

func (*ApplicationServiceGetResourceReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ApplicationServiceListDefault

type ApplicationServiceListDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
ApplicationServiceListDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewApplicationServiceListDefault

func NewApplicationServiceListDefault(code int) *ApplicationServiceListDefault

NewApplicationServiceListDefault creates a ApplicationServiceListDefault with default headers values

func (*ApplicationServiceListDefault) Code

Code gets the status code for the application service list default response

func (*ApplicationServiceListDefault) Error

func (*ApplicationServiceListDefault) GetPayload

type ApplicationServiceListOK

type ApplicationServiceListOK struct {
	Payload *models.V1alpha1ApplicationList
}
ApplicationServiceListOK describes a response with status code 200, with default header values.

A successful response.

func NewApplicationServiceListOK

func NewApplicationServiceListOK() *ApplicationServiceListOK

NewApplicationServiceListOK creates a ApplicationServiceListOK with default headers values

func (*ApplicationServiceListOK) Error

func (o *ApplicationServiceListOK) Error() string

func (*ApplicationServiceListOK) GetPayload

type ApplicationServiceListParams

type ApplicationServiceListParams struct {

	/* Name.

	   the application's name.
	*/
	Name *string

	/* Projects.

	   the project names to restrict returned list applications.
	*/
	Projects []string

	/* Refresh.

	   forces application reconciliation if set to true.
	*/
	Refresh *string

	/* Repo.

	   the repoURL to restrict returned list applications.
	*/
	Repo *string

	/* ResourceVersion.

	   when specified with a watch call, shows changes that occur after that particular version of a resource.
	*/
	ResourceVersion *string

	/* Selector.

	   the selector to restrict returned list to applications only with matched labels.
	*/
	Selector *string

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

ApplicationServiceListParams contains all the parameters to send to the API endpoint

for the application service list operation.

Typically these are written to a http.Request.

func NewApplicationServiceListParams

func NewApplicationServiceListParams() *ApplicationServiceListParams

NewApplicationServiceListParams creates a new ApplicationServiceListParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewApplicationServiceListParamsWithContext

func NewApplicationServiceListParamsWithContext(ctx context.Context) *ApplicationServiceListParams

NewApplicationServiceListParamsWithContext creates a new ApplicationServiceListParams object with the ability to set a context for a request.

func NewApplicationServiceListParamsWithHTTPClient

func NewApplicationServiceListParamsWithHTTPClient(client *http.Client) *ApplicationServiceListParams

NewApplicationServiceListParamsWithHTTPClient creates a new ApplicationServiceListParams object with the ability to set a custom HTTPClient for a request.

func NewApplicationServiceListParamsWithTimeout

func NewApplicationServiceListParamsWithTimeout(timeout time.Duration) *ApplicationServiceListParams

NewApplicationServiceListParamsWithTimeout creates a new ApplicationServiceListParams object with the ability to set a timeout on a request.

func (*ApplicationServiceListParams) SetContext

func (o *ApplicationServiceListParams) SetContext(ctx context.Context)

SetContext adds the context to the application service list params

func (*ApplicationServiceListParams) SetDefaults

func (o *ApplicationServiceListParams) SetDefaults()

SetDefaults hydrates default values in the application service list params (not the query body).

All values with no default are reset to their zero value.

func (*ApplicationServiceListParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the application service list params

func (*ApplicationServiceListParams) SetName

func (o *ApplicationServiceListParams) SetName(name *string)

SetName adds the name to the application service list params

func (*ApplicationServiceListParams) SetProjects

func (o *ApplicationServiceListParams) SetProjects(projects []string)

SetProjects adds the projects to the application service list params

func (*ApplicationServiceListParams) SetRefresh

func (o *ApplicationServiceListParams) SetRefresh(refresh *string)

SetRefresh adds the refresh to the application service list params

func (*ApplicationServiceListParams) SetRepo

func (o *ApplicationServiceListParams) SetRepo(repo *string)

SetRepo adds the repo to the application service list params

func (*ApplicationServiceListParams) SetResourceVersion

func (o *ApplicationServiceListParams) SetResourceVersion(resourceVersion *string)

SetResourceVersion adds the resourceVersion to the application service list params

func (*ApplicationServiceListParams) SetSelector

func (o *ApplicationServiceListParams) SetSelector(selector *string)

SetSelector adds the selector to the application service list params

func (*ApplicationServiceListParams) SetTimeout

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

SetTimeout adds the timeout to the application service list params

func (*ApplicationServiceListParams) WithContext

WithContext adds the context to the application service list params

func (*ApplicationServiceListParams) WithDefaults

WithDefaults hydrates default values in the application service list params (not the query body).

All values with no default are reset to their zero value.

func (*ApplicationServiceListParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the application service list params

func (*ApplicationServiceListParams) WithName

WithName adds the name to the application service list params

func (*ApplicationServiceListParams) WithProjects

WithProjects adds the projects to the application service list params

func (*ApplicationServiceListParams) WithRefresh

WithRefresh adds the refresh to the application service list params

func (*ApplicationServiceListParams) WithRepo

WithRepo adds the repo to the application service list params

func (*ApplicationServiceListParams) WithResourceVersion

func (o *ApplicationServiceListParams) WithResourceVersion(resourceVersion *string) *ApplicationServiceListParams

WithResourceVersion adds the resourceVersion to the application service list params

func (*ApplicationServiceListParams) WithSelector

WithSelector adds the selector to the application service list params

func (*ApplicationServiceListParams) WithTimeout

WithTimeout adds the timeout to the application service list params

func (*ApplicationServiceListParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ApplicationServiceListReader

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

ApplicationServiceListReader is a Reader for the ApplicationServiceList structure.

func (*ApplicationServiceListReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ApplicationServiceListResourceActionsDefault

type ApplicationServiceListResourceActionsDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
ApplicationServiceListResourceActionsDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewApplicationServiceListResourceActionsDefault

func NewApplicationServiceListResourceActionsDefault(code int) *ApplicationServiceListResourceActionsDefault

NewApplicationServiceListResourceActionsDefault creates a ApplicationServiceListResourceActionsDefault with default headers values

func (*ApplicationServiceListResourceActionsDefault) Code

Code gets the status code for the application service list resource actions default response

func (*ApplicationServiceListResourceActionsDefault) Error

func (*ApplicationServiceListResourceActionsDefault) GetPayload

type ApplicationServiceListResourceActionsOK

type ApplicationServiceListResourceActionsOK struct {
	Payload *models.ApplicationResourceActionsListResponse
}
ApplicationServiceListResourceActionsOK describes a response with status code 200, with default header values.

A successful response.

func NewApplicationServiceListResourceActionsOK

func NewApplicationServiceListResourceActionsOK() *ApplicationServiceListResourceActionsOK

NewApplicationServiceListResourceActionsOK creates a ApplicationServiceListResourceActionsOK with default headers values

func (*ApplicationServiceListResourceActionsOK) Error

func (*ApplicationServiceListResourceActionsOK) GetPayload

type ApplicationServiceListResourceActionsParams

type ApplicationServiceListResourceActionsParams struct {

	// Group.
	Group *string

	// Kind.
	Kind *string

	// Name.
	Name string

	// Namespace.
	Namespace *string

	// ResourceName.
	ResourceName *string

	// Version.
	Version *string

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

ApplicationServiceListResourceActionsParams contains all the parameters to send to the API endpoint

for the application service list resource actions operation.

Typically these are written to a http.Request.

func NewApplicationServiceListResourceActionsParams

func NewApplicationServiceListResourceActionsParams() *ApplicationServiceListResourceActionsParams

NewApplicationServiceListResourceActionsParams creates a new ApplicationServiceListResourceActionsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewApplicationServiceListResourceActionsParamsWithContext

func NewApplicationServiceListResourceActionsParamsWithContext(ctx context.Context) *ApplicationServiceListResourceActionsParams

NewApplicationServiceListResourceActionsParamsWithContext creates a new ApplicationServiceListResourceActionsParams object with the ability to set a context for a request.

func NewApplicationServiceListResourceActionsParamsWithHTTPClient

func NewApplicationServiceListResourceActionsParamsWithHTTPClient(client *http.Client) *ApplicationServiceListResourceActionsParams

NewApplicationServiceListResourceActionsParamsWithHTTPClient creates a new ApplicationServiceListResourceActionsParams object with the ability to set a custom HTTPClient for a request.

func NewApplicationServiceListResourceActionsParamsWithTimeout

func NewApplicationServiceListResourceActionsParamsWithTimeout(timeout time.Duration) *ApplicationServiceListResourceActionsParams

NewApplicationServiceListResourceActionsParamsWithTimeout creates a new ApplicationServiceListResourceActionsParams object with the ability to set a timeout on a request.

func (*ApplicationServiceListResourceActionsParams) SetContext

SetContext adds the context to the application service list resource actions params

func (*ApplicationServiceListResourceActionsParams) SetDefaults

SetDefaults hydrates default values in the application service list resource actions params (not the query body).

All values with no default are reset to their zero value.

func (*ApplicationServiceListResourceActionsParams) SetGroup

SetGroup adds the group to the application service list resource actions params

func (*ApplicationServiceListResourceActionsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the application service list resource actions params

func (*ApplicationServiceListResourceActionsParams) SetKind

SetKind adds the kind to the application service list resource actions params

func (*ApplicationServiceListResourceActionsParams) SetName

SetName adds the name to the application service list resource actions params

func (*ApplicationServiceListResourceActionsParams) SetNamespace

func (o *ApplicationServiceListResourceActionsParams) SetNamespace(namespace *string)

SetNamespace adds the namespace to the application service list resource actions params

func (*ApplicationServiceListResourceActionsParams) SetResourceName

func (o *ApplicationServiceListResourceActionsParams) SetResourceName(resourceName *string)

SetResourceName adds the resourceName to the application service list resource actions params

func (*ApplicationServiceListResourceActionsParams) SetTimeout

SetTimeout adds the timeout to the application service list resource actions params

func (*ApplicationServiceListResourceActionsParams) SetVersion

func (o *ApplicationServiceListResourceActionsParams) SetVersion(version *string)

SetVersion adds the version to the application service list resource actions params

func (*ApplicationServiceListResourceActionsParams) WithContext

WithContext adds the context to the application service list resource actions params

func (*ApplicationServiceListResourceActionsParams) WithDefaults

WithDefaults hydrates default values in the application service list resource actions params (not the query body).

All values with no default are reset to their zero value.

func (*ApplicationServiceListResourceActionsParams) WithGroup

WithGroup adds the group to the application service list resource actions params

func (*ApplicationServiceListResourceActionsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the application service list resource actions params

func (*ApplicationServiceListResourceActionsParams) WithKind

WithKind adds the kind to the application service list resource actions params

func (*ApplicationServiceListResourceActionsParams) WithName

WithName adds the name to the application service list resource actions params

func (*ApplicationServiceListResourceActionsParams) WithNamespace

WithNamespace adds the namespace to the application service list resource actions params

func (*ApplicationServiceListResourceActionsParams) WithResourceName

WithResourceName adds the resourceName to the application service list resource actions params

func (*ApplicationServiceListResourceActionsParams) WithTimeout

WithTimeout adds the timeout to the application service list resource actions params

func (*ApplicationServiceListResourceActionsParams) WithVersion

WithVersion adds the version to the application service list resource actions params

func (*ApplicationServiceListResourceActionsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ApplicationServiceListResourceActionsReader

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

ApplicationServiceListResourceActionsReader is a Reader for the ApplicationServiceListResourceActions structure.

func (*ApplicationServiceListResourceActionsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ApplicationServiceListResourceEventsDefault

type ApplicationServiceListResourceEventsDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
ApplicationServiceListResourceEventsDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewApplicationServiceListResourceEventsDefault

func NewApplicationServiceListResourceEventsDefault(code int) *ApplicationServiceListResourceEventsDefault

NewApplicationServiceListResourceEventsDefault creates a ApplicationServiceListResourceEventsDefault with default headers values

func (*ApplicationServiceListResourceEventsDefault) Code

Code gets the status code for the application service list resource events default response

func (*ApplicationServiceListResourceEventsDefault) Error

func (*ApplicationServiceListResourceEventsDefault) GetPayload

type ApplicationServiceListResourceEventsOK

type ApplicationServiceListResourceEventsOK struct {
	Payload *models.V1EventList
}
ApplicationServiceListResourceEventsOK describes a response with status code 200, with default header values.

A successful response.

func NewApplicationServiceListResourceEventsOK

func NewApplicationServiceListResourceEventsOK() *ApplicationServiceListResourceEventsOK

NewApplicationServiceListResourceEventsOK creates a ApplicationServiceListResourceEventsOK with default headers values

func (*ApplicationServiceListResourceEventsOK) Error

func (*ApplicationServiceListResourceEventsOK) GetPayload

type ApplicationServiceListResourceEventsParams

type ApplicationServiceListResourceEventsParams struct {

	// Name.
	Name string

	// ResourceName.
	ResourceName *string

	// ResourceNamespace.
	ResourceNamespace *string

	// ResourceUID.
	ResourceUID *string

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

ApplicationServiceListResourceEventsParams contains all the parameters to send to the API endpoint

for the application service list resource events operation.

Typically these are written to a http.Request.

func NewApplicationServiceListResourceEventsParams

func NewApplicationServiceListResourceEventsParams() *ApplicationServiceListResourceEventsParams

NewApplicationServiceListResourceEventsParams creates a new ApplicationServiceListResourceEventsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewApplicationServiceListResourceEventsParamsWithContext

func NewApplicationServiceListResourceEventsParamsWithContext(ctx context.Context) *ApplicationServiceListResourceEventsParams

NewApplicationServiceListResourceEventsParamsWithContext creates a new ApplicationServiceListResourceEventsParams object with the ability to set a context for a request.

func NewApplicationServiceListResourceEventsParamsWithHTTPClient

func NewApplicationServiceListResourceEventsParamsWithHTTPClient(client *http.Client) *ApplicationServiceListResourceEventsParams

NewApplicationServiceListResourceEventsParamsWithHTTPClient creates a new ApplicationServiceListResourceEventsParams object with the ability to set a custom HTTPClient for a request.

func NewApplicationServiceListResourceEventsParamsWithTimeout

func NewApplicationServiceListResourceEventsParamsWithTimeout(timeout time.Duration) *ApplicationServiceListResourceEventsParams

NewApplicationServiceListResourceEventsParamsWithTimeout creates a new ApplicationServiceListResourceEventsParams object with the ability to set a timeout on a request.

func (*ApplicationServiceListResourceEventsParams) SetContext

SetContext adds the context to the application service list resource events params

func (*ApplicationServiceListResourceEventsParams) SetDefaults

SetDefaults hydrates default values in the application service list resource events params (not the query body).

All values with no default are reset to their zero value.

func (*ApplicationServiceListResourceEventsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the application service list resource events params

func (*ApplicationServiceListResourceEventsParams) SetName

SetName adds the name to the application service list resource events params

func (*ApplicationServiceListResourceEventsParams) SetResourceName

func (o *ApplicationServiceListResourceEventsParams) SetResourceName(resourceName *string)

SetResourceName adds the resourceName to the application service list resource events params

func (*ApplicationServiceListResourceEventsParams) SetResourceNamespace

func (o *ApplicationServiceListResourceEventsParams) SetResourceNamespace(resourceNamespace *string)

SetResourceNamespace adds the resourceNamespace to the application service list resource events params

func (*ApplicationServiceListResourceEventsParams) SetResourceUID

func (o *ApplicationServiceListResourceEventsParams) SetResourceUID(resourceUID *string)

SetResourceUID adds the resourceUid to the application service list resource events params

func (*ApplicationServiceListResourceEventsParams) SetTimeout

SetTimeout adds the timeout to the application service list resource events params

func (*ApplicationServiceListResourceEventsParams) WithContext

WithContext adds the context to the application service list resource events params

func (*ApplicationServiceListResourceEventsParams) WithDefaults

WithDefaults hydrates default values in the application service list resource events params (not the query body).

All values with no default are reset to their zero value.

func (*ApplicationServiceListResourceEventsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the application service list resource events params

func (*ApplicationServiceListResourceEventsParams) WithName

WithName adds the name to the application service list resource events params

func (*ApplicationServiceListResourceEventsParams) WithResourceName

WithResourceName adds the resourceName to the application service list resource events params

func (*ApplicationServiceListResourceEventsParams) WithResourceNamespace

WithResourceNamespace adds the resourceNamespace to the application service list resource events params

func (*ApplicationServiceListResourceEventsParams) WithResourceUID

WithResourceUID adds the resourceUID to the application service list resource events params

func (*ApplicationServiceListResourceEventsParams) WithTimeout

WithTimeout adds the timeout to the application service list resource events params

func (*ApplicationServiceListResourceEventsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ApplicationServiceListResourceEventsReader

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

ApplicationServiceListResourceEventsReader is a Reader for the ApplicationServiceListResourceEvents structure.

func (*ApplicationServiceListResourceEventsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ApplicationServiceManagedResourcesDefault

type ApplicationServiceManagedResourcesDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
ApplicationServiceManagedResourcesDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewApplicationServiceManagedResourcesDefault

func NewApplicationServiceManagedResourcesDefault(code int) *ApplicationServiceManagedResourcesDefault

NewApplicationServiceManagedResourcesDefault creates a ApplicationServiceManagedResourcesDefault with default headers values

func (*ApplicationServiceManagedResourcesDefault) Code

Code gets the status code for the application service managed resources default response

func (*ApplicationServiceManagedResourcesDefault) Error

func (*ApplicationServiceManagedResourcesDefault) GetPayload

type ApplicationServiceManagedResourcesOK

type ApplicationServiceManagedResourcesOK struct {
	Payload *models.ApplicationManagedResourcesResponse
}
ApplicationServiceManagedResourcesOK describes a response with status code 200, with default header values.

A successful response.

func NewApplicationServiceManagedResourcesOK

func NewApplicationServiceManagedResourcesOK() *ApplicationServiceManagedResourcesOK

NewApplicationServiceManagedResourcesOK creates a ApplicationServiceManagedResourcesOK with default headers values

func (*ApplicationServiceManagedResourcesOK) Error

func (*ApplicationServiceManagedResourcesOK) GetPayload

type ApplicationServiceManagedResourcesParams

type ApplicationServiceManagedResourcesParams struct {

	// ApplicationName.
	ApplicationName string

	// Group.
	Group *string

	// Kind.
	Kind *string

	// Name.
	Name *string

	// Namespace.
	Namespace *string

	// Version.
	Version *string

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

ApplicationServiceManagedResourcesParams contains all the parameters to send to the API endpoint

for the application service managed resources operation.

Typically these are written to a http.Request.

func NewApplicationServiceManagedResourcesParams

func NewApplicationServiceManagedResourcesParams() *ApplicationServiceManagedResourcesParams

NewApplicationServiceManagedResourcesParams creates a new ApplicationServiceManagedResourcesParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewApplicationServiceManagedResourcesParamsWithContext

func NewApplicationServiceManagedResourcesParamsWithContext(ctx context.Context) *ApplicationServiceManagedResourcesParams

NewApplicationServiceManagedResourcesParamsWithContext creates a new ApplicationServiceManagedResourcesParams object with the ability to set a context for a request.

func NewApplicationServiceManagedResourcesParamsWithHTTPClient

func NewApplicationServiceManagedResourcesParamsWithHTTPClient(client *http.Client) *ApplicationServiceManagedResourcesParams

NewApplicationServiceManagedResourcesParamsWithHTTPClient creates a new ApplicationServiceManagedResourcesParams object with the ability to set a custom HTTPClient for a request.

func NewApplicationServiceManagedResourcesParamsWithTimeout

func NewApplicationServiceManagedResourcesParamsWithTimeout(timeout time.Duration) *ApplicationServiceManagedResourcesParams

NewApplicationServiceManagedResourcesParamsWithTimeout creates a new ApplicationServiceManagedResourcesParams object with the ability to set a timeout on a request.

func (*ApplicationServiceManagedResourcesParams) SetApplicationName

func (o *ApplicationServiceManagedResourcesParams) SetApplicationName(applicationName string)

SetApplicationName adds the applicationName to the application service managed resources params

func (*ApplicationServiceManagedResourcesParams) SetContext

SetContext adds the context to the application service managed resources params

func (*ApplicationServiceManagedResourcesParams) SetDefaults

SetDefaults hydrates default values in the application service managed resources params (not the query body).

All values with no default are reset to their zero value.

func (*ApplicationServiceManagedResourcesParams) SetGroup

SetGroup adds the group to the application service managed resources params

func (*ApplicationServiceManagedResourcesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the application service managed resources params

func (*ApplicationServiceManagedResourcesParams) SetKind

SetKind adds the kind to the application service managed resources params

func (*ApplicationServiceManagedResourcesParams) SetName

SetName adds the name to the application service managed resources params

func (*ApplicationServiceManagedResourcesParams) SetNamespace

func (o *ApplicationServiceManagedResourcesParams) SetNamespace(namespace *string)

SetNamespace adds the namespace to the application service managed resources params

func (*ApplicationServiceManagedResourcesParams) SetTimeout

SetTimeout adds the timeout to the application service managed resources params

func (*ApplicationServiceManagedResourcesParams) SetVersion

func (o *ApplicationServiceManagedResourcesParams) SetVersion(version *string)

SetVersion adds the version to the application service managed resources params

func (*ApplicationServiceManagedResourcesParams) WithApplicationName

WithApplicationName adds the applicationName to the application service managed resources params

func (*ApplicationServiceManagedResourcesParams) WithContext

WithContext adds the context to the application service managed resources params

func (*ApplicationServiceManagedResourcesParams) WithDefaults

WithDefaults hydrates default values in the application service managed resources params (not the query body).

All values with no default are reset to their zero value.

func (*ApplicationServiceManagedResourcesParams) WithGroup

WithGroup adds the group to the application service managed resources params

func (*ApplicationServiceManagedResourcesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the application service managed resources params

func (*ApplicationServiceManagedResourcesParams) WithKind

WithKind adds the kind to the application service managed resources params

func (*ApplicationServiceManagedResourcesParams) WithName

WithName adds the name to the application service managed resources params

func (*ApplicationServiceManagedResourcesParams) WithNamespace

WithNamespace adds the namespace to the application service managed resources params

func (*ApplicationServiceManagedResourcesParams) WithTimeout

WithTimeout adds the timeout to the application service managed resources params

func (*ApplicationServiceManagedResourcesParams) WithVersion

WithVersion adds the version to the application service managed resources params

func (*ApplicationServiceManagedResourcesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ApplicationServiceManagedResourcesReader

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

ApplicationServiceManagedResourcesReader is a Reader for the ApplicationServiceManagedResources structure.

func (*ApplicationServiceManagedResourcesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ApplicationServicePatchDefault

type ApplicationServicePatchDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
ApplicationServicePatchDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewApplicationServicePatchDefault

func NewApplicationServicePatchDefault(code int) *ApplicationServicePatchDefault

NewApplicationServicePatchDefault creates a ApplicationServicePatchDefault with default headers values

func (*ApplicationServicePatchDefault) Code

Code gets the status code for the application service patch default response

func (*ApplicationServicePatchDefault) Error

func (*ApplicationServicePatchDefault) GetPayload

type ApplicationServicePatchOK

type ApplicationServicePatchOK struct {
	Payload *models.V1alpha1Application
}
ApplicationServicePatchOK describes a response with status code 200, with default header values.

A successful response.

func NewApplicationServicePatchOK

func NewApplicationServicePatchOK() *ApplicationServicePatchOK

NewApplicationServicePatchOK creates a ApplicationServicePatchOK with default headers values

func (*ApplicationServicePatchOK) Error

func (o *ApplicationServicePatchOK) Error() string

func (*ApplicationServicePatchOK) GetPayload

type ApplicationServicePatchParams

type ApplicationServicePatchParams struct {

	// Body.
	Body *models.ApplicationApplicationPatchRequest

	// Name.
	Name string

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

ApplicationServicePatchParams contains all the parameters to send to the API endpoint

for the application service patch operation.

Typically these are written to a http.Request.

func NewApplicationServicePatchParams

func NewApplicationServicePatchParams() *ApplicationServicePatchParams

NewApplicationServicePatchParams creates a new ApplicationServicePatchParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewApplicationServicePatchParamsWithContext

func NewApplicationServicePatchParamsWithContext(ctx context.Context) *ApplicationServicePatchParams

NewApplicationServicePatchParamsWithContext creates a new ApplicationServicePatchParams object with the ability to set a context for a request.

func NewApplicationServicePatchParamsWithHTTPClient

func NewApplicationServicePatchParamsWithHTTPClient(client *http.Client) *ApplicationServicePatchParams

NewApplicationServicePatchParamsWithHTTPClient creates a new ApplicationServicePatchParams object with the ability to set a custom HTTPClient for a request.

func NewApplicationServicePatchParamsWithTimeout

func NewApplicationServicePatchParamsWithTimeout(timeout time.Duration) *ApplicationServicePatchParams

NewApplicationServicePatchParamsWithTimeout creates a new ApplicationServicePatchParams object with the ability to set a timeout on a request.

func (*ApplicationServicePatchParams) SetBody

SetBody adds the body to the application service patch params

func (*ApplicationServicePatchParams) SetContext

func (o *ApplicationServicePatchParams) SetContext(ctx context.Context)

SetContext adds the context to the application service patch params

func (*ApplicationServicePatchParams) SetDefaults

func (o *ApplicationServicePatchParams) SetDefaults()

SetDefaults hydrates default values in the application service patch params (not the query body).

All values with no default are reset to their zero value.

func (*ApplicationServicePatchParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the application service patch params

func (*ApplicationServicePatchParams) SetName

func (o *ApplicationServicePatchParams) SetName(name string)

SetName adds the name to the application service patch params

func (*ApplicationServicePatchParams) SetTimeout

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

SetTimeout adds the timeout to the application service patch params

func (*ApplicationServicePatchParams) WithBody

WithBody adds the body to the application service patch params

func (*ApplicationServicePatchParams) WithContext

WithContext adds the context to the application service patch params

func (*ApplicationServicePatchParams) WithDefaults

WithDefaults hydrates default values in the application service patch params (not the query body).

All values with no default are reset to their zero value.

func (*ApplicationServicePatchParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the application service patch params

func (*ApplicationServicePatchParams) WithName

WithName adds the name to the application service patch params

func (*ApplicationServicePatchParams) WithTimeout

WithTimeout adds the timeout to the application service patch params

func (*ApplicationServicePatchParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ApplicationServicePatchReader

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

ApplicationServicePatchReader is a Reader for the ApplicationServicePatch structure.

func (*ApplicationServicePatchReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ApplicationServicePatchResourceDefault

type ApplicationServicePatchResourceDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
ApplicationServicePatchResourceDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewApplicationServicePatchResourceDefault

func NewApplicationServicePatchResourceDefault(code int) *ApplicationServicePatchResourceDefault

NewApplicationServicePatchResourceDefault creates a ApplicationServicePatchResourceDefault with default headers values

func (*ApplicationServicePatchResourceDefault) Code

Code gets the status code for the application service patch resource default response

func (*ApplicationServicePatchResourceDefault) Error

func (*ApplicationServicePatchResourceDefault) GetPayload

type ApplicationServicePatchResourceOK

type ApplicationServicePatchResourceOK struct {
	Payload *models.ApplicationApplicationResourceResponse
}
ApplicationServicePatchResourceOK describes a response with status code 200, with default header values.

A successful response.

func NewApplicationServicePatchResourceOK

func NewApplicationServicePatchResourceOK() *ApplicationServicePatchResourceOK

NewApplicationServicePatchResourceOK creates a ApplicationServicePatchResourceOK with default headers values

func (*ApplicationServicePatchResourceOK) Error

func (*ApplicationServicePatchResourceOK) GetPayload

type ApplicationServicePatchResourceParams

type ApplicationServicePatchResourceParams struct {

	// Body.
	Body string

	// Group.
	Group *string

	// Kind.
	Kind *string

	// Name.
	Name string

	// Namespace.
	Namespace *string

	// PatchType.
	PatchType *string

	// ResourceName.
	ResourceName *string

	// Version.
	Version *string

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

ApplicationServicePatchResourceParams contains all the parameters to send to the API endpoint

for the application service patch resource operation.

Typically these are written to a http.Request.

func NewApplicationServicePatchResourceParams

func NewApplicationServicePatchResourceParams() *ApplicationServicePatchResourceParams

NewApplicationServicePatchResourceParams creates a new ApplicationServicePatchResourceParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewApplicationServicePatchResourceParamsWithContext

func NewApplicationServicePatchResourceParamsWithContext(ctx context.Context) *ApplicationServicePatchResourceParams

NewApplicationServicePatchResourceParamsWithContext creates a new ApplicationServicePatchResourceParams object with the ability to set a context for a request.

func NewApplicationServicePatchResourceParamsWithHTTPClient

func NewApplicationServicePatchResourceParamsWithHTTPClient(client *http.Client) *ApplicationServicePatchResourceParams

NewApplicationServicePatchResourceParamsWithHTTPClient creates a new ApplicationServicePatchResourceParams object with the ability to set a custom HTTPClient for a request.

func NewApplicationServicePatchResourceParamsWithTimeout

func NewApplicationServicePatchResourceParamsWithTimeout(timeout time.Duration) *ApplicationServicePatchResourceParams

NewApplicationServicePatchResourceParamsWithTimeout creates a new ApplicationServicePatchResourceParams object with the ability to set a timeout on a request.

func (*ApplicationServicePatchResourceParams) SetBody

SetBody adds the body to the application service patch resource params

func (*ApplicationServicePatchResourceParams) SetContext

SetContext adds the context to the application service patch resource params

func (*ApplicationServicePatchResourceParams) SetDefaults

func (o *ApplicationServicePatchResourceParams) SetDefaults()

SetDefaults hydrates default values in the application service patch resource params (not the query body).

All values with no default are reset to their zero value.

func (*ApplicationServicePatchResourceParams) SetGroup

func (o *ApplicationServicePatchResourceParams) SetGroup(group *string)

SetGroup adds the group to the application service patch resource params

func (*ApplicationServicePatchResourceParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the application service patch resource params

func (*ApplicationServicePatchResourceParams) SetKind

SetKind adds the kind to the application service patch resource params

func (*ApplicationServicePatchResourceParams) SetName

SetName adds the name to the application service patch resource params

func (*ApplicationServicePatchResourceParams) SetNamespace

func (o *ApplicationServicePatchResourceParams) SetNamespace(namespace *string)

SetNamespace adds the namespace to the application service patch resource params

func (*ApplicationServicePatchResourceParams) SetPatchType

func (o *ApplicationServicePatchResourceParams) SetPatchType(patchType *string)

SetPatchType adds the patchType to the application service patch resource params

func (*ApplicationServicePatchResourceParams) SetResourceName

func (o *ApplicationServicePatchResourceParams) SetResourceName(resourceName *string)

SetResourceName adds the resourceName to the application service patch resource params

func (*ApplicationServicePatchResourceParams) SetTimeout

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

SetTimeout adds the timeout to the application service patch resource params

func (*ApplicationServicePatchResourceParams) SetVersion

func (o *ApplicationServicePatchResourceParams) SetVersion(version *string)

SetVersion adds the version to the application service patch resource params

func (*ApplicationServicePatchResourceParams) WithBody

WithBody adds the body to the application service patch resource params

func (*ApplicationServicePatchResourceParams) WithContext

WithContext adds the context to the application service patch resource params

func (*ApplicationServicePatchResourceParams) WithDefaults

WithDefaults hydrates default values in the application service patch resource params (not the query body).

All values with no default are reset to their zero value.

func (*ApplicationServicePatchResourceParams) WithGroup

WithGroup adds the group to the application service patch resource params

func (*ApplicationServicePatchResourceParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the application service patch resource params

func (*ApplicationServicePatchResourceParams) WithKind

WithKind adds the kind to the application service patch resource params

func (*ApplicationServicePatchResourceParams) WithName

WithName adds the name to the application service patch resource params

func (*ApplicationServicePatchResourceParams) WithNamespace

WithNamespace adds the namespace to the application service patch resource params

func (*ApplicationServicePatchResourceParams) WithPatchType

WithPatchType adds the patchType to the application service patch resource params

func (*ApplicationServicePatchResourceParams) WithResourceName

WithResourceName adds the resourceName to the application service patch resource params

func (*ApplicationServicePatchResourceParams) WithTimeout

WithTimeout adds the timeout to the application service patch resource params

func (*ApplicationServicePatchResourceParams) WithVersion

WithVersion adds the version to the application service patch resource params

func (*ApplicationServicePatchResourceParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ApplicationServicePatchResourceReader

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

ApplicationServicePatchResourceReader is a Reader for the ApplicationServicePatchResource structure.

func (*ApplicationServicePatchResourceReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ApplicationServicePodLogs2Default

type ApplicationServicePodLogs2Default struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
ApplicationServicePodLogs2Default describes a response with status code -1, with default header values.

An unexpected error response.

func NewApplicationServicePodLogs2Default

func NewApplicationServicePodLogs2Default(code int) *ApplicationServicePodLogs2Default

NewApplicationServicePodLogs2Default creates a ApplicationServicePodLogs2Default with default headers values

func (*ApplicationServicePodLogs2Default) Code

Code gets the status code for the application service pod logs2 default response

func (*ApplicationServicePodLogs2Default) Error

func (*ApplicationServicePodLogs2Default) GetPayload

type ApplicationServicePodLogs2OK

type ApplicationServicePodLogs2OK struct {
	Payload *models.ApplicationServicePodLogs2OKBody
}
ApplicationServicePodLogs2OK describes a response with status code 200, with default header values.

A successful response.(streaming responses)

func NewApplicationServicePodLogs2OK

func NewApplicationServicePodLogs2OK() *ApplicationServicePodLogs2OK

NewApplicationServicePodLogs2OK creates a ApplicationServicePodLogs2OK with default headers values

func (*ApplicationServicePodLogs2OK) Error

func (*ApplicationServicePodLogs2OK) GetPayload

type ApplicationServicePodLogs2Params

type ApplicationServicePodLogs2Params struct {

	// Container.
	Container *string

	// Filter.
	Filter *string

	// Follow.
	Follow *bool

	// Group.
	Group *string

	// Kind.
	Kind *string

	// Name.
	Name string

	// Namespace.
	Namespace *string

	// PodName.
	PodName *string

	// Previous.
	Previous *bool

	// ResourceName.
	ResourceName *string

	// SinceSeconds.
	//
	// Format: int64
	SinceSeconds *int64

	/* SinceTimeNanos.

	     Non-negative fractions of a second at nanosecond resolution. Negative
	second values with fractions must still have non-negative nanos values
	that count forward in time. Must be from 0 to 999,999,999
	inclusive. This field may be limited in precision depending on context.

	     Format: int32
	*/
	SinceTimeNanos *int32

	/* SinceTimeSeconds.

	     Represents seconds of UTC time since Unix epoch
	1970-01-01T00:00:00Z. Must be from 0001-01-01T00:00:00Z to
	9999-12-31T23:59:59Z inclusive.

	     Format: int64
	*/
	SinceTimeSeconds *int64

	// TailLines.
	//
	// Format: int64
	TailLines *int64

	// UntilTime.
	UntilTime *string

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

ApplicationServicePodLogs2Params contains all the parameters to send to the API endpoint

for the application service pod logs2 operation.

Typically these are written to a http.Request.

func NewApplicationServicePodLogs2Params

func NewApplicationServicePodLogs2Params() *ApplicationServicePodLogs2Params

NewApplicationServicePodLogs2Params creates a new ApplicationServicePodLogs2Params object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewApplicationServicePodLogs2ParamsWithContext

func NewApplicationServicePodLogs2ParamsWithContext(ctx context.Context) *ApplicationServicePodLogs2Params

NewApplicationServicePodLogs2ParamsWithContext creates a new ApplicationServicePodLogs2Params object with the ability to set a context for a request.

func NewApplicationServicePodLogs2ParamsWithHTTPClient

func NewApplicationServicePodLogs2ParamsWithHTTPClient(client *http.Client) *ApplicationServicePodLogs2Params

NewApplicationServicePodLogs2ParamsWithHTTPClient creates a new ApplicationServicePodLogs2Params object with the ability to set a custom HTTPClient for a request.

func NewApplicationServicePodLogs2ParamsWithTimeout

func NewApplicationServicePodLogs2ParamsWithTimeout(timeout time.Duration) *ApplicationServicePodLogs2Params

NewApplicationServicePodLogs2ParamsWithTimeout creates a new ApplicationServicePodLogs2Params object with the ability to set a timeout on a request.

func (*ApplicationServicePodLogs2Params) SetContainer

func (o *ApplicationServicePodLogs2Params) SetContainer(container *string)

SetContainer adds the container to the application service pod logs2 params

func (*ApplicationServicePodLogs2Params) SetContext

SetContext adds the context to the application service pod logs2 params

func (*ApplicationServicePodLogs2Params) SetDefaults

func (o *ApplicationServicePodLogs2Params) SetDefaults()

SetDefaults hydrates default values in the application service pod logs2 params (not the query body).

All values with no default are reset to their zero value.

func (*ApplicationServicePodLogs2Params) SetFilter

func (o *ApplicationServicePodLogs2Params) SetFilter(filter *string)

SetFilter adds the filter to the application service pod logs2 params

func (*ApplicationServicePodLogs2Params) SetFollow

func (o *ApplicationServicePodLogs2Params) SetFollow(follow *bool)

SetFollow adds the follow to the application service pod logs2 params

func (*ApplicationServicePodLogs2Params) SetGroup

func (o *ApplicationServicePodLogs2Params) SetGroup(group *string)

SetGroup adds the group to the application service pod logs2 params

func (*ApplicationServicePodLogs2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the application service pod logs2 params

func (*ApplicationServicePodLogs2Params) SetKind

func (o *ApplicationServicePodLogs2Params) SetKind(kind *string)

SetKind adds the kind to the application service pod logs2 params

func (*ApplicationServicePodLogs2Params) SetName

func (o *ApplicationServicePodLogs2Params) SetName(name string)

SetName adds the name to the application service pod logs2 params

func (*ApplicationServicePodLogs2Params) SetNamespace

func (o *ApplicationServicePodLogs2Params) SetNamespace(namespace *string)

SetNamespace adds the namespace to the application service pod logs2 params

func (*ApplicationServicePodLogs2Params) SetPodName

func (o *ApplicationServicePodLogs2Params) SetPodName(podName *string)

SetPodName adds the podName to the application service pod logs2 params

func (*ApplicationServicePodLogs2Params) SetPrevious

func (o *ApplicationServicePodLogs2Params) SetPrevious(previous *bool)

SetPrevious adds the previous to the application service pod logs2 params

func (*ApplicationServicePodLogs2Params) SetResourceName

func (o *ApplicationServicePodLogs2Params) SetResourceName(resourceName *string)

SetResourceName adds the resourceName to the application service pod logs2 params

func (*ApplicationServicePodLogs2Params) SetSinceSeconds

func (o *ApplicationServicePodLogs2Params) SetSinceSeconds(sinceSeconds *int64)

SetSinceSeconds adds the sinceSeconds to the application service pod logs2 params

func (*ApplicationServicePodLogs2Params) SetSinceTimeNanos

func (o *ApplicationServicePodLogs2Params) SetSinceTimeNanos(sinceTimeNanos *int32)

SetSinceTimeNanos adds the sinceTimeNanos to the application service pod logs2 params

func (*ApplicationServicePodLogs2Params) SetSinceTimeSeconds

func (o *ApplicationServicePodLogs2Params) SetSinceTimeSeconds(sinceTimeSeconds *int64)

SetSinceTimeSeconds adds the sinceTimeSeconds to the application service pod logs2 params

func (*ApplicationServicePodLogs2Params) SetTailLines

func (o *ApplicationServicePodLogs2Params) SetTailLines(tailLines *int64)

SetTailLines adds the tailLines to the application service pod logs2 params

func (*ApplicationServicePodLogs2Params) SetTimeout

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

SetTimeout adds the timeout to the application service pod logs2 params

func (*ApplicationServicePodLogs2Params) SetUntilTime

func (o *ApplicationServicePodLogs2Params) SetUntilTime(untilTime *string)

SetUntilTime adds the untilTime to the application service pod logs2 params

func (*ApplicationServicePodLogs2Params) WithContainer

WithContainer adds the container to the application service pod logs2 params

func (*ApplicationServicePodLogs2Params) WithContext

WithContext adds the context to the application service pod logs2 params

func (*ApplicationServicePodLogs2Params) WithDefaults

WithDefaults hydrates default values in the application service pod logs2 params (not the query body).

All values with no default are reset to their zero value.

func (*ApplicationServicePodLogs2Params) WithFilter

WithFilter adds the filter to the application service pod logs2 params

func (*ApplicationServicePodLogs2Params) WithFollow

WithFollow adds the follow to the application service pod logs2 params

func (*ApplicationServicePodLogs2Params) WithGroup

WithGroup adds the group to the application service pod logs2 params

func (*ApplicationServicePodLogs2Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the application service pod logs2 params

func (*ApplicationServicePodLogs2Params) WithKind

WithKind adds the kind to the application service pod logs2 params

func (*ApplicationServicePodLogs2Params) WithName

WithName adds the name to the application service pod logs2 params

func (*ApplicationServicePodLogs2Params) WithNamespace

WithNamespace adds the namespace to the application service pod logs2 params

func (*ApplicationServicePodLogs2Params) WithPodName

WithPodName adds the podName to the application service pod logs2 params

func (*ApplicationServicePodLogs2Params) WithPrevious

WithPrevious adds the previous to the application service pod logs2 params

func (*ApplicationServicePodLogs2Params) WithResourceName

func (o *ApplicationServicePodLogs2Params) WithResourceName(resourceName *string) *ApplicationServicePodLogs2Params

WithResourceName adds the resourceName to the application service pod logs2 params

func (*ApplicationServicePodLogs2Params) WithSinceSeconds

func (o *ApplicationServicePodLogs2Params) WithSinceSeconds(sinceSeconds *int64) *ApplicationServicePodLogs2Params

WithSinceSeconds adds the sinceSeconds to the application service pod logs2 params

func (*ApplicationServicePodLogs2Params) WithSinceTimeNanos

func (o *ApplicationServicePodLogs2Params) WithSinceTimeNanos(sinceTimeNanos *int32) *ApplicationServicePodLogs2Params

WithSinceTimeNanos adds the sinceTimeNanos to the application service pod logs2 params

func (*ApplicationServicePodLogs2Params) WithSinceTimeSeconds

func (o *ApplicationServicePodLogs2Params) WithSinceTimeSeconds(sinceTimeSeconds *int64) *ApplicationServicePodLogs2Params

WithSinceTimeSeconds adds the sinceTimeSeconds to the application service pod logs2 params

func (*ApplicationServicePodLogs2Params) WithTailLines

WithTailLines adds the tailLines to the application service pod logs2 params

func (*ApplicationServicePodLogs2Params) WithTimeout

WithTimeout adds the timeout to the application service pod logs2 params

func (*ApplicationServicePodLogs2Params) WithUntilTime

WithUntilTime adds the untilTime to the application service pod logs2 params

func (*ApplicationServicePodLogs2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type ApplicationServicePodLogs2Reader

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

ApplicationServicePodLogs2Reader is a Reader for the ApplicationServicePodLogs2 structure.

func (*ApplicationServicePodLogs2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ApplicationServicePodLogsDefault

type ApplicationServicePodLogsDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
ApplicationServicePodLogsDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewApplicationServicePodLogsDefault

func NewApplicationServicePodLogsDefault(code int) *ApplicationServicePodLogsDefault

NewApplicationServicePodLogsDefault creates a ApplicationServicePodLogsDefault with default headers values

func (*ApplicationServicePodLogsDefault) Code

Code gets the status code for the application service pod logs default response

func (*ApplicationServicePodLogsDefault) Error

func (*ApplicationServicePodLogsDefault) GetPayload

type ApplicationServicePodLogsOK

type ApplicationServicePodLogsOK struct {
	Payload *models.ApplicationServicePodLogsOKBody
}
ApplicationServicePodLogsOK describes a response with status code 200, with default header values.

A successful response.(streaming responses)

func NewApplicationServicePodLogsOK

func NewApplicationServicePodLogsOK() *ApplicationServicePodLogsOK

NewApplicationServicePodLogsOK creates a ApplicationServicePodLogsOK with default headers values

func (*ApplicationServicePodLogsOK) Error

func (*ApplicationServicePodLogsOK) GetPayload

type ApplicationServicePodLogsParams

type ApplicationServicePodLogsParams struct {

	// Container.
	Container *string

	// Filter.
	Filter *string

	// Follow.
	Follow *bool

	// Group.
	Group *string

	// Kind.
	Kind *string

	// Name.
	Name string

	// Namespace.
	Namespace *string

	// PodName.
	PodName string

	// Previous.
	Previous *bool

	// ResourceName.
	ResourceName *string

	// SinceSeconds.
	//
	// Format: int64
	SinceSeconds *int64

	/* SinceTimeNanos.

	     Non-negative fractions of a second at nanosecond resolution. Negative
	second values with fractions must still have non-negative nanos values
	that count forward in time. Must be from 0 to 999,999,999
	inclusive. This field may be limited in precision depending on context.

	     Format: int32
	*/
	SinceTimeNanos *int32

	/* SinceTimeSeconds.

	     Represents seconds of UTC time since Unix epoch
	1970-01-01T00:00:00Z. Must be from 0001-01-01T00:00:00Z to
	9999-12-31T23:59:59Z inclusive.

	     Format: int64
	*/
	SinceTimeSeconds *int64

	// TailLines.
	//
	// Format: int64
	TailLines *int64

	// UntilTime.
	UntilTime *string

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

ApplicationServicePodLogsParams contains all the parameters to send to the API endpoint

for the application service pod logs operation.

Typically these are written to a http.Request.

func NewApplicationServicePodLogsParams

func NewApplicationServicePodLogsParams() *ApplicationServicePodLogsParams

NewApplicationServicePodLogsParams creates a new ApplicationServicePodLogsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewApplicationServicePodLogsParamsWithContext

func NewApplicationServicePodLogsParamsWithContext(ctx context.Context) *ApplicationServicePodLogsParams

NewApplicationServicePodLogsParamsWithContext creates a new ApplicationServicePodLogsParams object with the ability to set a context for a request.

func NewApplicationServicePodLogsParamsWithHTTPClient

func NewApplicationServicePodLogsParamsWithHTTPClient(client *http.Client) *ApplicationServicePodLogsParams

NewApplicationServicePodLogsParamsWithHTTPClient creates a new ApplicationServicePodLogsParams object with the ability to set a custom HTTPClient for a request.

func NewApplicationServicePodLogsParamsWithTimeout

func NewApplicationServicePodLogsParamsWithTimeout(timeout time.Duration) *ApplicationServicePodLogsParams

NewApplicationServicePodLogsParamsWithTimeout creates a new ApplicationServicePodLogsParams object with the ability to set a timeout on a request.

func (*ApplicationServicePodLogsParams) SetContainer

func (o *ApplicationServicePodLogsParams) SetContainer(container *string)

SetContainer adds the container to the application service pod logs params

func (*ApplicationServicePodLogsParams) SetContext

func (o *ApplicationServicePodLogsParams) SetContext(ctx context.Context)

SetContext adds the context to the application service pod logs params

func (*ApplicationServicePodLogsParams) SetDefaults

func (o *ApplicationServicePodLogsParams) SetDefaults()

SetDefaults hydrates default values in the application service pod logs params (not the query body).

All values with no default are reset to their zero value.

func (*ApplicationServicePodLogsParams) SetFilter

func (o *ApplicationServicePodLogsParams) SetFilter(filter *string)

SetFilter adds the filter to the application service pod logs params

func (*ApplicationServicePodLogsParams) SetFollow

func (o *ApplicationServicePodLogsParams) SetFollow(follow *bool)

SetFollow adds the follow to the application service pod logs params

func (*ApplicationServicePodLogsParams) SetGroup

func (o *ApplicationServicePodLogsParams) SetGroup(group *string)

SetGroup adds the group to the application service pod logs params

func (*ApplicationServicePodLogsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the application service pod logs params

func (*ApplicationServicePodLogsParams) SetKind

func (o *ApplicationServicePodLogsParams) SetKind(kind *string)

SetKind adds the kind to the application service pod logs params

func (*ApplicationServicePodLogsParams) SetName

func (o *ApplicationServicePodLogsParams) SetName(name string)

SetName adds the name to the application service pod logs params

func (*ApplicationServicePodLogsParams) SetNamespace

func (o *ApplicationServicePodLogsParams) SetNamespace(namespace *string)

SetNamespace adds the namespace to the application service pod logs params

func (*ApplicationServicePodLogsParams) SetPodName

func (o *ApplicationServicePodLogsParams) SetPodName(podName string)

SetPodName adds the podName to the application service pod logs params

func (*ApplicationServicePodLogsParams) SetPrevious

func (o *ApplicationServicePodLogsParams) SetPrevious(previous *bool)

SetPrevious adds the previous to the application service pod logs params

func (*ApplicationServicePodLogsParams) SetResourceName

func (o *ApplicationServicePodLogsParams) SetResourceName(resourceName *string)

SetResourceName adds the resourceName to the application service pod logs params

func (*ApplicationServicePodLogsParams) SetSinceSeconds

func (o *ApplicationServicePodLogsParams) SetSinceSeconds(sinceSeconds *int64)

SetSinceSeconds adds the sinceSeconds to the application service pod logs params

func (*ApplicationServicePodLogsParams) SetSinceTimeNanos

func (o *ApplicationServicePodLogsParams) SetSinceTimeNanos(sinceTimeNanos *int32)

SetSinceTimeNanos adds the sinceTimeNanos to the application service pod logs params

func (*ApplicationServicePodLogsParams) SetSinceTimeSeconds

func (o *ApplicationServicePodLogsParams) SetSinceTimeSeconds(sinceTimeSeconds *int64)

SetSinceTimeSeconds adds the sinceTimeSeconds to the application service pod logs params

func (*ApplicationServicePodLogsParams) SetTailLines

func (o *ApplicationServicePodLogsParams) SetTailLines(tailLines *int64)

SetTailLines adds the tailLines to the application service pod logs params

func (*ApplicationServicePodLogsParams) SetTimeout

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

SetTimeout adds the timeout to the application service pod logs params

func (*ApplicationServicePodLogsParams) SetUntilTime

func (o *ApplicationServicePodLogsParams) SetUntilTime(untilTime *string)

SetUntilTime adds the untilTime to the application service pod logs params

func (*ApplicationServicePodLogsParams) WithContainer

WithContainer adds the container to the application service pod logs params

func (*ApplicationServicePodLogsParams) WithContext

WithContext adds the context to the application service pod logs params

func (*ApplicationServicePodLogsParams) WithDefaults

WithDefaults hydrates default values in the application service pod logs params (not the query body).

All values with no default are reset to their zero value.

func (*ApplicationServicePodLogsParams) WithFilter

WithFilter adds the filter to the application service pod logs params

func (*ApplicationServicePodLogsParams) WithFollow

WithFollow adds the follow to the application service pod logs params

func (*ApplicationServicePodLogsParams) WithGroup

WithGroup adds the group to the application service pod logs params

func (*ApplicationServicePodLogsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the application service pod logs params

func (*ApplicationServicePodLogsParams) WithKind

WithKind adds the kind to the application service pod logs params

func (*ApplicationServicePodLogsParams) WithName

WithName adds the name to the application service pod logs params

func (*ApplicationServicePodLogsParams) WithNamespace

WithNamespace adds the namespace to the application service pod logs params

func (*ApplicationServicePodLogsParams) WithPodName

WithPodName adds the podName to the application service pod logs params

func (*ApplicationServicePodLogsParams) WithPrevious

WithPrevious adds the previous to the application service pod logs params

func (*ApplicationServicePodLogsParams) WithResourceName

func (o *ApplicationServicePodLogsParams) WithResourceName(resourceName *string) *ApplicationServicePodLogsParams

WithResourceName adds the resourceName to the application service pod logs params

func (*ApplicationServicePodLogsParams) WithSinceSeconds

func (o *ApplicationServicePodLogsParams) WithSinceSeconds(sinceSeconds *int64) *ApplicationServicePodLogsParams

WithSinceSeconds adds the sinceSeconds to the application service pod logs params

func (*ApplicationServicePodLogsParams) WithSinceTimeNanos

func (o *ApplicationServicePodLogsParams) WithSinceTimeNanos(sinceTimeNanos *int32) *ApplicationServicePodLogsParams

WithSinceTimeNanos adds the sinceTimeNanos to the application service pod logs params

func (*ApplicationServicePodLogsParams) WithSinceTimeSeconds

func (o *ApplicationServicePodLogsParams) WithSinceTimeSeconds(sinceTimeSeconds *int64) *ApplicationServicePodLogsParams

WithSinceTimeSeconds adds the sinceTimeSeconds to the application service pod logs params

func (*ApplicationServicePodLogsParams) WithTailLines

WithTailLines adds the tailLines to the application service pod logs params

func (*ApplicationServicePodLogsParams) WithTimeout

WithTimeout adds the timeout to the application service pod logs params

func (*ApplicationServicePodLogsParams) WithUntilTime

WithUntilTime adds the untilTime to the application service pod logs params

func (*ApplicationServicePodLogsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ApplicationServicePodLogsReader

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

ApplicationServicePodLogsReader is a Reader for the ApplicationServicePodLogs structure.

func (*ApplicationServicePodLogsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ApplicationServiceResourceTreeDefault

type ApplicationServiceResourceTreeDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
ApplicationServiceResourceTreeDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewApplicationServiceResourceTreeDefault

func NewApplicationServiceResourceTreeDefault(code int) *ApplicationServiceResourceTreeDefault

NewApplicationServiceResourceTreeDefault creates a ApplicationServiceResourceTreeDefault with default headers values

func (*ApplicationServiceResourceTreeDefault) Code

Code gets the status code for the application service resource tree default response

func (*ApplicationServiceResourceTreeDefault) Error

func (*ApplicationServiceResourceTreeDefault) GetPayload

type ApplicationServiceResourceTreeOK

type ApplicationServiceResourceTreeOK struct {
	Payload *models.V1alpha1ApplicationTree
}
ApplicationServiceResourceTreeOK describes a response with status code 200, with default header values.

A successful response.

func NewApplicationServiceResourceTreeOK

func NewApplicationServiceResourceTreeOK() *ApplicationServiceResourceTreeOK

NewApplicationServiceResourceTreeOK creates a ApplicationServiceResourceTreeOK with default headers values

func (*ApplicationServiceResourceTreeOK) Error

func (*ApplicationServiceResourceTreeOK) GetPayload

type ApplicationServiceResourceTreeParams

type ApplicationServiceResourceTreeParams struct {

	// ApplicationName.
	ApplicationName string

	// Group.
	Group *string

	// Kind.
	Kind *string

	// Name.
	Name *string

	// Namespace.
	Namespace *string

	// Version.
	Version *string

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

ApplicationServiceResourceTreeParams contains all the parameters to send to the API endpoint

for the application service resource tree operation.

Typically these are written to a http.Request.

func NewApplicationServiceResourceTreeParams

func NewApplicationServiceResourceTreeParams() *ApplicationServiceResourceTreeParams

NewApplicationServiceResourceTreeParams creates a new ApplicationServiceResourceTreeParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewApplicationServiceResourceTreeParamsWithContext

func NewApplicationServiceResourceTreeParamsWithContext(ctx context.Context) *ApplicationServiceResourceTreeParams

NewApplicationServiceResourceTreeParamsWithContext creates a new ApplicationServiceResourceTreeParams object with the ability to set a context for a request.

func NewApplicationServiceResourceTreeParamsWithHTTPClient

func NewApplicationServiceResourceTreeParamsWithHTTPClient(client *http.Client) *ApplicationServiceResourceTreeParams

NewApplicationServiceResourceTreeParamsWithHTTPClient creates a new ApplicationServiceResourceTreeParams object with the ability to set a custom HTTPClient for a request.

func NewApplicationServiceResourceTreeParamsWithTimeout

func NewApplicationServiceResourceTreeParamsWithTimeout(timeout time.Duration) *ApplicationServiceResourceTreeParams

NewApplicationServiceResourceTreeParamsWithTimeout creates a new ApplicationServiceResourceTreeParams object with the ability to set a timeout on a request.

func (*ApplicationServiceResourceTreeParams) SetApplicationName

func (o *ApplicationServiceResourceTreeParams) SetApplicationName(applicationName string)

SetApplicationName adds the applicationName to the application service resource tree params

func (*ApplicationServiceResourceTreeParams) SetContext

SetContext adds the context to the application service resource tree params

func (*ApplicationServiceResourceTreeParams) SetDefaults

func (o *ApplicationServiceResourceTreeParams) SetDefaults()

SetDefaults hydrates default values in the application service resource tree params (not the query body).

All values with no default are reset to their zero value.

func (*ApplicationServiceResourceTreeParams) SetGroup

func (o *ApplicationServiceResourceTreeParams) SetGroup(group *string)

SetGroup adds the group to the application service resource tree params

func (*ApplicationServiceResourceTreeParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the application service resource tree params

func (*ApplicationServiceResourceTreeParams) SetKind

func (o *ApplicationServiceResourceTreeParams) SetKind(kind *string)

SetKind adds the kind to the application service resource tree params

func (*ApplicationServiceResourceTreeParams) SetName

func (o *ApplicationServiceResourceTreeParams) SetName(name *string)

SetName adds the name to the application service resource tree params

func (*ApplicationServiceResourceTreeParams) SetNamespace

func (o *ApplicationServiceResourceTreeParams) SetNamespace(namespace *string)

SetNamespace adds the namespace to the application service resource tree params

func (*ApplicationServiceResourceTreeParams) SetTimeout

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

SetTimeout adds the timeout to the application service resource tree params

func (*ApplicationServiceResourceTreeParams) SetVersion

func (o *ApplicationServiceResourceTreeParams) SetVersion(version *string)

SetVersion adds the version to the application service resource tree params

func (*ApplicationServiceResourceTreeParams) WithApplicationName

func (o *ApplicationServiceResourceTreeParams) WithApplicationName(applicationName string) *ApplicationServiceResourceTreeParams

WithApplicationName adds the applicationName to the application service resource tree params

func (*ApplicationServiceResourceTreeParams) WithContext

WithContext adds the context to the application service resource tree params

func (*ApplicationServiceResourceTreeParams) WithDefaults

WithDefaults hydrates default values in the application service resource tree params (not the query body).

All values with no default are reset to their zero value.

func (*ApplicationServiceResourceTreeParams) WithGroup

WithGroup adds the group to the application service resource tree params

func (*ApplicationServiceResourceTreeParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the application service resource tree params

func (*ApplicationServiceResourceTreeParams) WithKind

WithKind adds the kind to the application service resource tree params

func (*ApplicationServiceResourceTreeParams) WithName

WithName adds the name to the application service resource tree params

func (*ApplicationServiceResourceTreeParams) WithNamespace

WithNamespace adds the namespace to the application service resource tree params

func (*ApplicationServiceResourceTreeParams) WithTimeout

WithTimeout adds the timeout to the application service resource tree params

func (*ApplicationServiceResourceTreeParams) WithVersion

WithVersion adds the version to the application service resource tree params

func (*ApplicationServiceResourceTreeParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ApplicationServiceResourceTreeReader

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

ApplicationServiceResourceTreeReader is a Reader for the ApplicationServiceResourceTree structure.

func (*ApplicationServiceResourceTreeReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ApplicationServiceRevisionMetadataDefault

type ApplicationServiceRevisionMetadataDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
ApplicationServiceRevisionMetadataDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewApplicationServiceRevisionMetadataDefault

func NewApplicationServiceRevisionMetadataDefault(code int) *ApplicationServiceRevisionMetadataDefault

NewApplicationServiceRevisionMetadataDefault creates a ApplicationServiceRevisionMetadataDefault with default headers values

func (*ApplicationServiceRevisionMetadataDefault) Code

Code gets the status code for the application service revision metadata default response

func (*ApplicationServiceRevisionMetadataDefault) Error

func (*ApplicationServiceRevisionMetadataDefault) GetPayload

type ApplicationServiceRevisionMetadataOK

type ApplicationServiceRevisionMetadataOK struct {
	Payload *models.V1alpha1RevisionMetadata
}
ApplicationServiceRevisionMetadataOK describes a response with status code 200, with default header values.

A successful response.

func NewApplicationServiceRevisionMetadataOK

func NewApplicationServiceRevisionMetadataOK() *ApplicationServiceRevisionMetadataOK

NewApplicationServiceRevisionMetadataOK creates a ApplicationServiceRevisionMetadataOK with default headers values

func (*ApplicationServiceRevisionMetadataOK) Error

func (*ApplicationServiceRevisionMetadataOK) GetPayload

type ApplicationServiceRevisionMetadataParams

type ApplicationServiceRevisionMetadataParams struct {

	/* Name.

	   the application's name
	*/
	Name string

	/* Revision.

	   the revision of the app
	*/
	Revision string

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

ApplicationServiceRevisionMetadataParams contains all the parameters to send to the API endpoint

for the application service revision metadata operation.

Typically these are written to a http.Request.

func NewApplicationServiceRevisionMetadataParams

func NewApplicationServiceRevisionMetadataParams() *ApplicationServiceRevisionMetadataParams

NewApplicationServiceRevisionMetadataParams creates a new ApplicationServiceRevisionMetadataParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewApplicationServiceRevisionMetadataParamsWithContext

func NewApplicationServiceRevisionMetadataParamsWithContext(ctx context.Context) *ApplicationServiceRevisionMetadataParams

NewApplicationServiceRevisionMetadataParamsWithContext creates a new ApplicationServiceRevisionMetadataParams object with the ability to set a context for a request.

func NewApplicationServiceRevisionMetadataParamsWithHTTPClient

func NewApplicationServiceRevisionMetadataParamsWithHTTPClient(client *http.Client) *ApplicationServiceRevisionMetadataParams

NewApplicationServiceRevisionMetadataParamsWithHTTPClient creates a new ApplicationServiceRevisionMetadataParams object with the ability to set a custom HTTPClient for a request.

func NewApplicationServiceRevisionMetadataParamsWithTimeout

func NewApplicationServiceRevisionMetadataParamsWithTimeout(timeout time.Duration) *ApplicationServiceRevisionMetadataParams

NewApplicationServiceRevisionMetadataParamsWithTimeout creates a new ApplicationServiceRevisionMetadataParams object with the ability to set a timeout on a request.

func (*ApplicationServiceRevisionMetadataParams) SetContext

SetContext adds the context to the application service revision metadata params

func (*ApplicationServiceRevisionMetadataParams) SetDefaults

SetDefaults hydrates default values in the application service revision metadata params (not the query body).

All values with no default are reset to their zero value.

func (*ApplicationServiceRevisionMetadataParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the application service revision metadata params

func (*ApplicationServiceRevisionMetadataParams) SetName

SetName adds the name to the application service revision metadata params

func (*ApplicationServiceRevisionMetadataParams) SetRevision

func (o *ApplicationServiceRevisionMetadataParams) SetRevision(revision string)

SetRevision adds the revision to the application service revision metadata params

func (*ApplicationServiceRevisionMetadataParams) SetTimeout

SetTimeout adds the timeout to the application service revision metadata params

func (*ApplicationServiceRevisionMetadataParams) WithContext

WithContext adds the context to the application service revision metadata params

func (*ApplicationServiceRevisionMetadataParams) WithDefaults

WithDefaults hydrates default values in the application service revision metadata params (not the query body).

All values with no default are reset to their zero value.

func (*ApplicationServiceRevisionMetadataParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the application service revision metadata params

func (*ApplicationServiceRevisionMetadataParams) WithName

WithName adds the name to the application service revision metadata params

func (*ApplicationServiceRevisionMetadataParams) WithRevision

WithRevision adds the revision to the application service revision metadata params

func (*ApplicationServiceRevisionMetadataParams) WithTimeout

WithTimeout adds the timeout to the application service revision metadata params

func (*ApplicationServiceRevisionMetadataParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ApplicationServiceRevisionMetadataReader

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

ApplicationServiceRevisionMetadataReader is a Reader for the ApplicationServiceRevisionMetadata structure.

func (*ApplicationServiceRevisionMetadataReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ApplicationServiceRollbackDefault

type ApplicationServiceRollbackDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
ApplicationServiceRollbackDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewApplicationServiceRollbackDefault

func NewApplicationServiceRollbackDefault(code int) *ApplicationServiceRollbackDefault

NewApplicationServiceRollbackDefault creates a ApplicationServiceRollbackDefault with default headers values

func (*ApplicationServiceRollbackDefault) Code

Code gets the status code for the application service rollback default response

func (*ApplicationServiceRollbackDefault) Error

func (*ApplicationServiceRollbackDefault) GetPayload

type ApplicationServiceRollbackOK

type ApplicationServiceRollbackOK struct {
	Payload *models.V1alpha1Application
}
ApplicationServiceRollbackOK describes a response with status code 200, with default header values.

A successful response.

func NewApplicationServiceRollbackOK

func NewApplicationServiceRollbackOK() *ApplicationServiceRollbackOK

NewApplicationServiceRollbackOK creates a ApplicationServiceRollbackOK with default headers values

func (*ApplicationServiceRollbackOK) Error

func (*ApplicationServiceRollbackOK) GetPayload

type ApplicationServiceRollbackParams

type ApplicationServiceRollbackParams struct {

	// Body.
	Body *models.ApplicationApplicationRollbackRequest

	// Name.
	Name string

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

ApplicationServiceRollbackParams contains all the parameters to send to the API endpoint

for the application service rollback operation.

Typically these are written to a http.Request.

func NewApplicationServiceRollbackParams

func NewApplicationServiceRollbackParams() *ApplicationServiceRollbackParams

NewApplicationServiceRollbackParams creates a new ApplicationServiceRollbackParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewApplicationServiceRollbackParamsWithContext

func NewApplicationServiceRollbackParamsWithContext(ctx context.Context) *ApplicationServiceRollbackParams

NewApplicationServiceRollbackParamsWithContext creates a new ApplicationServiceRollbackParams object with the ability to set a context for a request.

func NewApplicationServiceRollbackParamsWithHTTPClient

func NewApplicationServiceRollbackParamsWithHTTPClient(client *http.Client) *ApplicationServiceRollbackParams

NewApplicationServiceRollbackParamsWithHTTPClient creates a new ApplicationServiceRollbackParams object with the ability to set a custom HTTPClient for a request.

func NewApplicationServiceRollbackParamsWithTimeout

func NewApplicationServiceRollbackParamsWithTimeout(timeout time.Duration) *ApplicationServiceRollbackParams

NewApplicationServiceRollbackParamsWithTimeout creates a new ApplicationServiceRollbackParams object with the ability to set a timeout on a request.

func (*ApplicationServiceRollbackParams) SetBody

SetBody adds the body to the application service rollback params

func (*ApplicationServiceRollbackParams) SetContext

SetContext adds the context to the application service rollback params

func (*ApplicationServiceRollbackParams) SetDefaults

func (o *ApplicationServiceRollbackParams) SetDefaults()

SetDefaults hydrates default values in the application service rollback params (not the query body).

All values with no default are reset to their zero value.

func (*ApplicationServiceRollbackParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the application service rollback params

func (*ApplicationServiceRollbackParams) SetName

func (o *ApplicationServiceRollbackParams) SetName(name string)

SetName adds the name to the application service rollback params

func (*ApplicationServiceRollbackParams) SetTimeout

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

SetTimeout adds the timeout to the application service rollback params

func (*ApplicationServiceRollbackParams) WithBody

WithBody adds the body to the application service rollback params

func (*ApplicationServiceRollbackParams) WithContext

WithContext adds the context to the application service rollback params

func (*ApplicationServiceRollbackParams) WithDefaults

WithDefaults hydrates default values in the application service rollback params (not the query body).

All values with no default are reset to their zero value.

func (*ApplicationServiceRollbackParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the application service rollback params

func (*ApplicationServiceRollbackParams) WithName

WithName adds the name to the application service rollback params

func (*ApplicationServiceRollbackParams) WithTimeout

WithTimeout adds the timeout to the application service rollback params

func (*ApplicationServiceRollbackParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ApplicationServiceRollbackReader

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

ApplicationServiceRollbackReader is a Reader for the ApplicationServiceRollback structure.

func (*ApplicationServiceRollbackReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ApplicationServiceRunResourceActionDefault

type ApplicationServiceRunResourceActionDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
ApplicationServiceRunResourceActionDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewApplicationServiceRunResourceActionDefault

func NewApplicationServiceRunResourceActionDefault(code int) *ApplicationServiceRunResourceActionDefault

NewApplicationServiceRunResourceActionDefault creates a ApplicationServiceRunResourceActionDefault with default headers values

func (*ApplicationServiceRunResourceActionDefault) Code

Code gets the status code for the application service run resource action default response

func (*ApplicationServiceRunResourceActionDefault) Error

func (*ApplicationServiceRunResourceActionDefault) GetPayload

type ApplicationServiceRunResourceActionOK

type ApplicationServiceRunResourceActionOK struct {
	Payload models.ApplicationApplicationResponse
}
ApplicationServiceRunResourceActionOK describes a response with status code 200, with default header values.

A successful response.

func NewApplicationServiceRunResourceActionOK

func NewApplicationServiceRunResourceActionOK() *ApplicationServiceRunResourceActionOK

NewApplicationServiceRunResourceActionOK creates a ApplicationServiceRunResourceActionOK with default headers values

func (*ApplicationServiceRunResourceActionOK) Error

func (*ApplicationServiceRunResourceActionOK) GetPayload

type ApplicationServiceRunResourceActionParams

type ApplicationServiceRunResourceActionParams struct {

	// Body.
	Body string

	// Group.
	Group *string

	// Kind.
	Kind *string

	// Name.
	Name string

	// Namespace.
	Namespace *string

	// ResourceName.
	ResourceName *string

	// Version.
	Version *string

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

ApplicationServiceRunResourceActionParams contains all the parameters to send to the API endpoint

for the application service run resource action operation.

Typically these are written to a http.Request.

func NewApplicationServiceRunResourceActionParams

func NewApplicationServiceRunResourceActionParams() *ApplicationServiceRunResourceActionParams

NewApplicationServiceRunResourceActionParams creates a new ApplicationServiceRunResourceActionParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewApplicationServiceRunResourceActionParamsWithContext

func NewApplicationServiceRunResourceActionParamsWithContext(ctx context.Context) *ApplicationServiceRunResourceActionParams

NewApplicationServiceRunResourceActionParamsWithContext creates a new ApplicationServiceRunResourceActionParams object with the ability to set a context for a request.

func NewApplicationServiceRunResourceActionParamsWithHTTPClient

func NewApplicationServiceRunResourceActionParamsWithHTTPClient(client *http.Client) *ApplicationServiceRunResourceActionParams

NewApplicationServiceRunResourceActionParamsWithHTTPClient creates a new ApplicationServiceRunResourceActionParams object with the ability to set a custom HTTPClient for a request.

func NewApplicationServiceRunResourceActionParamsWithTimeout

func NewApplicationServiceRunResourceActionParamsWithTimeout(timeout time.Duration) *ApplicationServiceRunResourceActionParams

NewApplicationServiceRunResourceActionParamsWithTimeout creates a new ApplicationServiceRunResourceActionParams object with the ability to set a timeout on a request.

func (*ApplicationServiceRunResourceActionParams) SetBody

SetBody adds the body to the application service run resource action params

func (*ApplicationServiceRunResourceActionParams) SetContext

SetContext adds the context to the application service run resource action params

func (*ApplicationServiceRunResourceActionParams) SetDefaults

SetDefaults hydrates default values in the application service run resource action params (not the query body).

All values with no default are reset to their zero value.

func (*ApplicationServiceRunResourceActionParams) SetGroup

SetGroup adds the group to the application service run resource action params

func (*ApplicationServiceRunResourceActionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the application service run resource action params

func (*ApplicationServiceRunResourceActionParams) SetKind

SetKind adds the kind to the application service run resource action params

func (*ApplicationServiceRunResourceActionParams) SetName

SetName adds the name to the application service run resource action params

func (*ApplicationServiceRunResourceActionParams) SetNamespace

func (o *ApplicationServiceRunResourceActionParams) SetNamespace(namespace *string)

SetNamespace adds the namespace to the application service run resource action params

func (*ApplicationServiceRunResourceActionParams) SetResourceName

func (o *ApplicationServiceRunResourceActionParams) SetResourceName(resourceName *string)

SetResourceName adds the resourceName to the application service run resource action params

func (*ApplicationServiceRunResourceActionParams) SetTimeout

SetTimeout adds the timeout to the application service run resource action params

func (*ApplicationServiceRunResourceActionParams) SetVersion

func (o *ApplicationServiceRunResourceActionParams) SetVersion(version *string)

SetVersion adds the version to the application service run resource action params

func (*ApplicationServiceRunResourceActionParams) WithBody

WithBody adds the body to the application service run resource action params

func (*ApplicationServiceRunResourceActionParams) WithContext

WithContext adds the context to the application service run resource action params

func (*ApplicationServiceRunResourceActionParams) WithDefaults

WithDefaults hydrates default values in the application service run resource action params (not the query body).

All values with no default are reset to their zero value.

func (*ApplicationServiceRunResourceActionParams) WithGroup

WithGroup adds the group to the application service run resource action params

func (*ApplicationServiceRunResourceActionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the application service run resource action params

func (*ApplicationServiceRunResourceActionParams) WithKind

WithKind adds the kind to the application service run resource action params

func (*ApplicationServiceRunResourceActionParams) WithName

WithName adds the name to the application service run resource action params

func (*ApplicationServiceRunResourceActionParams) WithNamespace

WithNamespace adds the namespace to the application service run resource action params

func (*ApplicationServiceRunResourceActionParams) WithResourceName

WithResourceName adds the resourceName to the application service run resource action params

func (*ApplicationServiceRunResourceActionParams) WithTimeout

WithTimeout adds the timeout to the application service run resource action params

func (*ApplicationServiceRunResourceActionParams) WithVersion

WithVersion adds the version to the application service run resource action params

func (*ApplicationServiceRunResourceActionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ApplicationServiceRunResourceActionReader

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

ApplicationServiceRunResourceActionReader is a Reader for the ApplicationServiceRunResourceAction structure.

func (*ApplicationServiceRunResourceActionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ApplicationServiceSyncDefault

type ApplicationServiceSyncDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
ApplicationServiceSyncDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewApplicationServiceSyncDefault

func NewApplicationServiceSyncDefault(code int) *ApplicationServiceSyncDefault

NewApplicationServiceSyncDefault creates a ApplicationServiceSyncDefault with default headers values

func (*ApplicationServiceSyncDefault) Code

Code gets the status code for the application service sync default response

func (*ApplicationServiceSyncDefault) Error

func (*ApplicationServiceSyncDefault) GetPayload

type ApplicationServiceSyncOK

type ApplicationServiceSyncOK struct {
	Payload *models.V1alpha1Application
}
ApplicationServiceSyncOK describes a response with status code 200, with default header values.

A successful response.

func NewApplicationServiceSyncOK

func NewApplicationServiceSyncOK() *ApplicationServiceSyncOK

NewApplicationServiceSyncOK creates a ApplicationServiceSyncOK with default headers values

func (*ApplicationServiceSyncOK) Error

func (o *ApplicationServiceSyncOK) Error() string

func (*ApplicationServiceSyncOK) GetPayload

type ApplicationServiceSyncParams

type ApplicationServiceSyncParams struct {

	// Body.
	Body *models.ApplicationApplicationSyncRequest

	// Name.
	Name string

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

ApplicationServiceSyncParams contains all the parameters to send to the API endpoint

for the application service sync operation.

Typically these are written to a http.Request.

func NewApplicationServiceSyncParams

func NewApplicationServiceSyncParams() *ApplicationServiceSyncParams

NewApplicationServiceSyncParams creates a new ApplicationServiceSyncParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewApplicationServiceSyncParamsWithContext

func NewApplicationServiceSyncParamsWithContext(ctx context.Context) *ApplicationServiceSyncParams

NewApplicationServiceSyncParamsWithContext creates a new ApplicationServiceSyncParams object with the ability to set a context for a request.

func NewApplicationServiceSyncParamsWithHTTPClient

func NewApplicationServiceSyncParamsWithHTTPClient(client *http.Client) *ApplicationServiceSyncParams

NewApplicationServiceSyncParamsWithHTTPClient creates a new ApplicationServiceSyncParams object with the ability to set a custom HTTPClient for a request.

func NewApplicationServiceSyncParamsWithTimeout

func NewApplicationServiceSyncParamsWithTimeout(timeout time.Duration) *ApplicationServiceSyncParams

NewApplicationServiceSyncParamsWithTimeout creates a new ApplicationServiceSyncParams object with the ability to set a timeout on a request.

func (*ApplicationServiceSyncParams) SetBody

SetBody adds the body to the application service sync params

func (*ApplicationServiceSyncParams) SetContext

func (o *ApplicationServiceSyncParams) SetContext(ctx context.Context)

SetContext adds the context to the application service sync params

func (*ApplicationServiceSyncParams) SetDefaults

func (o *ApplicationServiceSyncParams) SetDefaults()

SetDefaults hydrates default values in the application service sync params (not the query body).

All values with no default are reset to their zero value.

func (*ApplicationServiceSyncParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the application service sync params

func (*ApplicationServiceSyncParams) SetName

func (o *ApplicationServiceSyncParams) SetName(name string)

SetName adds the name to the application service sync params

func (*ApplicationServiceSyncParams) SetTimeout

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

SetTimeout adds the timeout to the application service sync params

func (*ApplicationServiceSyncParams) WithBody

WithBody adds the body to the application service sync params

func (*ApplicationServiceSyncParams) WithContext

WithContext adds the context to the application service sync params

func (*ApplicationServiceSyncParams) WithDefaults

WithDefaults hydrates default values in the application service sync params (not the query body).

All values with no default are reset to their zero value.

func (*ApplicationServiceSyncParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the application service sync params

func (*ApplicationServiceSyncParams) WithName

WithName adds the name to the application service sync params

func (*ApplicationServiceSyncParams) WithTimeout

WithTimeout adds the timeout to the application service sync params

func (*ApplicationServiceSyncParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ApplicationServiceSyncReader

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

ApplicationServiceSyncReader is a Reader for the ApplicationServiceSync structure.

func (*ApplicationServiceSyncReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ApplicationServiceTerminateOperationDefault

type ApplicationServiceTerminateOperationDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
ApplicationServiceTerminateOperationDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewApplicationServiceTerminateOperationDefault

func NewApplicationServiceTerminateOperationDefault(code int) *ApplicationServiceTerminateOperationDefault

NewApplicationServiceTerminateOperationDefault creates a ApplicationServiceTerminateOperationDefault with default headers values

func (*ApplicationServiceTerminateOperationDefault) Code

Code gets the status code for the application service terminate operation default response

func (*ApplicationServiceTerminateOperationDefault) Error

func (*ApplicationServiceTerminateOperationDefault) GetPayload

type ApplicationServiceTerminateOperationOK

type ApplicationServiceTerminateOperationOK struct {
	Payload models.ApplicationOperationTerminateResponse
}
ApplicationServiceTerminateOperationOK describes a response with status code 200, with default header values.

A successful response.

func NewApplicationServiceTerminateOperationOK

func NewApplicationServiceTerminateOperationOK() *ApplicationServiceTerminateOperationOK

NewApplicationServiceTerminateOperationOK creates a ApplicationServiceTerminateOperationOK with default headers values

func (*ApplicationServiceTerminateOperationOK) Error

func (*ApplicationServiceTerminateOperationOK) GetPayload

type ApplicationServiceTerminateOperationParams

type ApplicationServiceTerminateOperationParams struct {

	// Name.
	Name string

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

ApplicationServiceTerminateOperationParams contains all the parameters to send to the API endpoint

for the application service terminate operation operation.

Typically these are written to a http.Request.

func NewApplicationServiceTerminateOperationParams

func NewApplicationServiceTerminateOperationParams() *ApplicationServiceTerminateOperationParams

NewApplicationServiceTerminateOperationParams creates a new ApplicationServiceTerminateOperationParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewApplicationServiceTerminateOperationParamsWithContext

func NewApplicationServiceTerminateOperationParamsWithContext(ctx context.Context) *ApplicationServiceTerminateOperationParams

NewApplicationServiceTerminateOperationParamsWithContext creates a new ApplicationServiceTerminateOperationParams object with the ability to set a context for a request.

func NewApplicationServiceTerminateOperationParamsWithHTTPClient

func NewApplicationServiceTerminateOperationParamsWithHTTPClient(client *http.Client) *ApplicationServiceTerminateOperationParams

NewApplicationServiceTerminateOperationParamsWithHTTPClient creates a new ApplicationServiceTerminateOperationParams object with the ability to set a custom HTTPClient for a request.

func NewApplicationServiceTerminateOperationParamsWithTimeout

func NewApplicationServiceTerminateOperationParamsWithTimeout(timeout time.Duration) *ApplicationServiceTerminateOperationParams

NewApplicationServiceTerminateOperationParamsWithTimeout creates a new ApplicationServiceTerminateOperationParams object with the ability to set a timeout on a request.

func (*ApplicationServiceTerminateOperationParams) SetContext

SetContext adds the context to the application service terminate operation params

func (*ApplicationServiceTerminateOperationParams) SetDefaults

SetDefaults hydrates default values in the application service terminate operation params (not the query body).

All values with no default are reset to their zero value.

func (*ApplicationServiceTerminateOperationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the application service terminate operation params

func (*ApplicationServiceTerminateOperationParams) SetName

SetName adds the name to the application service terminate operation params

func (*ApplicationServiceTerminateOperationParams) SetTimeout

SetTimeout adds the timeout to the application service terminate operation params

func (*ApplicationServiceTerminateOperationParams) WithContext

WithContext adds the context to the application service terminate operation params

func (*ApplicationServiceTerminateOperationParams) WithDefaults

WithDefaults hydrates default values in the application service terminate operation params (not the query body).

All values with no default are reset to their zero value.

func (*ApplicationServiceTerminateOperationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the application service terminate operation params

func (*ApplicationServiceTerminateOperationParams) WithName

WithName adds the name to the application service terminate operation params

func (*ApplicationServiceTerminateOperationParams) WithTimeout

WithTimeout adds the timeout to the application service terminate operation params

func (*ApplicationServiceTerminateOperationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ApplicationServiceTerminateOperationReader

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

ApplicationServiceTerminateOperationReader is a Reader for the ApplicationServiceTerminateOperation structure.

func (*ApplicationServiceTerminateOperationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ApplicationServiceUpdateDefault

type ApplicationServiceUpdateDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
ApplicationServiceUpdateDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewApplicationServiceUpdateDefault

func NewApplicationServiceUpdateDefault(code int) *ApplicationServiceUpdateDefault

NewApplicationServiceUpdateDefault creates a ApplicationServiceUpdateDefault with default headers values

func (*ApplicationServiceUpdateDefault) Code

Code gets the status code for the application service update default response

func (*ApplicationServiceUpdateDefault) Error

func (*ApplicationServiceUpdateDefault) GetPayload

type ApplicationServiceUpdateOK

type ApplicationServiceUpdateOK struct {
	Payload *models.V1alpha1Application
}
ApplicationServiceUpdateOK describes a response with status code 200, with default header values.

A successful response.

func NewApplicationServiceUpdateOK

func NewApplicationServiceUpdateOK() *ApplicationServiceUpdateOK

NewApplicationServiceUpdateOK creates a ApplicationServiceUpdateOK with default headers values

func (*ApplicationServiceUpdateOK) Error

func (*ApplicationServiceUpdateOK) GetPayload

type ApplicationServiceUpdateParams

type ApplicationServiceUpdateParams struct {

	/* ApplicationMetadataName.

	     Name must be unique within a namespace. Is required when creating resources, although
	some resources may allow a client to request the generation of an appropriate name
	automatically. Name is primarily intended for creation idempotence and configuration
	definition.
	Cannot be updated.
	More info: http://kubernetes.io/docs/user-guide/identifiers#names
	+optional
	*/
	ApplicationMetadataName string

	// Body.
	Body *models.V1alpha1Application

	// Validate.
	Validate *bool

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

ApplicationServiceUpdateParams contains all the parameters to send to the API endpoint

for the application service update operation.

Typically these are written to a http.Request.

func NewApplicationServiceUpdateParams

func NewApplicationServiceUpdateParams() *ApplicationServiceUpdateParams

NewApplicationServiceUpdateParams creates a new ApplicationServiceUpdateParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewApplicationServiceUpdateParamsWithContext

func NewApplicationServiceUpdateParamsWithContext(ctx context.Context) *ApplicationServiceUpdateParams

NewApplicationServiceUpdateParamsWithContext creates a new ApplicationServiceUpdateParams object with the ability to set a context for a request.

func NewApplicationServiceUpdateParamsWithHTTPClient

func NewApplicationServiceUpdateParamsWithHTTPClient(client *http.Client) *ApplicationServiceUpdateParams

NewApplicationServiceUpdateParamsWithHTTPClient creates a new ApplicationServiceUpdateParams object with the ability to set a custom HTTPClient for a request.

func NewApplicationServiceUpdateParamsWithTimeout

func NewApplicationServiceUpdateParamsWithTimeout(timeout time.Duration) *ApplicationServiceUpdateParams

NewApplicationServiceUpdateParamsWithTimeout creates a new ApplicationServiceUpdateParams object with the ability to set a timeout on a request.

func (*ApplicationServiceUpdateParams) SetApplicationMetadataName

func (o *ApplicationServiceUpdateParams) SetApplicationMetadataName(applicationMetadataName string)

SetApplicationMetadataName adds the applicationMetadataName to the application service update params

func (*ApplicationServiceUpdateParams) SetBody

SetBody adds the body to the application service update params

func (*ApplicationServiceUpdateParams) SetContext

func (o *ApplicationServiceUpdateParams) SetContext(ctx context.Context)

SetContext adds the context to the application service update params

func (*ApplicationServiceUpdateParams) SetDefaults

func (o *ApplicationServiceUpdateParams) SetDefaults()

SetDefaults hydrates default values in the application service update params (not the query body).

All values with no default are reset to their zero value.

func (*ApplicationServiceUpdateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the application service update params

func (*ApplicationServiceUpdateParams) SetTimeout

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

SetTimeout adds the timeout to the application service update params

func (*ApplicationServiceUpdateParams) SetValidate

func (o *ApplicationServiceUpdateParams) SetValidate(validate *bool)

SetValidate adds the validate to the application service update params

func (*ApplicationServiceUpdateParams) WithApplicationMetadataName

func (o *ApplicationServiceUpdateParams) WithApplicationMetadataName(applicationMetadataName string) *ApplicationServiceUpdateParams

WithApplicationMetadataName adds the applicationMetadataName to the application service update params

func (*ApplicationServiceUpdateParams) WithBody

WithBody adds the body to the application service update params

func (*ApplicationServiceUpdateParams) WithContext

WithContext adds the context to the application service update params

func (*ApplicationServiceUpdateParams) WithDefaults

WithDefaults hydrates default values in the application service update params (not the query body).

All values with no default are reset to their zero value.

func (*ApplicationServiceUpdateParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the application service update params

func (*ApplicationServiceUpdateParams) WithTimeout

WithTimeout adds the timeout to the application service update params

func (*ApplicationServiceUpdateParams) WithValidate

WithValidate adds the validate to the application service update params

func (*ApplicationServiceUpdateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ApplicationServiceUpdateReader

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

ApplicationServiceUpdateReader is a Reader for the ApplicationServiceUpdate structure.

func (*ApplicationServiceUpdateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ApplicationServiceUpdateSpecDefault

type ApplicationServiceUpdateSpecDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
ApplicationServiceUpdateSpecDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewApplicationServiceUpdateSpecDefault

func NewApplicationServiceUpdateSpecDefault(code int) *ApplicationServiceUpdateSpecDefault

NewApplicationServiceUpdateSpecDefault creates a ApplicationServiceUpdateSpecDefault with default headers values

func (*ApplicationServiceUpdateSpecDefault) Code

Code gets the status code for the application service update spec default response

func (*ApplicationServiceUpdateSpecDefault) Error

func (*ApplicationServiceUpdateSpecDefault) GetPayload

type ApplicationServiceUpdateSpecOK

type ApplicationServiceUpdateSpecOK struct {
	Payload *models.V1alpha1ApplicationSpec
}
ApplicationServiceUpdateSpecOK describes a response with status code 200, with default header values.

A successful response.

func NewApplicationServiceUpdateSpecOK

func NewApplicationServiceUpdateSpecOK() *ApplicationServiceUpdateSpecOK

NewApplicationServiceUpdateSpecOK creates a ApplicationServiceUpdateSpecOK with default headers values

func (*ApplicationServiceUpdateSpecOK) Error

func (*ApplicationServiceUpdateSpecOK) GetPayload

type ApplicationServiceUpdateSpecParams

type ApplicationServiceUpdateSpecParams struct {

	// Body.
	Body *models.V1alpha1ApplicationSpec

	// Name.
	Name string

	// Validate.
	Validate *bool

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

ApplicationServiceUpdateSpecParams contains all the parameters to send to the API endpoint

for the application service update spec operation.

Typically these are written to a http.Request.

func NewApplicationServiceUpdateSpecParams

func NewApplicationServiceUpdateSpecParams() *ApplicationServiceUpdateSpecParams

NewApplicationServiceUpdateSpecParams creates a new ApplicationServiceUpdateSpecParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewApplicationServiceUpdateSpecParamsWithContext

func NewApplicationServiceUpdateSpecParamsWithContext(ctx context.Context) *ApplicationServiceUpdateSpecParams

NewApplicationServiceUpdateSpecParamsWithContext creates a new ApplicationServiceUpdateSpecParams object with the ability to set a context for a request.

func NewApplicationServiceUpdateSpecParamsWithHTTPClient

func NewApplicationServiceUpdateSpecParamsWithHTTPClient(client *http.Client) *ApplicationServiceUpdateSpecParams

NewApplicationServiceUpdateSpecParamsWithHTTPClient creates a new ApplicationServiceUpdateSpecParams object with the ability to set a custom HTTPClient for a request.

func NewApplicationServiceUpdateSpecParamsWithTimeout

func NewApplicationServiceUpdateSpecParamsWithTimeout(timeout time.Duration) *ApplicationServiceUpdateSpecParams

NewApplicationServiceUpdateSpecParamsWithTimeout creates a new ApplicationServiceUpdateSpecParams object with the ability to set a timeout on a request.

func (*ApplicationServiceUpdateSpecParams) SetBody

SetBody adds the body to the application service update spec params

func (*ApplicationServiceUpdateSpecParams) SetContext

SetContext adds the context to the application service update spec params

func (*ApplicationServiceUpdateSpecParams) SetDefaults

func (o *ApplicationServiceUpdateSpecParams) SetDefaults()

SetDefaults hydrates default values in the application service update spec params (not the query body).

All values with no default are reset to their zero value.

func (*ApplicationServiceUpdateSpecParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the application service update spec params

func (*ApplicationServiceUpdateSpecParams) SetName

func (o *ApplicationServiceUpdateSpecParams) SetName(name string)

SetName adds the name to the application service update spec params

func (*ApplicationServiceUpdateSpecParams) SetTimeout

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

SetTimeout adds the timeout to the application service update spec params

func (*ApplicationServiceUpdateSpecParams) SetValidate

func (o *ApplicationServiceUpdateSpecParams) SetValidate(validate *bool)

SetValidate adds the validate to the application service update spec params

func (*ApplicationServiceUpdateSpecParams) WithBody

WithBody adds the body to the application service update spec params

func (*ApplicationServiceUpdateSpecParams) WithContext

WithContext adds the context to the application service update spec params

func (*ApplicationServiceUpdateSpecParams) WithDefaults

WithDefaults hydrates default values in the application service update spec params (not the query body).

All values with no default are reset to their zero value.

func (*ApplicationServiceUpdateSpecParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the application service update spec params

func (*ApplicationServiceUpdateSpecParams) WithName

WithName adds the name to the application service update spec params

func (*ApplicationServiceUpdateSpecParams) WithTimeout

WithTimeout adds the timeout to the application service update spec params

func (*ApplicationServiceUpdateSpecParams) WithValidate

WithValidate adds the validate to the application service update spec params

func (*ApplicationServiceUpdateSpecParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ApplicationServiceUpdateSpecReader

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

ApplicationServiceUpdateSpecReader is a Reader for the ApplicationServiceUpdateSpec structure.

func (*ApplicationServiceUpdateSpecReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ApplicationServiceWatchDefault

type ApplicationServiceWatchDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
ApplicationServiceWatchDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewApplicationServiceWatchDefault

func NewApplicationServiceWatchDefault(code int) *ApplicationServiceWatchDefault

NewApplicationServiceWatchDefault creates a ApplicationServiceWatchDefault with default headers values

func (*ApplicationServiceWatchDefault) Code

Code gets the status code for the application service watch default response

func (*ApplicationServiceWatchDefault) Error

func (*ApplicationServiceWatchDefault) GetPayload

type ApplicationServiceWatchOK

type ApplicationServiceWatchOK struct {
	Payload *models.ApplicationServiceWatchOKBody
}
ApplicationServiceWatchOK describes a response with status code 200, with default header values.

A successful response.(streaming responses)

func NewApplicationServiceWatchOK

func NewApplicationServiceWatchOK() *ApplicationServiceWatchOK

NewApplicationServiceWatchOK creates a ApplicationServiceWatchOK with default headers values

func (*ApplicationServiceWatchOK) Error

func (o *ApplicationServiceWatchOK) Error() string

func (*ApplicationServiceWatchOK) GetPayload

type ApplicationServiceWatchParams

type ApplicationServiceWatchParams struct {

	/* Name.

	   the application's name.
	*/
	Name *string

	/* Projects.

	   the project names to restrict returned list applications.
	*/
	Projects []string

	/* Refresh.

	   forces application reconciliation if set to true.
	*/
	Refresh *string

	/* Repo.

	   the repoURL to restrict returned list applications.
	*/
	Repo *string

	/* ResourceVersion.

	   when specified with a watch call, shows changes that occur after that particular version of a resource.
	*/
	ResourceVersion *string

	/* Selector.

	   the selector to restrict returned list to applications only with matched labels.
	*/
	Selector *string

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

ApplicationServiceWatchParams contains all the parameters to send to the API endpoint

for the application service watch operation.

Typically these are written to a http.Request.

func NewApplicationServiceWatchParams

func NewApplicationServiceWatchParams() *ApplicationServiceWatchParams

NewApplicationServiceWatchParams creates a new ApplicationServiceWatchParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewApplicationServiceWatchParamsWithContext

func NewApplicationServiceWatchParamsWithContext(ctx context.Context) *ApplicationServiceWatchParams

NewApplicationServiceWatchParamsWithContext creates a new ApplicationServiceWatchParams object with the ability to set a context for a request.

func NewApplicationServiceWatchParamsWithHTTPClient

func NewApplicationServiceWatchParamsWithHTTPClient(client *http.Client) *ApplicationServiceWatchParams

NewApplicationServiceWatchParamsWithHTTPClient creates a new ApplicationServiceWatchParams object with the ability to set a custom HTTPClient for a request.

func NewApplicationServiceWatchParamsWithTimeout

func NewApplicationServiceWatchParamsWithTimeout(timeout time.Duration) *ApplicationServiceWatchParams

NewApplicationServiceWatchParamsWithTimeout creates a new ApplicationServiceWatchParams object with the ability to set a timeout on a request.

func (*ApplicationServiceWatchParams) SetContext

func (o *ApplicationServiceWatchParams) SetContext(ctx context.Context)

SetContext adds the context to the application service watch params

func (*ApplicationServiceWatchParams) SetDefaults

func (o *ApplicationServiceWatchParams) SetDefaults()

SetDefaults hydrates default values in the application service watch params (not the query body).

All values with no default are reset to their zero value.

func (*ApplicationServiceWatchParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the application service watch params

func (*ApplicationServiceWatchParams) SetName

func (o *ApplicationServiceWatchParams) SetName(name *string)

SetName adds the name to the application service watch params

func (*ApplicationServiceWatchParams) SetProjects

func (o *ApplicationServiceWatchParams) SetProjects(projects []string)

SetProjects adds the projects to the application service watch params

func (*ApplicationServiceWatchParams) SetRefresh

func (o *ApplicationServiceWatchParams) SetRefresh(refresh *string)

SetRefresh adds the refresh to the application service watch params

func (*ApplicationServiceWatchParams) SetRepo

func (o *ApplicationServiceWatchParams) SetRepo(repo *string)

SetRepo adds the repo to the application service watch params

func (*ApplicationServiceWatchParams) SetResourceVersion

func (o *ApplicationServiceWatchParams) SetResourceVersion(resourceVersion *string)

SetResourceVersion adds the resourceVersion to the application service watch params

func (*ApplicationServiceWatchParams) SetSelector

func (o *ApplicationServiceWatchParams) SetSelector(selector *string)

SetSelector adds the selector to the application service watch params

func (*ApplicationServiceWatchParams) SetTimeout

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

SetTimeout adds the timeout to the application service watch params

func (*ApplicationServiceWatchParams) WithContext

WithContext adds the context to the application service watch params

func (*ApplicationServiceWatchParams) WithDefaults

WithDefaults hydrates default values in the application service watch params (not the query body).

All values with no default are reset to their zero value.

func (*ApplicationServiceWatchParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the application service watch params

func (*ApplicationServiceWatchParams) WithName

WithName adds the name to the application service watch params

func (*ApplicationServiceWatchParams) WithProjects

WithProjects adds the projects to the application service watch params

func (*ApplicationServiceWatchParams) WithRefresh

WithRefresh adds the refresh to the application service watch params

func (*ApplicationServiceWatchParams) WithRepo

WithRepo adds the repo to the application service watch params

func (*ApplicationServiceWatchParams) WithResourceVersion

func (o *ApplicationServiceWatchParams) WithResourceVersion(resourceVersion *string) *ApplicationServiceWatchParams

WithResourceVersion adds the resourceVersion to the application service watch params

func (*ApplicationServiceWatchParams) WithSelector

WithSelector adds the selector to the application service watch params

func (*ApplicationServiceWatchParams) WithTimeout

WithTimeout adds the timeout to the application service watch params

func (*ApplicationServiceWatchParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ApplicationServiceWatchReader

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

ApplicationServiceWatchReader is a Reader for the ApplicationServiceWatch structure.

func (*ApplicationServiceWatchReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ApplicationServiceWatchResourceTreeDefault

type ApplicationServiceWatchResourceTreeDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
ApplicationServiceWatchResourceTreeDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewApplicationServiceWatchResourceTreeDefault

func NewApplicationServiceWatchResourceTreeDefault(code int) *ApplicationServiceWatchResourceTreeDefault

NewApplicationServiceWatchResourceTreeDefault creates a ApplicationServiceWatchResourceTreeDefault with default headers values

func (*ApplicationServiceWatchResourceTreeDefault) Code

Code gets the status code for the application service watch resource tree default response

func (*ApplicationServiceWatchResourceTreeDefault) Error

func (*ApplicationServiceWatchResourceTreeDefault) GetPayload

type ApplicationServiceWatchResourceTreeOK

type ApplicationServiceWatchResourceTreeOK struct {
	Payload *models.ApplicationServiceWatchResourceTreeOKBody
}
ApplicationServiceWatchResourceTreeOK describes a response with status code 200, with default header values.

A successful response.(streaming responses)

func NewApplicationServiceWatchResourceTreeOK

func NewApplicationServiceWatchResourceTreeOK() *ApplicationServiceWatchResourceTreeOK

NewApplicationServiceWatchResourceTreeOK creates a ApplicationServiceWatchResourceTreeOK with default headers values

func (*ApplicationServiceWatchResourceTreeOK) Error

func (*ApplicationServiceWatchResourceTreeOK) GetPayload

type ApplicationServiceWatchResourceTreeParams

type ApplicationServiceWatchResourceTreeParams struct {

	// ApplicationName.
	ApplicationName string

	// Group.
	Group *string

	// Kind.
	Kind *string

	// Name.
	Name *string

	// Namespace.
	Namespace *string

	// Version.
	Version *string

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

ApplicationServiceWatchResourceTreeParams contains all the parameters to send to the API endpoint

for the application service watch resource tree operation.

Typically these are written to a http.Request.

func NewApplicationServiceWatchResourceTreeParams

func NewApplicationServiceWatchResourceTreeParams() *ApplicationServiceWatchResourceTreeParams

NewApplicationServiceWatchResourceTreeParams creates a new ApplicationServiceWatchResourceTreeParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewApplicationServiceWatchResourceTreeParamsWithContext

func NewApplicationServiceWatchResourceTreeParamsWithContext(ctx context.Context) *ApplicationServiceWatchResourceTreeParams

NewApplicationServiceWatchResourceTreeParamsWithContext creates a new ApplicationServiceWatchResourceTreeParams object with the ability to set a context for a request.

func NewApplicationServiceWatchResourceTreeParamsWithHTTPClient

func NewApplicationServiceWatchResourceTreeParamsWithHTTPClient(client *http.Client) *ApplicationServiceWatchResourceTreeParams

NewApplicationServiceWatchResourceTreeParamsWithHTTPClient creates a new ApplicationServiceWatchResourceTreeParams object with the ability to set a custom HTTPClient for a request.

func NewApplicationServiceWatchResourceTreeParamsWithTimeout

func NewApplicationServiceWatchResourceTreeParamsWithTimeout(timeout time.Duration) *ApplicationServiceWatchResourceTreeParams

NewApplicationServiceWatchResourceTreeParamsWithTimeout creates a new ApplicationServiceWatchResourceTreeParams object with the ability to set a timeout on a request.

func (*ApplicationServiceWatchResourceTreeParams) SetApplicationName

func (o *ApplicationServiceWatchResourceTreeParams) SetApplicationName(applicationName string)

SetApplicationName adds the applicationName to the application service watch resource tree params

func (*ApplicationServiceWatchResourceTreeParams) SetContext

SetContext adds the context to the application service watch resource tree params

func (*ApplicationServiceWatchResourceTreeParams) SetDefaults

SetDefaults hydrates default values in the application service watch resource tree params (not the query body).

All values with no default are reset to their zero value.

func (*ApplicationServiceWatchResourceTreeParams) SetGroup

SetGroup adds the group to the application service watch resource tree params

func (*ApplicationServiceWatchResourceTreeParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the application service watch resource tree params

func (*ApplicationServiceWatchResourceTreeParams) SetKind

SetKind adds the kind to the application service watch resource tree params

func (*ApplicationServiceWatchResourceTreeParams) SetName

SetName adds the name to the application service watch resource tree params

func (*ApplicationServiceWatchResourceTreeParams) SetNamespace

func (o *ApplicationServiceWatchResourceTreeParams) SetNamespace(namespace *string)

SetNamespace adds the namespace to the application service watch resource tree params

func (*ApplicationServiceWatchResourceTreeParams) SetTimeout

SetTimeout adds the timeout to the application service watch resource tree params

func (*ApplicationServiceWatchResourceTreeParams) SetVersion

func (o *ApplicationServiceWatchResourceTreeParams) SetVersion(version *string)

SetVersion adds the version to the application service watch resource tree params

func (*ApplicationServiceWatchResourceTreeParams) WithApplicationName

WithApplicationName adds the applicationName to the application service watch resource tree params

func (*ApplicationServiceWatchResourceTreeParams) WithContext

WithContext adds the context to the application service watch resource tree params

func (*ApplicationServiceWatchResourceTreeParams) WithDefaults

WithDefaults hydrates default values in the application service watch resource tree params (not the query body).

All values with no default are reset to their zero value.

func (*ApplicationServiceWatchResourceTreeParams) WithGroup

WithGroup adds the group to the application service watch resource tree params

func (*ApplicationServiceWatchResourceTreeParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the application service watch resource tree params

func (*ApplicationServiceWatchResourceTreeParams) WithKind

WithKind adds the kind to the application service watch resource tree params

func (*ApplicationServiceWatchResourceTreeParams) WithName

WithName adds the name to the application service watch resource tree params

func (*ApplicationServiceWatchResourceTreeParams) WithNamespace

WithNamespace adds the namespace to the application service watch resource tree params

func (*ApplicationServiceWatchResourceTreeParams) WithTimeout

WithTimeout adds the timeout to the application service watch resource tree params

func (*ApplicationServiceWatchResourceTreeParams) WithVersion

WithVersion adds the version to the application service watch resource tree params

func (*ApplicationServiceWatchResourceTreeParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ApplicationServiceWatchResourceTreeReader

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

ApplicationServiceWatchResourceTreeReader is a Reader for the ApplicationServiceWatchResourceTree structure.

func (*ApplicationServiceWatchResourceTreeReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type Client

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

Client for application service API

func (*Client) ApplicationServiceCreate

func (a *Client) ApplicationServiceCreate(params *ApplicationServiceCreateParams, opts ...ClientOption) (*ApplicationServiceCreateOK, error)

ApplicationServiceCreate creates creates an application

func (*Client) ApplicationServiceDelete

func (a *Client) ApplicationServiceDelete(params *ApplicationServiceDeleteParams, opts ...ClientOption) (*ApplicationServiceDeleteOK, error)

ApplicationServiceDelete deletes deletes an application

func (*Client) ApplicationServiceDeleteResource

func (a *Client) ApplicationServiceDeleteResource(params *ApplicationServiceDeleteResourceParams, opts ...ClientOption) (*ApplicationServiceDeleteResourceOK, error)

ApplicationServiceDeleteResource deletes resource deletes a single application resource

func (*Client) ApplicationServiceGet

func (a *Client) ApplicationServiceGet(params *ApplicationServiceGetParams, opts ...ClientOption) (*ApplicationServiceGetOK, error)

ApplicationServiceGet gets returns an application by name

func (*Client) ApplicationServiceGetApplicationSyncWindows

func (a *Client) ApplicationServiceGetApplicationSyncWindows(params *ApplicationServiceGetApplicationSyncWindowsParams, opts ...ClientOption) (*ApplicationServiceGetApplicationSyncWindowsOK, error)

ApplicationServiceGetApplicationSyncWindows gets returns sync windows of the application

func (*Client) ApplicationServiceGetManifests

func (a *Client) ApplicationServiceGetManifests(params *ApplicationServiceGetManifestsParams, opts ...ClientOption) (*ApplicationServiceGetManifestsOK, error)

ApplicationServiceGetManifests gets manifests returns application manifests

func (*Client) ApplicationServiceGetResource

func (a *Client) ApplicationServiceGetResource(params *ApplicationServiceGetResourceParams, opts ...ClientOption) (*ApplicationServiceGetResourceOK, error)

ApplicationServiceGetResource gets resource returns single application resource

func (*Client) ApplicationServiceList

func (a *Client) ApplicationServiceList(params *ApplicationServiceListParams, opts ...ClientOption) (*ApplicationServiceListOK, error)

ApplicationServiceList lists returns list of applications

func (*Client) ApplicationServiceListResourceActions

func (a *Client) ApplicationServiceListResourceActions(params *ApplicationServiceListResourceActionsParams, opts ...ClientOption) (*ApplicationServiceListResourceActionsOK, error)

ApplicationServiceListResourceActions lists resource actions returns list of resource actions

func (*Client) ApplicationServiceListResourceEvents

func (a *Client) ApplicationServiceListResourceEvents(params *ApplicationServiceListResourceEventsParams, opts ...ClientOption) (*ApplicationServiceListResourceEventsOK, error)

ApplicationServiceListResourceEvents lists resource events returns a list of event resources

func (*Client) ApplicationServiceManagedResources

func (a *Client) ApplicationServiceManagedResources(params *ApplicationServiceManagedResourcesParams, opts ...ClientOption) (*ApplicationServiceManagedResourcesOK, error)

ApplicationServiceManagedResources manageds resources returns list of managed resources

func (*Client) ApplicationServicePatch

func (a *Client) ApplicationServicePatch(params *ApplicationServicePatchParams, opts ...ClientOption) (*ApplicationServicePatchOK, error)

ApplicationServicePatch patches patch an application

func (*Client) ApplicationServicePatchResource

func (a *Client) ApplicationServicePatchResource(params *ApplicationServicePatchResourceParams, opts ...ClientOption) (*ApplicationServicePatchResourceOK, error)

ApplicationServicePatchResource patches resource patch single application resource

func (*Client) ApplicationServicePodLogs

func (a *Client) ApplicationServicePodLogs(params *ApplicationServicePodLogsParams, opts ...ClientOption) (*ApplicationServicePodLogsOK, error)

ApplicationServicePodLogs pods logs returns stream of log entries for the specified pod pod

func (*Client) ApplicationServicePodLogs2

func (a *Client) ApplicationServicePodLogs2(params *ApplicationServicePodLogs2Params, opts ...ClientOption) (*ApplicationServicePodLogs2OK, error)

ApplicationServicePodLogs2 pods logs returns stream of log entries for the specified pod pod

func (*Client) ApplicationServiceResourceTree

func (a *Client) ApplicationServiceResourceTree(params *ApplicationServiceResourceTreeParams, opts ...ClientOption) (*ApplicationServiceResourceTreeOK, error)

ApplicationServiceResourceTree resources tree returns resource tree

func (*Client) ApplicationServiceRevisionMetadata

func (a *Client) ApplicationServiceRevisionMetadata(params *ApplicationServiceRevisionMetadataParams, opts ...ClientOption) (*ApplicationServiceRevisionMetadataOK, error)

ApplicationServiceRevisionMetadata gets the meta data author date tags message for a specific revision of the application

func (*Client) ApplicationServiceRollback

func (a *Client) ApplicationServiceRollback(params *ApplicationServiceRollbackParams, opts ...ClientOption) (*ApplicationServiceRollbackOK, error)

ApplicationServiceRollback rollbacks syncs an application to its target state

func (*Client) ApplicationServiceRunResourceAction

func (a *Client) ApplicationServiceRunResourceAction(params *ApplicationServiceRunResourceActionParams, opts ...ClientOption) (*ApplicationServiceRunResourceActionOK, error)

ApplicationServiceRunResourceAction runs resource action run resource action

func (*Client) ApplicationServiceSync

func (a *Client) ApplicationServiceSync(params *ApplicationServiceSyncParams, opts ...ClientOption) (*ApplicationServiceSyncOK, error)

ApplicationServiceSync syncs syncs an application to its target state

func (*Client) ApplicationServiceTerminateOperation

func (a *Client) ApplicationServiceTerminateOperation(params *ApplicationServiceTerminateOperationParams, opts ...ClientOption) (*ApplicationServiceTerminateOperationOK, error)

ApplicationServiceTerminateOperation terminates operation terminates the currently running operation

func (*Client) ApplicationServiceUpdate

func (a *Client) ApplicationServiceUpdate(params *ApplicationServiceUpdateParams, opts ...ClientOption) (*ApplicationServiceUpdateOK, error)

ApplicationServiceUpdate updates updates an application

func (*Client) ApplicationServiceUpdateSpec

func (a *Client) ApplicationServiceUpdateSpec(params *ApplicationServiceUpdateSpecParams, opts ...ClientOption) (*ApplicationServiceUpdateSpecOK, error)

ApplicationServiceUpdateSpec updates spec updates an application spec

func (*Client) ApplicationServiceWatch

func (a *Client) ApplicationServiceWatch(params *ApplicationServiceWatchParams, opts ...ClientOption) (*ApplicationServiceWatchOK, error)

ApplicationServiceWatch watches returns stream of application change events

func (*Client) ApplicationServiceWatchResourceTree

func (a *Client) ApplicationServiceWatchResourceTree(params *ApplicationServiceWatchResourceTreeParams, opts ...ClientOption) (*ApplicationServiceWatchResourceTreeOK, error)

ApplicationServiceWatchResourceTree watches returns stream of application resource tree

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	ApplicationServiceCreate(params *ApplicationServiceCreateParams, opts ...ClientOption) (*ApplicationServiceCreateOK, error)

	ApplicationServiceDelete(params *ApplicationServiceDeleteParams, opts ...ClientOption) (*ApplicationServiceDeleteOK, error)

	ApplicationServiceDeleteResource(params *ApplicationServiceDeleteResourceParams, opts ...ClientOption) (*ApplicationServiceDeleteResourceOK, error)

	ApplicationServiceGet(params *ApplicationServiceGetParams, opts ...ClientOption) (*ApplicationServiceGetOK, error)

	ApplicationServiceGetApplicationSyncWindows(params *ApplicationServiceGetApplicationSyncWindowsParams, opts ...ClientOption) (*ApplicationServiceGetApplicationSyncWindowsOK, error)

	ApplicationServiceGetManifests(params *ApplicationServiceGetManifestsParams, opts ...ClientOption) (*ApplicationServiceGetManifestsOK, error)

	ApplicationServiceGetResource(params *ApplicationServiceGetResourceParams, opts ...ClientOption) (*ApplicationServiceGetResourceOK, error)

	ApplicationServiceList(params *ApplicationServiceListParams, opts ...ClientOption) (*ApplicationServiceListOK, error)

	ApplicationServiceListResourceActions(params *ApplicationServiceListResourceActionsParams, opts ...ClientOption) (*ApplicationServiceListResourceActionsOK, error)

	ApplicationServiceListResourceEvents(params *ApplicationServiceListResourceEventsParams, opts ...ClientOption) (*ApplicationServiceListResourceEventsOK, error)

	ApplicationServiceManagedResources(params *ApplicationServiceManagedResourcesParams, opts ...ClientOption) (*ApplicationServiceManagedResourcesOK, error)

	ApplicationServicePatch(params *ApplicationServicePatchParams, opts ...ClientOption) (*ApplicationServicePatchOK, error)

	ApplicationServicePatchResource(params *ApplicationServicePatchResourceParams, opts ...ClientOption) (*ApplicationServicePatchResourceOK, error)

	ApplicationServicePodLogs(params *ApplicationServicePodLogsParams, opts ...ClientOption) (*ApplicationServicePodLogsOK, error)

	ApplicationServicePodLogs2(params *ApplicationServicePodLogs2Params, opts ...ClientOption) (*ApplicationServicePodLogs2OK, error)

	ApplicationServiceResourceTree(params *ApplicationServiceResourceTreeParams, opts ...ClientOption) (*ApplicationServiceResourceTreeOK, error)

	ApplicationServiceRevisionMetadata(params *ApplicationServiceRevisionMetadataParams, opts ...ClientOption) (*ApplicationServiceRevisionMetadataOK, error)

	ApplicationServiceRollback(params *ApplicationServiceRollbackParams, opts ...ClientOption) (*ApplicationServiceRollbackOK, error)

	ApplicationServiceRunResourceAction(params *ApplicationServiceRunResourceActionParams, opts ...ClientOption) (*ApplicationServiceRunResourceActionOK, error)

	ApplicationServiceSync(params *ApplicationServiceSyncParams, opts ...ClientOption) (*ApplicationServiceSyncOK, error)

	ApplicationServiceTerminateOperation(params *ApplicationServiceTerminateOperationParams, opts ...ClientOption) (*ApplicationServiceTerminateOperationOK, error)

	ApplicationServiceUpdate(params *ApplicationServiceUpdateParams, opts ...ClientOption) (*ApplicationServiceUpdateOK, error)

	ApplicationServiceUpdateSpec(params *ApplicationServiceUpdateSpecParams, opts ...ClientOption) (*ApplicationServiceUpdateSpecOK, error)

	ApplicationServiceWatch(params *ApplicationServiceWatchParams, opts ...ClientOption) (*ApplicationServiceWatchOK, error)

	ApplicationServiceWatchResourceTree(params *ApplicationServiceWatchResourceTreeParams, opts ...ClientOption) (*ApplicationServiceWatchResourceTreeOK, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

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

New creates a new application service API client.

Source Files

Jump to

Keyboard shortcuts

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