Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigObject ¶
type ConfigObject interface { GetConfig() any GetResource() *v1alpha1.ResourcesSpec }
type RoleConfigObject ¶
type RoleConfigObject interface { GetReplicas() int32 GetImage() *v1alpha1.ImageSpec GetLabels() map[string]string GetSecurityContext() *corev1.PodSecurityContext GetMatchLabels() map[string]string GetAffinity() *corev1.Affinity GetNodeSelector() map[string]string GetTolerations() *corev1.Toleration GetService() *v1alpha1.ServiceSpec }
Click to show internal directories.
Click to hide internal directories.