Documentation ¶
Index ¶
Constants ¶
View Source
const (
ResourceKindAdminQoSConfiguration = "AdminQoSConfiguration"
)
Variables ¶
View Source
var ( // AdminQoSConfigurationGVR is the group version resource for AdminQoSConfiguration AdminQoSConfigurationGVR = metav1.GroupVersionResource(v1alpha1.SchemeGroupVersion.WithResource(v1alpha1.ResourceNameAdminQoSConfigurations)) )
Functions ¶
This section is empty.
Types ¶
type DynamicConfigCRD ¶
type DynamicConfigCRD struct {
AdminQoSConfiguration *v1alpha1.AdminQoSConfiguration
}
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.
Click to show internal directories.
Click to hide internal directories.