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.
Index ¶
- type NetworkWatcher
- func (watcher *NetworkWatcher) Default(ctx context.Context, obj runtime.Object) error
- func (watcher *NetworkWatcher) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (watcher *NetworkWatcher) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (watcher *NetworkWatcher) ValidateUpdate(ctx context.Context, oldResource runtime.Object, newResource runtime.Object) (admission.Warnings, error)
- type NetworkWatchersFlowLog
- func (flowLog *NetworkWatchersFlowLog) Default(ctx context.Context, obj runtime.Object) error
- func (flowLog *NetworkWatchersFlowLog) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (flowLog *NetworkWatchersFlowLog) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (flowLog *NetworkWatchersFlowLog) 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 NetworkWatcher ¶
type NetworkWatcher struct {
}
func (*NetworkWatcher) ValidateCreate ¶
func (watcher *NetworkWatcher) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource
func (*NetworkWatcher) ValidateDelete ¶
func (watcher *NetworkWatcher) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateDelete validates the deletion of the resource
type NetworkWatchersFlowLog ¶
type NetworkWatchersFlowLog struct {
}
func (*NetworkWatchersFlowLog) Default ¶
Default applies defaults to the NetworkWatchersFlowLog resource
func (*NetworkWatchersFlowLog) ValidateCreate ¶
func (flowLog *NetworkWatchersFlowLog) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource
func (*NetworkWatchersFlowLog) ValidateDelete ¶
func (flowLog *NetworkWatchersFlowLog) 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.