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.
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.
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 PrivateDnsZone
- func (zone *PrivateDnsZone) Default(ctx context.Context, obj runtime.Object) error
- func (zone *PrivateDnsZone) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (zone *PrivateDnsZone) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (zone *PrivateDnsZone) ValidateUpdate(ctx context.Context, oldResource runtime.Object, newResource runtime.Object) (admission.Warnings, error)
- type PrivateDnsZonesAAAARecord
- func (record *PrivateDnsZonesAAAARecord) Default(ctx context.Context, obj runtime.Object) error
- func (record *PrivateDnsZonesAAAARecord) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (record *PrivateDnsZonesAAAARecord) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (record *PrivateDnsZonesAAAARecord) ValidateUpdate(ctx context.Context, oldResource runtime.Object, newResource runtime.Object) (admission.Warnings, error)
- type PrivateDnsZonesARecord
- func (record *PrivateDnsZonesARecord) Default(ctx context.Context, obj runtime.Object) error
- func (record *PrivateDnsZonesARecord) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (record *PrivateDnsZonesARecord) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (record *PrivateDnsZonesARecord) ValidateUpdate(ctx context.Context, oldResource runtime.Object, newResource runtime.Object) (admission.Warnings, error)
- type PrivateDnsZonesCNAMERecord
- func (record *PrivateDnsZonesCNAMERecord) Default(ctx context.Context, obj runtime.Object) error
- func (record *PrivateDnsZonesCNAMERecord) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (record *PrivateDnsZonesCNAMERecord) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (record *PrivateDnsZonesCNAMERecord) ValidateUpdate(ctx context.Context, oldResource runtime.Object, newResource runtime.Object) (admission.Warnings, error)
- type PrivateDnsZonesMXRecord
- func (record *PrivateDnsZonesMXRecord) Default(ctx context.Context, obj runtime.Object) error
- func (record *PrivateDnsZonesMXRecord) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (record *PrivateDnsZonesMXRecord) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (record *PrivateDnsZonesMXRecord) ValidateUpdate(ctx context.Context, oldResource runtime.Object, newResource runtime.Object) (admission.Warnings, error)
- type PrivateDnsZonesPTRRecord
- func (record *PrivateDnsZonesPTRRecord) Default(ctx context.Context, obj runtime.Object) error
- func (record *PrivateDnsZonesPTRRecord) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (record *PrivateDnsZonesPTRRecord) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (record *PrivateDnsZonesPTRRecord) ValidateUpdate(ctx context.Context, oldResource runtime.Object, newResource runtime.Object) (admission.Warnings, error)
- type PrivateDnsZonesSRVRecord
- func (record *PrivateDnsZonesSRVRecord) Default(ctx context.Context, obj runtime.Object) error
- func (record *PrivateDnsZonesSRVRecord) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (record *PrivateDnsZonesSRVRecord) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (record *PrivateDnsZonesSRVRecord) ValidateUpdate(ctx context.Context, oldResource runtime.Object, newResource runtime.Object) (admission.Warnings, error)
- type PrivateDnsZonesTXTRecord
- func (record *PrivateDnsZonesTXTRecord) Default(ctx context.Context, obj runtime.Object) error
- func (record *PrivateDnsZonesTXTRecord) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (record *PrivateDnsZonesTXTRecord) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (record *PrivateDnsZonesTXTRecord) ValidateUpdate(ctx context.Context, oldResource runtime.Object, newResource runtime.Object) (admission.Warnings, error)
- type PrivateDnsZonesVirtualNetworkLink
- func (link *PrivateDnsZonesVirtualNetworkLink) Default(ctx context.Context, obj runtime.Object) error
- func (link *PrivateDnsZonesVirtualNetworkLink) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (link *PrivateDnsZonesVirtualNetworkLink) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (link *PrivateDnsZonesVirtualNetworkLink) 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 PrivateDnsZone ¶
type PrivateDnsZone struct {
}
func (*PrivateDnsZone) ValidateCreate ¶
func (zone *PrivateDnsZone) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource
func (*PrivateDnsZone) ValidateDelete ¶
func (zone *PrivateDnsZone) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateDelete validates the deletion of the resource
type PrivateDnsZonesAAAARecord ¶
type PrivateDnsZonesAAAARecord struct {
}
func (*PrivateDnsZonesAAAARecord) Default ¶
Default applies defaults to the PrivateDnsZonesAAAARecord resource
func (*PrivateDnsZonesAAAARecord) ValidateCreate ¶
func (record *PrivateDnsZonesAAAARecord) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource
func (*PrivateDnsZonesAAAARecord) ValidateDelete ¶
func (record *PrivateDnsZonesAAAARecord) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateDelete validates the deletion of the resource
type PrivateDnsZonesARecord ¶
type PrivateDnsZonesARecord struct {
}
func (*PrivateDnsZonesARecord) Default ¶
Default applies defaults to the PrivateDnsZonesARecord resource
func (*PrivateDnsZonesARecord) ValidateCreate ¶
func (record *PrivateDnsZonesARecord) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource
func (*PrivateDnsZonesARecord) ValidateDelete ¶
func (record *PrivateDnsZonesARecord) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateDelete validates the deletion of the resource
type PrivateDnsZonesCNAMERecord ¶
type PrivateDnsZonesCNAMERecord struct {
}
func (*PrivateDnsZonesCNAMERecord) Default ¶
Default applies defaults to the PrivateDnsZonesCNAMERecord resource
func (*PrivateDnsZonesCNAMERecord) ValidateCreate ¶
func (record *PrivateDnsZonesCNAMERecord) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource
func (*PrivateDnsZonesCNAMERecord) ValidateDelete ¶
func (record *PrivateDnsZonesCNAMERecord) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateDelete validates the deletion of the resource
type PrivateDnsZonesMXRecord ¶
type PrivateDnsZonesMXRecord struct {
}
func (*PrivateDnsZonesMXRecord) Default ¶
Default applies defaults to the PrivateDnsZonesMXRecord resource
func (*PrivateDnsZonesMXRecord) ValidateCreate ¶
func (record *PrivateDnsZonesMXRecord) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource
func (*PrivateDnsZonesMXRecord) ValidateDelete ¶
func (record *PrivateDnsZonesMXRecord) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateDelete validates the deletion of the resource
type PrivateDnsZonesPTRRecord ¶
type PrivateDnsZonesPTRRecord struct {
}
func (*PrivateDnsZonesPTRRecord) Default ¶
Default applies defaults to the PrivateDnsZonesPTRRecord resource
func (*PrivateDnsZonesPTRRecord) ValidateCreate ¶
func (record *PrivateDnsZonesPTRRecord) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource
func (*PrivateDnsZonesPTRRecord) ValidateDelete ¶
func (record *PrivateDnsZonesPTRRecord) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateDelete validates the deletion of the resource
type PrivateDnsZonesSRVRecord ¶
type PrivateDnsZonesSRVRecord struct {
}
func (*PrivateDnsZonesSRVRecord) Default ¶
Default applies defaults to the PrivateDnsZonesSRVRecord resource
func (*PrivateDnsZonesSRVRecord) ValidateCreate ¶
func (record *PrivateDnsZonesSRVRecord) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource
func (*PrivateDnsZonesSRVRecord) ValidateDelete ¶
func (record *PrivateDnsZonesSRVRecord) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateDelete validates the deletion of the resource
type PrivateDnsZonesTXTRecord ¶
type PrivateDnsZonesTXTRecord struct {
}
func (*PrivateDnsZonesTXTRecord) Default ¶
Default applies defaults to the PrivateDnsZonesTXTRecord resource
func (*PrivateDnsZonesTXTRecord) ValidateCreate ¶
func (record *PrivateDnsZonesTXTRecord) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource
func (*PrivateDnsZonesTXTRecord) ValidateDelete ¶
func (record *PrivateDnsZonesTXTRecord) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateDelete validates the deletion of the resource
type PrivateDnsZonesVirtualNetworkLink ¶
type PrivateDnsZonesVirtualNetworkLink struct {
}
func (*PrivateDnsZonesVirtualNetworkLink) Default ¶
func (link *PrivateDnsZonesVirtualNetworkLink) Default(ctx context.Context, obj runtime.Object) error
Default applies defaults to the PrivateDnsZonesVirtualNetworkLink resource
func (*PrivateDnsZonesVirtualNetworkLink) ValidateCreate ¶
func (link *PrivateDnsZonesVirtualNetworkLink) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource
func (*PrivateDnsZonesVirtualNetworkLink) ValidateDelete ¶
func (link *PrivateDnsZonesVirtualNetworkLink) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateDelete validates the deletion of the resource
Source Files
¶
- private_dns_zone_types_gen.go
- private_dns_zones_a_record_types_gen.go
- private_dns_zones_aaaa_record_types_gen.go
- private_dns_zones_cname_record_types_gen.go
- private_dns_zones_mx_record_types_gen.go
- private_dns_zones_ptr_record_types_gen.go
- private_dns_zones_srv_record_types_gen.go
- private_dns_zones_txt_record_types_gen.go
- private_dns_zones_virtual_network_link_types_gen.go