Documentation
¶
Overview ¶
Package v1alpha1 contains API Schema definitions for the serving v1alpha1 API group +k8s:deepcopy-gen=package,register +groupName=serving.knative.dev
Package v1alpha1 contains API Schema definitions for the serving v1alpha1 API group +k8s:deepcopy-gen=package,register +groupName=serving.knative.dev
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // SchemeGroupVersion is group version used to register these objects SchemeGroupVersion = schema.GroupVersion{Group: "serving.knative.dev", Version: "v1alpha1"} // SchemeBuilder is used to add go types to the GroupVersionKind scheme SchemeBuilder = &scheme.Builder{GroupVersion: SchemeGroupVersion} )
Functions ¶
func GetOpenAPIDefinitions ¶
func GetOpenAPIDefinitions(ref common.ReferenceCallback) map[string]common.OpenAPIDefinition
func RegisterDefaults ¶
RegisterDefaults adds defaulters functions to the given scheme. Public to allow building arbitrary schemes. All generated defaulters are covering - they call all nested defaulters.
Types ¶
type Install ¶
type Install struct {
metav1.TypeMeta `json:",inline"`
metav1.ObjectMeta `json:"metadata,omitempty"`
Spec InstallSpec `json:"spec,omitempty"`
Status InstallStatus `json:"status,omitempty"`
}
Install is the Schema for the installs API +k8s:openapi-gen=true
func (*Install) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Install.
func (*Install) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Install) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type InstallList ¶
type InstallList struct {
metav1.TypeMeta `json:",inline"`
metav1.ListMeta `json:"metadata,omitempty"`
Items []Install `json:"items"`
}
InstallList contains a list of Install
func (*InstallList) DeepCopy ¶
func (in *InstallList) DeepCopy() *InstallList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new InstallList.
func (*InstallList) DeepCopyInto ¶
func (in *InstallList) DeepCopyInto(out *InstallList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*InstallList) DeepCopyObject ¶
func (in *InstallList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type InstallSpec ¶
type InstallSpec struct {
}
InstallSpec defines the desired state of Install +k8s:openapi-gen=true
func (*InstallSpec) DeepCopy ¶
func (in *InstallSpec) DeepCopy() *InstallSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new InstallSpec.
func (*InstallSpec) DeepCopyInto ¶
func (in *InstallSpec) DeepCopyInto(out *InstallSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type InstallStatus ¶
type InstallStatus struct {
// The resources applied
Resources []string `json:"resources"`
Version string `json:"version"`
}
InstallStatus defines the observed state of Install +k8s:openapi-gen=true
func (*InstallStatus) DeepCopy ¶
func (in *InstallStatus) DeepCopy() *InstallStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new InstallStatus.
func (*InstallStatus) DeepCopyInto ¶
func (in *InstallStatus) DeepCopyInto(out *InstallStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.