Documentation ¶
Overview ¶
Package v1alpha1 contains API Schema definitions for the codeready v1alpha1 API group +k8s:deepcopy-gen=package,register +groupName=codeready.openshift.io
Package v1alpha1 contains API Schema definitions for the codeready v1alpha1 API group +k8s:deepcopy-gen=package,register +groupName=codeready.openshift.io
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // SchemeGroupVersion is group version used to register these objects SchemeGroupVersion = schema.GroupVersion{Group: "codeready.openshift.io", 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 ToolChainEnabler ¶
type ToolChainEnabler struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec ToolChainEnablerSpec `json:"spec,omitempty"` Status ToolChainEnablerStatus `json:"status,omitempty"` }
ToolChainEnabler is the Schema for the toolchainenablers API +k8s:openapi-gen=true
func (*ToolChainEnabler) DeepCopy ¶
func (in *ToolChainEnabler) DeepCopy() *ToolChainEnabler
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ToolChainEnabler.
func (*ToolChainEnabler) DeepCopyInto ¶
func (in *ToolChainEnabler) DeepCopyInto(out *ToolChainEnabler)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ToolChainEnabler) DeepCopyObject ¶
func (in *ToolChainEnabler) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ToolChainEnablerList ¶
type ToolChainEnablerList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []ToolChainEnabler `json:"items"` }
ToolChainEnablerList contains a list of ToolChainEnabler
func (*ToolChainEnablerList) DeepCopy ¶
func (in *ToolChainEnablerList) DeepCopy() *ToolChainEnablerList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ToolChainEnablerList.
func (*ToolChainEnablerList) DeepCopyInto ¶
func (in *ToolChainEnablerList) DeepCopyInto(out *ToolChainEnablerList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ToolChainEnablerList) DeepCopyObject ¶
func (in *ToolChainEnablerList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ToolChainEnablerSpec ¶
type ToolChainEnablerSpec struct { // INSERT ADDITIONAL SPEC FIELDS - desired state of cluster // Important: Run "operator-sdk generate k8s" to regenerate code after modifying this file AuthURL string `json:"authURL"` ClusterURL string `json:"clusterURL"` ClusterName string `json:"clusterName"` ToolchainSecretName string `json:"toolchainSecretName"` }
ToolChainEnablerSpec defines the desired state of ToolChainEnabler
func (*ToolChainEnablerSpec) DeepCopy ¶
func (in *ToolChainEnablerSpec) DeepCopy() *ToolChainEnablerSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ToolChainEnablerSpec.
func (*ToolChainEnablerSpec) DeepCopyInto ¶
func (in *ToolChainEnablerSpec) DeepCopyInto(out *ToolChainEnablerSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ToolChainEnablerStatus ¶
type ToolChainEnablerStatus struct { }
ToolChainEnablerStatus defines the observed state of ToolChainEnabler
func (*ToolChainEnablerStatus) DeepCopy ¶
func (in *ToolChainEnablerStatus) DeepCopy() *ToolChainEnablerStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ToolChainEnablerStatus.
func (*ToolChainEnablerStatus) DeepCopyInto ¶
func (in *ToolChainEnablerStatus) DeepCopyInto(out *ToolChainEnablerStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.