Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CompletedConfig ¶
type CompletedConfig struct {
// contains filtered or unexported fields
}
func (CompletedConfig) New ¶
func (c CompletedConfig) New(delegationTarget genericapiserver.DelegationTarget) (*NetworkAPIServer, error)
New returns a new instance of NetworkAPIServer from the given config.
type ExtraConfig ¶
type ExtraConfig struct { // TODO these should all become local eventually Scheme *runtime.Scheme Codecs serializer.CodecFactory // contains filtered or unexported fields }
type NetworkAPIServer ¶
type NetworkAPIServer struct {
GenericAPIServer *genericapiserver.GenericAPIServer
}
type NetworkAPIServerConfig ¶
type NetworkAPIServerConfig struct { GenericConfig *genericapiserver.RecommendedConfig ExtraConfig ExtraConfig }
func (*NetworkAPIServerConfig) Complete ¶
func (c *NetworkAPIServerConfig) Complete() completedConfig
Complete fills in any fields not set that are required to have valid data. It's mutating the receiver.
Directories ¶
Path | Synopsis |
---|---|
This plugin supplements upstream Ingress admission validation It takes care of current Openshift specific constraints on Ingress resources
|
This plugin supplements upstream Ingress admission validation It takes care of current Openshift specific constraints on Ingress resources |
apis/ingressadmission
Package api is the internal version of the API.
|
Package api is the internal version of the API. |
apis/ingressadmission/v1
Package v1 is the v1 version of the API.
|
Package v1 is the v1 version of the API. |
registry
|
|
Click to show internal directories.
Click to hide internal directories.