Documentation
¶
Overview ¶
Code generated by azure-service-operator-codegen. DO NOT EDIT. Copyright (c) Microsoft Corporation. Licensed under the MIT license.
Index ¶
- type MetricAlert
- func (alert *MetricAlert) Default(ctx context.Context, obj runtime.Object) error
- func (alert *MetricAlert) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (alert *MetricAlert) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (alert *MetricAlert) ValidateUpdate(ctx context.Context, oldResource runtime.Object, newResource runtime.Object) (admission.Warnings, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MetricAlert ¶
type MetricAlert struct { }
func (*MetricAlert) ValidateCreate ¶
func (alert *MetricAlert) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource
func (*MetricAlert) ValidateDelete ¶
func (alert *MetricAlert) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateDelete validates the deletion of the resource
Click to show internal directories.
Click to hide internal directories.