Documentation ¶
Overview ¶
Package v1alpha1 contains API Schema definitions for the tekton.visualise v1alpha1 API group +kubebuilder:object:generate=true +groupName=tekton.visualise.tekton.visualise
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "tekton.visualise.tekton.visualise", Version: "v1alpha1"} // SchemeBuilder is used to add go types to the GroupVersionKind scheme SchemeBuilder = &scheme.Builder{GroupVersion: GroupVersion} // AddToScheme adds the types in this group-version to the given scheme. AddToScheme = SchemeBuilder.AddToScheme )
Functions ¶
This section is empty.
Types ¶
type Graph ¶
type Graph struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec GraphSpec `json:"spec,omitempty"` Status GraphStatus `json:"status,omitempty"` }
Graph is the Schema for the graphs API
func (*Graph) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Graph.
func (*Graph) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Graph) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type GraphList ¶
type GraphList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Graph `json:"items"` }
GraphList contains a list of Graph
func (*GraphList) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GraphList.
func (*GraphList) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*GraphList) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type GraphSpec ¶
type GraphSpec struct { // Foo is an example field of Graph. Edit graph_types.go to remove/update Foo string `json:"foo,omitempty"` }
GraphSpec defines the desired state of Graph
func (*GraphSpec) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GraphSpec.
func (*GraphSpec) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type GraphStatus ¶
type GraphStatus struct { }
GraphStatus defines the observed state of Graph
func (*GraphStatus) DeepCopy ¶
func (in *GraphStatus) DeepCopy() *GraphStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GraphStatus.
func (*GraphStatus) DeepCopyInto ¶
func (in *GraphStatus) DeepCopyInto(out *GraphStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.