rolegroup

package
v0.0.0-...-094a5c3 Latest Latest
Warning

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

Go to latest
Published: May 21, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

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
}

Jump to

Keyboard shortcuts

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