Documentation ¶
Overview ¶
Package defaults holds the typed objects that define the schemas for net-istio defaulting.
Index ¶
- type IstioDeployment
- func (in *IstioDeployment) DeepCopy() *IstioDeployment
- func (in *IstioDeployment) DeepCopyInto(out *IstioDeployment)
- func (in *IstioDeployment) DeepCopyObject() runtime.Object
- func (r *IstioDeployment) SetDefaults(ctx context.Context)
- func (r *IstioDeployment) Validate(ctx context.Context) *apis.FieldError
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IstioDeployment ¶
type IstioDeployment struct {
appsv1.Deployment `json:",inline"`
}
IstioDeployment is a wrapper around Deployment for setting Istio specific defaults
func (*IstioDeployment) DeepCopy ¶
func (in *IstioDeployment) DeepCopy() *IstioDeployment
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IstioDeployment.
func (*IstioDeployment) DeepCopyInto ¶
func (in *IstioDeployment) DeepCopyInto(out *IstioDeployment)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*IstioDeployment) DeepCopyObject ¶
func (in *IstioDeployment) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*IstioDeployment) SetDefaults ¶
func (r *IstioDeployment) SetDefaults(ctx context.Context)
SetDefaults implements apis.Defaultable
func (*IstioDeployment) Validate ¶
func (r *IstioDeployment) Validate(ctx context.Context) *apis.FieldError
Validate returns nil due to no need for validation
Click to show internal directories.
Click to hide internal directories.