Documentation ¶
Index ¶
- Constants
- func SetupIndexes(context.Context, client.FieldIndexer) error
- func SetupWebhook(mgr ctrl.Manager, _ ...jobframework.Option) error
- type Deployment
- type Webhook
- func (wh *Webhook) Default(ctx context.Context, obj runtime.Object) error
- func (wh *Webhook) ValidateCreate(ctx context.Context, obj runtime.Object) (warnings admission.Warnings, err error)
- func (wh *Webhook) ValidateDelete(context.Context, runtime.Object) (warnings admission.Warnings, err error)
- func (wh *Webhook) ValidateUpdate(ctx context.Context, oldObj, newObj runtime.Object) (warnings admission.Warnings, err error)
Constants ¶
View Source
const (
FrameworkName = "deployment"
)
Variables ¶
This section is empty.
Functions ¶
func SetupIndexes ¶
func SetupIndexes(context.Context, client.FieldIndexer) error
func SetupWebhook ¶
func SetupWebhook(mgr ctrl.Manager, _ ...jobframework.Option) error
Types ¶
type Deployment ¶
type Deployment appsv1.Deployment
func (*Deployment) GVK ¶
func (d *Deployment) GVK() schema.GroupVersionKind
func (*Deployment) Object ¶
func (d *Deployment) Object() client.Object
type Webhook ¶
type Webhook struct {
// contains filtered or unexported fields
}
func (*Webhook) ValidateCreate ¶
func (*Webhook) ValidateDelete ¶
Click to show internal directories.
Click to hide internal directories.