Documentation ¶
Overview ¶
Package service GENERATED BY gengo:runtimedoc DON'T EDIT THIS FILE
Index ¶
- type ClusterService
- func (c *ClusterService) Apply(ctx context.Context, kpkg *v1alpha1.KubePkg) error
- func (c *ClusterService) CreateResources(ctx context.Context) ([]manifest.Object, error)
- func (c *ClusterService) Delete(ctx context.Context, namespace string, name string) error
- func (c *ClusterService) Deployments(ctx context.Context, namespace string) ([]v1alpha1.KubePkg, error)
- func (c *ClusterService) Register(ctx context.Context, agent *agent.Agent) error
- func (c *ClusterService) Status(ctx context.Context) (*cluster.InstanceStatus, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterService ¶
type ClusterService struct {
// contains filtered or unexported fields
}
func NewClusterService ¶
func NewClusterService(c *cluster.Cluster) *ClusterService
func (*ClusterService) CreateResources ¶ added in v0.5.4
func (*ClusterService) Deployments ¶
func (*ClusterService) Status ¶
func (c *ClusterService) Status(ctx context.Context) (*cluster.InstanceStatus, error)
Click to show internal directories.
Click to hide internal directories.