v1alpha1

package
v0.0.0-...-00984ce Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 20, 2018 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes)
	AddToScheme   = SchemeBuilder.AddToScheme
)
View Source
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

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OpenShiftWebConsoleConfig.

func (*OpenShiftWebConsoleConfig) DeepCopyInto

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

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OpenShiftWebConsoleConfigList.

func (*OpenShiftWebConsoleConfigList) DeepCopyInto

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

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OpenShiftWebConsoleConfigSpec.

func (*OpenShiftWebConsoleConfigSpec) DeepCopyInto

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

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OpenShiftWebConsoleConfigStatus.

func (*OpenShiftWebConsoleConfigStatus) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL