Versions in this module Expand all Collapse all v0 v0.0.0 May 19, 2026 Changes in this version + var AddToScheme = SchemeBuilder.AddToScheme + var GroupVersion = schema.GroupVersion + var SchemeBuilder = &scheme.Builder + var SchemeGroupVersion = GroupVersion + func Resource(resource string) schema.GroupResource + type ActorTemplate struct + Spec ActorTemplateSpec + Status ActorTemplateStatus + func (in *ActorTemplate) DeepCopy() *ActorTemplate + func (in *ActorTemplate) DeepCopyInto(out *ActorTemplate) + func (in *ActorTemplate) DeepCopyObject() runtime.Object + type ActorTemplateList struct + Items []ActorTemplate + func (in *ActorTemplateList) DeepCopy() *ActorTemplateList + func (in *ActorTemplateList) DeepCopyInto(out *ActorTemplateList) + func (in *ActorTemplateList) DeepCopyObject() runtime.Object + type ActorTemplateSpec struct + Containers []Container + PauseImage string + Runsc RunscConfig + SnapshotsConfig SnapshotsConfig + WorkerPoolRef corev1.ObjectReference + func (in *ActorTemplateSpec) DeepCopy() *ActorTemplateSpec + func (in *ActorTemplateSpec) DeepCopyInto(out *ActorTemplateSpec) + type ActorTemplateStatus struct + Conditions []metav1.Condition + GoldenActorID string + GoldenSnapshot string + Phase PhaseType + TakeGoldenSnapshotAt metav1.Time + func (in *ActorTemplateStatus) DeepCopy() *ActorTemplateStatus + func (in *ActorTemplateStatus) DeepCopyInto(out *ActorTemplateStatus) + type AuthenticationConfig struct + GCP *GCPAuthenticationConfig + func (in *AuthenticationConfig) DeepCopy() *AuthenticationConfig + func (in *AuthenticationConfig) DeepCopyInto(out *AuthenticationConfig) + type Container struct + Command []string + Env []corev1.EnvVar + Image string + Name string + Ports []corev1.ContainerPort + func (in *Container) DeepCopy() *Container + func (in *Container) DeepCopyInto(out *Container) + type GCPAuthenticationConfig struct + func (in *GCPAuthenticationConfig) DeepCopy() *GCPAuthenticationConfig + func (in *GCPAuthenticationConfig) DeepCopyInto(out *GCPAuthenticationConfig) + type PhaseType string + const PhaseFailed + const PhaseInitial + const PhaseReady + const PhaseResumeGoldenActor + const PhaseWaitGoldenActor + type RunscConfig struct + AMD64 *RunscPlatformConfig + ARM64 *RunscPlatformConfig + Authentication AuthenticationConfig + func (in *RunscConfig) DeepCopy() *RunscConfig + func (in *RunscConfig) DeepCopyInto(out *RunscConfig) + type RunscPlatformConfig struct + SHA256Hash string + URL string + func (in *RunscPlatformConfig) DeepCopy() *RunscPlatformConfig + func (in *RunscPlatformConfig) DeepCopyInto(out *RunscPlatformConfig) + type SnapshotsConfig struct + Location string + func (in *SnapshotsConfig) DeepCopy() *SnapshotsConfig + func (in *SnapshotsConfig) DeepCopyInto(out *SnapshotsConfig) + type WorkerPool struct + Spec WorkerPoolSpec + Status WorkerPoolStatus + func (in *WorkerPool) DeepCopy() *WorkerPool + func (in *WorkerPool) DeepCopyInto(out *WorkerPool) + func (in *WorkerPool) DeepCopyObject() runtime.Object + type WorkerPoolList struct + Items []WorkerPool + func (in *WorkerPoolList) DeepCopy() *WorkerPoolList + func (in *WorkerPoolList) DeepCopyInto(out *WorkerPoolList) + func (in *WorkerPoolList) DeepCopyObject() runtime.Object + type WorkerPoolSpec struct + AteomImage string + Replicas int32 + func (in *WorkerPoolSpec) DeepCopy() *WorkerPoolSpec + func (in *WorkerPoolSpec) DeepCopyInto(out *WorkerPoolSpec) + type WorkerPoolStatus struct + func (in *WorkerPoolStatus) DeepCopy() *WorkerPoolStatus + func (in *WorkerPoolStatus) DeepCopyInto(out *WorkerPoolStatus)