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.
Code generated by azure-service-operator-codegen. DO NOT EDIT. Copyright (c) Microsoft Corporation. Licensed under the MIT license.
Index ¶
- type DnsZone
- func (zone *DnsZone) Default(ctx context.Context, obj runtime.Object) error
- func (zone *DnsZone) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (zone *DnsZone) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (zone *DnsZone) ValidateUpdate(ctx context.Context, oldResource runtime.Object, newResource runtime.Object) (admission.Warnings, error)
- type DnsZonesAAAARecord
- func (record *DnsZonesAAAARecord) Default(ctx context.Context, obj runtime.Object) error
- func (record *DnsZonesAAAARecord) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (record *DnsZonesAAAARecord) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (record *DnsZonesAAAARecord) ValidateUpdate(ctx context.Context, oldResource runtime.Object, newResource runtime.Object) (admission.Warnings, error)
- type DnsZonesARecord
- func (record *DnsZonesARecord) Default(ctx context.Context, obj runtime.Object) error
- func (record *DnsZonesARecord) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (record *DnsZonesARecord) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (record *DnsZonesARecord) ValidateUpdate(ctx context.Context, oldResource runtime.Object, newResource runtime.Object) (admission.Warnings, error)
- type DnsZonesCAARecord
- func (record *DnsZonesCAARecord) Default(ctx context.Context, obj runtime.Object) error
- func (record *DnsZonesCAARecord) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (record *DnsZonesCAARecord) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (record *DnsZonesCAARecord) ValidateUpdate(ctx context.Context, oldResource runtime.Object, newResource runtime.Object) (admission.Warnings, error)
- type DnsZonesCNAMERecord
- func (record *DnsZonesCNAMERecord) Default(ctx context.Context, obj runtime.Object) error
- func (record *DnsZonesCNAMERecord) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (record *DnsZonesCNAMERecord) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (record *DnsZonesCNAMERecord) ValidateUpdate(ctx context.Context, oldResource runtime.Object, newResource runtime.Object) (admission.Warnings, error)
- type DnsZonesMXRecord
- func (record *DnsZonesMXRecord) Default(ctx context.Context, obj runtime.Object) error
- func (record *DnsZonesMXRecord) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (record *DnsZonesMXRecord) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (record *DnsZonesMXRecord) ValidateUpdate(ctx context.Context, oldResource runtime.Object, newResource runtime.Object) (admission.Warnings, error)
- type DnsZonesNSRecord
- func (record *DnsZonesNSRecord) Default(ctx context.Context, obj runtime.Object) error
- func (record *DnsZonesNSRecord) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (record *DnsZonesNSRecord) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (record *DnsZonesNSRecord) ValidateUpdate(ctx context.Context, oldResource runtime.Object, newResource runtime.Object) (admission.Warnings, error)
- type DnsZonesPTRRecord
- func (record *DnsZonesPTRRecord) Default(ctx context.Context, obj runtime.Object) error
- func (record *DnsZonesPTRRecord) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (record *DnsZonesPTRRecord) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (record *DnsZonesPTRRecord) ValidateUpdate(ctx context.Context, oldResource runtime.Object, newResource runtime.Object) (admission.Warnings, error)
- type DnsZonesSRVRecord
- func (record *DnsZonesSRVRecord) Default(ctx context.Context, obj runtime.Object) error
- func (record *DnsZonesSRVRecord) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (record *DnsZonesSRVRecord) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (record *DnsZonesSRVRecord) ValidateUpdate(ctx context.Context, oldResource runtime.Object, newResource runtime.Object) (admission.Warnings, error)
- type DnsZonesTXTRecord
- func (record *DnsZonesTXTRecord) Default(ctx context.Context, obj runtime.Object) error
- func (record *DnsZonesTXTRecord) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (record *DnsZonesTXTRecord) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (record *DnsZonesTXTRecord) 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 DnsZone ¶
type DnsZone struct {
}
func (*DnsZone) ValidateCreate ¶
func (zone *DnsZone) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource
type DnsZonesAAAARecord ¶
type DnsZonesAAAARecord struct {
}
func (*DnsZonesAAAARecord) ValidateCreate ¶
func (record *DnsZonesAAAARecord) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource
func (*DnsZonesAAAARecord) ValidateDelete ¶
func (record *DnsZonesAAAARecord) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateDelete validates the deletion of the resource
type DnsZonesARecord ¶
type DnsZonesARecord struct {
}
func (*DnsZonesARecord) ValidateCreate ¶
func (record *DnsZonesARecord) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource
func (*DnsZonesARecord) ValidateDelete ¶
func (record *DnsZonesARecord) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateDelete validates the deletion of the resource
type DnsZonesCAARecord ¶
type DnsZonesCAARecord struct {
}
func (*DnsZonesCAARecord) ValidateCreate ¶
func (record *DnsZonesCAARecord) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource
func (*DnsZonesCAARecord) ValidateDelete ¶
func (record *DnsZonesCAARecord) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateDelete validates the deletion of the resource
type DnsZonesCNAMERecord ¶
type DnsZonesCNAMERecord struct {
}
func (*DnsZonesCNAMERecord) ValidateCreate ¶
func (record *DnsZonesCNAMERecord) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource
func (*DnsZonesCNAMERecord) ValidateDelete ¶
func (record *DnsZonesCNAMERecord) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateDelete validates the deletion of the resource
type DnsZonesMXRecord ¶
type DnsZonesMXRecord struct {
}
func (*DnsZonesMXRecord) ValidateCreate ¶
func (record *DnsZonesMXRecord) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource
func (*DnsZonesMXRecord) ValidateDelete ¶
func (record *DnsZonesMXRecord) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateDelete validates the deletion of the resource
type DnsZonesNSRecord ¶
type DnsZonesNSRecord struct {
}
func (*DnsZonesNSRecord) ValidateCreate ¶
func (record *DnsZonesNSRecord) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource
func (*DnsZonesNSRecord) ValidateDelete ¶
func (record *DnsZonesNSRecord) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateDelete validates the deletion of the resource
type DnsZonesPTRRecord ¶
type DnsZonesPTRRecord struct {
}
func (*DnsZonesPTRRecord) ValidateCreate ¶
func (record *DnsZonesPTRRecord) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource
func (*DnsZonesPTRRecord) ValidateDelete ¶
func (record *DnsZonesPTRRecord) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateDelete validates the deletion of the resource
type DnsZonesSRVRecord ¶
type DnsZonesSRVRecord struct {
}
func (*DnsZonesSRVRecord) ValidateCreate ¶
func (record *DnsZonesSRVRecord) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource
func (*DnsZonesSRVRecord) ValidateDelete ¶
func (record *DnsZonesSRVRecord) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateDelete validates the deletion of the resource
type DnsZonesTXTRecord ¶
type DnsZonesTXTRecord struct {
}
func (*DnsZonesTXTRecord) ValidateCreate ¶
func (record *DnsZonesTXTRecord) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource
func (*DnsZonesTXTRecord) ValidateDelete ¶
func (record *DnsZonesTXTRecord) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateDelete validates the deletion of the resource
Source Files
¶
- dns_zone_types_gen.go
- dns_zones_a_record_types_gen.go
- dns_zones_aaaa_record_types_gen.go
- dns_zones_caa_record_types_gen.go
- dns_zones_cname_record_types_gen.go
- dns_zones_mx_record_types_gen.go
- dns_zones_ns_record_types_gen.go
- dns_zones_ptr_record_types_gen.go
- dns_zones_srv_record_types_gen.go
- dns_zones_txt_record_types_gen.go