Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes) AddToScheme = SchemeBuilder.AddToScheme )
var SchemeGroupVersion = schema.GroupVersion{Group: "webconsole.operator.openshift.io", Version: "v1alpha1"}
SchemeGroupVersion is group version used to register these objects
Functions ¶
func Resource ¶
func Resource(resource string) schema.GroupResource
Types ¶
type OpenShiftWebConsoleConfig ¶
type OpenShiftWebConsoleConfig struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata"` Spec OpenShiftWebConsoleConfigSpec `json:"spec"` Status OpenShiftWebConsoleConfigStatus `json:"status"` }
func (*OpenShiftWebConsoleConfig) DeepCopy ¶
func (in *OpenShiftWebConsoleConfig) DeepCopy() *OpenShiftWebConsoleConfig
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OpenShiftWebConsoleConfig.
func (*OpenShiftWebConsoleConfig) DeepCopyInto ¶
func (in *OpenShiftWebConsoleConfig) DeepCopyInto(out *OpenShiftWebConsoleConfig)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*OpenShiftWebConsoleConfig) DeepCopyObject ¶
func (in *OpenShiftWebConsoleConfig) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type OpenShiftWebConsoleConfigList ¶
type OpenShiftWebConsoleConfigList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []OpenShiftWebConsoleConfig `json:"items"` }
func (*OpenShiftWebConsoleConfigList) DeepCopy ¶
func (in *OpenShiftWebConsoleConfigList) DeepCopy() *OpenShiftWebConsoleConfigList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OpenShiftWebConsoleConfigList.
func (*OpenShiftWebConsoleConfigList) DeepCopyInto ¶
func (in *OpenShiftWebConsoleConfigList) DeepCopyInto(out *OpenShiftWebConsoleConfigList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*OpenShiftWebConsoleConfigList) DeepCopyObject ¶
func (in *OpenShiftWebConsoleConfigList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type OpenShiftWebConsoleConfigSpec ¶
type OpenShiftWebConsoleConfigSpec struct { operatorsv1alpha1api.OperatorSpec `json:",inline"` // config holds a sparse config that the user wants for this component. It only needs to be the overrides from the defaults // it will end up overlaying in the following order: // 1. hardcoded default // 2. this config WebConsoleConfig webconsolev1.WebConsoleConfiguration `json:"config"` // TODO I suspect this should be automatic NodeSelector map[string]string `json:"nodeSelector"` // TODO I suspect that this should be automatic Replicas int32 `json:"replicas"` }
func (*OpenShiftWebConsoleConfigSpec) DeepCopy ¶
func (in *OpenShiftWebConsoleConfigSpec) DeepCopy() *OpenShiftWebConsoleConfigSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OpenShiftWebConsoleConfigSpec.
func (*OpenShiftWebConsoleConfigSpec) DeepCopyInto ¶
func (in *OpenShiftWebConsoleConfigSpec) DeepCopyInto(out *OpenShiftWebConsoleConfigSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type OpenShiftWebConsoleConfigStatus ¶
type OpenShiftWebConsoleConfigStatus struct {
operatorsv1alpha1api.OperatorStatus `json:",inline"`
}
func (*OpenShiftWebConsoleConfigStatus) DeepCopy ¶
func (in *OpenShiftWebConsoleConfigStatus) DeepCopy() *OpenShiftWebConsoleConfigStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OpenShiftWebConsoleConfigStatus.
func (*OpenShiftWebConsoleConfigStatus) DeepCopyInto ¶
func (in *OpenShiftWebConsoleConfigStatus) DeepCopyInto(out *OpenShiftWebConsoleConfigStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.