Documentation
¶
Overview ¶
Package v1 is the v1 version of the API.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes) AddToScheme = SchemeBuilder.AddToScheme )
View Source
var SchemeGroupVersion = schema.GroupVersion{Group: "", Version: "v1"}
SchemeGroupVersion is group version used to register these objects
Functions ¶
func DeepCopy_v1_IngressAdmissionConfig ¶
func DeepCopy_v1_IngressAdmissionConfig(in interface{}, out interface{}, c *conversion.Cloner) error
DeepCopy_v1_IngressAdmissionConfig is an autogenerated deepcopy function.
Types ¶
type IngressAdmissionConfig ¶
type IngressAdmissionConfig struct {
metav1.TypeMeta `json:",inline"`
// AllowHostnameChanges when false or unset openshift does not
// allow changing or adding hostnames to ingress objects. If set
// to true then hostnames can be added or modified which has
// security implications in the router.
AllowHostnameChanges bool `json:"allowHostnameChanges"`
}
IngressAdmissionConfig is the configuration for the the ingress controller limiter plugin. It changes the behavior of ingress objects to behave better with openshift routes and routers. *NOTE* This has security implications in the router when handling ingress objects
func (*IngressAdmissionConfig) GetObjectKind ¶
func (obj *IngressAdmissionConfig) GetObjectKind() schema.ObjectKind
func (IngressAdmissionConfig) SwaggerDoc ¶
func (IngressAdmissionConfig) SwaggerDoc() map[string]string
Source Files
¶
- doc.go
- register.go
- swagger_doc.go
- types.go
- zz_generated.deepcopy.go
Click to show internal directories.
Click to hide internal directories.