Documentation ¶
Index ¶
- func CreateOrPatchMutatingWebhookConfiguration(ctx context.Context, c kubernetes.Interface, name string, ...) (*reg.MutatingWebhookConfiguration, kutil.VerbType, error)
- func CreateOrPatchValidatingWebhookConfiguration(ctx context.Context, c kubernetes.Interface, name string, ...) (*reg.ValidatingWebhookConfiguration, kutil.VerbType, error)
- func PatchMutatingWebhookConfiguration(ctx context.Context, c kubernetes.Interface, ...) (*reg.MutatingWebhookConfiguration, kutil.VerbType, error)
- func PatchMutatingWebhookConfigurationObject(ctx context.Context, c kubernetes.Interface, ...) (*reg.MutatingWebhookConfiguration, kutil.VerbType, error)
- func PatchValidatingWebhookConfiguration(ctx context.Context, c kubernetes.Interface, ...) (*reg.ValidatingWebhookConfiguration, kutil.VerbType, error)
- func PatchValidatingWebhookConfigurationObject(ctx context.Context, c kubernetes.Interface, ...) (*reg.ValidatingWebhookConfiguration, kutil.VerbType, error)
- func SyncMutatingWebhookCABundle(config *rest.Config, webhookConfigName string) (cancel context.CancelFunc, err error)
- func SyncValidatingWebhookCABundle(config *rest.Config, webhookConfigName string) (cancel context.CancelFunc, err error)
- func TryUpdateMutatingWebhookConfiguration(ctx context.Context, c kubernetes.Interface, name string, ...) (result *reg.MutatingWebhookConfiguration, err error)
- func TryUpdateValidatingWebhookConfiguration(ctx context.Context, c kubernetes.Interface, name string, ...) (result *reg.ValidatingWebhookConfiguration, err error)
- func UpdateMutatingWebhookCABundle(config *rest.Config, webhookConfigName string, ...) error
- func UpdateValidatingWebhookCABundle(config *rest.Config, webhookConfigName string, ...) error
- type ValidatingWebhookXray
- func NewCreateValidatingWebhookXray(config *rest.Config, apisvc string, testObj runtime.Object, ...) *ValidatingWebhookXray
- func NewDeleteValidatingWebhookXray(config *rest.Config, apisvc string, testObj runtime.Object, ...) *ValidatingWebhookXray
- func NewUpdateValidatingWebhookXray(config *rest.Config, apisvc string, testObj runtime.Object, ...) *ValidatingWebhookXray
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateOrPatchMutatingWebhookConfiguration ¶
func CreateOrPatchMutatingWebhookConfiguration(ctx context.Context, c kubernetes.Interface, name string, transform func(*reg.MutatingWebhookConfiguration) *reg.MutatingWebhookConfiguration, opts metav1.PatchOptions) (*reg.MutatingWebhookConfiguration, kutil.VerbType, error)
func CreateOrPatchValidatingWebhookConfiguration ¶
func CreateOrPatchValidatingWebhookConfiguration(ctx context.Context, c kubernetes.Interface, name string, transform func(*reg.ValidatingWebhookConfiguration) *reg.ValidatingWebhookConfiguration, opts metav1.PatchOptions) (*reg.ValidatingWebhookConfiguration, kutil.VerbType, error)
func PatchMutatingWebhookConfiguration ¶
func PatchMutatingWebhookConfiguration(ctx context.Context, c kubernetes.Interface, cur *reg.MutatingWebhookConfiguration, transform func(*reg.MutatingWebhookConfiguration) *reg.MutatingWebhookConfiguration, opts metav1.PatchOptions) (*reg.MutatingWebhookConfiguration, kutil.VerbType, error)
func PatchMutatingWebhookConfigurationObject ¶
func PatchMutatingWebhookConfigurationObject(ctx context.Context, c kubernetes.Interface, cur, mod *reg.MutatingWebhookConfiguration, opts metav1.PatchOptions) (*reg.MutatingWebhookConfiguration, kutil.VerbType, error)
func PatchValidatingWebhookConfiguration ¶
func PatchValidatingWebhookConfiguration(ctx context.Context, c kubernetes.Interface, cur *reg.ValidatingWebhookConfiguration, transform func(*reg.ValidatingWebhookConfiguration) *reg.ValidatingWebhookConfiguration, opts metav1.PatchOptions) (*reg.ValidatingWebhookConfiguration, kutil.VerbType, error)
func PatchValidatingWebhookConfigurationObject ¶
func PatchValidatingWebhookConfigurationObject(ctx context.Context, c kubernetes.Interface, cur, mod *reg.ValidatingWebhookConfiguration, opts metav1.PatchOptions) (*reg.ValidatingWebhookConfiguration, kutil.VerbType, error)
func TryUpdateMutatingWebhookConfiguration ¶
func TryUpdateMutatingWebhookConfiguration(ctx context.Context, c kubernetes.Interface, name string, transform func(*reg.MutatingWebhookConfiguration) *reg.MutatingWebhookConfiguration, opts metav1.UpdateOptions) (result *reg.MutatingWebhookConfiguration, err error)
func TryUpdateValidatingWebhookConfiguration ¶
func TryUpdateValidatingWebhookConfiguration(ctx context.Context, c kubernetes.Interface, name string, transform func(*reg.ValidatingWebhookConfiguration) *reg.ValidatingWebhookConfiguration, opts metav1.UpdateOptions) (result *reg.ValidatingWebhookConfiguration, err error)
func UpdateMutatingWebhookCABundle ¶
func UpdateMutatingWebhookCABundle(config *rest.Config, webhookConfigName string, extraConditions ...watchtools.ConditionFunc) error
func UpdateValidatingWebhookCABundle ¶
func UpdateValidatingWebhookCABundle(config *rest.Config, webhookConfigName string, extraConditions ...watchtools.ConditionFunc) error
Types ¶
type ValidatingWebhookXray ¶
type ValidatingWebhookXray struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.