Directories ¶
Path | Synopsis |
---|---|
Package discovery provides ways to discover server-supported API groups, versions and resources.
|
Package discovery provides ways to discover server-supported API groups, versions and resources. |
This package has the automatically generated clientset.
|
This package has the automatically generated clientset. |
scheme
This package contains the scheme of the automatically generated clientset.
|
This package contains the scheme of the automatically generated clientset. |
typed/admissionregistration/v1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
typed/admissionregistration/v1beta1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
typed/apps/v1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
typed/apps/v1beta1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
typed/apps/v1beta2
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
typed/auditregistration/v1alpha1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
typed/authentication/v1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
typed/authentication/v1beta1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
typed/authorization/v1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
typed/authorization/v1beta1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
typed/autoscaling/v1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
typed/autoscaling/v2beta1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
typed/autoscaling/v2beta2
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
typed/batch/v1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
typed/batch/v1beta1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
typed/batch/v2alpha1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
typed/certificates/v1beta1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
typed/coordination/v1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
typed/coordination/v1beta1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
typed/core/v1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
typed/discovery/v1alpha1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
typed/events/v1beta1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
typed/extensions/v1beta1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
typed/networking/v1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
typed/networking/v1beta1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
typed/node/v1alpha1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
typed/node/v1beta1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
typed/policy/v1beta1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
typed/rbac/v1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
typed/rbac/v1alpha1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
typed/rbac/v1beta1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
typed/scheduling/v1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
typed/scheduling/v1alpha1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
typed/scheduling/v1beta1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
typed/settings/v1alpha1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
typed/storage/v1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
typed/storage/v1alpha1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
typed/storage/v1beta1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
listers
|
|
pkg
|
|
version
Package version supplies version information collected at build time to kubernetes components.
|
Package version supplies version information collected at build time to kubernetes components. |
plugin
|
|
Package scale provides a polymorphic scale client capable of fetching and updating Scale for any resource which implements the `scale` subresource, as long as that subresource operates on a version of scale convertable to autoscaling.Scale.
|
Package scale provides a polymorphic scale client capable of fetching and updating Scale for any resource which implements the `scale` subresource, as long as that subresource operates on a version of scale convertable to autoscaling.Scale. |
scheme
Package scheme contains a runtime.Scheme to be used for serializing and deserializing different versions of Scale, and for converting in between them.
|
Package scheme contains a runtime.Scheme to be used for serializing and deserializing different versions of Scale, and for converting in between them. |
scheme/appsint
Package appsint contains the necessary scaffolding of the internal version of extensions as required by conversion logic.
|
Package appsint contains the necessary scaffolding of the internal version of extensions as required by conversion logic. |
scheme/extensionsint
Package extensionsint contains the necessary scaffolding of the internal version of extensions as required by conversion logic.
|
Package extensionsint contains the necessary scaffolding of the internal version of extensions as required by conversion logic. |
third_party
|
|
forked/golang/template
This package is copied from Go library text/template.
|
This package is copied from Go library text/template. |
tools
|
|
auth
Package auth defines a file format for holding authentication information needed by clients of Kubernetes.
|
Package auth defines a file format for holding authentication information needed by clients of Kubernetes. |
cache
Package cache is a client-side caching mechanism.
|
Package cache is a client-side caching mechanism. |
clientcmd
Package clientcmd provides one stop shopping for building a working client from a fixed config, from a .kubeconfig file, from command line flags, or from any merged combination.
|
Package clientcmd provides one stop shopping for building a working client from a fixed config, from a .kubeconfig file, from command line flags, or from any merged combination. |
metrics
Package metrics provides abstractions for registering which metrics to record.
|
Package metrics provides abstractions for registering which metrics to record. |
record
Package record has all client logic for recording and reporting events.
|
Package record has all client logic for recording and reporting events. |
util
|
|
connrotation
Package connrotation implements a connection dialer that tracks and can close all created connections.
|
Package connrotation implements a connection dialer that tracks and can close all created connections. |
jsonpath
package jsonpath is a template engine using jsonpath syntax, which can be seen at http://goessner.net/articles/JsonPath/.
|
package jsonpath is a template engine using jsonpath syntax, which can be seen at http://goessner.net/articles/JsonPath/. |
keyutil
Package keyutil contains utilities for managing public/private key pairs.
|
Package keyutil contains utilities for managing public/private key pairs. |
workqueue
Package workqueue provides a simple queue that supports the following features:
|
Package workqueue provides a simple queue that supports the following features: |
Click to show internal directories.
Click to hide internal directories.