Documentation ¶
Overview ¶
Package defaults holds the typed objects that define the schemas.
Index ¶
- type TargetConfiguration
- func (in *TargetConfiguration) DeepCopy() *TargetConfiguration
- func (in *TargetConfiguration) DeepCopyInto(out *TargetConfiguration)
- func (in *TargetConfiguration) DeepCopyObject() runtime.Object
- func (r *TargetConfiguration) SetDefaults(ctx context.Context)
- func (r *TargetConfiguration) Validate(ctx context.Context) *apis.FieldError
- type TargetDomainMapping
- func (in *TargetDomainMapping) DeepCopy() *TargetDomainMapping
- func (in *TargetDomainMapping) DeepCopyInto(out *TargetDomainMapping)
- func (in *TargetDomainMapping) DeepCopyObject() runtime.Object
- func (r *TargetDomainMapping) SetDefaults(ctx context.Context)
- func (r *TargetDomainMapping) Validate(ctx context.Context) *apis.FieldError
- type TargetKService
- func (in *TargetKService) DeepCopy() *TargetKService
- func (in *TargetKService) DeepCopyInto(out *TargetKService)
- func (in *TargetKService) DeepCopyObject() runtime.Object
- func (r *TargetKService) SetDefaults(ctx context.Context)
- func (r *TargetKService) Validate(ctx context.Context) *apis.FieldError
- type TargetRoute
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TargetConfiguration ¶
type TargetConfiguration struct {
v1.Configuration `json:",inline"`
}
TargetConfiguration is a wrapper around Configuration.
func (*TargetConfiguration) DeepCopy ¶
func (in *TargetConfiguration) DeepCopy() *TargetConfiguration
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TargetConfiguration.
func (*TargetConfiguration) DeepCopyInto ¶
func (in *TargetConfiguration) DeepCopyInto(out *TargetConfiguration)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*TargetConfiguration) DeepCopyObject ¶
func (in *TargetConfiguration) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*TargetConfiguration) SetDefaults ¶
func (r *TargetConfiguration) SetDefaults(ctx context.Context)
SetDefaults implements apis.Defaultable
func (*TargetConfiguration) Validate ¶
func (r *TargetConfiguration) Validate(ctx context.Context) *apis.FieldError
Validate returns nil due to no need for validation
type TargetDomainMapping ¶
type TargetDomainMapping struct {
v1alpha1.DomainMapping `json:",inline"`
}
TargetDomainMapping is a wrapper around Configuration.
func (*TargetDomainMapping) DeepCopy ¶
func (in *TargetDomainMapping) DeepCopy() *TargetDomainMapping
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TargetDomainMapping.
func (*TargetDomainMapping) DeepCopyInto ¶
func (in *TargetDomainMapping) DeepCopyInto(out *TargetDomainMapping)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*TargetDomainMapping) DeepCopyObject ¶
func (in *TargetDomainMapping) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*TargetDomainMapping) SetDefaults ¶
func (r *TargetDomainMapping) SetDefaults(ctx context.Context)
SetDefaults implements apis.Defaultable
func (*TargetDomainMapping) Validate ¶
func (r *TargetDomainMapping) Validate(ctx context.Context) *apis.FieldError
Validate returns nil due to no need for validation
type TargetKService ¶
TargetKService is a wrapper around KService.
func (*TargetKService) DeepCopy ¶
func (in *TargetKService) DeepCopy() *TargetKService
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TargetKService.
func (*TargetKService) DeepCopyInto ¶
func (in *TargetKService) DeepCopyInto(out *TargetKService)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*TargetKService) DeepCopyObject ¶
func (in *TargetKService) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*TargetKService) SetDefaults ¶
func (r *TargetKService) SetDefaults(ctx context.Context)
SetDefaults implements apis.Defaultable
func (*TargetKService) Validate ¶
func (r *TargetKService) Validate(ctx context.Context) *apis.FieldError
Validate returns nil due to no need for validation
type TargetRoute ¶
TargetRoute is a wrapper around Configuration.
func (*TargetRoute) DeepCopy ¶
func (in *TargetRoute) DeepCopy() *TargetRoute
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TargetRoute.
func (*TargetRoute) DeepCopyInto ¶
func (in *TargetRoute) DeepCopyInto(out *TargetRoute)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*TargetRoute) DeepCopyObject ¶
func (in *TargetRoute) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*TargetRoute) SetDefaults ¶
func (r *TargetRoute) SetDefaults(ctx context.Context)
SetDefaults implements apis.Defaultable
func (*TargetRoute) Validate ¶
func (r *TargetRoute) Validate(ctx context.Context) *apis.FieldError
Validate returns nil due to no need for validation