Documentation ¶
Index ¶
- Constants
- Variables
- func AddApplyAnnotationFlags(cmd *cobra.Command)
- func AddApplyAnnotationVarFlags(cmd *cobra.Command, applyAnnotation *bool)
- func AddDryRunFlag(cmd *cobra.Command)
- func AddFilenameOptionFlags(cmd *cobra.Command, options *resource.FilenameOptions, usage string)
- func AddGeneratorFlags(cmd *cobra.Command, defaultGenerator string)
- func AddInclude3rdPartyFlags(cmd *cobra.Command)
- func AddInclude3rdPartyVarFlags(cmd *cobra.Command, include3rdParty *bool)
- func AddIncludeUninitializedFlag(cmd *cobra.Command)
- func AddNoHeadersFlags(cmd *cobra.Command)
- func AddNonDeprecatedPrinterFlags(cmd *cobra.Command)
- func AddOutputFlags(cmd *cobra.Command)
- func AddOutputFlagsForMutation(cmd *cobra.Command)
- func AddOutputVarFlagsForMutation(cmd *cobra.Command, output *string)
- func AddPodRunningTimeoutFlag(cmd *cobra.Command, defaultTimeout time.Duration)
- func AddPrinterFlags(cmd *cobra.Command)
- func AddRecordFlag(cmd *cobra.Command)
- func AddRecordVarFlag(cmd *cobra.Command, record *bool)
- func AddSourceToErr(verb string, source string, err error) error
- func AddValidateFlags(cmd *cobra.Command)
- func AddValidateOptionFlags(cmd *cobra.Command, options *ValidateOptions)
- func BehaviorOnFatal(f func(string, int))
- func ChangeResourcePatch(info *resource.Info, changeCause string) ([]byte, types.PatchType, error)
- func CheckErr(err error)
- func Contains(resourcesList []*metav1.APIResourceList, resource schema.GroupVersionResource) bool
- func ContainsChangeCause(info *resource.Info) bool
- func DefaultBehaviorOnFatal()
- func DefaultClientConfig(flags *pflag.FlagSet) clientcmd.ClientConfig
- func DefaultGenerators(cmdName string) map[string]kubectl.Generator
- func DefaultSubCommandRun(out io.Writer) func(c *cobra.Command, args []string)
- func DumpReaderToFile(reader io.Reader, filename string) error
- func ExtractCmdPrintOptions(cmd *cobra.Command, withNamespace bool) *printers.PrintOptions
- func FallbackGeneratorNameIfNecessary(generatorName string, discoveryClient discovery.DiscoveryInterface, ...) (string, error)
- func FilterResourceList(obj runtime.Object, filterFuncs kubectl.Filters, ...) (int, []runtime.Object, error)
- func GetDryRunFlag(cmd *cobra.Command) bool
- func GetFirstPod(client coreclient.PodsGetter, namespace string, selector string, ...) (*api.Pod, int, error)
- func GetFlagBool(cmd *cobra.Command, flag string) bool
- func GetFlagDuration(cmd *cobra.Command, flag string) time.Duration
- func GetFlagInt(cmd *cobra.Command, flag string) int
- func GetFlagInt32(cmd *cobra.Command, flag string) int32
- func GetFlagInt64(cmd *cobra.Command, flag string) int64
- func GetFlagString(cmd *cobra.Command, flag string) string
- func GetFlagStringArray(cmd *cobra.Command, flag string) []string
- func GetFlagStringSlice(cmd *cobra.Command, flag string) []string
- func GetPodRunningTimeoutFlag(cmd *cobra.Command) (time.Duration, error)
- func GetRecordFlag(cmd *cobra.Command) bool
- func GetResourcesAndPairs(args []string, pairType string) (resources []string, pairArgs []string, err error)
- func GetWideFlag(cmd *cobra.Command) bool
- func HasResource(client discovery.DiscoveryInterface, resource schema.GroupVersionResource) (bool, error)
- func InternalVersionDecoder() runtime.Decoder
- func InternalVersionJSONEncoder() runtime.Encoder
- func IsFilenameSliceEmpty(filenames []string) bool
- func IsSiblingCommandExists(cmd *cobra.Command, targetCmdName string) bool
- func ManualStrip(file []byte) []byte
- func Merge(codec runtime.Codec, dst runtime.Object, fragment string) (runtime.Object, error)
- func MultilineError(prefix string, err error) string
- func MultipleErrors(prefix string, errs []error) string
- func MustPrintWithKinds(objs []runtime.Object, infos []*resource.Info, sorter *kubectl.RuntimeSort) bool
- func NewShortcutExpander(delegate meta.RESTMapper, client discovery.DiscoveryInterface) shortcutExpander
- func OutputsRawFormat(cmd *cobra.Command) bool
- func ParsePairs(pairArgs []string, pairType string, supportRemove bool) (newPairs map[string]string, removePairs []string, err error)
- func PrintErrorWithCauses(err error, errOut io.Writer) bool
- func PrintFilterCount(out io.Writer, found, hidden, errors int, options *printers.PrintOptions, ...)
- func PrintObject(cmd *cobra.Command, obj runtime.Object, out io.Writer) error
- func PrintSuccess(shortOutput bool, out io.Writer, obj runtime.Object, dryRun bool, ...)
- func PrinterForOptions(options *printers.PrintOptions) (printers.ResourcePrinter, error)
- func ReadConfigDataFromReader(reader io.Reader, source string) ([]byte, error)
- func RecordChangeCause(obj runtime.Object, changeCause string) error
- func RequireNoArguments(c *cobra.Command, args []string)
- func ShouldIncludeUninitialized(cmd *cobra.Command, includeUninitialized bool) bool
- func ShouldRecord(cmd *cobra.Command, info *resource.Info) bool
- func StandardErrorMessage(err error) (string, bool)
- func StripComments(file []byte) []byte
- func UpdateObject(info *resource.Info, codec runtime.Codec, updateFn func(runtime.Object) error) (runtime.Object, error)
- func UsageErrorf(cmd *cobra.Command, format string, args ...interface{}) error
- func ValidArgList(f ClientAccessFactory) []string
- func ValidResourceTypeList(f ClientAccessFactory) string
- func ValidateOutputArgs(cmd *cobra.Command) error
- type BuilderFactory
- type CachedDiscoveryClient
- func (d *CachedDiscoveryClient) Fresh() bool
- func (d *CachedDiscoveryClient) Invalidate()
- func (d *CachedDiscoveryClient) OpenAPISchema() (*openapi_v2.Document, error)
- func (d *CachedDiscoveryClient) RESTClient() restclient.Interface
- func (d *CachedDiscoveryClient) ServerGroups() (*metav1.APIGroupList, error)
- func (d *CachedDiscoveryClient) ServerPreferredNamespacedResources() ([]*metav1.APIResourceList, error)
- func (d *CachedDiscoveryClient) ServerPreferredResources() ([]*metav1.APIResourceList, error)
- func (d *CachedDiscoveryClient) ServerResources() ([]*metav1.APIResourceList, error)
- func (d *CachedDiscoveryClient) ServerResourcesForGroupVersion(groupVersion string) (*metav1.APIResourceList, error)
- func (d *CachedDiscoveryClient) ServerVersion() (*version.Info, error)
- type ClientAccessFactory
- type ClientCache
- func (c *ClientCache) ClientConfigForVersion(requiredVersion *schema.GroupVersion) (*restclient.Config, error)
- func (c *ClientCache) ClientSetForVersion(requiredVersion *schema.GroupVersion) (internalclientset.Interface, error)
- func (c *ClientCache) KubernetesClientSetForVersion(requiredVersion *schema.GroupVersion) (*kubernetes.Clientset, error)
- type DiscoveryClientFactory
- type Factory
- type ObjectMappingFactory
- type ValidateOptions
Constants ¶
const ( // TODO(sig-cli): Enforce consistent naming for generators here. // See discussion in https://github.com/kubernetes/kubernetes/issues/46237 // before you add any more. RunV1GeneratorName = "run/v1" RunPodV1GeneratorName = "run-pod/v1" ServiceV1GeneratorName = "service/v1" ServiceV2GeneratorName = "service/v2" ServiceNodePortGeneratorV1Name = "service-nodeport/v1" ServiceClusterIPGeneratorV1Name = "service-clusterip/v1" ServiceLoadBalancerGeneratorV1Name = "service-loadbalancer/v1" ServiceExternalNameGeneratorV1Name = "service-externalname/v1" ServiceAccountV1GeneratorName = "serviceaccount/v1" HorizontalPodAutoscalerV1GeneratorName = "horizontalpodautoscaler/v1" DeploymentV1Beta1GeneratorName = "deployment/v1beta1" DeploymentAppsV1Beta1GeneratorName = "deployment/apps.v1beta1" DeploymentBasicV1Beta1GeneratorName = "deployment-basic/v1beta1" DeploymentBasicAppsV1Beta1GeneratorName = "deployment-basic/apps.v1beta1" JobV1GeneratorName = "job/v1" CronJobV2Alpha1GeneratorName = "cronjob/v2alpha1" CronJobV1Beta1GeneratorName = "cronjob/v1beta1" NamespaceV1GeneratorName = "namespace/v1" ResourceQuotaV1GeneratorName = "resourcequotas/v1" SecretV1GeneratorName = "secret/v1" SecretForDockerRegistryV1GeneratorName = "secret-for-docker-registry/v1" SecretForTLSV1GeneratorName = "secret-for-tls/v1" ConfigMapV1GeneratorName = "configmap/v1" ClusterRoleBindingV1GeneratorName = "clusterrolebinding.rbac.authorization.k8s.io/v1alpha1" RoleBindingV1GeneratorName = "rolebinding.rbac.authorization.k8s.io/v1alpha1" ClusterV1Beta1GeneratorName = "cluster/v1beta1" PodDisruptionBudgetV1GeneratorName = "poddisruptionbudget/v1beta1" PodDisruptionBudgetV2GeneratorName = "poddisruptionbudget/v1beta1/v2" PriorityClassV1Alpha1GeneratorName = "priorityclass/v1alpha1" )
const ( ApplyAnnotationsFlag = "save-config" DefaultErrorExitCode = 1 IncludeUninitializedFlag = "include-uninitialized" )
const (
FlagMatchBinaryVersion = "match-server-version"
)
Variables ¶
var ErrExit = fmt.Errorf("exit")
ErrExit may be passed to CheckError to instruct it to output nothing but exit with status code 1.
var (
FlagHTTPCacheDir = "cache-dir"
)
Functions ¶
func AddApplyAnnotationFlags ¶ added in v1.2.0
func AddApplyAnnotationVarFlags ¶ added in v1.7.0
func AddDryRunFlag ¶ added in v1.3.0
AddDryRunFlag adds dry-run flag to a command. Usually used by mutations.
func AddFilenameOptionFlags ¶ added in v1.5.0
func AddFilenameOptionFlags(cmd *cobra.Command, options *resource.FilenameOptions, usage string)
func AddGeneratorFlags ¶ added in v1.2.0
AddGeneratorFlags adds flags common to resource generation commands TODO: need to take a pass at other generator commands to use this set of flags
func AddInclude3rdPartyFlags ¶ added in v1.3.0
func AddInclude3rdPartyVarFlags ¶ added in v1.6.0
func AddIncludeUninitializedFlag ¶ added in v1.8.0
func AddNoHeadersFlags ¶ added in v1.4.0
AddNoHeadersFlags adds no-headers flags to a command.
func AddNonDeprecatedPrinterFlags ¶ added in v1.6.0
AddNonDeprecatedPrinterFlags supports the conversion case which must logically have output-version. Once output-version is completely removed, this function can go away.
func AddOutputFlags ¶ added in v1.4.0
AddOutputFlags adds output related flags to a command.
func AddOutputFlagsForMutation ¶ added in v1.1.0
AddOutputFlagsForMutation adds output related flags to a command. Used by mutations only.
func AddOutputVarFlagsForMutation ¶ added in v1.6.0
AddOutputVarFlagsForMutation adds output related flags to a command. Used by mutations only.
func AddPodRunningTimeoutFlag ¶ added in v1.7.0
func AddPrinterFlags ¶
AddPrinterFlags adds printing related flags to a command (e.g. output format, no headers, template path)
func AddRecordFlag ¶ added in v1.2.0
func AddRecordVarFlag ¶ added in v1.7.0
func AddSourceToErr ¶ added in v0.20.0
AddSourceToErr adds handleResourcePrefix and source string to error message. verb is the string like "creating", "deleting" etc. source is the filename or URL to the template file(*.json or *.yaml), or stdin to use to handle the resource.
func AddValidateFlags ¶ added in v1.1.0
func AddValidateOptionFlags ¶ added in v1.7.0
func AddValidateOptionFlags(cmd *cobra.Command, options *ValidateOptions)
func BehaviorOnFatal ¶ added in v1.1.0
BehaviorOnFatal allows you to override the default behavior when a fatal error occurs, which is to call os.Exit(code). You can pass 'panic' as a function here if you prefer the panic() over os.Exit(1).
func ChangeResourcePatch ¶ added in v1.2.0
ChangeResourcePatch creates a patch between the origin input resource info and the annotated with change-cause input resource info.
func CheckErr ¶ added in v0.13.0
func CheckErr(err error)
CheckErr prints a user friendly error to STDERR and exits with a non-zero exit code. Unrecognized errors will be printed with an "error: " prefix.
This method is generic to the command in use and may be used by non-Kubectl commands.
func Contains ¶ added in v1.9.0
func Contains(resourcesList []*metav1.APIResourceList, resource schema.GroupVersionResource) bool
func ContainsChangeCause ¶ added in v1.2.0
ContainsChangeCause checks if input resource info contains change-cause annotation.
func DefaultBehaviorOnFatal ¶ added in v1.2.0
func DefaultBehaviorOnFatal()
DefaultBehaviorOnFatal allows you to undo any previous override. Useful in tests.
func DefaultClientConfig ¶ added in v0.15.0
func DefaultClientConfig(flags *pflag.FlagSet) clientcmd.ClientConfig
DefaultClientConfig creates a clientcmd.ClientConfig with the following hierarchy:
Use the kubeconfig builder. The number of merges and overrides here gets a little crazy. Stay with me.
Merge the kubeconfig itself. This is done with the following hierarchy rules:
CommandLineLocation - this parsed from the command line, so it must be late bound. If you specify this, then no other kubeconfig files are merged. This file must exist.
If $KUBECONFIG is set, then it is treated as a list of files that should be merged.
HomeDirectoryLocation Empty filenames are ignored. Files with non-deserializable content produced errors. The first file to set a particular value or map key wins and the value or map key is never changed. This means that the first file to set CurrentContext will have its context preserved. It also means that if two files specify a "red-user", only values from the first file's red-user are used. Even non-conflicting entries from the second file's "red-user" are discarded.
Determine the context to use based on the first hit in this chain
command line argument - again, parsed from the command line, so it must be late bound
CurrentContext from the merged kubeconfig file
Empty is allowed at this stage
Determine the cluster info and auth info to use. At this point, we may or may not have a context. They are built based on the first hit in this chain. (run it twice, once for auth, once for cluster)
command line argument
If context is present, then use the context value
Empty is allowed
Determine the actual cluster info to use. At this point, we may or may not have a cluster info. Build each piece of the cluster info based on the chain:
command line argument
If cluster info is present and a value for the attribute is present, use it.
If you don't have a server location, bail.
Auth info is build using the same rules as cluster info, EXCEPT that you can only have one authentication technique per auth info. The following conditions result in an error:
If there are two conflicting techniques specified from the command line, fail.
If the command line does not specify one, and the auth info has conflicting techniques, fail.
If the command line specifies one and the auth info specifies another, honor the command line technique.
Use default values and potentially prompt for auth information
However, if it appears that we're running in a kubernetes cluster container environment, then run with the auth info kubernetes mounted for us. Specifically: The env vars KUBERNETES_SERVICE_HOST and KUBERNETES_SERVICE_PORT are set, and the file /var/run/secrets/kubernetes.io/serviceaccount/token exists and is not a directory.
func DefaultGenerators ¶ added in v1.2.0
DefaultGenerators returns the set of default generators for use in Factory instances
func DefaultSubCommandRun ¶ added in v1.5.0
DefaultSubCommandRun prints a command's help string to the specified output if no arguments (sub-commands) are provided, or a usage error otherwise.
func DumpReaderToFile ¶ added in v1.1.0
DumpReaderToFile writes all data from the given io.Reader to the specified file (usually for temporary use).
func ExtractCmdPrintOptions ¶ added in v1.9.0
func ExtractCmdPrintOptions(cmd *cobra.Command, withNamespace bool) *printers.PrintOptions
ExtractCmdPrintOptions parses printer specific commandline args and returns a PrintOptions object. Requires that printer flags have been added to cmd (see AddPrinterFlags)
func FallbackGeneratorNameIfNecessary ¶ added in v1.9.0
func FallbackGeneratorNameIfNecessary( generatorName string, discoveryClient discovery.DiscoveryInterface, cmdErr io.Writer, ) (string, error)
fallbackGeneratorNameIfNecessary returns the name of the old generator if server does not support new generator. Otherwise, the generator string is returned unchanged.
If the generator name is changed, print a warning message to let the user know.
func FilterResourceList ¶ added in v1.5.0
func FilterResourceList(obj runtime.Object, filterFuncs kubectl.Filters, filterOpts *printers.PrintOptions) (int, []runtime.Object, error)
FilterResourceList receives a list of runtime objects. If any objects are filtered, that number is returned along with a modified list.
func GetDryRunFlag ¶ added in v1.3.0
func GetFirstPod ¶ added in v1.2.0
func GetFirstPod(client coreclient.PodsGetter, namespace string, selector string, timeout time.Duration, sortBy func([]*v1.Pod) sort.Interface) (*api.Pod, int, error)
GetFirstPod returns a pod matching the namespace and label selector and the number of all pods that match the label selector.
func GetFlagInt ¶
Assumes the flag has a default value.
func GetFlagInt32 ¶ added in v1.9.0
Assumes the flag has a default value.
func GetFlagInt64 ¶ added in v1.1.0
Assumes the flag has a default value.
func GetFlagStringArray ¶ added in v1.5.0
GetFlagStringArray can be used to accept multiple argument with flag repetition (e.g. -f arg1 -f arg2 ...)
func GetFlagStringSlice ¶ added in v1.1.0
GetFlagStringSlice can be used to accept multiple argument with flag repetition (e.g. -f arg1,arg2 -f arg3 ...)
func GetPodRunningTimeoutFlag ¶ added in v1.7.0
func GetRecordFlag ¶ added in v1.2.0
func GetResourcesAndPairs ¶ added in v1.3.0
func GetResourcesAndPairs(args []string, pairType string) (resources []string, pairArgs []string, err error)
GetResourcesAndPairs retrieves resources and "KEY=VALUE or KEY-" pair args from given args
func GetWideFlag ¶ added in v0.21.0
GetWideFlag is used to determine if "-o wide" is used
func HasResource ¶ added in v1.9.0
func HasResource(client discovery.DiscoveryInterface, resource schema.GroupVersionResource) (bool, error)
func InternalVersionDecoder ¶ added in v1.10.0
this method exists to help us find the points still relying on internal types.
func InternalVersionJSONEncoder ¶ added in v1.10.0
func IsFilenameSliceEmpty ¶ added in v1.8.0
func IsSiblingCommandExists ¶ added in v1.5.0
IsSiblingCommandExists receives a pointer to a cobra command and a target string. Returns true if the target string is found in the list of sibling commands.
func ManualStrip ¶ added in v1.7.0
ManualStrip is used for dropping comments from a YAML file
func Merge ¶
Merge requires JSON serialization TODO: merge assumes JSON serialization, and does not properly abstract API retrieval
func MultilineError ¶ added in v0.15.0
MultilineError returns a string representing an error that splits sub errors into their own lines. The returned string will end with a newline.
func MultipleErrors ¶ added in v0.18.0
MultipleErrors returns a newline delimited string containing the prefix and referenced errors in standard form.
func MustPrintWithKinds ¶ added in v1.5.0
func MustPrintWithKinds(objs []runtime.Object, infos []*resource.Info, sorter *kubectl.RuntimeSort) bool
MustPrintWithKinds determines if printer is dealing with multiple resource kinds, in which case it will return true, indicating resource kind will be included as part of printer output
func NewShortcutExpander ¶ added in v1.5.0
func NewShortcutExpander(delegate meta.RESTMapper, client discovery.DiscoveryInterface) shortcutExpander
func OutputsRawFormat ¶ added in v1.6.0
OutputsRawFormat determines if a command's output format is machine parsable or returns false if it is human readable (name, wide, etc.)
func ParsePairs ¶ added in v1.3.0
func ParsePairs(pairArgs []string, pairType string, supportRemove bool) (newPairs map[string]string, removePairs []string, err error)
ParsePairs retrieves new and remove pairs (if supportRemove is true) from "KEY=VALUE or KEY-" pair args
func PrintErrorWithCauses ¶ added in v1.5.0
PrintErrorWithCauses prints an error's kind, name, and each of the error's causes in a new line. The returned string will end with a newline. Returns true if a case exists to handle the error type, or false otherwise.
func PrintFilterCount ¶ added in v1.5.0
func PrintFilterCount(out io.Writer, found, hidden, errors int, options *printers.PrintOptions, ignoreNotFound bool)
PrintFilterCount displays informational messages based on the number of resources found, hidden, or config flags shown.
func PrintObject ¶ added in v1.10.0
PrintObject prints a single object based on the default command options TODO this should go away once commands can embed the PrintOptions instead
func PrintSuccess ¶ added in v1.1.0
func PrintSuccess(shortOutput bool, out io.Writer, obj runtime.Object, dryRun bool, operation string)
PrintSuccess prints a success message and can do a "-o name" as "shortOutput" TODO this should really just be a printer. It's got just about the exact same signature.
func PrinterForOptions ¶ added in v1.9.0
func PrinterForOptions(options *printers.PrintOptions) (printers.ResourcePrinter, error)
PrinterForOptions returns the printer for the outputOptions (if given) or returns the default printer for the command. TODO this should become a function on the PrintOptions struct
func ReadConfigDataFromReader ¶ added in v0.13.0
func RecordChangeCause ¶ added in v1.2.0
RecordChangeCause annotate change-cause to input runtime object.
func RequireNoArguments ¶ added in v1.5.0
RequireNoArguments exits with a usage error if extra arguments are provided.
func ShouldIncludeUninitialized ¶ added in v1.8.0
ShouldIncludeUninitialized identifies whether to include uninitialized objects. includeUninitialized is the default value. Assume we can parse `all` and `selector` from cmd.
func ShouldRecord ¶ added in v1.2.0
ShouldRecord checks if we should record current change cause
func StandardErrorMessage ¶ added in v0.18.0
StandardErrorMessage translates common errors into a human readable message, or returns false if the error is not one of the recognized types. It may also log extended information to glog.
This method is generic to the command in use and may be used by non-Kubectl commands.
func StripComments ¶ added in v1.7.0
StripComments will transform a YAML file into JSON, thus dropping any comments in it. Note that if the given file has a syntax error, the transformation will fail and we will manually drop all comments from the file.
func UpdateObject ¶ added in v1.1.0
func UpdateObject(info *resource.Info, codec runtime.Codec, updateFn func(runtime.Object) error) (runtime.Object, error)
UpdateObject updates resource object with updateFn
func UsageErrorf ¶ added in v1.8.0
func ValidArgList ¶ added in v1.10.0
func ValidArgList(f ClientAccessFactory) []string
Retrieve a list of handled resources from printer as valid args TODO: This function implementation should be replaced with a real implementation from the discovery service.
func ValidResourceTypeList ¶ added in v1.9.0
func ValidResourceTypeList(f ClientAccessFactory) string
ValidResourceTypeList returns a multi-line string containing the valid resources. May be called before the factory is initialized. TODO: This function implementation should be replaced with a real implementation from the
discovery service.
func ValidateOutputArgs ¶ added in v1.1.0
ValidateOutputArgs validates -o flag args for mutations
Types ¶
type BuilderFactory ¶ added in v1.6.0
type BuilderFactory interface { // NewBuilder returns an object that assists in loading objects from both disk and the server // and which implements the common patterns for CLI interactions with generic resources. NewBuilder() *resource.Builder // PluginLoader provides the implementation to be used to load cli plugins. PluginLoader() plugins.PluginLoader // PluginRunner provides the implementation to be used to run cli plugins. PluginRunner() plugins.PluginRunner }
BuilderFactory holds the third level of factory methods. These functions depend upon ObjectMappingFactory and ClientAccessFactory methods. Generally they depend upon client mapper functions
func NewBuilderFactory ¶ added in v1.6.0
func NewBuilderFactory(clientAccessFactory ClientAccessFactory, objectMappingFactory ObjectMappingFactory) BuilderFactory
type CachedDiscoveryClient ¶ added in v1.5.0
type CachedDiscoveryClient struct {
// contains filtered or unexported fields
}
CachedDiscoveryClient implements the functions that discovery server-supported API groups, versions and resources.
func NewCachedDiscoveryClient ¶ added in v1.5.0
func NewCachedDiscoveryClient(delegate discovery.DiscoveryInterface, cacheDirectory string, ttl time.Duration) *CachedDiscoveryClient
NewCachedDiscoveryClient creates a new DiscoveryClient. cacheDirectory is the directory where discovery docs are held. It must be unique per host:port combination to work well.
func (*CachedDiscoveryClient) Fresh ¶ added in v1.5.0
func (d *CachedDiscoveryClient) Fresh() bool
func (*CachedDiscoveryClient) Invalidate ¶ added in v1.5.0
func (d *CachedDiscoveryClient) Invalidate()
func (*CachedDiscoveryClient) OpenAPISchema ¶ added in v1.7.0
func (d *CachedDiscoveryClient) OpenAPISchema() (*openapi_v2.Document, error)
func (*CachedDiscoveryClient) RESTClient ¶ added in v1.5.0
func (d *CachedDiscoveryClient) RESTClient() restclient.Interface
func (*CachedDiscoveryClient) ServerGroups ¶ added in v1.5.0
func (d *CachedDiscoveryClient) ServerGroups() (*metav1.APIGroupList, error)
func (*CachedDiscoveryClient) ServerPreferredNamespacedResources ¶ added in v1.5.0
func (d *CachedDiscoveryClient) ServerPreferredNamespacedResources() ([]*metav1.APIResourceList, error)
func (*CachedDiscoveryClient) ServerPreferredResources ¶ added in v1.5.0
func (d *CachedDiscoveryClient) ServerPreferredResources() ([]*metav1.APIResourceList, error)
func (*CachedDiscoveryClient) ServerResources ¶ added in v1.5.0
func (d *CachedDiscoveryClient) ServerResources() ([]*metav1.APIResourceList, error)
ServerResources returns the supported resources for all groups and versions.
func (*CachedDiscoveryClient) ServerResourcesForGroupVersion ¶ added in v1.5.0
func (d *CachedDiscoveryClient) ServerResourcesForGroupVersion(groupVersion string) (*metav1.APIResourceList, error)
ServerResourcesForGroupVersion returns the supported resources for a group and version.
func (*CachedDiscoveryClient) ServerVersion ¶ added in v1.5.0
func (d *CachedDiscoveryClient) ServerVersion() (*version.Info, error)
type ClientAccessFactory ¶ added in v1.6.0
type ClientAccessFactory interface { // Returns a discovery client DiscoveryClient() (discovery.CachedDiscoveryInterface, error) // ClientSet gives you back an internal, generated clientset ClientSet() (internalclientset.Interface, error) // KubernetesClientSet gives you back an external clientset KubernetesClientSet() (*kubernetes.Clientset, error) // Returns a RESTClient for accessing Kubernetes resources or an error. RESTClient() (*restclient.RESTClient, error) // Returns a client.Config for accessing the Kubernetes server. ClientConfig() (*restclient.Config, error) // BareClientConfig returns a client.Config that has NOT been negotiated. It's // just directions to the server. People use this to build RESTMappers on top of BareClientConfig() (*restclient.Config, error) // UpdatePodSpecForObject will call the provided function on the pod spec this object supports, // return false if no pod spec is supported, or return an error. UpdatePodSpecForObject(obj runtime.Object, fn func(*v1.PodSpec) error) (bool, error) // MapBasedSelectorForObject returns the map-based selector associated with the provided object. If a // new set-based selector is provided, an error is returned if the selector cannot be converted to a // map-based selector MapBasedSelectorForObject(object runtime.Object) (string, error) // PortsForObject returns the ports associated with the provided object PortsForObject(object runtime.Object) ([]string, error) // ProtocolsForObject returns the <port, protocol> mapping associated with the provided object ProtocolsForObject(object runtime.Object) (map[string]string, error) // LabelsForObject returns the labels associated with the provided object LabelsForObject(object runtime.Object) (map[string]string, error) // Returns internal flagset FlagSet() *pflag.FlagSet // Command will stringify and return all environment arguments ie. a command run by a client // using the factory. Command(cmd *cobra.Command, showSecrets bool) string // BindFlags adds any flags that are common to all kubectl sub commands. BindFlags(flags *pflag.FlagSet) // BindExternalFlags adds any flags defined by external projects (not part of pflags) BindExternalFlags(flags *pflag.FlagSet) // DefaultResourceFilterFunc returns a collection of FilterFuncs suitable for filtering specific resource types. DefaultResourceFilterFunc() kubectl.Filters // SuggestedPodTemplateResources returns a list of resource types that declare a pod template SuggestedPodTemplateResources() []schema.GroupResource // Pauser marks the object in the info as paused. Currently supported only for Deployments. // Returns the patched object in bytes and any error that occurred during the encoding or // in case the object is already paused. Pauser(info *resource.Info) ([]byte, error) // Resumer resumes a paused object inside the info. Currently supported only for Deployments. // Returns the patched object in bytes and any error that occurred during the encoding or // in case the object is already resumed. Resumer(info *resource.Info) ([]byte, error) // ResolveImage resolves the image names. For kubernetes this function is just // passthrough but it allows to perform more sophisticated image name resolving for // third-party vendors. ResolveImage(imageName string) (string, error) // Returns the default namespace to use in cases where no // other namespace is specified and whether the namespace was // overridden. DefaultNamespace() (string, bool, error) // Generators returns the generators for the provided command Generators(cmdName string) map[string]kubectl.Generator // Check whether the kind of resources could be exposed CanBeExposed(kind schema.GroupKind) error // Check whether the kind of resources could be autoscaled CanBeAutoscaled(kind schema.GroupKind) error // EditorEnvs returns a group of environment variables that the edit command // can range over in order to determine if the user has specified an editor // of their choice. EditorEnvs() []string }
ClientAccessFactory holds the first level of factory methods. Generally provides discovery, negotiation, and no-dep calls. TODO The polymorphic calls probably deserve their own interface.
func NewClientAccessFactory ¶ added in v1.6.0
func NewClientAccessFactory(optionalClientConfig clientcmd.ClientConfig) ClientAccessFactory
func NewClientAccessFactoryFromDiscovery ¶ added in v1.6.0
func NewClientAccessFactoryFromDiscovery(flags *pflag.FlagSet, clientConfig clientcmd.ClientConfig, discoveryFactory DiscoveryClientFactory) ClientAccessFactory
NewClientAccessFactoryFromDiscovery allows an external caller to substitute a different discoveryFactory Which allows for the client cache to be built in ring0, but still rely on a custom discovery client
type ClientCache ¶ added in v1.1.0
type ClientCache struct {
// contains filtered or unexported fields
}
ClientCache caches previously loaded clients for reuse, and ensures MatchServerVersion is invoked only once
func NewClientCache ¶ added in v0.19.1
func NewClientCache(loader clientcmd.ClientConfig, discoveryClientFactory DiscoveryClientFactory) *ClientCache
func (*ClientCache) ClientConfigForVersion ¶ added in v1.1.0
func (c *ClientCache) ClientConfigForVersion(requiredVersion *schema.GroupVersion) (*restclient.Config, error)
ClientConfigForVersion returns the correct config for a server
func (*ClientCache) ClientSetForVersion ¶ added in v1.5.0
func (c *ClientCache) ClientSetForVersion(requiredVersion *schema.GroupVersion) (internalclientset.Interface, error)
ClientSetForVersion initializes or reuses a clientset for the specified version, or returns an error if that is not possible
func (*ClientCache) KubernetesClientSetForVersion ¶ added in v1.8.0
func (c *ClientCache) KubernetesClientSetForVersion(requiredVersion *schema.GroupVersion) (*kubernetes.Clientset, error)
KubernetesClientSetForVersion returns a new kubernetes.Clientset. It will cache the value the first time it is called and return the cached value on subsequent calls. If an error is encountered the first time KubernetesClientSetForVersion is called, the error will be cached.
type DiscoveryClientFactory ¶ added in v1.6.0
type DiscoveryClientFactory interface { // Returns a discovery client DiscoveryClient() (discovery.CachedDiscoveryInterface, error) // BindFlags adds any discovery flags that are common to all kubectl sub commands. BindFlags(flags *pflag.FlagSet) }
type Factory ¶ added in v0.15.0
type Factory interface { ClientAccessFactory ObjectMappingFactory BuilderFactory }
Factory provides abstractions that allow the Kubectl command to be extended across multiple types of resources and different API sets. The rings are here for a reason. In order for composers to be able to provide alternative factory implementations they need to provide low level pieces of *certain* functions so that when the factory calls back into itself it uses the custom version of the function. Rather than try to enumerate everything that someone would want to override we split the factory into rings, where each ring can depend on methods in an earlier ring, but cannot depend upon peer methods in its own ring. TODO: make the functions interfaces TODO: pass the various interfaces on the factory directly into the command constructors (so the commands are decoupled from the factory).
func NewFactory ¶ added in v0.15.0
func NewFactory(optionalClientConfig clientcmd.ClientConfig) Factory
NewFactory creates a factory with the default Kubernetes resources defined if optionalClientConfig is nil, then flags will be bound to a new clientcmd.ClientConfig. if optionalClientConfig is not nil, then this factory will make use of it.
type ObjectMappingFactory ¶ added in v1.6.0
type ObjectMappingFactory interface { // Returns interfaces for dealing with arbitrary runtime.Objects. Object() (meta.RESTMapper, runtime.ObjectTyper) // Returns interface for expanding categories like `all`. CategoryExpander() categories.CategoryExpander // Returns a RESTClient for working with the specified RESTMapping or an error. This is intended // for working with arbitrary resources and is not guaranteed to point to a Kubernetes APIServer. ClientForMapping(mapping *meta.RESTMapping) (resource.RESTClient, error) // Returns a RESTClient for working with Unstructured objects. UnstructuredClientForMapping(mapping *meta.RESTMapping) (resource.RESTClient, error) // Returns a Describer for displaying the specified RESTMapping type or an error. Describer(mapping *meta.RESTMapping) (printers.Describer, error) // LogsForObject returns a request for the logs associated with the provided object LogsForObject(object, options runtime.Object, timeout time.Duration) (*restclient.Request, error) // Returns a Scaler for changing the size of the specified RESTMapping type or an error Scaler(mapping *meta.RESTMapping) (kubectl.Scaler, error) // Returns a Reaper for gracefully shutting down resources. Reaper(mapping *meta.RESTMapping) (kubectl.Reaper, error) // Returns a HistoryViewer for viewing change history HistoryViewer(mapping *meta.RESTMapping) (kubectl.HistoryViewer, error) // Returns a Rollbacker for changing the rollback version of the specified RESTMapping type or an error Rollbacker(mapping *meta.RESTMapping) (kubectl.Rollbacker, error) // Returns a StatusViewer for printing rollout status. StatusViewer(mapping *meta.RESTMapping) (kubectl.StatusViewer, error) // AttachablePodForObject returns the pod to which to attach given an object. AttachablePodForObject(object runtime.Object, timeout time.Duration) (*api.Pod, error) // ApproximatePodTemplateForObject returns a pod template object for the provided source. // It may return both an error and a object. It attempt to return the best possible template // available at the current time. ApproximatePodTemplateForObject(runtime.Object) (*api.PodTemplateSpec, error) // Returns a schema that can validate objects stored on disk. Validator(validate bool) (validation.Schema, error) // OpenAPISchema returns the schema openapi schema definition OpenAPISchema() (openapi.Resources, error) }
ObjectMappingFactory holds the second level of factory methods. These functions depend upon ClientAccessFactory methods. Generally they provide object typing and functions that build requests based on the negotiated clients.
func NewObjectMappingFactory ¶ added in v1.6.0
func NewObjectMappingFactory(clientAccessFactory ClientAccessFactory) ObjectMappingFactory
type ValidateOptions ¶ added in v1.7.0
type ValidateOptions struct {
EnableValidation bool
}
Source Files ¶
Directories ¶
Path | Synopsis |
---|---|
Package env provides functions to incorporate environment variables into kubectl commands.
|
Package env provides functions to incorporate environment variables into kubectl commands. |
Package openapi is a collection of libraries for fetching the openapi spec from a Kubernetes server and then indexing the type definitions.
|
Package openapi is a collection of libraries for fetching the openapi spec from a Kubernetes server and then indexing the type definitions. |