Documentation ¶
Overview ¶
Package defaults holds the typed objects that define the schemas for knative-continous-delivery defaulting.
Index ¶
- type ContinuousDeploymentRoute
- func (in *ContinuousDeploymentRoute) DeepCopy() *ContinuousDeploymentRoute
- func (in *ContinuousDeploymentRoute) DeepCopyInto(out *ContinuousDeploymentRoute)
- func (in *ContinuousDeploymentRoute) DeepCopyObject() runtime.Object
- func (cdr *ContinuousDeploymentRoute) SetDefaults(ctx context.Context)
- func (cdr *ContinuousDeploymentRoute) Validate(ctx context.Context) *apis.FieldError
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContinuousDeploymentRoute ¶
ContinuousDeploymentRoute is a wrapper around Route for setting Continuous Deployment values
func (*ContinuousDeploymentRoute) DeepCopy ¶
func (in *ContinuousDeploymentRoute) DeepCopy() *ContinuousDeploymentRoute
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ContinuousDeploymentRoute.
func (*ContinuousDeploymentRoute) DeepCopyInto ¶
func (in *ContinuousDeploymentRoute) DeepCopyInto(out *ContinuousDeploymentRoute)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ContinuousDeploymentRoute) DeepCopyObject ¶
func (in *ContinuousDeploymentRoute) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*ContinuousDeploymentRoute) SetDefaults ¶
func (cdr *ContinuousDeploymentRoute) SetDefaults(ctx context.Context)
SetDefaults implements apis.Defaultable
func (*ContinuousDeploymentRoute) Validate ¶
func (cdr *ContinuousDeploymentRoute) 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.