v1

package
v4.1.0+incompatible Latest Latest
Warning

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

Go to latest
Published: May 1, 2019 License: Apache-2.0 Imports: 4 Imported by: 13

Documentation

Overview

Package v1 is the v1 version of the API.

Index

Constants

This section is empty.

Variables

View Source
var GroupVersion = schema.GroupVersion{Group: "route.openshift.io", Version: "v1"}
View Source
var (
	Install = schemeBuilder.AddToScheme
)

Functions

This section is empty.

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) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IngressAdmissionConfig.

func (*IngressAdmissionConfig) DeepCopyInto

func (in *IngressAdmissionConfig) DeepCopyInto(out *IngressAdmissionConfig)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*IngressAdmissionConfig) DeepCopyObject

func (in *IngressAdmissionConfig) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*IngressAdmissionConfig) GetObjectKind

func (obj *IngressAdmissionConfig) GetObjectKind() schema.ObjectKind

func (IngressAdmissionConfig) SwaggerDoc

func (IngressAdmissionConfig) SwaggerDoc() map[string]string

Jump to

Keyboard shortcuts

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