Documentation
¶
Index ¶
- type Deployment
- func (d Deployment) Cast() kube.Resource
- func (d Deployment) Create(client kube.ClientSet, ctx context.Context, res kube.Resource, ...) (kube.Resource, error)
- func (d Deployment) Delete(client kube.ClientSet, ctx context.Context, name string, ...) error
- func (d Deployment) Get(client kube.ClientSet, ctx context.Context, name string, ...) (kube.Resource, error)
- func (d Deployment) Name() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Deployment ¶
type Deployment string
func (Deployment) Cast ¶
func (d Deployment) Cast() kube.Resource
func (Deployment) Delete ¶
func (d Deployment) Delete(client kube.ClientSet, ctx context.Context, name string, opts v1meta.DeleteOptions) error
func (Deployment) Name ¶
func (d Deployment) Name() string
Click to show internal directories.
Click to hide internal directories.