Documentation ¶
Overview ¶
Package v1 is the v1 version of the API. +groupName=configuration.konghq.com
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // TODO: move SchemeBuilder with zz_generated.deepcopy.go to k8s.io/api. // localSchemeBuilder and AddToScheme will stay in k8s.io/kubernetes. SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes) AddToScheme = localSchemeBuilder.AddToScheme )
var SchemeGroupVersion = info.SchemeGroupVersion
Functions ¶
func Resource ¶
func Resource(resource string) schema.GroupResource
Resource takes an unqualified resource and returns a Group qualified GroupResource
Types ¶
type Configuration ¶
type Configuration map[string]interface{}
Configuration contains a plugin configuration +k8s:deepcopy-gen=false
type KongCredential ¶
type KongCredential struct { metav1.TypeMeta `json:",inline"` // +optional metav1.ObjectMeta `json:"metadata,omitempty"` Type string `json:"type,omitempty"` ConsumerRef string `json:"consumerRef,omitempty"` Config Configuration `json:"config,omitempty"` }
KongCredential is a top-level type. A client is created for it. +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
func (*KongCredential) DeepCopy ¶
func (in *KongCredential) DeepCopy() *KongCredential
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KongCredential.
func (*KongCredential) DeepCopyInto ¶
func (in *KongCredential) DeepCopyInto(out *KongCredential)
DeepCopyInto deepcopy function, copying the receiver, writing into out. in must be non-nil. TODO: change this to be able to use the k8s code generator
func (*KongCredential) DeepCopyObject ¶
func (in *KongCredential) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type KongCredentialList ¶
type KongCredentialList struct { metav1.TypeMeta `json:",inline"` // +optional metav1.ListMeta `json:"metadata,omitempty"` // +optional Items []KongCredential `json:"items"` }
KongCredentialList is a top-level list type. The client methods for lists are automatically created. +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
func (*KongCredentialList) DeepCopy ¶
func (in *KongCredentialList) DeepCopy() *KongCredentialList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KongCredentialList.
func (*KongCredentialList) DeepCopyInto ¶
func (in *KongCredentialList) DeepCopyInto(out *KongCredentialList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*KongCredentialList) DeepCopyObject ¶
func (in *KongCredentialList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.