Versions in this module Expand all Collapse all v0 v0.1.1 Jun 18, 2021 Changes in this version + var AddToScheme = SchemeBuilder.AddToScheme + var GroupVersion = schema.GroupVersion + var SchemeBuilder = &scheme.Builder + type ChartOptions struct + Enabled bool + Set map[string]intstr.IntOrString + func (in *ChartOptions) DeepCopy() *ChartOptions + func (in *ChartOptions) DeepCopyInto(out *ChartOptions) + type ComponentsSpec struct + Infra InfraStack + Opni OpniStack + func (in *ComponentsSpec) DeepCopy() *ComponentsSpec + func (in *ComponentsSpec) DeepCopyInto(out *ComponentsSpec) + type InfraStack struct + HelmController bool + LocalPathProvisioner bool + func (in *InfraStack) DeepCopy() *InfraStack + func (in *InfraStack) DeepCopyInto(out *InfraStack) + type OpniDemo struct + Spec OpniDemoSpec + Status OpniDemoStatus + func (in *OpniDemo) DeepCopy() *OpniDemo + func (in *OpniDemo) DeepCopyInto(out *OpniDemo) + func (in *OpniDemo) DeepCopyObject() runtime.Object + type OpniDemoList struct + Items []OpniDemo + func (in *OpniDemoList) DeepCopy() *OpniDemoList + func (in *OpniDemoList) DeepCopyInto(out *OpniDemoList) + func (in *OpniDemoList) DeepCopyObject() runtime.Object + type OpniDemoSpec struct + Components ComponentsSpec + CreateKibanaDashboard *bool + ElasticsearchPassword string + ElasticsearchUser string + MinioAccessKey string + MinioSecretKey string + MinioVersion string + NatsMaxPayload int + NatsPassword string + NatsReplicas int + NatsVersion string + NulogServiceCPURequest string + NulogTrainImage string + NvidiaVersion string + Quickstart bool + TraefikVersion string + func (in *OpniDemoSpec) DeepCopy() *OpniDemoSpec + func (in *OpniDemoSpec) DeepCopyInto(out *OpniDemoSpec) + type OpniDemoStatus struct + Conditions []string + State string + func (in *OpniDemoStatus) DeepCopy() *OpniDemoStatus + func (in *OpniDemoStatus) DeepCopyInto(out *OpniDemoStatus) + type OpniStack struct + Elastic ChartOptions + Minio ChartOptions + Nats ChartOptions + RancherLogging ChartOptions + Traefik ChartOptions + func (in *OpniStack) DeepCopy() *OpniStack + func (in *OpniStack) DeepCopyInto(out *OpniStack) v0.1.0-rc3 Jun 18, 2021