Documentation
¶
Index ¶
Constants ¶
View Source
const (
//ServiceID Kubernetes service ID.
ServiceID = "kubernetes"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ApplyRequest ¶
type ApplyRequest struct {
Source url.Resource
metav1.GetOptions
}
type CreateRequest ¶
type CreateResponse ¶
type CreateResponse struct {
Items []interface{}
}
type GetRequest ¶
type GetRequest struct {
Name string
metav1.ListOptions
OutputTemplate string
OutputPaths map[string]string
// contains filtered or unexported fields
}
func (*GetRequest) Init ¶
func (r *GetRequest) Init() (err error)
type GetResponse ¶
type GetResponse interface{}
Click to show internal directories.
Click to hide internal directories.