Documentation ¶
Overview ¶
Package deployment manipulates the k8s api of deployment object
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Job ¶
type Job struct {
// contains filtered or unexported fields
}
Deployment is the object to manipulate k8s api of deployment
type Option ¶
type Option func(*Job)
Option configures a Deployment
func WithCompleteParams ¶
func WithCompleteParams(addr string, client *httpclient.HTTPClient) Option
WithCompleteParams provides an Option
Click to show internal directories.
Click to hide internal directories.