Versions in this module Expand all Collapse all v3 v3.11.0 Oct 9, 2018 Changes in this version + const GroupName + const LegacyGroupName + var Install = SchemeBuilder.AddToScheme + var InstallLegacy = LegacySchemeBuilder.AddToScheme + var LegacySchemeBuilder = runtime.NewSchemeBuilder(addLegacyKnownTypes, requestlimit.InstallLegacy) + var LegacySchemeGroupVersion = schema.GroupVersion + var SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes, requestlimit.Install) + var SchemeGroupVersion = schema.GroupVersion + type ProjectLimitBySelector struct + MaxProjects *int + Selector map[string]string + func (ProjectLimitBySelector) SwaggerDoc() map[string]string + func (in *ProjectLimitBySelector) DeepCopy() *ProjectLimitBySelector + func (in *ProjectLimitBySelector) DeepCopyInto(out *ProjectLimitBySelector) + type ProjectRequestLimitConfig struct + Limits []ProjectLimitBySelector + MaxProjectsForServiceAccounts *int + MaxProjectsForSystemUsers *int + func (ProjectRequestLimitConfig) SwaggerDoc() map[string]string + func (in *ProjectRequestLimitConfig) DeepCopy() *ProjectRequestLimitConfig + func (in *ProjectRequestLimitConfig) DeepCopyInto(out *ProjectRequestLimitConfig) + func (in *ProjectRequestLimitConfig) DeepCopyObject() runtime.Object Other modules containing this package gopkg.in/openshift/origin.v4