Documentation
¶
Overview ¶
Package v1alpha1 contains API Schema definitions for the infrastructure v1alpha1 API group +kubebuilder:object:generate=true +groupName=infrastructure.cluster.x-k8s.io
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "infrastructure.cluster.x-k8s.io", 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 JiraCluster ¶
type JiraCluster struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec JiraClusterSpec `json:"spec,omitempty"` Status JiraClusterStatus `json:"status,omitempty"` }
JiraCluster is the Schema for the jiraclusters API
func (*JiraCluster) DeepCopy ¶
func (in *JiraCluster) DeepCopy() *JiraCluster
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new JiraCluster.
func (*JiraCluster) DeepCopyInto ¶
func (in *JiraCluster) DeepCopyInto(out *JiraCluster)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*JiraCluster) DeepCopyObject ¶
func (in *JiraCluster) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type JiraClusterList ¶
type JiraClusterList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []JiraCluster `json:"items"` }
JiraClusterList contains a list of JiraCluster
func (*JiraClusterList) DeepCopy ¶
func (in *JiraClusterList) DeepCopy() *JiraClusterList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new JiraClusterList.
func (*JiraClusterList) DeepCopyInto ¶
func (in *JiraClusterList) DeepCopyInto(out *JiraClusterList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*JiraClusterList) DeepCopyObject ¶
func (in *JiraClusterList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type JiraClusterSpec ¶
type JiraClusterSpec struct { // Foo is an example field of JiraCluster. Edit jiracluster_types.go to remove/update Foo string `json:"foo,omitempty"` }
JiraClusterSpec defines the desired state of JiraCluster
func (*JiraClusterSpec) DeepCopy ¶
func (in *JiraClusterSpec) DeepCopy() *JiraClusterSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new JiraClusterSpec.
func (*JiraClusterSpec) DeepCopyInto ¶
func (in *JiraClusterSpec) DeepCopyInto(out *JiraClusterSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type JiraClusterStatus ¶
type JiraClusterStatus struct { }
JiraClusterStatus defines the observed state of JiraCluster
func (*JiraClusterStatus) DeepCopy ¶
func (in *JiraClusterStatus) DeepCopy() *JiraClusterStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new JiraClusterStatus.
func (*JiraClusterStatus) DeepCopyInto ¶
func (in *JiraClusterStatus) DeepCopyInto(out *JiraClusterStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type JiraMachine ¶
type JiraMachine struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec JiraMachineSpec `json:"spec,omitempty"` Status JiraMachineStatus `json:"status,omitempty"` }
JiraMachine is the Schema for the jiramachines API
func (*JiraMachine) DeepCopy ¶
func (in *JiraMachine) DeepCopy() *JiraMachine
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new JiraMachine.
func (*JiraMachine) DeepCopyInto ¶
func (in *JiraMachine) DeepCopyInto(out *JiraMachine)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*JiraMachine) DeepCopyObject ¶
func (in *JiraMachine) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type JiraMachineList ¶
type JiraMachineList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []JiraMachine `json:"items"` }
JiraMachineList contains a list of JiraMachine
func (*JiraMachineList) DeepCopy ¶
func (in *JiraMachineList) DeepCopy() *JiraMachineList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new JiraMachineList.
func (*JiraMachineList) DeepCopyInto ¶
func (in *JiraMachineList) DeepCopyInto(out *JiraMachineList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*JiraMachineList) DeepCopyObject ¶
func (in *JiraMachineList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type JiraMachineSpec ¶
type JiraMachineSpec struct { // Foo is an example field of JiraMachine. Edit jiramachine_types.go to remove/update Foo string `json:"foo,omitempty"` }
JiraMachineSpec defines the desired state of JiraMachine
func (*JiraMachineSpec) DeepCopy ¶
func (in *JiraMachineSpec) DeepCopy() *JiraMachineSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new JiraMachineSpec.
func (*JiraMachineSpec) DeepCopyInto ¶
func (in *JiraMachineSpec) DeepCopyInto(out *JiraMachineSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type JiraMachineStatus ¶
type JiraMachineStatus struct { }
JiraMachineStatus defines the observed state of JiraMachine
func (*JiraMachineStatus) DeepCopy ¶
func (in *JiraMachineStatus) DeepCopy() *JiraMachineStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new JiraMachineStatus.
func (*JiraMachineStatus) DeepCopyInto ¶
func (in *JiraMachineStatus) DeepCopyInto(out *JiraMachineStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.