mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 15:37:24 +00:00
fix all the typos across the project
This commit is contained in:
@@ -153,11 +153,11 @@ type ClientAccessFactory interface {
|
||||
// Returns a Printer for formatting objects of the given type or an error.
|
||||
Printer(mapping *meta.RESTMapping, options printers.PrintOptions) (printers.ResourcePrinter, error)
|
||||
// Pauser marks the object in the info as paused. Currently supported only for Deployments.
|
||||
// Returns the patched object in bytes and any error that occured during the encoding or
|
||||
// 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 occured during the encoding or
|
||||
// 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)
|
||||
|
||||
@@ -224,7 +224,7 @@ type ObjectMappingFactory interface {
|
||||
|
||||
// Returns a schema that can validate objects stored on disk.
|
||||
Validator(validate bool) (validation.Schema, error)
|
||||
// OpenAPISchema returns the schema openapi schema definiton
|
||||
// OpenAPISchema returns the schema openapi schema definition
|
||||
OpenAPISchema() (openapi.Resources, error)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user