Documentation ¶
Overview ¶
Package v1 is the v1 version of the API. +groupName=crd.lenovo.com
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Configuration ¶
type Configuration map[string]interface{}
Configuration contains a plugin configuration +k8s:deepcopy-gen=false
type SelfCRD ¶
type SelfCRD struct { metav1.TypeMeta `json:",inline"` // +optional metav1.ObjectMeta `json:"metadata,omitempty"` // Username unique username of the consumer. Username string `json:"username,omitempty"` // CustomID existing unique ID for the consumer - useful for mapping // Kong with users in your existing database CustomID string `json:"custom_id,omitempty"` }
SelfCRD is a top-level type. A client is created for it. +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
Click to show internal directories.
Click to hide internal directories.