Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func NewControllerDeployment ¶
func NewControllerDeployment(client kubernetes.Interface) *Controller
func (*Controller) Create ¶
func (c *Controller) Create(kdAudit *kdauditv1alpha1.KDAudit) (*appsv1.Deployment, error)
func (*Controller) GetObjDiff ¶
func (c *Controller) GetObjDiff(depActive *appsv1.Deployment, kdAudit *kdauditv1alpha1.KDAudit) (bool, error)
func (*Controller) Update ¶
func (c *Controller) Update(kdAudit *kdauditv1alpha1.KDAudit) (*appsv1.Deployment, error)
type Deployment ¶
type Deployment struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.