Documentation
¶
Overview ¶
Code generated by azure-service-operator-codegen. DO NOT EDIT. Copyright (c) Microsoft Corporation. Licensed under the MIT license.
Code generated by azure-service-operator-codegen. DO NOT EDIT. Copyright (c) Microsoft Corporation. Licensed under the MIT license.
Code generated by azure-service-operator-codegen. DO NOT EDIT. Copyright (c) Microsoft Corporation. Licensed under the MIT license.
Index ¶
- type DataCollectionEndpoint
- func (endpoint *DataCollectionEndpoint) Default(ctx context.Context, obj runtime.Object) error
- func (endpoint *DataCollectionEndpoint) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (endpoint *DataCollectionEndpoint) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (endpoint *DataCollectionEndpoint) ValidateUpdate(ctx context.Context, oldResource runtime.Object, newResource runtime.Object) (admission.Warnings, error)
- type DataCollectionRule
- func (rule *DataCollectionRule) Default(ctx context.Context, obj runtime.Object) error
- func (rule *DataCollectionRule) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (rule *DataCollectionRule) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (rule *DataCollectionRule) ValidateUpdate(ctx context.Context, oldResource runtime.Object, newResource runtime.Object) (admission.Warnings, error)
- type DataCollectionRuleAssociation
- func (association *DataCollectionRuleAssociation) Default(ctx context.Context, obj runtime.Object) error
- func (association *DataCollectionRuleAssociation) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (association *DataCollectionRuleAssociation) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (association *DataCollectionRuleAssociation) 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 DataCollectionEndpoint ¶
type DataCollectionEndpoint struct {
}
func (*DataCollectionEndpoint) Default ¶
Default applies defaults to the DataCollectionEndpoint resource
func (*DataCollectionEndpoint) ValidateCreate ¶
func (endpoint *DataCollectionEndpoint) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource
func (*DataCollectionEndpoint) ValidateDelete ¶
func (endpoint *DataCollectionEndpoint) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateDelete validates the deletion of the resource
type DataCollectionRule ¶
type DataCollectionRule struct {
}
func (*DataCollectionRule) ValidateCreate ¶
func (rule *DataCollectionRule) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource
func (*DataCollectionRule) ValidateDelete ¶
func (rule *DataCollectionRule) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateDelete validates the deletion of the resource
type DataCollectionRuleAssociation ¶
type DataCollectionRuleAssociation struct {
}
func (*DataCollectionRuleAssociation) Default ¶
func (association *DataCollectionRuleAssociation) Default(ctx context.Context, obj runtime.Object) error
Default applies defaults to the DataCollectionRuleAssociation resource
func (*DataCollectionRuleAssociation) ValidateCreate ¶
func (association *DataCollectionRuleAssociation) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource
func (*DataCollectionRuleAssociation) ValidateDelete ¶
func (association *DataCollectionRuleAssociation) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateDelete validates the deletion of the resource