Documentation ¶
Index ¶
- Variables
- type Crd
- func (d Crd) AddToScheme(s *runtime.Scheme) error
- func (d Crd) GroupVersion() schema.GroupVersion
- func (d Crd) GroupVersionKind() schema.GroupVersionKind
- func (d Crd) Kind(kind string) schema.GroupKind
- func (d Crd) KubeResource(resource resources.InputResource) (*v1.Resource, error)
- func (d Crd) Resource(resource string) schema.GroupResource
- func (d Crd) SchemeBuilder() runtime.SchemeBuilder
- func (d Crd) TypeMeta() metav1.TypeMeta
- type CrdMeta
- type MultiVersionCrd
- type Version
Constants ¶
This section is empty.
Variables ¶
View Source
var ( MarshalErr = func(err error, detail string) error { return eris.Wrapf(err, "internal error: failed to marshal %s", detail) } )
TODO(ilackarms): evaluate this fix for concurrent map access in k8s.io/apimachinery/pkg/runtime.SchemaBuider
Functions ¶
This section is empty.
Types ¶
type Crd ¶
func (Crd) GroupVersion ¶ added in v0.10.1
func (d Crd) GroupVersion() schema.GroupVersion
GroupVersion is group version used to register these objects
func (Crd) GroupVersionKind ¶ added in v0.10.1
func (d Crd) GroupVersionKind() schema.GroupVersionKind
GroupVersionKing is the unique id of this crd
func (Crd) KubeResource ¶
func (Crd) Resource ¶
func (d Crd) Resource(resource string) schema.GroupResource
Resource takes an unqualified resource and returns a Group qualified GroupResource
func (Crd) SchemeBuilder ¶
func (d Crd) SchemeBuilder() runtime.SchemeBuilder
type CrdMeta ¶ added in v0.10.1
type MultiVersionCrd ¶ added in v0.10.1
Directories ¶
Path | Synopsis |
---|---|
client
|
|
clientset/versioned
This package has the automatically generated clientset.
|
This package has the automatically generated clientset. |
clientset/versioned/fake
This package has the automatically generated fake clientset.
|
This package has the automatically generated fake clientset. |
clientset/versioned/scheme
This package contains the scheme of the automatically generated clientset.
|
This package contains the scheme of the automatically generated clientset. |
clientset/versioned/typed/solo.io/v1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
clientset/versioned/typed/solo.io/v1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
solo.io
|
|
v1
Package v1 is the v1 version of the API.
|
Package v1 is the v1 version of the API. |
Click to show internal directories.
Click to hide internal directories.