crd

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Apr 28, 2024 License: Apache-2.0 Imports: 2 Imported by: 12

Documentation

Index

Constants

View Source
const (
	ResourceKindAdminQoSConfiguration = "AdminQoSConfiguration"
	ResourceKindAuthConfiguration     = "AuthConfiguration"
)

Variables

View Source
var (
	// AdminQoSConfigurationGVR is the group version resource for AdminQoSConfiguration
	AdminQoSConfigurationGVR = metav1.GroupVersionResource(v1alpha1.SchemeGroupVersion.WithResource(v1alpha1.ResourceNameAdminQoSConfigurations))
	// AuthConfigurationGVR is the group version resource for AuthConfiguration
	AuthConfigurationGVR = metav1.GroupVersionResource(v1alpha1.SchemeGroupVersion.WithResource(v1alpha1.ResourceNameAuthConfigurations))
)

Functions

This section is empty.

Types

type DynamicConfigCRD

type DynamicConfigCRD struct {
	AdminQoSConfiguration *v1alpha1.AdminQoSConfiguration
	AuthConfiguration     *v1alpha1.AuthConfiguration
}

DynamicConfigCRD records all those configurations defined by CRD and managed by KCC, which field nme must be the same as the Kind of CRD. KCC components are responsible to identify those CRs and trigger notification.

Jump to

Keyboard shortcuts

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