client

package
v0.0.0-...-92040c8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 17, 2021 License: Apache-2.0 Imports: 23 Imported by: 0

Documentation ¶

Index ¶

Constants ¶

View Source
const Added = "ADDED"
View Source
const Deleted = "DELETED"
View Source
const Modified = "MODIFIED"

Variables ¶

View Source
var (
	// ContextOAuth2 takes a oauth2.TokenSource as authentication for the request.
	ContextOAuth2 = contextKey("token")

	// ContextBasicAuth takes BasicAuth as authentication for the request.
	ContextBasicAuth = contextKey("basic")

	// ContextAccessToken takes a string oauth2 access token as authentication for the request.
	ContextAccessToken = contextKey("accesstoken")

	// ContextAPIKey takes an APIKey as authentication for the request
	ContextAPIKey = contextKey("apikey")
)

Functions ¶

func CacheExpires ¶

func CacheExpires(r *http.Response) time.Time

CacheExpires helper function to determine remaining time before repeating a request.

func Delete ¶

func Delete(list []objEntry, metadata *V1ObjectMeta) ([]objEntry, bool)

func FindObject ¶

func FindObject(list []objEntry, metadata *V1ObjectMeta) int

func InsertOrUpdate ¶

func InsertOrUpdate(list []objEntry, metadata *V1ObjectMeta, obj interface{}) ([]objEntry, interface{})

Types ¶

type APIClient ¶

type APIClient struct {

	// API Services
	AdmissionregistrationApi         *AdmissionregistrationApiService
	AdmissionregistrationV1alpha1Api *AdmissionregistrationV1alpha1ApiService
	AdmissionregistrationV1beta1Api  *AdmissionregistrationV1beta1ApiService
	ApiextensionsApi                 *ApiextensionsApiService
	ApiextensionsV1beta1Api          *ApiextensionsV1beta1ApiService
	ApiregistrationApi               *ApiregistrationApiService
	ApiregistrationV1Api             *ApiregistrationV1ApiService
	ApiregistrationV1beta1Api        *ApiregistrationV1beta1ApiService
	ApisApi                          *ApisApiService
	AppsApi                          *AppsApiService
	AppsV1Api                        *AppsV1ApiService
	AppsV1beta1Api                   *AppsV1beta1ApiService
	AppsV1beta2Api                   *AppsV1beta2ApiService
	AuthenticationApi                *AuthenticationApiService
	AuthenticationV1Api              *AuthenticationV1ApiService
	AuthenticationV1beta1Api         *AuthenticationV1beta1ApiService
	AuthorizationApi                 *AuthorizationApiService
	AuthorizationV1Api               *AuthorizationV1ApiService
	AuthorizationV1beta1Api          *AuthorizationV1beta1ApiService
	AutoscalingApi                   *AutoscalingApiService
	AutoscalingV1Api                 *AutoscalingV1ApiService
	AutoscalingV2beta1Api            *AutoscalingV2beta1ApiService
	BatchApi                         *BatchApiService
	BatchV1Api                       *BatchV1ApiService
	BatchV1beta1Api                  *BatchV1beta1ApiService
	BatchV2alpha1Api                 *BatchV2alpha1ApiService
	CertificatesApi                  *CertificatesApiService
	CertificatesV1beta1Api           *CertificatesV1beta1ApiService
	CoreApi                          *CoreApiService
	CoreV1Api                        *CoreV1ApiService
	CustomObjectsApi                 *CustomObjectsApiService
	EventsApi                        *EventsApiService
	EventsV1beta1Api                 *EventsV1beta1ApiService
	ExtensionsApi                    *ExtensionsApiService
	ExtensionsV1beta1Api             *ExtensionsV1beta1ApiService
	LogsApi                          *LogsApiService
	NetworkingApi                    *NetworkingApiService
	NetworkingV1Api                  *NetworkingV1ApiService
	PolicyApi                        *PolicyApiService
	PolicyV1beta1Api                 *PolicyV1beta1ApiService
	RbacAuthorizationApi             *RbacAuthorizationApiService
	RbacAuthorizationV1Api           *RbacAuthorizationV1ApiService
	RbacAuthorizationV1alpha1Api     *RbacAuthorizationV1alpha1ApiService
	RbacAuthorizationV1beta1Api      *RbacAuthorizationV1beta1ApiService
	SchedulingApi                    *SchedulingApiService
	SchedulingV1alpha1Api            *SchedulingV1alpha1ApiService
	SettingsApi                      *SettingsApiService
	SettingsV1alpha1Api              *SettingsV1alpha1ApiService
	StorageApi                       *StorageApiService
	StorageV1Api                     *StorageV1ApiService
	StorageV1alpha1Api               *StorageV1alpha1ApiService
	StorageV1beta1Api                *StorageV1beta1ApiService
	VersionApi                       *VersionApiService
	// contains filtered or unexported fields
}

APIClient manages communication with the Kubernetes API vv1.10.0 In most cases there should be only one, shared, APIClient.

func NewAPIClient ¶

func NewAPIClient(cfg *Configuration) *APIClient

NewAPIClient creates a new API client. Requires a userAgent string describing your application. optionally a custom http.Client to allow for advanced features such as caching.

func (*APIClient) ChangeBasePath ¶

func (c *APIClient) ChangeBasePath(path string)

Change base path to allow switching to mocks

type APIKey ¶

type APIKey struct {
	Key    string
	Prefix string
}

APIKey provides API key based authentication to a request passed via context using ContextAPIKey

type APIResponse ¶

type APIResponse struct {
	*http.Response `json:"-"`
	Message        string `json:"message,omitempty"`
	// Operation is the name of the swagger operation.
	Operation string `json:"operation,omitempty"`
	// RequestURL is the request URL. This value is always available, even if the
	// embedded *http.Response is nil.
	RequestURL string `json:"url,omitempty"`
	// Method is the HTTP method used for the request.  This value is always
	// available, even if the embedded *http.Response is nil.
	Method string `json:"method,omitempty"`
	// Payload holds the contents of the response body (which may be nil or empty).
	// This is provided here as the raw response.Body() reader will have already
	// been drained.
	Payload []byte `json:"-"`
}

func NewAPIResponse ¶

func NewAPIResponse(r *http.Response) *APIResponse

func NewAPIResponseWithError ¶

func NewAPIResponseWithError(errorMessage string) *APIResponse

type AdmissionregistrationApiService ¶

type AdmissionregistrationApiService service

func (*AdmissionregistrationApiService) GetAPIGroup ¶

AdmissionregistrationApiService get information of a group * @param ctx context.Context for authentication, logging, tracing, etc. @return V1ApiGroup

type AdmissionregistrationV1alpha1ApiService ¶

type AdmissionregistrationV1alpha1ApiService service

func (*AdmissionregistrationV1alpha1ApiService) CreateInitializerConfiguration ¶

func (a *AdmissionregistrationV1alpha1ApiService) CreateInitializerConfiguration(ctx context.Context, body V1alpha1InitializerConfiguration, localVarOptionals map[string]interface{}) (V1alpha1InitializerConfiguration, *http.Response, error)

AdmissionregistrationV1alpha1ApiService create an InitializerConfiguration * @param ctx context.Context for authentication, logging, tracing, etc. @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1alpha1InitializerConfiguration

func (*AdmissionregistrationV1alpha1ApiService) DeleteCollectionInitializerConfiguration ¶

func (a *AdmissionregistrationV1alpha1ApiService) DeleteCollectionInitializerConfiguration(ctx context.Context, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

AdmissionregistrationV1alpha1ApiService delete collection of InitializerConfiguration * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1Status

func (*AdmissionregistrationV1alpha1ApiService) DeleteInitializerConfiguration ¶

func (a *AdmissionregistrationV1alpha1ApiService) DeleteInitializerConfiguration(ctx context.Context, name string, body V1DeleteOptions, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

AdmissionregistrationV1alpha1ApiService delete an InitializerConfiguration * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the InitializerConfiguration @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "gracePeriodSeconds" (int32) The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
@param "orphanDependents" (bool) Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.
@param "propagationPolicy" (string) Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.

@return V1Status

func (*AdmissionregistrationV1alpha1ApiService) GetAPIResources ¶

AdmissionregistrationV1alpha1ApiService get available resources * @param ctx context.Context for authentication, logging, tracing, etc. @return V1ApiResourceList

func (*AdmissionregistrationV1alpha1ApiService) ListInitializerConfiguration ¶

func (a *AdmissionregistrationV1alpha1ApiService) ListInitializerConfiguration(ctx context.Context, localVarOptionals map[string]interface{}) (V1alpha1InitializerConfigurationList, *http.Response, error)

AdmissionregistrationV1alpha1ApiService list or watch objects of kind InitializerConfiguration * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1alpha1InitializerConfigurationList

func (*AdmissionregistrationV1alpha1ApiService) PatchInitializerConfiguration ¶

func (a *AdmissionregistrationV1alpha1ApiService) PatchInitializerConfiguration(ctx context.Context, name string, body interface{}, localVarOptionals map[string]interface{}) (V1alpha1InitializerConfiguration, *http.Response, error)

AdmissionregistrationV1alpha1ApiService partially update the specified InitializerConfiguration * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the InitializerConfiguration @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1alpha1InitializerConfiguration

func (*AdmissionregistrationV1alpha1ApiService) ReadInitializerConfiguration ¶

func (a *AdmissionregistrationV1alpha1ApiService) ReadInitializerConfiguration(ctx context.Context, name string, localVarOptionals map[string]interface{}) (V1alpha1InitializerConfiguration, *http.Response, error)

AdmissionregistrationV1alpha1ApiService read the specified InitializerConfiguration * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the InitializerConfiguration @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "exact" (bool) Should the export be exact.  Exact export maintains cluster-specific fields like 'Namespace'.
@param "export" (bool) Should this value be exported.  Export strips fields that a user can not specify.

@return V1alpha1InitializerConfiguration

func (*AdmissionregistrationV1alpha1ApiService) ReplaceInitializerConfiguration ¶

func (a *AdmissionregistrationV1alpha1ApiService) ReplaceInitializerConfiguration(ctx context.Context, name string, body V1alpha1InitializerConfiguration, localVarOptionals map[string]interface{}) (V1alpha1InitializerConfiguration, *http.Response, error)

AdmissionregistrationV1alpha1ApiService replace the specified InitializerConfiguration * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the InitializerConfiguration @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1alpha1InitializerConfiguration

type AdmissionregistrationV1beta1ApiService ¶

type AdmissionregistrationV1beta1ApiService service

func (*AdmissionregistrationV1beta1ApiService) CreateMutatingWebhookConfiguration ¶

func (a *AdmissionregistrationV1beta1ApiService) CreateMutatingWebhookConfiguration(ctx context.Context, body V1beta1MutatingWebhookConfiguration, localVarOptionals map[string]interface{}) (V1beta1MutatingWebhookConfiguration, *http.Response, error)

AdmissionregistrationV1beta1ApiService create a MutatingWebhookConfiguration * @param ctx context.Context for authentication, logging, tracing, etc. @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1beta1MutatingWebhookConfiguration

func (*AdmissionregistrationV1beta1ApiService) CreateValidatingWebhookConfiguration ¶

func (a *AdmissionregistrationV1beta1ApiService) CreateValidatingWebhookConfiguration(ctx context.Context, body V1beta1ValidatingWebhookConfiguration, localVarOptionals map[string]interface{}) (V1beta1ValidatingWebhookConfiguration, *http.Response, error)

AdmissionregistrationV1beta1ApiService create a ValidatingWebhookConfiguration * @param ctx context.Context for authentication, logging, tracing, etc. @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1beta1ValidatingWebhookConfiguration

func (*AdmissionregistrationV1beta1ApiService) DeleteCollectionMutatingWebhookConfiguration ¶

func (a *AdmissionregistrationV1beta1ApiService) DeleteCollectionMutatingWebhookConfiguration(ctx context.Context, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

AdmissionregistrationV1beta1ApiService delete collection of MutatingWebhookConfiguration * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1Status

func (*AdmissionregistrationV1beta1ApiService) DeleteCollectionValidatingWebhookConfiguration ¶

func (a *AdmissionregistrationV1beta1ApiService) DeleteCollectionValidatingWebhookConfiguration(ctx context.Context, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

AdmissionregistrationV1beta1ApiService delete collection of ValidatingWebhookConfiguration * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1Status

func (*AdmissionregistrationV1beta1ApiService) DeleteMutatingWebhookConfiguration ¶

func (a *AdmissionregistrationV1beta1ApiService) DeleteMutatingWebhookConfiguration(ctx context.Context, name string, body V1DeleteOptions, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

AdmissionregistrationV1beta1ApiService delete a MutatingWebhookConfiguration * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the MutatingWebhookConfiguration @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "gracePeriodSeconds" (int32) The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
@param "orphanDependents" (bool) Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.
@param "propagationPolicy" (string) Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.

@return V1Status

func (*AdmissionregistrationV1beta1ApiService) DeleteValidatingWebhookConfiguration ¶

func (a *AdmissionregistrationV1beta1ApiService) DeleteValidatingWebhookConfiguration(ctx context.Context, name string, body V1DeleteOptions, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

AdmissionregistrationV1beta1ApiService delete a ValidatingWebhookConfiguration * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ValidatingWebhookConfiguration @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "gracePeriodSeconds" (int32) The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
@param "orphanDependents" (bool) Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.
@param "propagationPolicy" (string) Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.

@return V1Status

func (*AdmissionregistrationV1beta1ApiService) GetAPIResources ¶

AdmissionregistrationV1beta1ApiService get available resources * @param ctx context.Context for authentication, logging, tracing, etc. @return V1ApiResourceList

func (*AdmissionregistrationV1beta1ApiService) ListMutatingWebhookConfiguration ¶

func (a *AdmissionregistrationV1beta1ApiService) ListMutatingWebhookConfiguration(ctx context.Context, localVarOptionals map[string]interface{}) (V1beta1MutatingWebhookConfigurationList, *http.Response, error)

AdmissionregistrationV1beta1ApiService list or watch objects of kind MutatingWebhookConfiguration * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1beta1MutatingWebhookConfigurationList

func (*AdmissionregistrationV1beta1ApiService) ListValidatingWebhookConfiguration ¶

func (a *AdmissionregistrationV1beta1ApiService) ListValidatingWebhookConfiguration(ctx context.Context, localVarOptionals map[string]interface{}) (V1beta1ValidatingWebhookConfigurationList, *http.Response, error)

AdmissionregistrationV1beta1ApiService list or watch objects of kind ValidatingWebhookConfiguration * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1beta1ValidatingWebhookConfigurationList

func (*AdmissionregistrationV1beta1ApiService) PatchMutatingWebhookConfiguration ¶

func (a *AdmissionregistrationV1beta1ApiService) PatchMutatingWebhookConfiguration(ctx context.Context, name string, body interface{}, localVarOptionals map[string]interface{}) (V1beta1MutatingWebhookConfiguration, *http.Response, error)

AdmissionregistrationV1beta1ApiService partially update the specified MutatingWebhookConfiguration * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the MutatingWebhookConfiguration @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1beta1MutatingWebhookConfiguration

func (*AdmissionregistrationV1beta1ApiService) PatchValidatingWebhookConfiguration ¶

func (a *AdmissionregistrationV1beta1ApiService) PatchValidatingWebhookConfiguration(ctx context.Context, name string, body interface{}, localVarOptionals map[string]interface{}) (V1beta1ValidatingWebhookConfiguration, *http.Response, error)

AdmissionregistrationV1beta1ApiService partially update the specified ValidatingWebhookConfiguration * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ValidatingWebhookConfiguration @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1beta1ValidatingWebhookConfiguration

func (*AdmissionregistrationV1beta1ApiService) ReadMutatingWebhookConfiguration ¶

func (a *AdmissionregistrationV1beta1ApiService) ReadMutatingWebhookConfiguration(ctx context.Context, name string, localVarOptionals map[string]interface{}) (V1beta1MutatingWebhookConfiguration, *http.Response, error)

AdmissionregistrationV1beta1ApiService read the specified MutatingWebhookConfiguration * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the MutatingWebhookConfiguration @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "exact" (bool) Should the export be exact.  Exact export maintains cluster-specific fields like 'Namespace'.
@param "export" (bool) Should this value be exported.  Export strips fields that a user can not specify.

@return V1beta1MutatingWebhookConfiguration

func (*AdmissionregistrationV1beta1ApiService) ReadValidatingWebhookConfiguration ¶

func (a *AdmissionregistrationV1beta1ApiService) ReadValidatingWebhookConfiguration(ctx context.Context, name string, localVarOptionals map[string]interface{}) (V1beta1ValidatingWebhookConfiguration, *http.Response, error)

AdmissionregistrationV1beta1ApiService read the specified ValidatingWebhookConfiguration * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ValidatingWebhookConfiguration @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "exact" (bool) Should the export be exact.  Exact export maintains cluster-specific fields like 'Namespace'.
@param "export" (bool) Should this value be exported.  Export strips fields that a user can not specify.

@return V1beta1ValidatingWebhookConfiguration

func (*AdmissionregistrationV1beta1ApiService) ReplaceMutatingWebhookConfiguration ¶

func (a *AdmissionregistrationV1beta1ApiService) ReplaceMutatingWebhookConfiguration(ctx context.Context, name string, body V1beta1MutatingWebhookConfiguration, localVarOptionals map[string]interface{}) (V1beta1MutatingWebhookConfiguration, *http.Response, error)

AdmissionregistrationV1beta1ApiService replace the specified MutatingWebhookConfiguration * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the MutatingWebhookConfiguration @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1beta1MutatingWebhookConfiguration

func (*AdmissionregistrationV1beta1ApiService) ReplaceValidatingWebhookConfiguration ¶

func (a *AdmissionregistrationV1beta1ApiService) ReplaceValidatingWebhookConfiguration(ctx context.Context, name string, body V1beta1ValidatingWebhookConfiguration, localVarOptionals map[string]interface{}) (V1beta1ValidatingWebhookConfiguration, *http.Response, error)

AdmissionregistrationV1beta1ApiService replace the specified ValidatingWebhookConfiguration * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ValidatingWebhookConfiguration @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1beta1ValidatingWebhookConfiguration

type AdmissionregistrationV1beta1ServiceReference ¶

type AdmissionregistrationV1beta1ServiceReference struct {

	// `name` is the name of the service. Required
	Name string `json:"name"`

	// `namespace` is the namespace of the service. Required
	Namespace string `json:"namespace"`

	// `path` is an optional URL path which will be sent in any request to this service.
	Path string `json:"path,omitempty"`
}

ServiceReference holds a reference to Service.legacy.k8s.io

type ApiextensionsApiService ¶

type ApiextensionsApiService service

func (*ApiextensionsApiService) GetAPIGroup ¶

ApiextensionsApiService get information of a group * @param ctx context.Context for authentication, logging, tracing, etc. @return V1ApiGroup

type ApiextensionsV1beta1ApiService ¶

type ApiextensionsV1beta1ApiService service

func (*ApiextensionsV1beta1ApiService) CreateCustomResourceDefinition ¶

func (a *ApiextensionsV1beta1ApiService) CreateCustomResourceDefinition(ctx context.Context, body V1beta1CustomResourceDefinition, localVarOptionals map[string]interface{}) (V1beta1CustomResourceDefinition, *http.Response, error)

ApiextensionsV1beta1ApiService create a CustomResourceDefinition * @param ctx context.Context for authentication, logging, tracing, etc. @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1beta1CustomResourceDefinition

func (*ApiextensionsV1beta1ApiService) DeleteCollectionCustomResourceDefinition ¶

func (a *ApiextensionsV1beta1ApiService) DeleteCollectionCustomResourceDefinition(ctx context.Context, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

ApiextensionsV1beta1ApiService delete collection of CustomResourceDefinition * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1Status

func (*ApiextensionsV1beta1ApiService) DeleteCustomResourceDefinition ¶

func (a *ApiextensionsV1beta1ApiService) DeleteCustomResourceDefinition(ctx context.Context, name string, body V1DeleteOptions, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

ApiextensionsV1beta1ApiService delete a CustomResourceDefinition * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the CustomResourceDefinition @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "gracePeriodSeconds" (int32) The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
@param "orphanDependents" (bool) Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.
@param "propagationPolicy" (string) Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.

@return V1Status

func (*ApiextensionsV1beta1ApiService) GetAPIResources ¶

ApiextensionsV1beta1ApiService get available resources * @param ctx context.Context for authentication, logging, tracing, etc. @return V1ApiResourceList

func (*ApiextensionsV1beta1ApiService) ListCustomResourceDefinition ¶

func (a *ApiextensionsV1beta1ApiService) ListCustomResourceDefinition(ctx context.Context, localVarOptionals map[string]interface{}) (V1beta1CustomResourceDefinitionList, *http.Response, error)

ApiextensionsV1beta1ApiService list or watch objects of kind CustomResourceDefinition * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1beta1CustomResourceDefinitionList

func (*ApiextensionsV1beta1ApiService) PatchCustomResourceDefinition ¶

func (a *ApiextensionsV1beta1ApiService) PatchCustomResourceDefinition(ctx context.Context, name string, body interface{}, localVarOptionals map[string]interface{}) (V1beta1CustomResourceDefinition, *http.Response, error)

ApiextensionsV1beta1ApiService partially update the specified CustomResourceDefinition * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the CustomResourceDefinition @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1beta1CustomResourceDefinition

func (*ApiextensionsV1beta1ApiService) ReadCustomResourceDefinition ¶

func (a *ApiextensionsV1beta1ApiService) ReadCustomResourceDefinition(ctx context.Context, name string, localVarOptionals map[string]interface{}) (V1beta1CustomResourceDefinition, *http.Response, error)

ApiextensionsV1beta1ApiService read the specified CustomResourceDefinition * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the CustomResourceDefinition @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "exact" (bool) Should the export be exact.  Exact export maintains cluster-specific fields like 'Namespace'.
@param "export" (bool) Should this value be exported.  Export strips fields that a user can not specify.

@return V1beta1CustomResourceDefinition

func (*ApiextensionsV1beta1ApiService) ReplaceCustomResourceDefinition ¶

func (a *ApiextensionsV1beta1ApiService) ReplaceCustomResourceDefinition(ctx context.Context, name string, body V1beta1CustomResourceDefinition, localVarOptionals map[string]interface{}) (V1beta1CustomResourceDefinition, *http.Response, error)

ApiextensionsV1beta1ApiService replace the specified CustomResourceDefinition * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the CustomResourceDefinition @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1beta1CustomResourceDefinition

func (*ApiextensionsV1beta1ApiService) ReplaceCustomResourceDefinitionStatus ¶

func (a *ApiextensionsV1beta1ApiService) ReplaceCustomResourceDefinitionStatus(ctx context.Context, name string, body V1beta1CustomResourceDefinition, localVarOptionals map[string]interface{}) (V1beta1CustomResourceDefinition, *http.Response, error)

ApiextensionsV1beta1ApiService replace status of the specified CustomResourceDefinition * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the CustomResourceDefinition @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1beta1CustomResourceDefinition

type ApiregistrationApiService ¶

type ApiregistrationApiService service

func (*ApiregistrationApiService) GetAPIGroup ¶

ApiregistrationApiService get information of a group * @param ctx context.Context for authentication, logging, tracing, etc. @return V1ApiGroup

type ApiregistrationV1ApiService ¶

type ApiregistrationV1ApiService service

func (*ApiregistrationV1ApiService) CreateAPIService ¶

func (a *ApiregistrationV1ApiService) CreateAPIService(ctx context.Context, body V1ApiService, localVarOptionals map[string]interface{}) (V1ApiService, *http.Response, error)

ApiregistrationV1ApiService create an APIService * @param ctx context.Context for authentication, logging, tracing, etc. @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1ApiService

func (*ApiregistrationV1ApiService) DeleteAPIService ¶

func (a *ApiregistrationV1ApiService) DeleteAPIService(ctx context.Context, name string, body V1DeleteOptions, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

ApiregistrationV1ApiService delete an APIService * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the APIService @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "gracePeriodSeconds" (int32) The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
@param "orphanDependents" (bool) Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.
@param "propagationPolicy" (string) Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.

@return V1Status

func (*ApiregistrationV1ApiService) DeleteCollectionAPIService ¶

func (a *ApiregistrationV1ApiService) DeleteCollectionAPIService(ctx context.Context, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

ApiregistrationV1ApiService delete collection of APIService * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1Status

func (*ApiregistrationV1ApiService) GetAPIResources ¶

ApiregistrationV1ApiService get available resources * @param ctx context.Context for authentication, logging, tracing, etc. @return V1ApiResourceList

func (*ApiregistrationV1ApiService) ListAPIService ¶

func (a *ApiregistrationV1ApiService) ListAPIService(ctx context.Context, localVarOptionals map[string]interface{}) (V1ApiServiceList, *http.Response, error)

ApiregistrationV1ApiService list or watch objects of kind APIService * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1ApiServiceList

func (*ApiregistrationV1ApiService) PatchAPIService ¶

func (a *ApiregistrationV1ApiService) PatchAPIService(ctx context.Context, name string, body interface{}, localVarOptionals map[string]interface{}) (V1ApiService, *http.Response, error)

ApiregistrationV1ApiService partially update the specified APIService * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the APIService @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1ApiService

func (*ApiregistrationV1ApiService) ReadAPIService ¶

func (a *ApiregistrationV1ApiService) ReadAPIService(ctx context.Context, name string, localVarOptionals map[string]interface{}) (V1ApiService, *http.Response, error)

ApiregistrationV1ApiService read the specified APIService * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the APIService @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "exact" (bool) Should the export be exact.  Exact export maintains cluster-specific fields like 'Namespace'.
@param "export" (bool) Should this value be exported.  Export strips fields that a user can not specify.

@return V1ApiService

func (*ApiregistrationV1ApiService) ReplaceAPIService ¶

func (a *ApiregistrationV1ApiService) ReplaceAPIService(ctx context.Context, name string, body V1ApiService, localVarOptionals map[string]interface{}) (V1ApiService, *http.Response, error)

ApiregistrationV1ApiService replace the specified APIService * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the APIService @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1ApiService

func (*ApiregistrationV1ApiService) ReplaceAPIServiceStatus ¶

func (a *ApiregistrationV1ApiService) ReplaceAPIServiceStatus(ctx context.Context, name string, body V1ApiService, localVarOptionals map[string]interface{}) (V1ApiService, *http.Response, error)

ApiregistrationV1ApiService replace status of the specified APIService * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the APIService @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1ApiService

type ApiregistrationV1beta1ApiService ¶

type ApiregistrationV1beta1ApiService service

func (*ApiregistrationV1beta1ApiService) CreateAPIService ¶

func (a *ApiregistrationV1beta1ApiService) CreateAPIService(ctx context.Context, body V1beta1ApiService, localVarOptionals map[string]interface{}) (V1beta1ApiService, *http.Response, error)

ApiregistrationV1beta1ApiService create an APIService * @param ctx context.Context for authentication, logging, tracing, etc. @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1beta1ApiService

func (*ApiregistrationV1beta1ApiService) DeleteAPIService ¶

func (a *ApiregistrationV1beta1ApiService) DeleteAPIService(ctx context.Context, name string, body V1DeleteOptions, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

ApiregistrationV1beta1ApiService delete an APIService * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the APIService @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "gracePeriodSeconds" (int32) The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
@param "orphanDependents" (bool) Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.
@param "propagationPolicy" (string) Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.

@return V1Status

func (*ApiregistrationV1beta1ApiService) DeleteCollectionAPIService ¶

func (a *ApiregistrationV1beta1ApiService) DeleteCollectionAPIService(ctx context.Context, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

ApiregistrationV1beta1ApiService delete collection of APIService * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1Status

func (*ApiregistrationV1beta1ApiService) GetAPIResources ¶

ApiregistrationV1beta1ApiService get available resources * @param ctx context.Context for authentication, logging, tracing, etc. @return V1ApiResourceList

func (*ApiregistrationV1beta1ApiService) ListAPIService ¶

func (a *ApiregistrationV1beta1ApiService) ListAPIService(ctx context.Context, localVarOptionals map[string]interface{}) (V1beta1ApiServiceList, *http.Response, error)

ApiregistrationV1beta1ApiService list or watch objects of kind APIService * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1beta1ApiServiceList

func (*ApiregistrationV1beta1ApiService) PatchAPIService ¶

func (a *ApiregistrationV1beta1ApiService) PatchAPIService(ctx context.Context, name string, body interface{}, localVarOptionals map[string]interface{}) (V1beta1ApiService, *http.Response, error)

ApiregistrationV1beta1ApiService partially update the specified APIService * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the APIService @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1beta1ApiService

func (*ApiregistrationV1beta1ApiService) ReadAPIService ¶

func (a *ApiregistrationV1beta1ApiService) ReadAPIService(ctx context.Context, name string, localVarOptionals map[string]interface{}) (V1beta1ApiService, *http.Response, error)

ApiregistrationV1beta1ApiService read the specified APIService * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the APIService @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "exact" (bool) Should the export be exact.  Exact export maintains cluster-specific fields like 'Namespace'.
@param "export" (bool) Should this value be exported.  Export strips fields that a user can not specify.

@return V1beta1ApiService

func (*ApiregistrationV1beta1ApiService) ReplaceAPIService ¶

func (a *ApiregistrationV1beta1ApiService) ReplaceAPIService(ctx context.Context, name string, body V1beta1ApiService, localVarOptionals map[string]interface{}) (V1beta1ApiService, *http.Response, error)

ApiregistrationV1beta1ApiService replace the specified APIService * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the APIService @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1beta1ApiService

func (*ApiregistrationV1beta1ApiService) ReplaceAPIServiceStatus ¶

func (a *ApiregistrationV1beta1ApiService) ReplaceAPIServiceStatus(ctx context.Context, name string, body V1beta1ApiService, localVarOptionals map[string]interface{}) (V1beta1ApiService, *http.Response, error)

ApiregistrationV1beta1ApiService replace status of the specified APIService * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the APIService @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1beta1ApiService

type ApiregistrationV1beta1ServiceReference ¶

type ApiregistrationV1beta1ServiceReference struct {

	// Name is the name of the service
	Name string `json:"name,omitempty"`

	// Namespace is the namespace of the service
	Namespace string `json:"namespace,omitempty"`
}

ServiceReference holds a reference to Service.legacy.k8s.io

type ApisApiService ¶

type ApisApiService service

func (*ApisApiService) GetAPIVersions ¶

func (a *ApisApiService) GetAPIVersions(ctx context.Context) (V1ApiGroupList, *http.Response, error)

ApisApiService get available API versions * @param ctx context.Context for authentication, logging, tracing, etc. @return V1ApiGroupList

type AppsApiService ¶

type AppsApiService service

func (*AppsApiService) GetAPIGroup ¶

func (a *AppsApiService) GetAPIGroup(ctx context.Context) (V1ApiGroup, *http.Response, error)

AppsApiService get information of a group * @param ctx context.Context for authentication, logging, tracing, etc. @return V1ApiGroup

type AppsV1ApiService ¶

type AppsV1ApiService service

func (*AppsV1ApiService) CreateNamespacedControllerRevision ¶

func (a *AppsV1ApiService) CreateNamespacedControllerRevision(ctx context.Context, namespace string, body V1ControllerRevision, localVarOptionals map[string]interface{}) (V1ControllerRevision, *http.Response, error)

AppsV1ApiService create a ControllerRevision * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1ControllerRevision

func (*AppsV1ApiService) CreateNamespacedDaemonSet ¶

func (a *AppsV1ApiService) CreateNamespacedDaemonSet(ctx context.Context, namespace string, body V1DaemonSet, localVarOptionals map[string]interface{}) (V1DaemonSet, *http.Response, error)

AppsV1ApiService create a DaemonSet * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1DaemonSet

func (*AppsV1ApiService) CreateNamespacedDeployment ¶

func (a *AppsV1ApiService) CreateNamespacedDeployment(ctx context.Context, namespace string, body V1Deployment, localVarOptionals map[string]interface{}) (V1Deployment, *http.Response, error)

AppsV1ApiService create a Deployment * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1Deployment

func (*AppsV1ApiService) CreateNamespacedReplicaSet ¶

func (a *AppsV1ApiService) CreateNamespacedReplicaSet(ctx context.Context, namespace string, body V1ReplicaSet, localVarOptionals map[string]interface{}) (V1ReplicaSet, *http.Response, error)

AppsV1ApiService create a ReplicaSet * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1ReplicaSet

func (*AppsV1ApiService) CreateNamespacedStatefulSet ¶

func (a *AppsV1ApiService) CreateNamespacedStatefulSet(ctx context.Context, namespace string, body V1StatefulSet, localVarOptionals map[string]interface{}) (V1StatefulSet, *http.Response, error)

AppsV1ApiService create a StatefulSet * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1StatefulSet

func (*AppsV1ApiService) DeleteCollectionNamespacedControllerRevision ¶

func (a *AppsV1ApiService) DeleteCollectionNamespacedControllerRevision(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

AppsV1ApiService delete collection of ControllerRevision * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1Status

func (*AppsV1ApiService) DeleteCollectionNamespacedDaemonSet ¶

func (a *AppsV1ApiService) DeleteCollectionNamespacedDaemonSet(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

AppsV1ApiService delete collection of DaemonSet * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1Status

func (*AppsV1ApiService) DeleteCollectionNamespacedDeployment ¶

func (a *AppsV1ApiService) DeleteCollectionNamespacedDeployment(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

AppsV1ApiService delete collection of Deployment * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1Status

func (*AppsV1ApiService) DeleteCollectionNamespacedReplicaSet ¶

func (a *AppsV1ApiService) DeleteCollectionNamespacedReplicaSet(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

AppsV1ApiService delete collection of ReplicaSet * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1Status

func (*AppsV1ApiService) DeleteCollectionNamespacedStatefulSet ¶

func (a *AppsV1ApiService) DeleteCollectionNamespacedStatefulSet(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

AppsV1ApiService delete collection of StatefulSet * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1Status

func (*AppsV1ApiService) DeleteNamespacedControllerRevision ¶

func (a *AppsV1ApiService) DeleteNamespacedControllerRevision(ctx context.Context, name string, namespace string, body V1DeleteOptions, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

AppsV1ApiService delete a ControllerRevision * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ControllerRevision @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "gracePeriodSeconds" (int32) The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
@param "orphanDependents" (bool) Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.
@param "propagationPolicy" (string) Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.

@return V1Status

func (*AppsV1ApiService) DeleteNamespacedDaemonSet ¶

func (a *AppsV1ApiService) DeleteNamespacedDaemonSet(ctx context.Context, name string, namespace string, body V1DeleteOptions, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

AppsV1ApiService delete a DaemonSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the DaemonSet @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "gracePeriodSeconds" (int32) The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
@param "orphanDependents" (bool) Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.
@param "propagationPolicy" (string) Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.

@return V1Status

func (*AppsV1ApiService) DeleteNamespacedDeployment ¶

func (a *AppsV1ApiService) DeleteNamespacedDeployment(ctx context.Context, name string, namespace string, body V1DeleteOptions, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

AppsV1ApiService delete a Deployment * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Deployment @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "gracePeriodSeconds" (int32) The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
@param "orphanDependents" (bool) Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.
@param "propagationPolicy" (string) Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.

@return V1Status

func (*AppsV1ApiService) DeleteNamespacedReplicaSet ¶

func (a *AppsV1ApiService) DeleteNamespacedReplicaSet(ctx context.Context, name string, namespace string, body V1DeleteOptions, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

AppsV1ApiService delete a ReplicaSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ReplicaSet @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "gracePeriodSeconds" (int32) The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
@param "orphanDependents" (bool) Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.
@param "propagationPolicy" (string) Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.

@return V1Status

func (*AppsV1ApiService) DeleteNamespacedStatefulSet ¶

func (a *AppsV1ApiService) DeleteNamespacedStatefulSet(ctx context.Context, name string, namespace string, body V1DeleteOptions, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

AppsV1ApiService delete a StatefulSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the StatefulSet @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "gracePeriodSeconds" (int32) The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
@param "orphanDependents" (bool) Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.
@param "propagationPolicy" (string) Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.

@return V1Status

func (*AppsV1ApiService) GetAPIResources ¶

func (a *AppsV1ApiService) GetAPIResources(ctx context.Context) (V1ApiResourceList, *http.Response, error)

AppsV1ApiService get available resources * @param ctx context.Context for authentication, logging, tracing, etc. @return V1ApiResourceList

func (*AppsV1ApiService) ListControllerRevisionForAllNamespaces ¶

func (a *AppsV1ApiService) ListControllerRevisionForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1ControllerRevisionList, *http.Response, error)

AppsV1ApiService list or watch objects of kind ControllerRevision * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "pretty" (string) If 'true', then the output is pretty printed.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1ControllerRevisionList

func (*AppsV1ApiService) ListDaemonSetForAllNamespaces ¶

func (a *AppsV1ApiService) ListDaemonSetForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1DaemonSetList, *http.Response, error)

AppsV1ApiService list or watch objects of kind DaemonSet * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "pretty" (string) If 'true', then the output is pretty printed.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1DaemonSetList

func (*AppsV1ApiService) ListDeploymentForAllNamespaces ¶

func (a *AppsV1ApiService) ListDeploymentForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1DeploymentList, *http.Response, error)

AppsV1ApiService list or watch objects of kind Deployment * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "pretty" (string) If 'true', then the output is pretty printed.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1DeploymentList

func (*AppsV1ApiService) ListNamespacedControllerRevision ¶

func (a *AppsV1ApiService) ListNamespacedControllerRevision(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1ControllerRevisionList, *http.Response, error)

AppsV1ApiService list or watch objects of kind ControllerRevision * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1ControllerRevisionList

func (*AppsV1ApiService) ListNamespacedDaemonSet ¶

func (a *AppsV1ApiService) ListNamespacedDaemonSet(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1DaemonSetList, *http.Response, error)

AppsV1ApiService list or watch objects of kind DaemonSet * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1DaemonSetList

func (*AppsV1ApiService) ListNamespacedDeployment ¶

func (a *AppsV1ApiService) ListNamespacedDeployment(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1DeploymentList, *http.Response, error)

AppsV1ApiService list or watch objects of kind Deployment * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1DeploymentList

func (*AppsV1ApiService) ListNamespacedReplicaSet ¶

func (a *AppsV1ApiService) ListNamespacedReplicaSet(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1ReplicaSetList, *http.Response, error)

AppsV1ApiService list or watch objects of kind ReplicaSet * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1ReplicaSetList

func (*AppsV1ApiService) ListNamespacedStatefulSet ¶

func (a *AppsV1ApiService) ListNamespacedStatefulSet(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1StatefulSetList, *http.Response, error)

AppsV1ApiService list or watch objects of kind StatefulSet * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1StatefulSetList

func (*AppsV1ApiService) ListReplicaSetForAllNamespaces ¶

func (a *AppsV1ApiService) ListReplicaSetForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1ReplicaSetList, *http.Response, error)

AppsV1ApiService list or watch objects of kind ReplicaSet * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "pretty" (string) If 'true', then the output is pretty printed.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1ReplicaSetList

func (*AppsV1ApiService) ListStatefulSetForAllNamespaces ¶

func (a *AppsV1ApiService) ListStatefulSetForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1StatefulSetList, *http.Response, error)

AppsV1ApiService list or watch objects of kind StatefulSet * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "pretty" (string) If 'true', then the output is pretty printed.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1StatefulSetList

func (*AppsV1ApiService) PatchNamespacedControllerRevision ¶

func (a *AppsV1ApiService) PatchNamespacedControllerRevision(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (V1ControllerRevision, *http.Response, error)

AppsV1ApiService partially update the specified ControllerRevision * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ControllerRevision @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1ControllerRevision

func (*AppsV1ApiService) PatchNamespacedDaemonSet ¶

func (a *AppsV1ApiService) PatchNamespacedDaemonSet(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (V1DaemonSet, *http.Response, error)

AppsV1ApiService partially update the specified DaemonSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the DaemonSet @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1DaemonSet

func (*AppsV1ApiService) PatchNamespacedDaemonSetStatus ¶

func (a *AppsV1ApiService) PatchNamespacedDaemonSetStatus(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (V1DaemonSet, *http.Response, error)

AppsV1ApiService partially update status of the specified DaemonSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the DaemonSet @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1DaemonSet

func (*AppsV1ApiService) PatchNamespacedDeployment ¶

func (a *AppsV1ApiService) PatchNamespacedDeployment(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (V1Deployment, *http.Response, error)

AppsV1ApiService partially update the specified Deployment * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Deployment @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1Deployment

func (*AppsV1ApiService) PatchNamespacedDeploymentScale ¶

func (a *AppsV1ApiService) PatchNamespacedDeploymentScale(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (V1Scale, *http.Response, error)

AppsV1ApiService partially update scale of the specified Deployment * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Scale @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1Scale

func (*AppsV1ApiService) PatchNamespacedDeploymentStatus ¶

func (a *AppsV1ApiService) PatchNamespacedDeploymentStatus(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (V1Deployment, *http.Response, error)

AppsV1ApiService partially update status of the specified Deployment * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Deployment @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1Deployment

func (*AppsV1ApiService) PatchNamespacedReplicaSet ¶

func (a *AppsV1ApiService) PatchNamespacedReplicaSet(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (V1ReplicaSet, *http.Response, error)

AppsV1ApiService partially update the specified ReplicaSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ReplicaSet @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1ReplicaSet

func (*AppsV1ApiService) PatchNamespacedReplicaSetScale ¶

func (a *AppsV1ApiService) PatchNamespacedReplicaSetScale(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (V1Scale, *http.Response, error)

AppsV1ApiService partially update scale of the specified ReplicaSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Scale @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1Scale

func (*AppsV1ApiService) PatchNamespacedReplicaSetStatus ¶

func (a *AppsV1ApiService) PatchNamespacedReplicaSetStatus(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (V1ReplicaSet, *http.Response, error)

AppsV1ApiService partially update status of the specified ReplicaSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ReplicaSet @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1ReplicaSet

func (*AppsV1ApiService) PatchNamespacedStatefulSet ¶

func (a *AppsV1ApiService) PatchNamespacedStatefulSet(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (V1StatefulSet, *http.Response, error)

AppsV1ApiService partially update the specified StatefulSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the StatefulSet @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1StatefulSet

func (*AppsV1ApiService) PatchNamespacedStatefulSetScale ¶

func (a *AppsV1ApiService) PatchNamespacedStatefulSetScale(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (V1Scale, *http.Response, error)

AppsV1ApiService partially update scale of the specified StatefulSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Scale @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1Scale

func (*AppsV1ApiService) PatchNamespacedStatefulSetStatus ¶

func (a *AppsV1ApiService) PatchNamespacedStatefulSetStatus(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (V1StatefulSet, *http.Response, error)

AppsV1ApiService partially update status of the specified StatefulSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the StatefulSet @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1StatefulSet

func (*AppsV1ApiService) ReadNamespacedControllerRevision ¶

func (a *AppsV1ApiService) ReadNamespacedControllerRevision(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (V1ControllerRevision, *http.Response, error)

AppsV1ApiService read the specified ControllerRevision * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ControllerRevision @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "exact" (bool) Should the export be exact.  Exact export maintains cluster-specific fields like 'Namespace'.
@param "export" (bool) Should this value be exported.  Export strips fields that a user can not specify.

@return V1ControllerRevision

func (*AppsV1ApiService) ReadNamespacedDaemonSet ¶

func (a *AppsV1ApiService) ReadNamespacedDaemonSet(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (V1DaemonSet, *http.Response, error)

AppsV1ApiService read the specified DaemonSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the DaemonSet @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "exact" (bool) Should the export be exact.  Exact export maintains cluster-specific fields like 'Namespace'.
@param "export" (bool) Should this value be exported.  Export strips fields that a user can not specify.

@return V1DaemonSet

func (*AppsV1ApiService) ReadNamespacedDaemonSetStatus ¶

func (a *AppsV1ApiService) ReadNamespacedDaemonSetStatus(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (V1DaemonSet, *http.Response, error)

AppsV1ApiService read status of the specified DaemonSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the DaemonSet @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1DaemonSet

func (*AppsV1ApiService) ReadNamespacedDeployment ¶

func (a *AppsV1ApiService) ReadNamespacedDeployment(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (V1Deployment, *http.Response, error)

AppsV1ApiService read the specified Deployment * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Deployment @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "exact" (bool) Should the export be exact.  Exact export maintains cluster-specific fields like 'Namespace'.
@param "export" (bool) Should this value be exported.  Export strips fields that a user can not specify.

@return V1Deployment

func (*AppsV1ApiService) ReadNamespacedDeploymentScale ¶

func (a *AppsV1ApiService) ReadNamespacedDeploymentScale(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (V1Scale, *http.Response, error)

AppsV1ApiService read scale of the specified Deployment * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Scale @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1Scale

func (*AppsV1ApiService) ReadNamespacedDeploymentStatus ¶

func (a *AppsV1ApiService) ReadNamespacedDeploymentStatus(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (V1Deployment, *http.Response, error)

AppsV1ApiService read status of the specified Deployment * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Deployment @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1Deployment

func (*AppsV1ApiService) ReadNamespacedReplicaSet ¶

func (a *AppsV1ApiService) ReadNamespacedReplicaSet(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (V1ReplicaSet, *http.Response, error)

AppsV1ApiService read the specified ReplicaSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ReplicaSet @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "exact" (bool) Should the export be exact.  Exact export maintains cluster-specific fields like 'Namespace'.
@param "export" (bool) Should this value be exported.  Export strips fields that a user can not specify.

@return V1ReplicaSet

func (*AppsV1ApiService) ReadNamespacedReplicaSetScale ¶

func (a *AppsV1ApiService) ReadNamespacedReplicaSetScale(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (V1Scale, *http.Response, error)

AppsV1ApiService read scale of the specified ReplicaSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Scale @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1Scale

func (*AppsV1ApiService) ReadNamespacedReplicaSetStatus ¶

func (a *AppsV1ApiService) ReadNamespacedReplicaSetStatus(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (V1ReplicaSet, *http.Response, error)

AppsV1ApiService read status of the specified ReplicaSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ReplicaSet @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1ReplicaSet

func (*AppsV1ApiService) ReadNamespacedStatefulSet ¶

func (a *AppsV1ApiService) ReadNamespacedStatefulSet(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (V1StatefulSet, *http.Response, error)

AppsV1ApiService read the specified StatefulSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the StatefulSet @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "exact" (bool) Should the export be exact.  Exact export maintains cluster-specific fields like 'Namespace'.
@param "export" (bool) Should this value be exported.  Export strips fields that a user can not specify.

@return V1StatefulSet

func (*AppsV1ApiService) ReadNamespacedStatefulSetScale ¶

func (a *AppsV1ApiService) ReadNamespacedStatefulSetScale(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (V1Scale, *http.Response, error)

AppsV1ApiService read scale of the specified StatefulSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Scale @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1Scale

func (*AppsV1ApiService) ReadNamespacedStatefulSetStatus ¶

func (a *AppsV1ApiService) ReadNamespacedStatefulSetStatus(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (V1StatefulSet, *http.Response, error)

AppsV1ApiService read status of the specified StatefulSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the StatefulSet @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1StatefulSet

func (*AppsV1ApiService) ReplaceNamespacedControllerRevision ¶

func (a *AppsV1ApiService) ReplaceNamespacedControllerRevision(ctx context.Context, name string, namespace string, body V1ControllerRevision, localVarOptionals map[string]interface{}) (V1ControllerRevision, *http.Response, error)

AppsV1ApiService replace the specified ControllerRevision * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ControllerRevision @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1ControllerRevision

func (*AppsV1ApiService) ReplaceNamespacedDaemonSet ¶

func (a *AppsV1ApiService) ReplaceNamespacedDaemonSet(ctx context.Context, name string, namespace string, body V1DaemonSet, localVarOptionals map[string]interface{}) (V1DaemonSet, *http.Response, error)

AppsV1ApiService replace the specified DaemonSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the DaemonSet @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1DaemonSet

func (*AppsV1ApiService) ReplaceNamespacedDaemonSetStatus ¶

func (a *AppsV1ApiService) ReplaceNamespacedDaemonSetStatus(ctx context.Context, name string, namespace string, body V1DaemonSet, localVarOptionals map[string]interface{}) (V1DaemonSet, *http.Response, error)

AppsV1ApiService replace status of the specified DaemonSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the DaemonSet @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1DaemonSet

func (*AppsV1ApiService) ReplaceNamespacedDeployment ¶

func (a *AppsV1ApiService) ReplaceNamespacedDeployment(ctx context.Context, name string, namespace string, body V1Deployment, localVarOptionals map[string]interface{}) (V1Deployment, *http.Response, error)

AppsV1ApiService replace the specified Deployment * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Deployment @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1Deployment

func (*AppsV1ApiService) ReplaceNamespacedDeploymentScale ¶

func (a *AppsV1ApiService) ReplaceNamespacedDeploymentScale(ctx context.Context, name string, namespace string, body V1Scale, localVarOptionals map[string]interface{}) (V1Scale, *http.Response, error)

AppsV1ApiService replace scale of the specified Deployment * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Scale @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1Scale

func (*AppsV1ApiService) ReplaceNamespacedDeploymentStatus ¶

func (a *AppsV1ApiService) ReplaceNamespacedDeploymentStatus(ctx context.Context, name string, namespace string, body V1Deployment, localVarOptionals map[string]interface{}) (V1Deployment, *http.Response, error)

AppsV1ApiService replace status of the specified Deployment * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Deployment @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1Deployment

func (*AppsV1ApiService) ReplaceNamespacedReplicaSet ¶

func (a *AppsV1ApiService) ReplaceNamespacedReplicaSet(ctx context.Context, name string, namespace string, body V1ReplicaSet, localVarOptionals map[string]interface{}) (V1ReplicaSet, *http.Response, error)

AppsV1ApiService replace the specified ReplicaSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ReplicaSet @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1ReplicaSet

func (*AppsV1ApiService) ReplaceNamespacedReplicaSetScale ¶

func (a *AppsV1ApiService) ReplaceNamespacedReplicaSetScale(ctx context.Context, name string, namespace string, body V1Scale, localVarOptionals map[string]interface{}) (V1Scale, *http.Response, error)

AppsV1ApiService replace scale of the specified ReplicaSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Scale @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1Scale

func (*AppsV1ApiService) ReplaceNamespacedReplicaSetStatus ¶

func (a *AppsV1ApiService) ReplaceNamespacedReplicaSetStatus(ctx context.Context, name string, namespace string, body V1ReplicaSet, localVarOptionals map[string]interface{}) (V1ReplicaSet, *http.Response, error)

AppsV1ApiService replace status of the specified ReplicaSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ReplicaSet @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1ReplicaSet

func (*AppsV1ApiService) ReplaceNamespacedStatefulSet ¶

func (a *AppsV1ApiService) ReplaceNamespacedStatefulSet(ctx context.Context, name string, namespace string, body V1StatefulSet, localVarOptionals map[string]interface{}) (V1StatefulSet, *http.Response, error)

AppsV1ApiService replace the specified StatefulSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the StatefulSet @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1StatefulSet

func (*AppsV1ApiService) ReplaceNamespacedStatefulSetScale ¶

func (a *AppsV1ApiService) ReplaceNamespacedStatefulSetScale(ctx context.Context, name string, namespace string, body V1Scale, localVarOptionals map[string]interface{}) (V1Scale, *http.Response, error)

AppsV1ApiService replace scale of the specified StatefulSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Scale @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1Scale

func (*AppsV1ApiService) ReplaceNamespacedStatefulSetStatus ¶

func (a *AppsV1ApiService) ReplaceNamespacedStatefulSetStatus(ctx context.Context, name string, namespace string, body V1StatefulSet, localVarOptionals map[string]interface{}) (V1StatefulSet, *http.Response, error)

AppsV1ApiService replace status of the specified StatefulSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the StatefulSet @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1StatefulSet

type AppsV1beta1ApiService ¶

type AppsV1beta1ApiService service

func (*AppsV1beta1ApiService) CreateNamespacedControllerRevision ¶

func (a *AppsV1beta1ApiService) CreateNamespacedControllerRevision(ctx context.Context, namespace string, body V1beta1ControllerRevision, localVarOptionals map[string]interface{}) (V1beta1ControllerRevision, *http.Response, error)

AppsV1beta1ApiService create a ControllerRevision * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1beta1ControllerRevision

func (*AppsV1beta1ApiService) CreateNamespacedDeployment ¶

func (a *AppsV1beta1ApiService) CreateNamespacedDeployment(ctx context.Context, namespace string, body AppsV1beta1Deployment, localVarOptionals map[string]interface{}) (AppsV1beta1Deployment, *http.Response, error)

AppsV1beta1ApiService create a Deployment * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return AppsV1beta1Deployment

func (*AppsV1beta1ApiService) CreateNamespacedDeploymentRollback ¶

func (a *AppsV1beta1ApiService) CreateNamespacedDeploymentRollback(ctx context.Context, name string, namespace string, body AppsV1beta1DeploymentRollback, localVarOptionals map[string]interface{}) (AppsV1beta1DeploymentRollback, *http.Response, error)

AppsV1beta1ApiService create rollback of a Deployment * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the DeploymentRollback @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return AppsV1beta1DeploymentRollback

func (*AppsV1beta1ApiService) CreateNamespacedStatefulSet ¶

func (a *AppsV1beta1ApiService) CreateNamespacedStatefulSet(ctx context.Context, namespace string, body V1beta1StatefulSet, localVarOptionals map[string]interface{}) (V1beta1StatefulSet, *http.Response, error)

AppsV1beta1ApiService create a StatefulSet * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1beta1StatefulSet

func (*AppsV1beta1ApiService) DeleteCollectionNamespacedControllerRevision ¶

func (a *AppsV1beta1ApiService) DeleteCollectionNamespacedControllerRevision(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

AppsV1beta1ApiService delete collection of ControllerRevision * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1Status

func (*AppsV1beta1ApiService) DeleteCollectionNamespacedDeployment ¶

func (a *AppsV1beta1ApiService) DeleteCollectionNamespacedDeployment(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

AppsV1beta1ApiService delete collection of Deployment * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1Status

func (*AppsV1beta1ApiService) DeleteCollectionNamespacedStatefulSet ¶

func (a *AppsV1beta1ApiService) DeleteCollectionNamespacedStatefulSet(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

AppsV1beta1ApiService delete collection of StatefulSet * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1Status

func (*AppsV1beta1ApiService) DeleteNamespacedControllerRevision ¶

func (a *AppsV1beta1ApiService) DeleteNamespacedControllerRevision(ctx context.Context, name string, namespace string, body V1DeleteOptions, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

AppsV1beta1ApiService delete a ControllerRevision * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ControllerRevision @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "gracePeriodSeconds" (int32) The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
@param "orphanDependents" (bool) Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.
@param "propagationPolicy" (string) Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.

@return V1Status

func (*AppsV1beta1ApiService) DeleteNamespacedDeployment ¶

func (a *AppsV1beta1ApiService) DeleteNamespacedDeployment(ctx context.Context, name string, namespace string, body V1DeleteOptions, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

AppsV1beta1ApiService delete a Deployment * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Deployment @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "gracePeriodSeconds" (int32) The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
@param "orphanDependents" (bool) Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.
@param "propagationPolicy" (string) Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.

@return V1Status

func (*AppsV1beta1ApiService) DeleteNamespacedStatefulSet ¶

func (a *AppsV1beta1ApiService) DeleteNamespacedStatefulSet(ctx context.Context, name string, namespace string, body V1DeleteOptions, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

AppsV1beta1ApiService delete a StatefulSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the StatefulSet @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "gracePeriodSeconds" (int32) The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
@param "orphanDependents" (bool) Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.
@param "propagationPolicy" (string) Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.

@return V1Status

func (*AppsV1beta1ApiService) GetAPIResources ¶

AppsV1beta1ApiService get available resources * @param ctx context.Context for authentication, logging, tracing, etc. @return V1ApiResourceList

func (*AppsV1beta1ApiService) ListControllerRevisionForAllNamespaces ¶

func (a *AppsV1beta1ApiService) ListControllerRevisionForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1beta1ControllerRevisionList, *http.Response, error)

AppsV1beta1ApiService list or watch objects of kind ControllerRevision * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "pretty" (string) If 'true', then the output is pretty printed.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1beta1ControllerRevisionList

func (*AppsV1beta1ApiService) ListDeploymentForAllNamespaces ¶

func (a *AppsV1beta1ApiService) ListDeploymentForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (AppsV1beta1DeploymentList, *http.Response, error)

AppsV1beta1ApiService list or watch objects of kind Deployment * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "pretty" (string) If 'true', then the output is pretty printed.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return AppsV1beta1DeploymentList

func (*AppsV1beta1ApiService) ListNamespacedControllerRevision ¶

func (a *AppsV1beta1ApiService) ListNamespacedControllerRevision(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1beta1ControllerRevisionList, *http.Response, error)

AppsV1beta1ApiService list or watch objects of kind ControllerRevision * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1beta1ControllerRevisionList

func (*AppsV1beta1ApiService) ListNamespacedDeployment ¶

func (a *AppsV1beta1ApiService) ListNamespacedDeployment(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (AppsV1beta1DeploymentList, *http.Response, error)

AppsV1beta1ApiService list or watch objects of kind Deployment * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return AppsV1beta1DeploymentList

func (*AppsV1beta1ApiService) ListNamespacedStatefulSet ¶

func (a *AppsV1beta1ApiService) ListNamespacedStatefulSet(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1beta1StatefulSetList, *http.Response, error)

AppsV1beta1ApiService list or watch objects of kind StatefulSet * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1beta1StatefulSetList

func (*AppsV1beta1ApiService) ListStatefulSetForAllNamespaces ¶

func (a *AppsV1beta1ApiService) ListStatefulSetForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1beta1StatefulSetList, *http.Response, error)

AppsV1beta1ApiService list or watch objects of kind StatefulSet * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "pretty" (string) If 'true', then the output is pretty printed.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1beta1StatefulSetList

func (*AppsV1beta1ApiService) PatchNamespacedControllerRevision ¶

func (a *AppsV1beta1ApiService) PatchNamespacedControllerRevision(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (V1beta1ControllerRevision, *http.Response, error)

AppsV1beta1ApiService partially update the specified ControllerRevision * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ControllerRevision @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1beta1ControllerRevision

func (*AppsV1beta1ApiService) PatchNamespacedDeployment ¶

func (a *AppsV1beta1ApiService) PatchNamespacedDeployment(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (AppsV1beta1Deployment, *http.Response, error)

AppsV1beta1ApiService partially update the specified Deployment * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Deployment @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return AppsV1beta1Deployment

func (*AppsV1beta1ApiService) PatchNamespacedDeploymentScale ¶

func (a *AppsV1beta1ApiService) PatchNamespacedDeploymentScale(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (AppsV1beta1Scale, *http.Response, error)

AppsV1beta1ApiService partially update scale of the specified Deployment * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Scale @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return AppsV1beta1Scale

func (*AppsV1beta1ApiService) PatchNamespacedDeploymentStatus ¶

func (a *AppsV1beta1ApiService) PatchNamespacedDeploymentStatus(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (AppsV1beta1Deployment, *http.Response, error)

AppsV1beta1ApiService partially update status of the specified Deployment * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Deployment @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return AppsV1beta1Deployment

func (*AppsV1beta1ApiService) PatchNamespacedStatefulSet ¶

func (a *AppsV1beta1ApiService) PatchNamespacedStatefulSet(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (V1beta1StatefulSet, *http.Response, error)

AppsV1beta1ApiService partially update the specified StatefulSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the StatefulSet @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1beta1StatefulSet

func (*AppsV1beta1ApiService) PatchNamespacedStatefulSetScale ¶

func (a *AppsV1beta1ApiService) PatchNamespacedStatefulSetScale(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (AppsV1beta1Scale, *http.Response, error)

AppsV1beta1ApiService partially update scale of the specified StatefulSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Scale @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return AppsV1beta1Scale

func (*AppsV1beta1ApiService) PatchNamespacedStatefulSetStatus ¶

func (a *AppsV1beta1ApiService) PatchNamespacedStatefulSetStatus(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (V1beta1StatefulSet, *http.Response, error)

AppsV1beta1ApiService partially update status of the specified StatefulSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the StatefulSet @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1beta1StatefulSet

func (*AppsV1beta1ApiService) ReadNamespacedControllerRevision ¶

func (a *AppsV1beta1ApiService) ReadNamespacedControllerRevision(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (V1beta1ControllerRevision, *http.Response, error)

AppsV1beta1ApiService read the specified ControllerRevision * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ControllerRevision @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "exact" (bool) Should the export be exact.  Exact export maintains cluster-specific fields like 'Namespace'.
@param "export" (bool) Should this value be exported.  Export strips fields that a user can not specify.

@return V1beta1ControllerRevision

func (*AppsV1beta1ApiService) ReadNamespacedDeployment ¶

func (a *AppsV1beta1ApiService) ReadNamespacedDeployment(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (AppsV1beta1Deployment, *http.Response, error)

AppsV1beta1ApiService read the specified Deployment * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Deployment @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "exact" (bool) Should the export be exact.  Exact export maintains cluster-specific fields like 'Namespace'.
@param "export" (bool) Should this value be exported.  Export strips fields that a user can not specify.

@return AppsV1beta1Deployment

func (*AppsV1beta1ApiService) ReadNamespacedDeploymentScale ¶

func (a *AppsV1beta1ApiService) ReadNamespacedDeploymentScale(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (AppsV1beta1Scale, *http.Response, error)

AppsV1beta1ApiService read scale of the specified Deployment * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Scale @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return AppsV1beta1Scale

func (*AppsV1beta1ApiService) ReadNamespacedDeploymentStatus ¶

func (a *AppsV1beta1ApiService) ReadNamespacedDeploymentStatus(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (AppsV1beta1Deployment, *http.Response, error)

AppsV1beta1ApiService read status of the specified Deployment * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Deployment @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return AppsV1beta1Deployment

func (*AppsV1beta1ApiService) ReadNamespacedStatefulSet ¶

func (a *AppsV1beta1ApiService) ReadNamespacedStatefulSet(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (V1beta1StatefulSet, *http.Response, error)

AppsV1beta1ApiService read the specified StatefulSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the StatefulSet @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "exact" (bool) Should the export be exact.  Exact export maintains cluster-specific fields like 'Namespace'.
@param "export" (bool) Should this value be exported.  Export strips fields that a user can not specify.

@return V1beta1StatefulSet

func (*AppsV1beta1ApiService) ReadNamespacedStatefulSetScale ¶

func (a *AppsV1beta1ApiService) ReadNamespacedStatefulSetScale(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (AppsV1beta1Scale, *http.Response, error)

AppsV1beta1ApiService read scale of the specified StatefulSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Scale @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return AppsV1beta1Scale

func (*AppsV1beta1ApiService) ReadNamespacedStatefulSetStatus ¶

func (a *AppsV1beta1ApiService) ReadNamespacedStatefulSetStatus(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (V1beta1StatefulSet, *http.Response, error)

AppsV1beta1ApiService read status of the specified StatefulSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the StatefulSet @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1beta1StatefulSet

func (*AppsV1beta1ApiService) ReplaceNamespacedControllerRevision ¶

func (a *AppsV1beta1ApiService) ReplaceNamespacedControllerRevision(ctx context.Context, name string, namespace string, body V1beta1ControllerRevision, localVarOptionals map[string]interface{}) (V1beta1ControllerRevision, *http.Response, error)

AppsV1beta1ApiService replace the specified ControllerRevision * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ControllerRevision @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1beta1ControllerRevision

func (*AppsV1beta1ApiService) ReplaceNamespacedDeployment ¶

func (a *AppsV1beta1ApiService) ReplaceNamespacedDeployment(ctx context.Context, name string, namespace string, body AppsV1beta1Deployment, localVarOptionals map[string]interface{}) (AppsV1beta1Deployment, *http.Response, error)

AppsV1beta1ApiService replace the specified Deployment * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Deployment @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return AppsV1beta1Deployment

func (*AppsV1beta1ApiService) ReplaceNamespacedDeploymentScale ¶

func (a *AppsV1beta1ApiService) ReplaceNamespacedDeploymentScale(ctx context.Context, name string, namespace string, body AppsV1beta1Scale, localVarOptionals map[string]interface{}) (AppsV1beta1Scale, *http.Response, error)

AppsV1beta1ApiService replace scale of the specified Deployment * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Scale @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return AppsV1beta1Scale

func (*AppsV1beta1ApiService) ReplaceNamespacedDeploymentStatus ¶

func (a *AppsV1beta1ApiService) ReplaceNamespacedDeploymentStatus(ctx context.Context, name string, namespace string, body AppsV1beta1Deployment, localVarOptionals map[string]interface{}) (AppsV1beta1Deployment, *http.Response, error)

AppsV1beta1ApiService replace status of the specified Deployment * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Deployment @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return AppsV1beta1Deployment

func (*AppsV1beta1ApiService) ReplaceNamespacedStatefulSet ¶

func (a *AppsV1beta1ApiService) ReplaceNamespacedStatefulSet(ctx context.Context, name string, namespace string, body V1beta1StatefulSet, localVarOptionals map[string]interface{}) (V1beta1StatefulSet, *http.Response, error)

AppsV1beta1ApiService replace the specified StatefulSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the StatefulSet @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1beta1StatefulSet

func (*AppsV1beta1ApiService) ReplaceNamespacedStatefulSetScale ¶

func (a *AppsV1beta1ApiService) ReplaceNamespacedStatefulSetScale(ctx context.Context, name string, namespace string, body AppsV1beta1Scale, localVarOptionals map[string]interface{}) (AppsV1beta1Scale, *http.Response, error)

AppsV1beta1ApiService replace scale of the specified StatefulSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Scale @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return AppsV1beta1Scale

func (*AppsV1beta1ApiService) ReplaceNamespacedStatefulSetStatus ¶

func (a *AppsV1beta1ApiService) ReplaceNamespacedStatefulSetStatus(ctx context.Context, name string, namespace string, body V1beta1StatefulSet, localVarOptionals map[string]interface{}) (V1beta1StatefulSet, *http.Response, error)

AppsV1beta1ApiService replace status of the specified StatefulSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the StatefulSet @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1beta1StatefulSet

type AppsV1beta1Deployment ¶

type AppsV1beta1Deployment struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard object metadata.
	Metadata *V1ObjectMeta `json:"metadata,omitempty"`

	// Specification of the desired behavior of the Deployment.
	Spec *AppsV1beta1DeploymentSpec `json:"spec,omitempty"`

	// Most recently observed status of the Deployment.
	Status *AppsV1beta1DeploymentStatus `json:"status,omitempty"`
}

DEPRECATED - This group version of Deployment is deprecated by apps/v1beta2/Deployment. See the release notes for more information. Deployment enables declarative updates for Pods and ReplicaSets.

type AppsV1beta1DeploymentCondition ¶

type AppsV1beta1DeploymentCondition struct {

	// Last time the condition transitioned from one status to another.
	LastTransitionTime time.Time `json:"lastTransitionTime,omitempty"`

	// The last time this condition was updated.
	LastUpdateTime time.Time `json:"lastUpdateTime,omitempty"`

	// A human readable message indicating details about the transition.
	Message string `json:"message,omitempty"`

	// The reason for the condition's last transition.
	Reason string `json:"reason,omitempty"`

	// Status of the condition, one of True, False, Unknown.
	Status string `json:"status"`

	// Type of deployment condition.
	Type_ string `json:"type"`
}

DeploymentCondition describes the state of a deployment at a certain point.

type AppsV1beta1DeploymentList ¶

type AppsV1beta1DeploymentList struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Items is the list of Deployments.
	Items []AppsV1beta1Deployment `json:"items"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard list metadata.
	Metadata *V1ListMeta `json:"metadata,omitempty"`
}

DeploymentList is a list of Deployments.

type AppsV1beta1DeploymentRollback ¶

type AppsV1beta1DeploymentRollback struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Required: This must match the Name of a deployment.
	Name string `json:"name"`

	// The config of this deployment rollback.
	RollbackTo *AppsV1beta1RollbackConfig `json:"rollbackTo"`

	// The annotations to be updated to a deployment
	UpdatedAnnotations map[string]string `json:"updatedAnnotations,omitempty"`
}

DEPRECATED. DeploymentRollback stores the information required to rollback a deployment.

type AppsV1beta1DeploymentSpec ¶

type AppsV1beta1DeploymentSpec struct {

	// Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
	MinReadySeconds int32 `json:"minReadySeconds,omitempty"`

	// Indicates that the deployment is paused.
	Paused bool `json:"paused,omitempty"`

	// The maximum time in seconds for a deployment to make progress before it is considered to be failed. The deployment controller will continue to process failed deployments and a condition with a ProgressDeadlineExceeded reason will be surfaced in the deployment status. Note that progress will not be estimated during the time a deployment is paused. Defaults to 600s.
	ProgressDeadlineSeconds int32 `json:"progressDeadlineSeconds,omitempty"`

	// Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
	Replicas int32 `json:"replicas,omitempty"`

	// The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 2.
	RevisionHistoryLimit int32 `json:"revisionHistoryLimit,omitempty"`

	// DEPRECATED. The config this deployment is rolling back to. Will be cleared after rollback is done.
	RollbackTo *AppsV1beta1RollbackConfig `json:"rollbackTo,omitempty"`

	// Label selector for pods. Existing ReplicaSets whose pods are selected by this will be the ones affected by this deployment.
	Selector *V1LabelSelector `json:"selector,omitempty"`

	// The deployment strategy to use to replace existing pods with new ones.
	Strategy *AppsV1beta1DeploymentStrategy `json:"strategy,omitempty"`

	// Template describes the pods that will be created.
	Template *V1PodTemplateSpec `json:"template"`
}

DeploymentSpec is the specification of the desired behavior of the Deployment.

type AppsV1beta1DeploymentStatus ¶

type AppsV1beta1DeploymentStatus struct {

	// Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
	AvailableReplicas int32 `json:"availableReplicas,omitempty"`

	// Count of hash collisions for the Deployment. The Deployment controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ReplicaSet.
	CollisionCount int32 `json:"collisionCount,omitempty"`

	// Represents the latest available observations of a deployment's current state.
	Conditions []AppsV1beta1DeploymentCondition `json:"conditions,omitempty"`

	// The generation observed by the deployment controller.
	ObservedGeneration int64 `json:"observedGeneration,omitempty"`

	// Total number of ready pods targeted by this deployment.
	ReadyReplicas int32 `json:"readyReplicas,omitempty"`

	// Total number of non-terminated pods targeted by this deployment (their labels match the selector).
	Replicas int32 `json:"replicas,omitempty"`

	// Total number of unavailable pods targeted by this deployment. This is the total number of pods that are still required for the deployment to have 100% available capacity. They may either be pods that are running but not yet available or pods that still have not been created.
	UnavailableReplicas int32 `json:"unavailableReplicas,omitempty"`

	// Total number of non-terminated pods targeted by this deployment that have the desired template spec.
	UpdatedReplicas int32 `json:"updatedReplicas,omitempty"`
}

DeploymentStatus is the most recently observed status of the Deployment.

type AppsV1beta1DeploymentStrategy ¶

type AppsV1beta1DeploymentStrategy struct {

	// Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate.
	RollingUpdate *AppsV1beta1RollingUpdateDeployment `json:"rollingUpdate,omitempty"`

	// Type of deployment. Can be \"Recreate\" or \"RollingUpdate\". Default is RollingUpdate.
	Type_ string `json:"type,omitempty"`
}

DeploymentStrategy describes how to replace existing pods with new ones.

type AppsV1beta1RollbackConfig ¶

type AppsV1beta1RollbackConfig struct {

	// The revision to rollback to. If set to 0, rollback to the last revision.
	Revision int64 `json:"revision,omitempty"`
}

DEPRECATED.

type AppsV1beta1RollingUpdateDeployment ¶

type AppsV1beta1RollingUpdateDeployment struct {

	// The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. Defaults to 25%. Example: when this is set to 30%, the new RC can be scaled up immediately when the rolling update starts, such that the total number of old and new pods do not exceed 130% of desired pods. Once old pods have been killed, new RC can be scaled up further, ensuring that total number of pods running at any time during the update is atmost 130% of desired pods.
	MaxSurge *interface{} `json:"maxSurge,omitempty"`

	// The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. Defaults to 25%. Example: when this is set to 30%, the old RC can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old RC can be scaled down further, followed by scaling up the new RC, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods.
	MaxUnavailable *interface{} `json:"maxUnavailable,omitempty"`
}

Spec to control the desired behavior of rolling update.

type AppsV1beta1Scale ¶

type AppsV1beta1Scale struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard object metadata; More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata.
	Metadata *V1ObjectMeta `json:"metadata,omitempty"`

	// defines the behavior of the scale. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status.
	Spec *AppsV1beta1ScaleSpec `json:"spec,omitempty"`

	// current status of the scale. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status. Read-only.
	Status *AppsV1beta1ScaleStatus `json:"status,omitempty"`
}

Scale represents a scaling request for a resource.

type AppsV1beta1ScaleSpec ¶

type AppsV1beta1ScaleSpec struct {

	// desired number of instances for the scaled object.
	Replicas int32 `json:"replicas,omitempty"`
}

ScaleSpec describes the attributes of a scale subresource

type AppsV1beta1ScaleStatus ¶

type AppsV1beta1ScaleStatus struct {

	// actual number of observed instances of the scaled object.
	Replicas int32 `json:"replicas"`

	// label query over pods that should match the replicas count. More info: http://kubernetes.io/docs/user-guide/labels#label-selectors
	Selector map[string]string `json:"selector,omitempty"`

	// label selector for pods that should match the replicas count. This is a serializated version of both map-based and more expressive set-based selectors. This is done to avoid introspection in the clients. The string will be in the same format as the query-param syntax. If the target type only supports map-based selectors, both this field and map-based selector field are populated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
	TargetSelector string `json:"targetSelector,omitempty"`
}

ScaleStatus represents the current status of a scale subresource.

type AppsV1beta2ApiService ¶

type AppsV1beta2ApiService service

func (*AppsV1beta2ApiService) CreateNamespacedControllerRevision ¶

func (a *AppsV1beta2ApiService) CreateNamespacedControllerRevision(ctx context.Context, namespace string, body V1beta2ControllerRevision, localVarOptionals map[string]interface{}) (V1beta2ControllerRevision, *http.Response, error)

AppsV1beta2ApiService create a ControllerRevision * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1beta2ControllerRevision

func (*AppsV1beta2ApiService) CreateNamespacedDaemonSet ¶

func (a *AppsV1beta2ApiService) CreateNamespacedDaemonSet(ctx context.Context, namespace string, body V1beta2DaemonSet, localVarOptionals map[string]interface{}) (V1beta2DaemonSet, *http.Response, error)

AppsV1beta2ApiService create a DaemonSet * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1beta2DaemonSet

func (*AppsV1beta2ApiService) CreateNamespacedDeployment ¶

func (a *AppsV1beta2ApiService) CreateNamespacedDeployment(ctx context.Context, namespace string, body V1beta2Deployment, localVarOptionals map[string]interface{}) (V1beta2Deployment, *http.Response, error)

AppsV1beta2ApiService create a Deployment * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1beta2Deployment

func (*AppsV1beta2ApiService) CreateNamespacedReplicaSet ¶

func (a *AppsV1beta2ApiService) CreateNamespacedReplicaSet(ctx context.Context, namespace string, body V1beta2ReplicaSet, localVarOptionals map[string]interface{}) (V1beta2ReplicaSet, *http.Response, error)

AppsV1beta2ApiService create a ReplicaSet * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1beta2ReplicaSet

func (*AppsV1beta2ApiService) CreateNamespacedStatefulSet ¶

func (a *AppsV1beta2ApiService) CreateNamespacedStatefulSet(ctx context.Context, namespace string, body V1beta2StatefulSet, localVarOptionals map[string]interface{}) (V1beta2StatefulSet, *http.Response, error)

AppsV1beta2ApiService create a StatefulSet * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1beta2StatefulSet

func (*AppsV1beta2ApiService) DeleteCollectionNamespacedControllerRevision ¶

func (a *AppsV1beta2ApiService) DeleteCollectionNamespacedControllerRevision(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

AppsV1beta2ApiService delete collection of ControllerRevision * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1Status

func (*AppsV1beta2ApiService) DeleteCollectionNamespacedDaemonSet ¶

func (a *AppsV1beta2ApiService) DeleteCollectionNamespacedDaemonSet(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

AppsV1beta2ApiService delete collection of DaemonSet * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1Status

func (*AppsV1beta2ApiService) DeleteCollectionNamespacedDeployment ¶

func (a *AppsV1beta2ApiService) DeleteCollectionNamespacedDeployment(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

AppsV1beta2ApiService delete collection of Deployment * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1Status

func (*AppsV1beta2ApiService) DeleteCollectionNamespacedReplicaSet ¶

func (a *AppsV1beta2ApiService) DeleteCollectionNamespacedReplicaSet(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

AppsV1beta2ApiService delete collection of ReplicaSet * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1Status

func (*AppsV1beta2ApiService) DeleteCollectionNamespacedStatefulSet ¶

func (a *AppsV1beta2ApiService) DeleteCollectionNamespacedStatefulSet(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

AppsV1beta2ApiService delete collection of StatefulSet * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1Status

func (*AppsV1beta2ApiService) DeleteNamespacedControllerRevision ¶

func (a *AppsV1beta2ApiService) DeleteNamespacedControllerRevision(ctx context.Context, name string, namespace string, body V1DeleteOptions, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

AppsV1beta2ApiService delete a ControllerRevision * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ControllerRevision @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "gracePeriodSeconds" (int32) The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
@param "orphanDependents" (bool) Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.
@param "propagationPolicy" (string) Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.

@return V1Status

func (*AppsV1beta2ApiService) DeleteNamespacedDaemonSet ¶

func (a *AppsV1beta2ApiService) DeleteNamespacedDaemonSet(ctx context.Context, name string, namespace string, body V1DeleteOptions, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

AppsV1beta2ApiService delete a DaemonSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the DaemonSet @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "gracePeriodSeconds" (int32) The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
@param "orphanDependents" (bool) Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.
@param "propagationPolicy" (string) Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.

@return V1Status

func (*AppsV1beta2ApiService) DeleteNamespacedDeployment ¶

func (a *AppsV1beta2ApiService) DeleteNamespacedDeployment(ctx context.Context, name string, namespace string, body V1DeleteOptions, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

AppsV1beta2ApiService delete a Deployment * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Deployment @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "gracePeriodSeconds" (int32) The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
@param "orphanDependents" (bool) Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.
@param "propagationPolicy" (string) Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.

@return V1Status

func (*AppsV1beta2ApiService) DeleteNamespacedReplicaSet ¶

func (a *AppsV1beta2ApiService) DeleteNamespacedReplicaSet(ctx context.Context, name string, namespace string, body V1DeleteOptions, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

AppsV1beta2ApiService delete a ReplicaSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ReplicaSet @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "gracePeriodSeconds" (int32) The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
@param "orphanDependents" (bool) Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.
@param "propagationPolicy" (string) Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.

@return V1Status

func (*AppsV1beta2ApiService) DeleteNamespacedStatefulSet ¶

func (a *AppsV1beta2ApiService) DeleteNamespacedStatefulSet(ctx context.Context, name string, namespace string, body V1DeleteOptions, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

AppsV1beta2ApiService delete a StatefulSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the StatefulSet @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "gracePeriodSeconds" (int32) The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
@param "orphanDependents" (bool) Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.
@param "propagationPolicy" (string) Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.

@return V1Status

func (*AppsV1beta2ApiService) GetAPIResources ¶

AppsV1beta2ApiService get available resources * @param ctx context.Context for authentication, logging, tracing, etc. @return V1ApiResourceList

func (*AppsV1beta2ApiService) ListControllerRevisionForAllNamespaces ¶

func (a *AppsV1beta2ApiService) ListControllerRevisionForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1beta2ControllerRevisionList, *http.Response, error)

AppsV1beta2ApiService list or watch objects of kind ControllerRevision * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "pretty" (string) If 'true', then the output is pretty printed.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1beta2ControllerRevisionList

func (*AppsV1beta2ApiService) ListDaemonSetForAllNamespaces ¶

func (a *AppsV1beta2ApiService) ListDaemonSetForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1beta2DaemonSetList, *http.Response, error)

AppsV1beta2ApiService list or watch objects of kind DaemonSet * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "pretty" (string) If 'true', then the output is pretty printed.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1beta2DaemonSetList

func (*AppsV1beta2ApiService) ListDeploymentForAllNamespaces ¶

func (a *AppsV1beta2ApiService) ListDeploymentForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1beta2DeploymentList, *http.Response, error)

AppsV1beta2ApiService list or watch objects of kind Deployment * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "pretty" (string) If 'true', then the output is pretty printed.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1beta2DeploymentList

func (*AppsV1beta2ApiService) ListNamespacedControllerRevision ¶

func (a *AppsV1beta2ApiService) ListNamespacedControllerRevision(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1beta2ControllerRevisionList, *http.Response, error)

AppsV1beta2ApiService list or watch objects of kind ControllerRevision * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1beta2ControllerRevisionList

func (*AppsV1beta2ApiService) ListNamespacedDaemonSet ¶

func (a *AppsV1beta2ApiService) ListNamespacedDaemonSet(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1beta2DaemonSetList, *http.Response, error)

AppsV1beta2ApiService list or watch objects of kind DaemonSet * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1beta2DaemonSetList

func (*AppsV1beta2ApiService) ListNamespacedDeployment ¶

func (a *AppsV1beta2ApiService) ListNamespacedDeployment(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1beta2DeploymentList, *http.Response, error)

AppsV1beta2ApiService list or watch objects of kind Deployment * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1beta2DeploymentList

func (*AppsV1beta2ApiService) ListNamespacedReplicaSet ¶

func (a *AppsV1beta2ApiService) ListNamespacedReplicaSet(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1beta2ReplicaSetList, *http.Response, error)

AppsV1beta2ApiService list or watch objects of kind ReplicaSet * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1beta2ReplicaSetList

func (*AppsV1beta2ApiService) ListNamespacedStatefulSet ¶

func (a *AppsV1beta2ApiService) ListNamespacedStatefulSet(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1beta2StatefulSetList, *http.Response, error)

AppsV1beta2ApiService list or watch objects of kind StatefulSet * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1beta2StatefulSetList

func (*AppsV1beta2ApiService) ListReplicaSetForAllNamespaces ¶

func (a *AppsV1beta2ApiService) ListReplicaSetForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1beta2ReplicaSetList, *http.Response, error)

AppsV1beta2ApiService list or watch objects of kind ReplicaSet * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "pretty" (string) If 'true', then the output is pretty printed.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1beta2ReplicaSetList

func (*AppsV1beta2ApiService) ListStatefulSetForAllNamespaces ¶

func (a *AppsV1beta2ApiService) ListStatefulSetForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1beta2StatefulSetList, *http.Response, error)

AppsV1beta2ApiService list or watch objects of kind StatefulSet * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "pretty" (string) If 'true', then the output is pretty printed.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1beta2StatefulSetList

func (*AppsV1beta2ApiService) PatchNamespacedControllerRevision ¶

func (a *AppsV1beta2ApiService) PatchNamespacedControllerRevision(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (V1beta2ControllerRevision, *http.Response, error)

AppsV1beta2ApiService partially update the specified ControllerRevision * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ControllerRevision @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1beta2ControllerRevision

func (*AppsV1beta2ApiService) PatchNamespacedDaemonSet ¶

func (a *AppsV1beta2ApiService) PatchNamespacedDaemonSet(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (V1beta2DaemonSet, *http.Response, error)

AppsV1beta2ApiService partially update the specified DaemonSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the DaemonSet @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1beta2DaemonSet

func (*AppsV1beta2ApiService) PatchNamespacedDaemonSetStatus ¶

func (a *AppsV1beta2ApiService) PatchNamespacedDaemonSetStatus(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (V1beta2DaemonSet, *http.Response, error)

AppsV1beta2ApiService partially update status of the specified DaemonSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the DaemonSet @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1beta2DaemonSet

func (*AppsV1beta2ApiService) PatchNamespacedDeployment ¶

func (a *AppsV1beta2ApiService) PatchNamespacedDeployment(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (V1beta2Deployment, *http.Response, error)

AppsV1beta2ApiService partially update the specified Deployment * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Deployment @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1beta2Deployment

func (*AppsV1beta2ApiService) PatchNamespacedDeploymentScale ¶

func (a *AppsV1beta2ApiService) PatchNamespacedDeploymentScale(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (V1beta2Scale, *http.Response, error)

AppsV1beta2ApiService partially update scale of the specified Deployment * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Scale @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1beta2Scale

func (*AppsV1beta2ApiService) PatchNamespacedDeploymentStatus ¶

func (a *AppsV1beta2ApiService) PatchNamespacedDeploymentStatus(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (V1beta2Deployment, *http.Response, error)

AppsV1beta2ApiService partially update status of the specified Deployment * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Deployment @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1beta2Deployment

func (*AppsV1beta2ApiService) PatchNamespacedReplicaSet ¶

func (a *AppsV1beta2ApiService) PatchNamespacedReplicaSet(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (V1beta2ReplicaSet, *http.Response, error)

AppsV1beta2ApiService partially update the specified ReplicaSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ReplicaSet @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1beta2ReplicaSet

func (*AppsV1beta2ApiService) PatchNamespacedReplicaSetScale ¶

func (a *AppsV1beta2ApiService) PatchNamespacedReplicaSetScale(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (V1beta2Scale, *http.Response, error)

AppsV1beta2ApiService partially update scale of the specified ReplicaSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Scale @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1beta2Scale

func (*AppsV1beta2ApiService) PatchNamespacedReplicaSetStatus ¶

func (a *AppsV1beta2ApiService) PatchNamespacedReplicaSetStatus(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (V1beta2ReplicaSet, *http.Response, error)

AppsV1beta2ApiService partially update status of the specified ReplicaSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ReplicaSet @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1beta2ReplicaSet

func (*AppsV1beta2ApiService) PatchNamespacedStatefulSet ¶

func (a *AppsV1beta2ApiService) PatchNamespacedStatefulSet(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (V1beta2StatefulSet, *http.Response, error)

AppsV1beta2ApiService partially update the specified StatefulSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the StatefulSet @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1beta2StatefulSet

func (*AppsV1beta2ApiService) PatchNamespacedStatefulSetScale ¶

func (a *AppsV1beta2ApiService) PatchNamespacedStatefulSetScale(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (V1beta2Scale, *http.Response, error)

AppsV1beta2ApiService partially update scale of the specified StatefulSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Scale @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1beta2Scale

func (*AppsV1beta2ApiService) PatchNamespacedStatefulSetStatus ¶

func (a *AppsV1beta2ApiService) PatchNamespacedStatefulSetStatus(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (V1beta2StatefulSet, *http.Response, error)

AppsV1beta2ApiService partially update status of the specified StatefulSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the StatefulSet @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1beta2StatefulSet

func (*AppsV1beta2ApiService) ReadNamespacedControllerRevision ¶

func (a *AppsV1beta2ApiService) ReadNamespacedControllerRevision(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (V1beta2ControllerRevision, *http.Response, error)

AppsV1beta2ApiService read the specified ControllerRevision * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ControllerRevision @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "exact" (bool) Should the export be exact.  Exact export maintains cluster-specific fields like 'Namespace'.
@param "export" (bool) Should this value be exported.  Export strips fields that a user can not specify.

@return V1beta2ControllerRevision

func (*AppsV1beta2ApiService) ReadNamespacedDaemonSet ¶

func (a *AppsV1beta2ApiService) ReadNamespacedDaemonSet(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (V1beta2DaemonSet, *http.Response, error)

AppsV1beta2ApiService read the specified DaemonSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the DaemonSet @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "exact" (bool) Should the export be exact.  Exact export maintains cluster-specific fields like 'Namespace'.
@param "export" (bool) Should this value be exported.  Export strips fields that a user can not specify.

@return V1beta2DaemonSet

func (*AppsV1beta2ApiService) ReadNamespacedDaemonSetStatus ¶

func (a *AppsV1beta2ApiService) ReadNamespacedDaemonSetStatus(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (V1beta2DaemonSet, *http.Response, error)

AppsV1beta2ApiService read status of the specified DaemonSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the DaemonSet @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1beta2DaemonSet

func (*AppsV1beta2ApiService) ReadNamespacedDeployment ¶

func (a *AppsV1beta2ApiService) ReadNamespacedDeployment(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (V1beta2Deployment, *http.Response, error)

AppsV1beta2ApiService read the specified Deployment * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Deployment @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "exact" (bool) Should the export be exact.  Exact export maintains cluster-specific fields like 'Namespace'.
@param "export" (bool) Should this value be exported.  Export strips fields that a user can not specify.

@return V1beta2Deployment

func (*AppsV1beta2ApiService) ReadNamespacedDeploymentScale ¶

func (a *AppsV1beta2ApiService) ReadNamespacedDeploymentScale(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (V1beta2Scale, *http.Response, error)

AppsV1beta2ApiService read scale of the specified Deployment * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Scale @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1beta2Scale

func (*AppsV1beta2ApiService) ReadNamespacedDeploymentStatus ¶

func (a *AppsV1beta2ApiService) ReadNamespacedDeploymentStatus(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (V1beta2Deployment, *http.Response, error)

AppsV1beta2ApiService read status of the specified Deployment * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Deployment @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1beta2Deployment

func (*AppsV1beta2ApiService) ReadNamespacedReplicaSet ¶

func (a *AppsV1beta2ApiService) ReadNamespacedReplicaSet(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (V1beta2ReplicaSet, *http.Response, error)

AppsV1beta2ApiService read the specified ReplicaSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ReplicaSet @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "exact" (bool) Should the export be exact.  Exact export maintains cluster-specific fields like 'Namespace'.
@param "export" (bool) Should this value be exported.  Export strips fields that a user can not specify.

@return V1beta2ReplicaSet

func (*AppsV1beta2ApiService) ReadNamespacedReplicaSetScale ¶

func (a *AppsV1beta2ApiService) ReadNamespacedReplicaSetScale(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (V1beta2Scale, *http.Response, error)

AppsV1beta2ApiService read scale of the specified ReplicaSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Scale @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1beta2Scale

func (*AppsV1beta2ApiService) ReadNamespacedReplicaSetStatus ¶

func (a *AppsV1beta2ApiService) ReadNamespacedReplicaSetStatus(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (V1beta2ReplicaSet, *http.Response, error)

AppsV1beta2ApiService read status of the specified ReplicaSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ReplicaSet @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1beta2ReplicaSet

func (*AppsV1beta2ApiService) ReadNamespacedStatefulSet ¶

func (a *AppsV1beta2ApiService) ReadNamespacedStatefulSet(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (V1beta2StatefulSet, *http.Response, error)

AppsV1beta2ApiService read the specified StatefulSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the StatefulSet @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "exact" (bool) Should the export be exact.  Exact export maintains cluster-specific fields like 'Namespace'.
@param "export" (bool) Should this value be exported.  Export strips fields that a user can not specify.

@return V1beta2StatefulSet

func (*AppsV1beta2ApiService) ReadNamespacedStatefulSetScale ¶

func (a *AppsV1beta2ApiService) ReadNamespacedStatefulSetScale(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (V1beta2Scale, *http.Response, error)

AppsV1beta2ApiService read scale of the specified StatefulSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Scale @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1beta2Scale

func (*AppsV1beta2ApiService) ReadNamespacedStatefulSetStatus ¶

func (a *AppsV1beta2ApiService) ReadNamespacedStatefulSetStatus(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (V1beta2StatefulSet, *http.Response, error)

AppsV1beta2ApiService read status of the specified StatefulSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the StatefulSet @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1beta2StatefulSet

func (*AppsV1beta2ApiService) ReplaceNamespacedControllerRevision ¶

func (a *AppsV1beta2ApiService) ReplaceNamespacedControllerRevision(ctx context.Context, name string, namespace string, body V1beta2ControllerRevision, localVarOptionals map[string]interface{}) (V1beta2ControllerRevision, *http.Response, error)

AppsV1beta2ApiService replace the specified ControllerRevision * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ControllerRevision @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1beta2ControllerRevision

func (*AppsV1beta2ApiService) ReplaceNamespacedDaemonSet ¶

func (a *AppsV1beta2ApiService) ReplaceNamespacedDaemonSet(ctx context.Context, name string, namespace string, body V1beta2DaemonSet, localVarOptionals map[string]interface{}) (V1beta2DaemonSet, *http.Response, error)

AppsV1beta2ApiService replace the specified DaemonSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the DaemonSet @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1beta2DaemonSet

func (*AppsV1beta2ApiService) ReplaceNamespacedDaemonSetStatus ¶

func (a *AppsV1beta2ApiService) ReplaceNamespacedDaemonSetStatus(ctx context.Context, name string, namespace string, body V1beta2DaemonSet, localVarOptionals map[string]interface{}) (V1beta2DaemonSet, *http.Response, error)

AppsV1beta2ApiService replace status of the specified DaemonSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the DaemonSet @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1beta2DaemonSet

func (*AppsV1beta2ApiService) ReplaceNamespacedDeployment ¶

func (a *AppsV1beta2ApiService) ReplaceNamespacedDeployment(ctx context.Context, name string, namespace string, body V1beta2Deployment, localVarOptionals map[string]interface{}) (V1beta2Deployment, *http.Response, error)

AppsV1beta2ApiService replace the specified Deployment * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Deployment @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1beta2Deployment

func (*AppsV1beta2ApiService) ReplaceNamespacedDeploymentScale ¶

func (a *AppsV1beta2ApiService) ReplaceNamespacedDeploymentScale(ctx context.Context, name string, namespace string, body V1beta2Scale, localVarOptionals map[string]interface{}) (V1beta2Scale, *http.Response, error)

AppsV1beta2ApiService replace scale of the specified Deployment * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Scale @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1beta2Scale

func (*AppsV1beta2ApiService) ReplaceNamespacedDeploymentStatus ¶

func (a *AppsV1beta2ApiService) ReplaceNamespacedDeploymentStatus(ctx context.Context, name string, namespace string, body V1beta2Deployment, localVarOptionals map[string]interface{}) (V1beta2Deployment, *http.Response, error)

AppsV1beta2ApiService replace status of the specified Deployment * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Deployment @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1beta2Deployment

func (*AppsV1beta2ApiService) ReplaceNamespacedReplicaSet ¶

func (a *AppsV1beta2ApiService) ReplaceNamespacedReplicaSet(ctx context.Context, name string, namespace string, body V1beta2ReplicaSet, localVarOptionals map[string]interface{}) (V1beta2ReplicaSet, *http.Response, error)

AppsV1beta2ApiService replace the specified ReplicaSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ReplicaSet @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1beta2ReplicaSet

func (*AppsV1beta2ApiService) ReplaceNamespacedReplicaSetScale ¶

func (a *AppsV1beta2ApiService) ReplaceNamespacedReplicaSetScale(ctx context.Context, name string, namespace string, body V1beta2Scale, localVarOptionals map[string]interface{}) (V1beta2Scale, *http.Response, error)

AppsV1beta2ApiService replace scale of the specified ReplicaSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Scale @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1beta2Scale

func (*AppsV1beta2ApiService) ReplaceNamespacedReplicaSetStatus ¶

func (a *AppsV1beta2ApiService) ReplaceNamespacedReplicaSetStatus(ctx context.Context, name string, namespace string, body V1beta2ReplicaSet, localVarOptionals map[string]interface{}) (V1beta2ReplicaSet, *http.Response, error)

AppsV1beta2ApiService replace status of the specified ReplicaSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ReplicaSet @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1beta2ReplicaSet

func (*AppsV1beta2ApiService) ReplaceNamespacedStatefulSet ¶

func (a *AppsV1beta2ApiService) ReplaceNamespacedStatefulSet(ctx context.Context, name string, namespace string, body V1beta2StatefulSet, localVarOptionals map[string]interface{}) (V1beta2StatefulSet, *http.Response, error)

AppsV1beta2ApiService replace the specified StatefulSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the StatefulSet @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1beta2StatefulSet

func (*AppsV1beta2ApiService) ReplaceNamespacedStatefulSetScale ¶

func (a *AppsV1beta2ApiService) ReplaceNamespacedStatefulSetScale(ctx context.Context, name string, namespace string, body V1beta2Scale, localVarOptionals map[string]interface{}) (V1beta2Scale, *http.Response, error)

AppsV1beta2ApiService replace scale of the specified StatefulSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Scale @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1beta2Scale

func (*AppsV1beta2ApiService) ReplaceNamespacedStatefulSetStatus ¶

func (a *AppsV1beta2ApiService) ReplaceNamespacedStatefulSetStatus(ctx context.Context, name string, namespace string, body V1beta2StatefulSet, localVarOptionals map[string]interface{}) (V1beta2StatefulSet, *http.Response, error)

AppsV1beta2ApiService replace status of the specified StatefulSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the StatefulSet @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1beta2StatefulSet

type AuthenticationApiService ¶

type AuthenticationApiService service

func (*AuthenticationApiService) GetAPIGroup ¶

AuthenticationApiService get information of a group * @param ctx context.Context for authentication, logging, tracing, etc. @return V1ApiGroup

type AuthenticationV1ApiService ¶

type AuthenticationV1ApiService service

func (*AuthenticationV1ApiService) CreateTokenReview ¶

func (a *AuthenticationV1ApiService) CreateTokenReview(ctx context.Context, body V1TokenReview, localVarOptionals map[string]interface{}) (V1TokenReview, *http.Response, error)

AuthenticationV1ApiService create a TokenReview * @param ctx context.Context for authentication, logging, tracing, etc. @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1TokenReview

func (*AuthenticationV1ApiService) GetAPIResources ¶

AuthenticationV1ApiService get available resources * @param ctx context.Context for authentication, logging, tracing, etc. @return V1ApiResourceList

type AuthenticationV1beta1ApiService ¶

type AuthenticationV1beta1ApiService service

func (*AuthenticationV1beta1ApiService) CreateTokenReview ¶

func (a *AuthenticationV1beta1ApiService) CreateTokenReview(ctx context.Context, body V1beta1TokenReview, localVarOptionals map[string]interface{}) (V1beta1TokenReview, *http.Response, error)

AuthenticationV1beta1ApiService create a TokenReview * @param ctx context.Context for authentication, logging, tracing, etc. @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1beta1TokenReview

func (*AuthenticationV1beta1ApiService) GetAPIResources ¶

AuthenticationV1beta1ApiService get available resources * @param ctx context.Context for authentication, logging, tracing, etc. @return V1ApiResourceList

type AuthorizationApiService ¶

type AuthorizationApiService service

func (*AuthorizationApiService) GetAPIGroup ¶

AuthorizationApiService get information of a group * @param ctx context.Context for authentication, logging, tracing, etc. @return V1ApiGroup

type AuthorizationV1ApiService ¶

type AuthorizationV1ApiService service

func (*AuthorizationV1ApiService) CreateNamespacedLocalSubjectAccessReview ¶

func (a *AuthorizationV1ApiService) CreateNamespacedLocalSubjectAccessReview(ctx context.Context, namespace string, body V1LocalSubjectAccessReview, localVarOptionals map[string]interface{}) (V1LocalSubjectAccessReview, *http.Response, error)

AuthorizationV1ApiService create a LocalSubjectAccessReview * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1LocalSubjectAccessReview

func (*AuthorizationV1ApiService) CreateSelfSubjectAccessReview ¶

func (a *AuthorizationV1ApiService) CreateSelfSubjectAccessReview(ctx context.Context, body V1SelfSubjectAccessReview, localVarOptionals map[string]interface{}) (V1SelfSubjectAccessReview, *http.Response, error)

AuthorizationV1ApiService create a SelfSubjectAccessReview * @param ctx context.Context for authentication, logging, tracing, etc. @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1SelfSubjectAccessReview

func (*AuthorizationV1ApiService) CreateSelfSubjectRulesReview ¶

func (a *AuthorizationV1ApiService) CreateSelfSubjectRulesReview(ctx context.Context, body V1SelfSubjectRulesReview, localVarOptionals map[string]interface{}) (V1SelfSubjectRulesReview, *http.Response, error)

AuthorizationV1ApiService create a SelfSubjectRulesReview * @param ctx context.Context for authentication, logging, tracing, etc. @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1SelfSubjectRulesReview

func (*AuthorizationV1ApiService) CreateSubjectAccessReview ¶

func (a *AuthorizationV1ApiService) CreateSubjectAccessReview(ctx context.Context, body V1SubjectAccessReview, localVarOptionals map[string]interface{}) (V1SubjectAccessReview, *http.Response, error)

AuthorizationV1ApiService create a SubjectAccessReview * @param ctx context.Context for authentication, logging, tracing, etc. @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1SubjectAccessReview

func (*AuthorizationV1ApiService) GetAPIResources ¶

AuthorizationV1ApiService get available resources * @param ctx context.Context for authentication, logging, tracing, etc. @return V1ApiResourceList

type AuthorizationV1beta1ApiService ¶

type AuthorizationV1beta1ApiService service

func (*AuthorizationV1beta1ApiService) CreateNamespacedLocalSubjectAccessReview ¶

func (a *AuthorizationV1beta1ApiService) CreateNamespacedLocalSubjectAccessReview(ctx context.Context, namespace string, body V1beta1LocalSubjectAccessReview, localVarOptionals map[string]interface{}) (V1beta1LocalSubjectAccessReview, *http.Response, error)

AuthorizationV1beta1ApiService create a LocalSubjectAccessReview * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1beta1LocalSubjectAccessReview

func (*AuthorizationV1beta1ApiService) CreateSelfSubjectAccessReview ¶

func (a *AuthorizationV1beta1ApiService) CreateSelfSubjectAccessReview(ctx context.Context, body V1beta1SelfSubjectAccessReview, localVarOptionals map[string]interface{}) (V1beta1SelfSubjectAccessReview, *http.Response, error)

AuthorizationV1beta1ApiService create a SelfSubjectAccessReview * @param ctx context.Context for authentication, logging, tracing, etc. @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1beta1SelfSubjectAccessReview

func (*AuthorizationV1beta1ApiService) CreateSelfSubjectRulesReview ¶

func (a *AuthorizationV1beta1ApiService) CreateSelfSubjectRulesReview(ctx context.Context, body V1beta1SelfSubjectRulesReview, localVarOptionals map[string]interface{}) (V1beta1SelfSubjectRulesReview, *http.Response, error)

AuthorizationV1beta1ApiService create a SelfSubjectRulesReview * @param ctx context.Context for authentication, logging, tracing, etc. @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1beta1SelfSubjectRulesReview

func (*AuthorizationV1beta1ApiService) CreateSubjectAccessReview ¶

func (a *AuthorizationV1beta1ApiService) CreateSubjectAccessReview(ctx context.Context, body V1beta1SubjectAccessReview, localVarOptionals map[string]interface{}) (V1beta1SubjectAccessReview, *http.Response, error)

AuthorizationV1beta1ApiService create a SubjectAccessReview * @param ctx context.Context for authentication, logging, tracing, etc. @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1beta1SubjectAccessReview

func (*AuthorizationV1beta1ApiService) GetAPIResources ¶

AuthorizationV1beta1ApiService get available resources * @param ctx context.Context for authentication, logging, tracing, etc. @return V1ApiResourceList

type AutoscalingApiService ¶

type AutoscalingApiService service

func (*AutoscalingApiService) GetAPIGroup ¶

AutoscalingApiService get information of a group * @param ctx context.Context for authentication, logging, tracing, etc. @return V1ApiGroup

type AutoscalingV1ApiService ¶

type AutoscalingV1ApiService service

func (*AutoscalingV1ApiService) CreateNamespacedHorizontalPodAutoscaler ¶

func (a *AutoscalingV1ApiService) CreateNamespacedHorizontalPodAutoscaler(ctx context.Context, namespace string, body V1HorizontalPodAutoscaler, localVarOptionals map[string]interface{}) (V1HorizontalPodAutoscaler, *http.Response, error)

AutoscalingV1ApiService create a HorizontalPodAutoscaler * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1HorizontalPodAutoscaler

func (*AutoscalingV1ApiService) DeleteCollectionNamespacedHorizontalPodAutoscaler ¶

func (a *AutoscalingV1ApiService) DeleteCollectionNamespacedHorizontalPodAutoscaler(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

AutoscalingV1ApiService delete collection of HorizontalPodAutoscaler * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1Status

func (*AutoscalingV1ApiService) DeleteNamespacedHorizontalPodAutoscaler ¶

func (a *AutoscalingV1ApiService) DeleteNamespacedHorizontalPodAutoscaler(ctx context.Context, name string, namespace string, body V1DeleteOptions, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

AutoscalingV1ApiService delete a HorizontalPodAutoscaler * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the HorizontalPodAutoscaler @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "gracePeriodSeconds" (int32) The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
@param "orphanDependents" (bool) Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.
@param "propagationPolicy" (string) Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.

@return V1Status

func (*AutoscalingV1ApiService) GetAPIResources ¶

AutoscalingV1ApiService get available resources * @param ctx context.Context for authentication, logging, tracing, etc. @return V1ApiResourceList

func (*AutoscalingV1ApiService) ListHorizontalPodAutoscalerForAllNamespaces ¶

func (a *AutoscalingV1ApiService) ListHorizontalPodAutoscalerForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1HorizontalPodAutoscalerList, *http.Response, error)

AutoscalingV1ApiService list or watch objects of kind HorizontalPodAutoscaler * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "pretty" (string) If 'true', then the output is pretty printed.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1HorizontalPodAutoscalerList

func (*AutoscalingV1ApiService) ListNamespacedHorizontalPodAutoscaler ¶

func (a *AutoscalingV1ApiService) ListNamespacedHorizontalPodAutoscaler(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1HorizontalPodAutoscalerList, *http.Response, error)

AutoscalingV1ApiService list or watch objects of kind HorizontalPodAutoscaler * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1HorizontalPodAutoscalerList

func (*AutoscalingV1ApiService) PatchNamespacedHorizontalPodAutoscaler ¶

func (a *AutoscalingV1ApiService) PatchNamespacedHorizontalPodAutoscaler(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (V1HorizontalPodAutoscaler, *http.Response, error)

AutoscalingV1ApiService partially update the specified HorizontalPodAutoscaler * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the HorizontalPodAutoscaler @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1HorizontalPodAutoscaler

func (*AutoscalingV1ApiService) PatchNamespacedHorizontalPodAutoscalerStatus ¶

func (a *AutoscalingV1ApiService) PatchNamespacedHorizontalPodAutoscalerStatus(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (V1HorizontalPodAutoscaler, *http.Response, error)

AutoscalingV1ApiService partially update status of the specified HorizontalPodAutoscaler * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the HorizontalPodAutoscaler @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1HorizontalPodAutoscaler

func (*AutoscalingV1ApiService) ReadNamespacedHorizontalPodAutoscaler ¶

func (a *AutoscalingV1ApiService) ReadNamespacedHorizontalPodAutoscaler(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (V1HorizontalPodAutoscaler, *http.Response, error)

AutoscalingV1ApiService read the specified HorizontalPodAutoscaler * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the HorizontalPodAutoscaler @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "exact" (bool) Should the export be exact.  Exact export maintains cluster-specific fields like 'Namespace'.
@param "export" (bool) Should this value be exported.  Export strips fields that a user can not specify.

@return V1HorizontalPodAutoscaler

func (*AutoscalingV1ApiService) ReadNamespacedHorizontalPodAutoscalerStatus ¶

func (a *AutoscalingV1ApiService) ReadNamespacedHorizontalPodAutoscalerStatus(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (V1HorizontalPodAutoscaler, *http.Response, error)

AutoscalingV1ApiService read status of the specified HorizontalPodAutoscaler * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the HorizontalPodAutoscaler @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1HorizontalPodAutoscaler

func (*AutoscalingV1ApiService) ReplaceNamespacedHorizontalPodAutoscaler ¶

func (a *AutoscalingV1ApiService) ReplaceNamespacedHorizontalPodAutoscaler(ctx context.Context, name string, namespace string, body V1HorizontalPodAutoscaler, localVarOptionals map[string]interface{}) (V1HorizontalPodAutoscaler, *http.Response, error)

AutoscalingV1ApiService replace the specified HorizontalPodAutoscaler * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the HorizontalPodAutoscaler @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1HorizontalPodAutoscaler

func (*AutoscalingV1ApiService) ReplaceNamespacedHorizontalPodAutoscalerStatus ¶

func (a *AutoscalingV1ApiService) ReplaceNamespacedHorizontalPodAutoscalerStatus(ctx context.Context, name string, namespace string, body V1HorizontalPodAutoscaler, localVarOptionals map[string]interface{}) (V1HorizontalPodAutoscaler, *http.Response, error)

AutoscalingV1ApiService replace status of the specified HorizontalPodAutoscaler * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the HorizontalPodAutoscaler @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1HorizontalPodAutoscaler

type AutoscalingV2beta1ApiService ¶

type AutoscalingV2beta1ApiService service

func (*AutoscalingV2beta1ApiService) CreateNamespacedHorizontalPodAutoscaler ¶

func (a *AutoscalingV2beta1ApiService) CreateNamespacedHorizontalPodAutoscaler(ctx context.Context, namespace string, body V2beta1HorizontalPodAutoscaler, localVarOptionals map[string]interface{}) (V2beta1HorizontalPodAutoscaler, *http.Response, error)

AutoscalingV2beta1ApiService create a HorizontalPodAutoscaler * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V2beta1HorizontalPodAutoscaler

func (*AutoscalingV2beta1ApiService) DeleteCollectionNamespacedHorizontalPodAutoscaler ¶

func (a *AutoscalingV2beta1ApiService) DeleteCollectionNamespacedHorizontalPodAutoscaler(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

AutoscalingV2beta1ApiService delete collection of HorizontalPodAutoscaler * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1Status

func (*AutoscalingV2beta1ApiService) DeleteNamespacedHorizontalPodAutoscaler ¶

func (a *AutoscalingV2beta1ApiService) DeleteNamespacedHorizontalPodAutoscaler(ctx context.Context, name string, namespace string, body V1DeleteOptions, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

AutoscalingV2beta1ApiService delete a HorizontalPodAutoscaler * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the HorizontalPodAutoscaler @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "gracePeriodSeconds" (int32) The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
@param "orphanDependents" (bool) Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.
@param "propagationPolicy" (string) Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.

@return V1Status

func (*AutoscalingV2beta1ApiService) GetAPIResources ¶

AutoscalingV2beta1ApiService get available resources * @param ctx context.Context for authentication, logging, tracing, etc. @return V1ApiResourceList

func (*AutoscalingV2beta1ApiService) ListHorizontalPodAutoscalerForAllNamespaces ¶

func (a *AutoscalingV2beta1ApiService) ListHorizontalPodAutoscalerForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V2beta1HorizontalPodAutoscalerList, *http.Response, error)

AutoscalingV2beta1ApiService list or watch objects of kind HorizontalPodAutoscaler * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "pretty" (string) If 'true', then the output is pretty printed.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V2beta1HorizontalPodAutoscalerList

func (*AutoscalingV2beta1ApiService) ListNamespacedHorizontalPodAutoscaler ¶

func (a *AutoscalingV2beta1ApiService) ListNamespacedHorizontalPodAutoscaler(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V2beta1HorizontalPodAutoscalerList, *http.Response, error)

AutoscalingV2beta1ApiService list or watch objects of kind HorizontalPodAutoscaler * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V2beta1HorizontalPodAutoscalerList

func (*AutoscalingV2beta1ApiService) PatchNamespacedHorizontalPodAutoscaler ¶

func (a *AutoscalingV2beta1ApiService) PatchNamespacedHorizontalPodAutoscaler(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (V2beta1HorizontalPodAutoscaler, *http.Response, error)

AutoscalingV2beta1ApiService partially update the specified HorizontalPodAutoscaler * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the HorizontalPodAutoscaler @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V2beta1HorizontalPodAutoscaler

func (*AutoscalingV2beta1ApiService) PatchNamespacedHorizontalPodAutoscalerStatus ¶

func (a *AutoscalingV2beta1ApiService) PatchNamespacedHorizontalPodAutoscalerStatus(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (V2beta1HorizontalPodAutoscaler, *http.Response, error)

AutoscalingV2beta1ApiService partially update status of the specified HorizontalPodAutoscaler * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the HorizontalPodAutoscaler @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V2beta1HorizontalPodAutoscaler

func (*AutoscalingV2beta1ApiService) ReadNamespacedHorizontalPodAutoscaler ¶

func (a *AutoscalingV2beta1ApiService) ReadNamespacedHorizontalPodAutoscaler(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (V2beta1HorizontalPodAutoscaler, *http.Response, error)

AutoscalingV2beta1ApiService read the specified HorizontalPodAutoscaler * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the HorizontalPodAutoscaler @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "exact" (bool) Should the export be exact.  Exact export maintains cluster-specific fields like 'Namespace'.
@param "export" (bool) Should this value be exported.  Export strips fields that a user can not specify.

@return V2beta1HorizontalPodAutoscaler

func (*AutoscalingV2beta1ApiService) ReadNamespacedHorizontalPodAutoscalerStatus ¶

func (a *AutoscalingV2beta1ApiService) ReadNamespacedHorizontalPodAutoscalerStatus(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (V2beta1HorizontalPodAutoscaler, *http.Response, error)

AutoscalingV2beta1ApiService read status of the specified HorizontalPodAutoscaler * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the HorizontalPodAutoscaler @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V2beta1HorizontalPodAutoscaler

func (*AutoscalingV2beta1ApiService) ReplaceNamespacedHorizontalPodAutoscaler ¶

func (a *AutoscalingV2beta1ApiService) ReplaceNamespacedHorizontalPodAutoscaler(ctx context.Context, name string, namespace string, body V2beta1HorizontalPodAutoscaler, localVarOptionals map[string]interface{}) (V2beta1HorizontalPodAutoscaler, *http.Response, error)

AutoscalingV2beta1ApiService replace the specified HorizontalPodAutoscaler * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the HorizontalPodAutoscaler @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V2beta1HorizontalPodAutoscaler

func (*AutoscalingV2beta1ApiService) ReplaceNamespacedHorizontalPodAutoscalerStatus ¶

func (a *AutoscalingV2beta1ApiService) ReplaceNamespacedHorizontalPodAutoscalerStatus(ctx context.Context, name string, namespace string, body V2beta1HorizontalPodAutoscaler, localVarOptionals map[string]interface{}) (V2beta1HorizontalPodAutoscaler, *http.Response, error)

AutoscalingV2beta1ApiService replace status of the specified HorizontalPodAutoscaler * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the HorizontalPodAutoscaler @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V2beta1HorizontalPodAutoscaler

type BasicAuth ¶

type BasicAuth struct {
	UserName string `json:"userName,omitempty"`
	Password string `json:"password,omitempty"`
}

BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth

type BatchApiService ¶

type BatchApiService service

func (*BatchApiService) GetAPIGroup ¶

func (a *BatchApiService) GetAPIGroup(ctx context.Context) (V1ApiGroup, *http.Response, error)

BatchApiService get information of a group * @param ctx context.Context for authentication, logging, tracing, etc. @return V1ApiGroup

type BatchV1ApiService ¶

type BatchV1ApiService service

func (*BatchV1ApiService) CreateNamespacedJob ¶

func (a *BatchV1ApiService) CreateNamespacedJob(ctx context.Context, namespace string, body V1Job, localVarOptionals map[string]interface{}) (V1Job, *http.Response, error)

BatchV1ApiService create a Job * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1Job

func (*BatchV1ApiService) DeleteCollectionNamespacedJob ¶

func (a *BatchV1ApiService) DeleteCollectionNamespacedJob(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

BatchV1ApiService delete collection of Job * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1Status

func (*BatchV1ApiService) DeleteNamespacedJob ¶

func (a *BatchV1ApiService) DeleteNamespacedJob(ctx context.Context, name string, namespace string, body V1DeleteOptions, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

BatchV1ApiService delete a Job * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Job @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "gracePeriodSeconds" (int32) The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
@param "orphanDependents" (bool) Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.
@param "propagationPolicy" (string) Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.

@return V1Status

func (*BatchV1ApiService) GetAPIResources ¶

func (a *BatchV1ApiService) GetAPIResources(ctx context.Context) (V1ApiResourceList, *http.Response, error)

BatchV1ApiService get available resources * @param ctx context.Context for authentication, logging, tracing, etc. @return V1ApiResourceList

func (*BatchV1ApiService) ListJobForAllNamespaces ¶

func (a *BatchV1ApiService) ListJobForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1JobList, *http.Response, error)

BatchV1ApiService list or watch objects of kind Job * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "pretty" (string) If 'true', then the output is pretty printed.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1JobList

func (*BatchV1ApiService) ListNamespacedJob ¶

func (a *BatchV1ApiService) ListNamespacedJob(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1JobList, *http.Response, error)

BatchV1ApiService list or watch objects of kind Job * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1JobList

func (*BatchV1ApiService) PatchNamespacedJob ¶

func (a *BatchV1ApiService) PatchNamespacedJob(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (V1Job, *http.Response, error)

BatchV1ApiService partially update the specified Job * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Job @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1Job

func (*BatchV1ApiService) PatchNamespacedJobStatus ¶

func (a *BatchV1ApiService) PatchNamespacedJobStatus(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (V1Job, *http.Response, error)

BatchV1ApiService partially update status of the specified Job * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Job @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1Job

func (*BatchV1ApiService) ReadNamespacedJob ¶

func (a *BatchV1ApiService) ReadNamespacedJob(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (V1Job, *http.Response, error)

BatchV1ApiService read the specified Job * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Job @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "exact" (bool) Should the export be exact.  Exact export maintains cluster-specific fields like 'Namespace'.
@param "export" (bool) Should this value be exported.  Export strips fields that a user can not specify.

@return V1Job

func (*BatchV1ApiService) ReadNamespacedJobStatus ¶

func (a *BatchV1ApiService) ReadNamespacedJobStatus(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (V1Job, *http.Response, error)

BatchV1ApiService read status of the specified Job * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Job @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1Job

func (*BatchV1ApiService) ReplaceNamespacedJob ¶

func (a *BatchV1ApiService) ReplaceNamespacedJob(ctx context.Context, name string, namespace string, body V1Job, localVarOptionals map[string]interface{}) (V1Job, *http.Response, error)

BatchV1ApiService replace the specified Job * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Job @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1Job

func (*BatchV1ApiService) ReplaceNamespacedJobStatus ¶

func (a *BatchV1ApiService) ReplaceNamespacedJobStatus(ctx context.Context, name string, namespace string, body V1Job, localVarOptionals map[string]interface{}) (V1Job, *http.Response, error)

BatchV1ApiService replace status of the specified Job * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Job @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1Job

type BatchV1beta1ApiService ¶

type BatchV1beta1ApiService service

func (*BatchV1beta1ApiService) CreateNamespacedCronJob ¶

func (a *BatchV1beta1ApiService) CreateNamespacedCronJob(ctx context.Context, namespace string, body V1beta1CronJob, localVarOptionals map[string]interface{}) (V1beta1CronJob, *http.Response, error)

BatchV1beta1ApiService create a CronJob * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1beta1CronJob

func (*BatchV1beta1ApiService) DeleteCollectionNamespacedCronJob ¶

func (a *BatchV1beta1ApiService) DeleteCollectionNamespacedCronJob(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

BatchV1beta1ApiService delete collection of CronJob * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1Status

func (*BatchV1beta1ApiService) DeleteNamespacedCronJob ¶

func (a *BatchV1beta1ApiService) DeleteNamespacedCronJob(ctx context.Context, name string, namespace string, body V1DeleteOptions, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

BatchV1beta1ApiService delete a CronJob * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the CronJob @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "gracePeriodSeconds" (int32) The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
@param "orphanDependents" (bool) Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.
@param "propagationPolicy" (string) Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.

@return V1Status

func (*BatchV1beta1ApiService) GetAPIResources ¶

BatchV1beta1ApiService get available resources * @param ctx context.Context for authentication, logging, tracing, etc. @return V1ApiResourceList

func (*BatchV1beta1ApiService) ListCronJobForAllNamespaces ¶

func (a *BatchV1beta1ApiService) ListCronJobForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1beta1CronJobList, *http.Response, error)

BatchV1beta1ApiService list or watch objects of kind CronJob * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "pretty" (string) If 'true', then the output is pretty printed.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1beta1CronJobList

func (*BatchV1beta1ApiService) ListNamespacedCronJob ¶

func (a *BatchV1beta1ApiService) ListNamespacedCronJob(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1beta1CronJobList, *http.Response, error)

BatchV1beta1ApiService list or watch objects of kind CronJob * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1beta1CronJobList

func (*BatchV1beta1ApiService) PatchNamespacedCronJob ¶

func (a *BatchV1beta1ApiService) PatchNamespacedCronJob(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (V1beta1CronJob, *http.Response, error)

BatchV1beta1ApiService partially update the specified CronJob * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the CronJob @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1beta1CronJob

func (*BatchV1beta1ApiService) PatchNamespacedCronJobStatus ¶

func (a *BatchV1beta1ApiService) PatchNamespacedCronJobStatus(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (V1beta1CronJob, *http.Response, error)

BatchV1beta1ApiService partially update status of the specified CronJob * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the CronJob @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1beta1CronJob

func (*BatchV1beta1ApiService) ReadNamespacedCronJob ¶

func (a *BatchV1beta1ApiService) ReadNamespacedCronJob(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (V1beta1CronJob, *http.Response, error)

BatchV1beta1ApiService read the specified CronJob * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the CronJob @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "exact" (bool) Should the export be exact.  Exact export maintains cluster-specific fields like 'Namespace'.
@param "export" (bool) Should this value be exported.  Export strips fields that a user can not specify.

@return V1beta1CronJob

func (*BatchV1beta1ApiService) ReadNamespacedCronJobStatus ¶

func (a *BatchV1beta1ApiService) ReadNamespacedCronJobStatus(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (V1beta1CronJob, *http.Response, error)

BatchV1beta1ApiService read status of the specified CronJob * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the CronJob @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1beta1CronJob

func (*BatchV1beta1ApiService) ReplaceNamespacedCronJob ¶

func (a *BatchV1beta1ApiService) ReplaceNamespacedCronJob(ctx context.Context, name string, namespace string, body V1beta1CronJob, localVarOptionals map[string]interface{}) (V1beta1CronJob, *http.Response, error)

BatchV1beta1ApiService replace the specified CronJob * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the CronJob @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1beta1CronJob

func (*BatchV1beta1ApiService) ReplaceNamespacedCronJobStatus ¶

func (a *BatchV1beta1ApiService) ReplaceNamespacedCronJobStatus(ctx context.Context, name string, namespace string, body V1beta1CronJob, localVarOptionals map[string]interface{}) (V1beta1CronJob, *http.Response, error)

BatchV1beta1ApiService replace status of the specified CronJob * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the CronJob @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V1beta1CronJob

type BatchV2alpha1ApiService ¶

type BatchV2alpha1ApiService service

func (*BatchV2alpha1ApiService) CreateNamespacedCronJob ¶

func (a *BatchV2alpha1ApiService) CreateNamespacedCronJob(ctx context.Context, namespace string, body V2alpha1CronJob, localVarOptionals map[string]interface{}) (V2alpha1CronJob, *http.Response, error)

BatchV2alpha1ApiService create a CronJob * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V2alpha1CronJob

func (*BatchV2alpha1ApiService) DeleteCollectionNamespacedCronJob ¶

func (a *BatchV2alpha1ApiService) DeleteCollectionNamespacedCronJob(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

BatchV2alpha1ApiService delete collection of CronJob * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1Status

func (*BatchV2alpha1ApiService) DeleteNamespacedCronJob ¶

func (a *BatchV2alpha1ApiService) DeleteNamespacedCronJob(ctx context.Context, name string, namespace string, body V1DeleteOptions, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

BatchV2alpha1ApiService delete a CronJob * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the CronJob @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "gracePeriodSeconds" (int32) The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
@param "orphanDependents" (bool) Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.
@param "propagationPolicy" (string) Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.

@return V1Status

func (*BatchV2alpha1ApiService) GetAPIResources ¶

BatchV2alpha1ApiService get available resources * @param ctx context.Context for authentication, logging, tracing, etc. @return V1ApiResourceList

func (*BatchV2alpha1ApiService) ListCronJobForAllNamespaces ¶

func (a *BatchV2alpha1ApiService) ListCronJobForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V2alpha1CronJobList, *http.Response, error)

BatchV2alpha1ApiService list or watch objects of kind CronJob * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "pretty" (string) If 'true', then the output is pretty printed.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V2alpha1CronJobList

func (*BatchV2alpha1ApiService) ListNamespacedCronJob ¶

func (a *BatchV2alpha1ApiService) ListNamespacedCronJob(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V2alpha1CronJobList, *http.Response, error)

BatchV2alpha1ApiService list or watch objects of kind CronJob * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V2alpha1CronJobList

func (*BatchV2alpha1ApiService) PatchNamespacedCronJob ¶

func (a *BatchV2alpha1ApiService) PatchNamespacedCronJob(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (V2alpha1CronJob, *http.Response, error)

BatchV2alpha1ApiService partially update the specified CronJob * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the CronJob @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V2alpha1CronJob

func (*BatchV2alpha1ApiService) PatchNamespacedCronJobStatus ¶

func (a *BatchV2alpha1ApiService) PatchNamespacedCronJobStatus(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (V2alpha1CronJob, *http.Response, error)

BatchV2alpha1ApiService partially update status of the specified CronJob * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the CronJob @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V2alpha1CronJob

func (*BatchV2alpha1ApiService) ReadNamespacedCronJob ¶

func (a *BatchV2alpha1ApiService) ReadNamespacedCronJob(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (V2alpha1CronJob, *http.Response, error)

BatchV2alpha1ApiService read the specified CronJob * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the CronJob @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.
@param "exact" (bool) Should the export be exact.  Exact export maintains cluster-specific fields like 'Namespace'.
@param "export" (bool) Should this value be exported.  Export strips fields that a user can not specify.

@return V2alpha1CronJob

func (*BatchV2alpha1ApiService) ReadNamespacedCronJobStatus ¶

func (a *BatchV2alpha1ApiService) ReadNamespacedCronJobStatus(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (V2alpha1CronJob, *http.Response, error)

BatchV2alpha1ApiService read status of the specified CronJob * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the CronJob @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V2alpha1CronJob

func (*BatchV2alpha1ApiService) ReplaceNamespacedCronJob ¶

func (a *BatchV2alpha1ApiService) ReplaceNamespacedCronJob(ctx context.Context, name string, namespace string, body V2alpha1CronJob, localVarOptionals map[string]interface{}) (V2alpha1CronJob, *http.Response, error)

BatchV2alpha1ApiService replace the specified CronJob * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the CronJob @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V2alpha1CronJob

func (*BatchV2alpha1ApiService) ReplaceNamespacedCronJobStatus ¶

func (a *BatchV2alpha1ApiService) ReplaceNamespacedCronJobStatus(ctx context.Context, name string, namespace string, body V2alpha1CronJob, localVarOptionals map[string]interface{}) (V2alpha1CronJob, *http.Response, error)

BatchV2alpha1ApiService replace status of the specified CronJob * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the CronJob @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If 'true', then the output is pretty printed.

@return V2alpha1CronJob

type Cache ¶

type Cache struct {
	Extractor func(interface{}) *V1ObjectMeta
	Lister    ObjectLister
	Watcher   ObjectWatcher
	// contains filtered or unexported fields
}

Cache is an implementation of a List/Watch cache

func (*Cache) AddEventHandler ¶

func (c *Cache) AddEventHandler(handler EventHandler)

func (*Cache) AddOrUpdate ¶

func (c *Cache) AddOrUpdate(metadata *V1ObjectMeta, obj interface{})

func (*Cache) ByNamespace ¶

func (c *Cache) ByNamespace(namespace string) []interface{}

func (*Cache) Delete ¶

func (c *Cache) Delete(metadata *V1ObjectMeta, obj interface{})

func (*Cache) List ¶

func (c *Cache) List() []interface{}

func (*Cache) ListWatch ¶

func (c *Cache) ListWatch() error

func (*Cache) ProcessResult ¶

func (c *Cache) ProcessResult(res *Result)

func (*Cache) Run ¶

func (c *Cache) Run(stop <-chan bool)

type CertificatesApiService ¶

type CertificatesApiService service

func (*CertificatesApiService) GetAPIGroup ¶

CertificatesApiService get information of a group * @param ctx context.Context for authentication, logging, tracing, etc. @return V1ApiGroup

type CertificatesV1beta1ApiService ¶

type CertificatesV1beta1ApiService service

func (*CertificatesV1beta1ApiService) CreateCertificateSigningRequest ¶

func (a *CertificatesV1beta1ApiService) CreateCertificateSigningRequest(ctx context.Context, body V1beta1CertificateSigningRequest, localVarOptionals map[string]interface{}) (V1beta1CertificateSigningRequest, *http.Response, error)

CertificatesV1beta1ApiService create a CertificateSigningRequest * @param ctx context.Context for authentication, logging, tracing, etc. @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1beta1CertificateSigningRequest

func (*CertificatesV1beta1ApiService) DeleteCertificateSigningRequest ¶

func (a *CertificatesV1beta1ApiService) DeleteCertificateSigningRequest(ctx context.Context, name string, body V1DeleteOptions, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

CertificatesV1beta1ApiService delete a CertificateSigningRequest * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the CertificateSigningRequest @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "gracePeriodSeconds" (int32) The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
@param "orphanDependents" (bool) Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \&quot;orphan\&quot; finalizer will be added to/removed from the object&#39;s finalizers list. Either this field or PropagationPolicy may be set, but not both.
@param "propagationPolicy" (string) Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: &#39;Orphan&#39; - orphan the dependents; &#39;Background&#39; - allow the garbage collector to delete the dependents in the background; &#39;Foreground&#39; - a cascading policy that deletes all dependents in the foreground.

@return V1Status

func (*CertificatesV1beta1ApiService) DeleteCollectionCertificateSigningRequest ¶

func (a *CertificatesV1beta1ApiService) DeleteCollectionCertificateSigningRequest(ctx context.Context, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

CertificatesV1beta1ApiService delete collection of CertificateSigningRequest * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1Status

func (*CertificatesV1beta1ApiService) GetAPIResources ¶

CertificatesV1beta1ApiService get available resources * @param ctx context.Context for authentication, logging, tracing, etc. @return V1ApiResourceList

func (*CertificatesV1beta1ApiService) ListCertificateSigningRequest ¶

func (a *CertificatesV1beta1ApiService) ListCertificateSigningRequest(ctx context.Context, localVarOptionals map[string]interface{}) (V1beta1CertificateSigningRequestList, *http.Response, error)

CertificatesV1beta1ApiService list or watch objects of kind CertificateSigningRequest * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1beta1CertificateSigningRequestList

func (*CertificatesV1beta1ApiService) PatchCertificateSigningRequest ¶

func (a *CertificatesV1beta1ApiService) PatchCertificateSigningRequest(ctx context.Context, name string, body interface{}, localVarOptionals map[string]interface{}) (V1beta1CertificateSigningRequest, *http.Response, error)

CertificatesV1beta1ApiService partially update the specified CertificateSigningRequest * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the CertificateSigningRequest @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1beta1CertificateSigningRequest

func (*CertificatesV1beta1ApiService) ReadCertificateSigningRequest ¶

func (a *CertificatesV1beta1ApiService) ReadCertificateSigningRequest(ctx context.Context, name string, localVarOptionals map[string]interface{}) (V1beta1CertificateSigningRequest, *http.Response, error)

CertificatesV1beta1ApiService read the specified CertificateSigningRequest * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the CertificateSigningRequest @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "exact" (bool) Should the export be exact.  Exact export maintains cluster-specific fields like &#39;Namespace&#39;.
@param "export" (bool) Should this value be exported.  Export strips fields that a user can not specify.

@return V1beta1CertificateSigningRequest

func (*CertificatesV1beta1ApiService) ReplaceCertificateSigningRequest ¶

func (a *CertificatesV1beta1ApiService) ReplaceCertificateSigningRequest(ctx context.Context, name string, body V1beta1CertificateSigningRequest, localVarOptionals map[string]interface{}) (V1beta1CertificateSigningRequest, *http.Response, error)

CertificatesV1beta1ApiService replace the specified CertificateSigningRequest * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the CertificateSigningRequest @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1beta1CertificateSigningRequest

func (*CertificatesV1beta1ApiService) ReplaceCertificateSigningRequestApproval ¶

func (a *CertificatesV1beta1ApiService) ReplaceCertificateSigningRequestApproval(ctx context.Context, name string, body V1beta1CertificateSigningRequest, localVarOptionals map[string]interface{}) (V1beta1CertificateSigningRequest, *http.Response, error)

CertificatesV1beta1ApiService replace approval of the specified CertificateSigningRequest * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the CertificateSigningRequest @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1beta1CertificateSigningRequest

func (*CertificatesV1beta1ApiService) ReplaceCertificateSigningRequestStatus ¶

func (a *CertificatesV1beta1ApiService) ReplaceCertificateSigningRequestStatus(ctx context.Context, name string, body V1beta1CertificateSigningRequest, localVarOptionals map[string]interface{}) (V1beta1CertificateSigningRequest, *http.Response, error)

CertificatesV1beta1ApiService replace status of the specified CertificateSigningRequest * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the CertificateSigningRequest @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1beta1CertificateSigningRequest

type Configuration ¶

type Configuration struct {
	BasePath      string            `json:"basePath,omitempty"`
	Host          string            `json:"host,omitempty"`
	Scheme        string            `json:"scheme,omitempty"`
	DefaultHeader map[string]string `json:"defaultHeader,omitempty"`
	UserAgent     string            `json:"userAgent,omitempty"`
	HTTPClient    *http.Client
}

func NewConfiguration ¶

func NewConfiguration() *Configuration

func (*Configuration) AddDefaultHeader ¶

func (c *Configuration) AddDefaultHeader(key string, value string)

type CoreApiService ¶

type CoreApiService service

func (*CoreApiService) GetAPIVersions ¶

func (a *CoreApiService) GetAPIVersions(ctx context.Context) (V1ApiVersions, *http.Response, error)

CoreApiService get available API versions * @param ctx context.Context for authentication, logging, tracing, etc. @return V1ApiVersions

type CoreV1ApiService ¶

type CoreV1ApiService service

func (*CoreV1ApiService) ConnectDeleteNamespacedPodProxy ¶

func (a *CoreV1ApiService) ConnectDeleteNamespacedPodProxy(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (string, *http.Response, error)

CoreV1ApiService connect DELETE requests to proxy of Pod * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Pod @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "path" (string) Path is the URL path to use for the current proxy request to pod.

@return string

func (*CoreV1ApiService) ConnectDeleteNamespacedPodProxyWithPath ¶

func (a *CoreV1ApiService) ConnectDeleteNamespacedPodProxyWithPath(ctx context.Context, name string, namespace string, path string, localVarOptionals map[string]interface{}) (string, *http.Response, error)

CoreV1ApiService connect DELETE requests to proxy of Pod * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Pod @param namespace object name and auth scope, such as for teams and projects @param path path to the resource @param optional (nil or map[string]interface{}) with one or more of:

@param "path2" (string) Path is the URL path to use for the current proxy request to pod.

@return string

func (*CoreV1ApiService) ConnectDeleteNamespacedServiceProxy ¶

func (a *CoreV1ApiService) ConnectDeleteNamespacedServiceProxy(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (string, *http.Response, error)

CoreV1ApiService connect DELETE requests to proxy of Service * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Service @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "path" (string) Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q&#x3D;user:kimchy. Path is _search?q&#x3D;user:kimchy.

@return string

func (*CoreV1ApiService) ConnectDeleteNamespacedServiceProxyWithPath ¶

func (a *CoreV1ApiService) ConnectDeleteNamespacedServiceProxyWithPath(ctx context.Context, name string, namespace string, path string, localVarOptionals map[string]interface{}) (string, *http.Response, error)

CoreV1ApiService connect DELETE requests to proxy of Service * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Service @param namespace object name and auth scope, such as for teams and projects @param path path to the resource @param optional (nil or map[string]interface{}) with one or more of:

@param "path2" (string) Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q&#x3D;user:kimchy. Path is _search?q&#x3D;user:kimchy.

@return string

func (*CoreV1ApiService) ConnectDeleteNodeProxy ¶

func (a *CoreV1ApiService) ConnectDeleteNodeProxy(ctx context.Context, name string, localVarOptionals map[string]interface{}) (string, *http.Response, error)

CoreV1ApiService connect DELETE requests to proxy of Node * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Node @param optional (nil or map[string]interface{}) with one or more of:

@param "path" (string) Path is the URL path to use for the current proxy request to node.

@return string

func (*CoreV1ApiService) ConnectDeleteNodeProxyWithPath ¶

func (a *CoreV1ApiService) ConnectDeleteNodeProxyWithPath(ctx context.Context, name string, path string, localVarOptionals map[string]interface{}) (string, *http.Response, error)

CoreV1ApiService connect DELETE requests to proxy of Node * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Node @param path path to the resource @param optional (nil or map[string]interface{}) with one or more of:

@param "path2" (string) Path is the URL path to use for the current proxy request to node.

@return string

func (*CoreV1ApiService) ConnectGetNamespacedPodAttach ¶

func (a *CoreV1ApiService) ConnectGetNamespacedPodAttach(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (string, *http.Response, error)

CoreV1ApiService connect GET requests to attach of Pod * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Pod @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "container" (string) The container in which to execute the command. Defaults to only container if there is only one container in the pod.
@param "stderr" (bool) Stderr if true indicates that stderr is to be redirected for the attach call. Defaults to true.
@param "stdin" (bool) Stdin if true, redirects the standard input stream of the pod for this call. Defaults to false.
@param "stdout" (bool) Stdout if true indicates that stdout is to be redirected for the attach call. Defaults to true.
@param "tty" (bool) TTY if true indicates that a tty will be allocated for the attach call. This is passed through the container runtime so the tty is allocated on the worker node by the container runtime. Defaults to false.

@return string

func (*CoreV1ApiService) ConnectGetNamespacedPodExec ¶

func (a *CoreV1ApiService) ConnectGetNamespacedPodExec(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (string, *http.Response, error)

CoreV1ApiService connect GET requests to exec of Pod * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Pod @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "command" (string) Command is the remote command to execute. argv array. Not executed within a shell.
@param "container" (string) Container in which to execute the command. Defaults to only container if there is only one container in the pod.
@param "stderr" (bool) Redirect the standard error stream of the pod for this call. Defaults to true.
@param "stdin" (bool) Redirect the standard input stream of the pod for this call. Defaults to false.
@param "stdout" (bool) Redirect the standard output stream of the pod for this call. Defaults to true.
@param "tty" (bool) TTY if true indicates that a tty will be allocated for the exec call. Defaults to false.

@return string

func (*CoreV1ApiService) ConnectGetNamespacedPodPortforward ¶

func (a *CoreV1ApiService) ConnectGetNamespacedPodPortforward(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (string, *http.Response, error)

CoreV1ApiService connect GET requests to portforward of Pod * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Pod @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "ports" (int32) List of ports to forward Required when using WebSockets

@return string

func (*CoreV1ApiService) ConnectGetNamespacedPodProxy ¶

func (a *CoreV1ApiService) ConnectGetNamespacedPodProxy(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (string, *http.Response, error)

CoreV1ApiService connect GET requests to proxy of Pod * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Pod @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "path" (string) Path is the URL path to use for the current proxy request to pod.

@return string

func (*CoreV1ApiService) ConnectGetNamespacedPodProxyWithPath ¶

func (a *CoreV1ApiService) ConnectGetNamespacedPodProxyWithPath(ctx context.Context, name string, namespace string, path string, localVarOptionals map[string]interface{}) (string, *http.Response, error)

CoreV1ApiService connect GET requests to proxy of Pod * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Pod @param namespace object name and auth scope, such as for teams and projects @param path path to the resource @param optional (nil or map[string]interface{}) with one or more of:

@param "path2" (string) Path is the URL path to use for the current proxy request to pod.

@return string

func (*CoreV1ApiService) ConnectGetNamespacedServiceProxy ¶

func (a *CoreV1ApiService) ConnectGetNamespacedServiceProxy(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (string, *http.Response, error)

CoreV1ApiService connect GET requests to proxy of Service * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Service @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "path" (string) Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q&#x3D;user:kimchy. Path is _search?q&#x3D;user:kimchy.

@return string

func (*CoreV1ApiService) ConnectGetNamespacedServiceProxyWithPath ¶

func (a *CoreV1ApiService) ConnectGetNamespacedServiceProxyWithPath(ctx context.Context, name string, namespace string, path string, localVarOptionals map[string]interface{}) (string, *http.Response, error)

CoreV1ApiService connect GET requests to proxy of Service * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Service @param namespace object name and auth scope, such as for teams and projects @param path path to the resource @param optional (nil or map[string]interface{}) with one or more of:

@param "path2" (string) Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q&#x3D;user:kimchy. Path is _search?q&#x3D;user:kimchy.

@return string

func (*CoreV1ApiService) ConnectGetNodeProxy ¶

func (a *CoreV1ApiService) ConnectGetNodeProxy(ctx context.Context, name string, localVarOptionals map[string]interface{}) (string, *http.Response, error)

CoreV1ApiService connect GET requests to proxy of Node * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Node @param optional (nil or map[string]interface{}) with one or more of:

@param "path" (string) Path is the URL path to use for the current proxy request to node.

@return string

func (*CoreV1ApiService) ConnectGetNodeProxyWithPath ¶

func (a *CoreV1ApiService) ConnectGetNodeProxyWithPath(ctx context.Context, name string, path string, localVarOptionals map[string]interface{}) (string, *http.Response, error)

CoreV1ApiService connect GET requests to proxy of Node * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Node @param path path to the resource @param optional (nil or map[string]interface{}) with one or more of:

@param "path2" (string) Path is the URL path to use for the current proxy request to node.

@return string

func (*CoreV1ApiService) ConnectHeadNamespacedPodProxy ¶

func (a *CoreV1ApiService) ConnectHeadNamespacedPodProxy(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (string, *http.Response, error)

CoreV1ApiService connect HEAD requests to proxy of Pod * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Pod @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "path" (string) Path is the URL path to use for the current proxy request to pod.

@return string

func (*CoreV1ApiService) ConnectHeadNamespacedPodProxyWithPath ¶

func (a *CoreV1ApiService) ConnectHeadNamespacedPodProxyWithPath(ctx context.Context, name string, namespace string, path string, localVarOptionals map[string]interface{}) (string, *http.Response, error)

CoreV1ApiService connect HEAD requests to proxy of Pod * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Pod @param namespace object name and auth scope, such as for teams and projects @param path path to the resource @param optional (nil or map[string]interface{}) with one or more of:

@param "path2" (string) Path is the URL path to use for the current proxy request to pod.

@return string

func (*CoreV1ApiService) ConnectHeadNamespacedServiceProxy ¶

func (a *CoreV1ApiService) ConnectHeadNamespacedServiceProxy(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (string, *http.Response, error)

CoreV1ApiService connect HEAD requests to proxy of Service * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Service @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "path" (string) Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q&#x3D;user:kimchy. Path is _search?q&#x3D;user:kimchy.

@return string

func (*CoreV1ApiService) ConnectHeadNamespacedServiceProxyWithPath ¶

func (a *CoreV1ApiService) ConnectHeadNamespacedServiceProxyWithPath(ctx context.Context, name string, namespace string, path string, localVarOptionals map[string]interface{}) (string, *http.Response, error)

CoreV1ApiService connect HEAD requests to proxy of Service * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Service @param namespace object name and auth scope, such as for teams and projects @param path path to the resource @param optional (nil or map[string]interface{}) with one or more of:

@param "path2" (string) Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q&#x3D;user:kimchy. Path is _search?q&#x3D;user:kimchy.

@return string

func (*CoreV1ApiService) ConnectHeadNodeProxy ¶

func (a *CoreV1ApiService) ConnectHeadNodeProxy(ctx context.Context, name string, localVarOptionals map[string]interface{}) (string, *http.Response, error)

CoreV1ApiService connect HEAD requests to proxy of Node * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Node @param optional (nil or map[string]interface{}) with one or more of:

@param "path" (string) Path is the URL path to use for the current proxy request to node.

@return string

func (*CoreV1ApiService) ConnectHeadNodeProxyWithPath ¶

func (a *CoreV1ApiService) ConnectHeadNodeProxyWithPath(ctx context.Context, name string, path string, localVarOptionals map[string]interface{}) (string, *http.Response, error)

CoreV1ApiService connect HEAD requests to proxy of Node * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Node @param path path to the resource @param optional (nil or map[string]interface{}) with one or more of:

@param "path2" (string) Path is the URL path to use for the current proxy request to node.

@return string

func (*CoreV1ApiService) ConnectOptionsNamespacedPodProxy ¶

func (a *CoreV1ApiService) ConnectOptionsNamespacedPodProxy(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (string, *http.Response, error)

CoreV1ApiService connect OPTIONS requests to proxy of Pod * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Pod @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "path" (string) Path is the URL path to use for the current proxy request to pod.

@return string

func (*CoreV1ApiService) ConnectOptionsNamespacedPodProxyWithPath ¶

func (a *CoreV1ApiService) ConnectOptionsNamespacedPodProxyWithPath(ctx context.Context, name string, namespace string, path string, localVarOptionals map[string]interface{}) (string, *http.Response, error)

CoreV1ApiService connect OPTIONS requests to proxy of Pod * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Pod @param namespace object name and auth scope, such as for teams and projects @param path path to the resource @param optional (nil or map[string]interface{}) with one or more of:

@param "path2" (string) Path is the URL path to use for the current proxy request to pod.

@return string

func (*CoreV1ApiService) ConnectOptionsNamespacedServiceProxy ¶

func (a *CoreV1ApiService) ConnectOptionsNamespacedServiceProxy(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (string, *http.Response, error)

CoreV1ApiService connect OPTIONS requests to proxy of Service * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Service @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "path" (string) Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q&#x3D;user:kimchy. Path is _search?q&#x3D;user:kimchy.

@return string

func (*CoreV1ApiService) ConnectOptionsNamespacedServiceProxyWithPath ¶

func (a *CoreV1ApiService) ConnectOptionsNamespacedServiceProxyWithPath(ctx context.Context, name string, namespace string, path string, localVarOptionals map[string]interface{}) (string, *http.Response, error)

CoreV1ApiService connect OPTIONS requests to proxy of Service * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Service @param namespace object name and auth scope, such as for teams and projects @param path path to the resource @param optional (nil or map[string]interface{}) with one or more of:

@param "path2" (string) Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q&#x3D;user:kimchy. Path is _search?q&#x3D;user:kimchy.

@return string

func (*CoreV1ApiService) ConnectOptionsNodeProxy ¶

func (a *CoreV1ApiService) ConnectOptionsNodeProxy(ctx context.Context, name string, localVarOptionals map[string]interface{}) (string, *http.Response, error)

CoreV1ApiService connect OPTIONS requests to proxy of Node * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Node @param optional (nil or map[string]interface{}) with one or more of:

@param "path" (string) Path is the URL path to use for the current proxy request to node.

@return string

func (*CoreV1ApiService) ConnectOptionsNodeProxyWithPath ¶

func (a *CoreV1ApiService) ConnectOptionsNodeProxyWithPath(ctx context.Context, name string, path string, localVarOptionals map[string]interface{}) (string, *http.Response, error)

CoreV1ApiService connect OPTIONS requests to proxy of Node * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Node @param path path to the resource @param optional (nil or map[string]interface{}) with one or more of:

@param "path2" (string) Path is the URL path to use for the current proxy request to node.

@return string

func (*CoreV1ApiService) ConnectPatchNamespacedPodProxy ¶

func (a *CoreV1ApiService) ConnectPatchNamespacedPodProxy(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (string, *http.Response, error)

CoreV1ApiService connect PATCH requests to proxy of Pod * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Pod @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "path" (string) Path is the URL path to use for the current proxy request to pod.

@return string

func (*CoreV1ApiService) ConnectPatchNamespacedPodProxyWithPath ¶

func (a *CoreV1ApiService) ConnectPatchNamespacedPodProxyWithPath(ctx context.Context, name string, namespace string, path string, localVarOptionals map[string]interface{}) (string, *http.Response, error)

CoreV1ApiService connect PATCH requests to proxy of Pod * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Pod @param namespace object name and auth scope, such as for teams and projects @param path path to the resource @param optional (nil or map[string]interface{}) with one or more of:

@param "path2" (string) Path is the URL path to use for the current proxy request to pod.

@return string

func (*CoreV1ApiService) ConnectPatchNamespacedServiceProxy ¶

func (a *CoreV1ApiService) ConnectPatchNamespacedServiceProxy(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (string, *http.Response, error)

CoreV1ApiService connect PATCH requests to proxy of Service * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Service @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "path" (string) Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q&#x3D;user:kimchy. Path is _search?q&#x3D;user:kimchy.

@return string

func (*CoreV1ApiService) ConnectPatchNamespacedServiceProxyWithPath ¶

func (a *CoreV1ApiService) ConnectPatchNamespacedServiceProxyWithPath(ctx context.Context, name string, namespace string, path string, localVarOptionals map[string]interface{}) (string, *http.Response, error)

CoreV1ApiService connect PATCH requests to proxy of Service * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Service @param namespace object name and auth scope, such as for teams and projects @param path path to the resource @param optional (nil or map[string]interface{}) with one or more of:

@param "path2" (string) Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q&#x3D;user:kimchy. Path is _search?q&#x3D;user:kimchy.

@return string

func (*CoreV1ApiService) ConnectPatchNodeProxy ¶

func (a *CoreV1ApiService) ConnectPatchNodeProxy(ctx context.Context, name string, localVarOptionals map[string]interface{}) (string, *http.Response, error)

CoreV1ApiService connect PATCH requests to proxy of Node * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Node @param optional (nil or map[string]interface{}) with one or more of:

@param "path" (string) Path is the URL path to use for the current proxy request to node.

@return string

func (*CoreV1ApiService) ConnectPatchNodeProxyWithPath ¶

func (a *CoreV1ApiService) ConnectPatchNodeProxyWithPath(ctx context.Context, name string, path string, localVarOptionals map[string]interface{}) (string, *http.Response, error)

CoreV1ApiService connect PATCH requests to proxy of Node * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Node @param path path to the resource @param optional (nil or map[string]interface{}) with one or more of:

@param "path2" (string) Path is the URL path to use for the current proxy request to node.

@return string

func (*CoreV1ApiService) ConnectPostNamespacedPodAttach ¶

func (a *CoreV1ApiService) ConnectPostNamespacedPodAttach(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (string, *http.Response, error)

CoreV1ApiService connect POST requests to attach of Pod * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Pod @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "container" (string) The container in which to execute the command. Defaults to only container if there is only one container in the pod.
@param "stderr" (bool) Stderr if true indicates that stderr is to be redirected for the attach call. Defaults to true.
@param "stdin" (bool) Stdin if true, redirects the standard input stream of the pod for this call. Defaults to false.
@param "stdout" (bool) Stdout if true indicates that stdout is to be redirected for the attach call. Defaults to true.
@param "tty" (bool) TTY if true indicates that a tty will be allocated for the attach call. This is passed through the container runtime so the tty is allocated on the worker node by the container runtime. Defaults to false.

@return string

func (*CoreV1ApiService) ConnectPostNamespacedPodExec ¶

func (a *CoreV1ApiService) ConnectPostNamespacedPodExec(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (string, *http.Response, error)

CoreV1ApiService connect POST requests to exec of Pod * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Pod @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "command" (string) Command is the remote command to execute. argv array. Not executed within a shell.
@param "container" (string) Container in which to execute the command. Defaults to only container if there is only one container in the pod.
@param "stderr" (bool) Redirect the standard error stream of the pod for this call. Defaults to true.
@param "stdin" (bool) Redirect the standard input stream of the pod for this call. Defaults to false.
@param "stdout" (bool) Redirect the standard output stream of the pod for this call. Defaults to true.
@param "tty" (bool) TTY if true indicates that a tty will be allocated for the exec call. Defaults to false.

@return string

func (*CoreV1ApiService) ConnectPostNamespacedPodPortforward ¶

func (a *CoreV1ApiService) ConnectPostNamespacedPodPortforward(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (string, *http.Response, error)

CoreV1ApiService connect POST requests to portforward of Pod * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Pod @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "ports" (int32) List of ports to forward Required when using WebSockets

@return string

func (*CoreV1ApiService) ConnectPostNamespacedPodProxy ¶

func (a *CoreV1ApiService) ConnectPostNamespacedPodProxy(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (string, *http.Response, error)

CoreV1ApiService connect POST requests to proxy of Pod * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Pod @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "path" (string) Path is the URL path to use for the current proxy request to pod.

@return string

func (*CoreV1ApiService) ConnectPostNamespacedPodProxyWithPath ¶

func (a *CoreV1ApiService) ConnectPostNamespacedPodProxyWithPath(ctx context.Context, name string, namespace string, path string, localVarOptionals map[string]interface{}) (string, *http.Response, error)

CoreV1ApiService connect POST requests to proxy of Pod * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Pod @param namespace object name and auth scope, such as for teams and projects @param path path to the resource @param optional (nil or map[string]interface{}) with one or more of:

@param "path2" (string) Path is the URL path to use for the current proxy request to pod.

@return string

func (*CoreV1ApiService) ConnectPostNamespacedServiceProxy ¶

func (a *CoreV1ApiService) ConnectPostNamespacedServiceProxy(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (string, *http.Response, error)

CoreV1ApiService connect POST requests to proxy of Service * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Service @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "path" (string) Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q&#x3D;user:kimchy. Path is _search?q&#x3D;user:kimchy.

@return string

func (*CoreV1ApiService) ConnectPostNamespacedServiceProxyWithPath ¶

func (a *CoreV1ApiService) ConnectPostNamespacedServiceProxyWithPath(ctx context.Context, name string, namespace string, path string, localVarOptionals map[string]interface{}) (string, *http.Response, error)

CoreV1ApiService connect POST requests to proxy of Service * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Service @param namespace object name and auth scope, such as for teams and projects @param path path to the resource @param optional (nil or map[string]interface{}) with one or more of:

@param "path2" (string) Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q&#x3D;user:kimchy. Path is _search?q&#x3D;user:kimchy.

@return string

func (*CoreV1ApiService) ConnectPostNodeProxy ¶

func (a *CoreV1ApiService) ConnectPostNodeProxy(ctx context.Context, name string, localVarOptionals map[string]interface{}) (string, *http.Response, error)

CoreV1ApiService connect POST requests to proxy of Node * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Node @param optional (nil or map[string]interface{}) with one or more of:

@param "path" (string) Path is the URL path to use for the current proxy request to node.

@return string

func (*CoreV1ApiService) ConnectPostNodeProxyWithPath ¶

func (a *CoreV1ApiService) ConnectPostNodeProxyWithPath(ctx context.Context, name string, path string, localVarOptionals map[string]interface{}) (string, *http.Response, error)

CoreV1ApiService connect POST requests to proxy of Node * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Node @param path path to the resource @param optional (nil or map[string]interface{}) with one or more of:

@param "path2" (string) Path is the URL path to use for the current proxy request to node.

@return string

func (*CoreV1ApiService) ConnectPutNamespacedPodProxy ¶

func (a *CoreV1ApiService) ConnectPutNamespacedPodProxy(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (string, *http.Response, error)

CoreV1ApiService connect PUT requests to proxy of Pod * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Pod @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "path" (string) Path is the URL path to use for the current proxy request to pod.

@return string

func (*CoreV1ApiService) ConnectPutNamespacedPodProxyWithPath ¶

func (a *CoreV1ApiService) ConnectPutNamespacedPodProxyWithPath(ctx context.Context, name string, namespace string, path string, localVarOptionals map[string]interface{}) (string, *http.Response, error)

CoreV1ApiService connect PUT requests to proxy of Pod * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Pod @param namespace object name and auth scope, such as for teams and projects @param path path to the resource @param optional (nil or map[string]interface{}) with one or more of:

@param "path2" (string) Path is the URL path to use for the current proxy request to pod.

@return string

func (*CoreV1ApiService) ConnectPutNamespacedServiceProxy ¶

func (a *CoreV1ApiService) ConnectPutNamespacedServiceProxy(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (string, *http.Response, error)

CoreV1ApiService connect PUT requests to proxy of Service * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Service @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "path" (string) Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q&#x3D;user:kimchy. Path is _search?q&#x3D;user:kimchy.

@return string

func (*CoreV1ApiService) ConnectPutNamespacedServiceProxyWithPath ¶

func (a *CoreV1ApiService) ConnectPutNamespacedServiceProxyWithPath(ctx context.Context, name string, namespace string, path string, localVarOptionals map[string]interface{}) (string, *http.Response, error)

CoreV1ApiService connect PUT requests to proxy of Service * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Service @param namespace object name and auth scope, such as for teams and projects @param path path to the resource @param optional (nil or map[string]interface{}) with one or more of:

@param "path2" (string) Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q&#x3D;user:kimchy. Path is _search?q&#x3D;user:kimchy.

@return string

func (*CoreV1ApiService) ConnectPutNodeProxy ¶

func (a *CoreV1ApiService) ConnectPutNodeProxy(ctx context.Context, name string, localVarOptionals map[string]interface{}) (string, *http.Response, error)

CoreV1ApiService connect PUT requests to proxy of Node * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Node @param optional (nil or map[string]interface{}) with one or more of:

@param "path" (string) Path is the URL path to use for the current proxy request to node.

@return string

func (*CoreV1ApiService) ConnectPutNodeProxyWithPath ¶

func (a *CoreV1ApiService) ConnectPutNodeProxyWithPath(ctx context.Context, name string, path string, localVarOptionals map[string]interface{}) (string, *http.Response, error)

CoreV1ApiService connect PUT requests to proxy of Node * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Node @param path path to the resource @param optional (nil or map[string]interface{}) with one or more of:

@param "path2" (string) Path is the URL path to use for the current proxy request to node.

@return string

func (*CoreV1ApiService) CreateNamespace ¶

func (a *CoreV1ApiService) CreateNamespace(ctx context.Context, body V1Namespace, localVarOptionals map[string]interface{}) (V1Namespace, *http.Response, error)

CoreV1ApiService create a Namespace * @param ctx context.Context for authentication, logging, tracing, etc. @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1Namespace

func (*CoreV1ApiService) CreateNamespacedBinding ¶

func (a *CoreV1ApiService) CreateNamespacedBinding(ctx context.Context, namespace string, body V1Binding, localVarOptionals map[string]interface{}) (V1Binding, *http.Response, error)

CoreV1ApiService create a Binding * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1Binding

func (*CoreV1ApiService) CreateNamespacedConfigMap ¶

func (a *CoreV1ApiService) CreateNamespacedConfigMap(ctx context.Context, namespace string, body V1ConfigMap, localVarOptionals map[string]interface{}) (V1ConfigMap, *http.Response, error)

CoreV1ApiService create a ConfigMap * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1ConfigMap

func (*CoreV1ApiService) CreateNamespacedEndpoints ¶

func (a *CoreV1ApiService) CreateNamespacedEndpoints(ctx context.Context, namespace string, body V1Endpoints, localVarOptionals map[string]interface{}) (V1Endpoints, *http.Response, error)

CoreV1ApiService create Endpoints * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1Endpoints

func (*CoreV1ApiService) CreateNamespacedEvent ¶

func (a *CoreV1ApiService) CreateNamespacedEvent(ctx context.Context, namespace string, body V1Event, localVarOptionals map[string]interface{}) (V1Event, *http.Response, error)

CoreV1ApiService create an Event * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1Event

func (*CoreV1ApiService) CreateNamespacedLimitRange ¶

func (a *CoreV1ApiService) CreateNamespacedLimitRange(ctx context.Context, namespace string, body V1LimitRange, localVarOptionals map[string]interface{}) (V1LimitRange, *http.Response, error)

CoreV1ApiService create a LimitRange * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1LimitRange

func (*CoreV1ApiService) CreateNamespacedPersistentVolumeClaim ¶

func (a *CoreV1ApiService) CreateNamespacedPersistentVolumeClaim(ctx context.Context, namespace string, body V1PersistentVolumeClaim, localVarOptionals map[string]interface{}) (V1PersistentVolumeClaim, *http.Response, error)

CoreV1ApiService create a PersistentVolumeClaim * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1PersistentVolumeClaim

func (*CoreV1ApiService) CreateNamespacedPod ¶

func (a *CoreV1ApiService) CreateNamespacedPod(ctx context.Context, namespace string, body V1Pod, localVarOptionals map[string]interface{}) (V1Pod, *http.Response, error)

CoreV1ApiService create a Pod * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1Pod

func (*CoreV1ApiService) CreateNamespacedPodBinding ¶

func (a *CoreV1ApiService) CreateNamespacedPodBinding(ctx context.Context, name string, namespace string, body V1Binding, localVarOptionals map[string]interface{}) (V1Binding, *http.Response, error)

CoreV1ApiService create binding of a Pod * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Binding @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1Binding

func (*CoreV1ApiService) CreateNamespacedPodEviction ¶

func (a *CoreV1ApiService) CreateNamespacedPodEviction(ctx context.Context, name string, namespace string, body V1beta1Eviction, localVarOptionals map[string]interface{}) (V1beta1Eviction, *http.Response, error)

CoreV1ApiService create eviction of a Pod * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Eviction @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1beta1Eviction

func (*CoreV1ApiService) CreateNamespacedPodTemplate ¶

func (a *CoreV1ApiService) CreateNamespacedPodTemplate(ctx context.Context, namespace string, body V1PodTemplate, localVarOptionals map[string]interface{}) (V1PodTemplate, *http.Response, error)

CoreV1ApiService create a PodTemplate * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1PodTemplate

func (*CoreV1ApiService) CreateNamespacedReplicationController ¶

func (a *CoreV1ApiService) CreateNamespacedReplicationController(ctx context.Context, namespace string, body V1ReplicationController, localVarOptionals map[string]interface{}) (V1ReplicationController, *http.Response, error)

CoreV1ApiService create a ReplicationController * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1ReplicationController

func (*CoreV1ApiService) CreateNamespacedResourceQuota ¶

func (a *CoreV1ApiService) CreateNamespacedResourceQuota(ctx context.Context, namespace string, body V1ResourceQuota, localVarOptionals map[string]interface{}) (V1ResourceQuota, *http.Response, error)

CoreV1ApiService create a ResourceQuota * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1ResourceQuota

func (*CoreV1ApiService) CreateNamespacedSecret ¶

func (a *CoreV1ApiService) CreateNamespacedSecret(ctx context.Context, namespace string, body V1Secret, localVarOptionals map[string]interface{}) (V1Secret, *http.Response, error)

CoreV1ApiService create a Secret * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1Secret

func (*CoreV1ApiService) CreateNamespacedService ¶

func (a *CoreV1ApiService) CreateNamespacedService(ctx context.Context, namespace string, body V1Service, localVarOptionals map[string]interface{}) (V1Service, *http.Response, error)

CoreV1ApiService create a Service * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1Service

func (*CoreV1ApiService) CreateNamespacedServiceAccount ¶

func (a *CoreV1ApiService) CreateNamespacedServiceAccount(ctx context.Context, namespace string, body V1ServiceAccount, localVarOptionals map[string]interface{}) (V1ServiceAccount, *http.Response, error)

CoreV1ApiService create a ServiceAccount * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1ServiceAccount

func (*CoreV1ApiService) CreateNode ¶

func (a *CoreV1ApiService) CreateNode(ctx context.Context, body V1Node, localVarOptionals map[string]interface{}) (V1Node, *http.Response, error)

CoreV1ApiService create a Node * @param ctx context.Context for authentication, logging, tracing, etc. @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1Node

func (*CoreV1ApiService) CreatePersistentVolume ¶

func (a *CoreV1ApiService) CreatePersistentVolume(ctx context.Context, body V1PersistentVolume, localVarOptionals map[string]interface{}) (V1PersistentVolume, *http.Response, error)

CoreV1ApiService create a PersistentVolume * @param ctx context.Context for authentication, logging, tracing, etc. @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1PersistentVolume

func (*CoreV1ApiService) DeleteCollectionNamespacedConfigMap ¶

func (a *CoreV1ApiService) DeleteCollectionNamespacedConfigMap(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

CoreV1ApiService delete collection of ConfigMap * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1Status

func (*CoreV1ApiService) DeleteCollectionNamespacedEndpoints ¶

func (a *CoreV1ApiService) DeleteCollectionNamespacedEndpoints(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

CoreV1ApiService delete collection of Endpoints * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1Status

func (*CoreV1ApiService) DeleteCollectionNamespacedEvent ¶

func (a *CoreV1ApiService) DeleteCollectionNamespacedEvent(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

CoreV1ApiService delete collection of Event * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1Status

func (*CoreV1ApiService) DeleteCollectionNamespacedLimitRange ¶

func (a *CoreV1ApiService) DeleteCollectionNamespacedLimitRange(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

CoreV1ApiService delete collection of LimitRange * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1Status

func (*CoreV1ApiService) DeleteCollectionNamespacedPersistentVolumeClaim ¶

func (a *CoreV1ApiService) DeleteCollectionNamespacedPersistentVolumeClaim(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

CoreV1ApiService delete collection of PersistentVolumeClaim * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1Status

func (*CoreV1ApiService) DeleteCollectionNamespacedPod ¶

func (a *CoreV1ApiService) DeleteCollectionNamespacedPod(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

CoreV1ApiService delete collection of Pod * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1Status

func (*CoreV1ApiService) DeleteCollectionNamespacedPodTemplate ¶

func (a *CoreV1ApiService) DeleteCollectionNamespacedPodTemplate(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

CoreV1ApiService delete collection of PodTemplate * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1Status

func (*CoreV1ApiService) DeleteCollectionNamespacedReplicationController ¶

func (a *CoreV1ApiService) DeleteCollectionNamespacedReplicationController(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

CoreV1ApiService delete collection of ReplicationController * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1Status

func (*CoreV1ApiService) DeleteCollectionNamespacedResourceQuota ¶

func (a *CoreV1ApiService) DeleteCollectionNamespacedResourceQuota(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

CoreV1ApiService delete collection of ResourceQuota * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1Status

func (*CoreV1ApiService) DeleteCollectionNamespacedSecret ¶

func (a *CoreV1ApiService) DeleteCollectionNamespacedSecret(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

CoreV1ApiService delete collection of Secret * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1Status

func (*CoreV1ApiService) DeleteCollectionNamespacedServiceAccount ¶

func (a *CoreV1ApiService) DeleteCollectionNamespacedServiceAccount(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

CoreV1ApiService delete collection of ServiceAccount * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1Status

func (*CoreV1ApiService) DeleteCollectionNode ¶

func (a *CoreV1ApiService) DeleteCollectionNode(ctx context.Context, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

CoreV1ApiService delete collection of Node * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1Status

func (*CoreV1ApiService) DeleteCollectionPersistentVolume ¶

func (a *CoreV1ApiService) DeleteCollectionPersistentVolume(ctx context.Context, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

CoreV1ApiService delete collection of PersistentVolume * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1Status

func (*CoreV1ApiService) DeleteNamespace ¶

func (a *CoreV1ApiService) DeleteNamespace(ctx context.Context, name string, body V1DeleteOptions, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

CoreV1ApiService delete a Namespace * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Namespace @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "gracePeriodSeconds" (int32) The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
@param "orphanDependents" (bool) Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \&quot;orphan\&quot; finalizer will be added to/removed from the object&#39;s finalizers list. Either this field or PropagationPolicy may be set, but not both.
@param "propagationPolicy" (string) Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: &#39;Orphan&#39; - orphan the dependents; &#39;Background&#39; - allow the garbage collector to delete the dependents in the background; &#39;Foreground&#39; - a cascading policy that deletes all dependents in the foreground.

@return V1Status

func (*CoreV1ApiService) DeleteNamespacedConfigMap ¶

func (a *CoreV1ApiService) DeleteNamespacedConfigMap(ctx context.Context, name string, namespace string, body V1DeleteOptions, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

CoreV1ApiService delete a ConfigMap * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ConfigMap @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "gracePeriodSeconds" (int32) The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
@param "orphanDependents" (bool) Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \&quot;orphan\&quot; finalizer will be added to/removed from the object&#39;s finalizers list. Either this field or PropagationPolicy may be set, but not both.
@param "propagationPolicy" (string) Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: &#39;Orphan&#39; - orphan the dependents; &#39;Background&#39; - allow the garbage collector to delete the dependents in the background; &#39;Foreground&#39; - a cascading policy that deletes all dependents in the foreground.

@return V1Status

func (*CoreV1ApiService) DeleteNamespacedEndpoints ¶

func (a *CoreV1ApiService) DeleteNamespacedEndpoints(ctx context.Context, name string, namespace string, body V1DeleteOptions, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

CoreV1ApiService delete Endpoints * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Endpoints @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "gracePeriodSeconds" (int32) The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
@param "orphanDependents" (bool) Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \&quot;orphan\&quot; finalizer will be added to/removed from the object&#39;s finalizers list. Either this field or PropagationPolicy may be set, but not both.
@param "propagationPolicy" (string) Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: &#39;Orphan&#39; - orphan the dependents; &#39;Background&#39; - allow the garbage collector to delete the dependents in the background; &#39;Foreground&#39; - a cascading policy that deletes all dependents in the foreground.

@return V1Status

func (*CoreV1ApiService) DeleteNamespacedEvent ¶

func (a *CoreV1ApiService) DeleteNamespacedEvent(ctx context.Context, name string, namespace string, body V1DeleteOptions, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

CoreV1ApiService delete an Event * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Event @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "gracePeriodSeconds" (int32) The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
@param "orphanDependents" (bool) Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \&quot;orphan\&quot; finalizer will be added to/removed from the object&#39;s finalizers list. Either this field or PropagationPolicy may be set, but not both.
@param "propagationPolicy" (string) Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: &#39;Orphan&#39; - orphan the dependents; &#39;Background&#39; - allow the garbage collector to delete the dependents in the background; &#39;Foreground&#39; - a cascading policy that deletes all dependents in the foreground.

@return V1Status

func (*CoreV1ApiService) DeleteNamespacedLimitRange ¶

func (a *CoreV1ApiService) DeleteNamespacedLimitRange(ctx context.Context, name string, namespace string, body V1DeleteOptions, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

CoreV1ApiService delete a LimitRange * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the LimitRange @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "gracePeriodSeconds" (int32) The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
@param "orphanDependents" (bool) Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \&quot;orphan\&quot; finalizer will be added to/removed from the object&#39;s finalizers list. Either this field or PropagationPolicy may be set, but not both.
@param "propagationPolicy" (string) Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: &#39;Orphan&#39; - orphan the dependents; &#39;Background&#39; - allow the garbage collector to delete the dependents in the background; &#39;Foreground&#39; - a cascading policy that deletes all dependents in the foreground.

@return V1Status

func (*CoreV1ApiService) DeleteNamespacedPersistentVolumeClaim ¶

func (a *CoreV1ApiService) DeleteNamespacedPersistentVolumeClaim(ctx context.Context, name string, namespace string, body V1DeleteOptions, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

CoreV1ApiService delete a PersistentVolumeClaim * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the PersistentVolumeClaim @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "gracePeriodSeconds" (int32) The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
@param "orphanDependents" (bool) Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \&quot;orphan\&quot; finalizer will be added to/removed from the object&#39;s finalizers list. Either this field or PropagationPolicy may be set, but not both.
@param "propagationPolicy" (string) Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: &#39;Orphan&#39; - orphan the dependents; &#39;Background&#39; - allow the garbage collector to delete the dependents in the background; &#39;Foreground&#39; - a cascading policy that deletes all dependents in the foreground.

@return V1Status

func (*CoreV1ApiService) DeleteNamespacedPod ¶

func (a *CoreV1ApiService) DeleteNamespacedPod(ctx context.Context, name string, namespace string, body V1DeleteOptions, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

CoreV1ApiService delete a Pod * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Pod @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "gracePeriodSeconds" (int32) The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
@param "orphanDependents" (bool) Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \&quot;orphan\&quot; finalizer will be added to/removed from the object&#39;s finalizers list. Either this field or PropagationPolicy may be set, but not both.
@param "propagationPolicy" (string) Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: &#39;Orphan&#39; - orphan the dependents; &#39;Background&#39; - allow the garbage collector to delete the dependents in the background; &#39;Foreground&#39; - a cascading policy that deletes all dependents in the foreground.

@return V1Status

func (*CoreV1ApiService) DeleteNamespacedPodTemplate ¶

func (a *CoreV1ApiService) DeleteNamespacedPodTemplate(ctx context.Context, name string, namespace string, body V1DeleteOptions, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

CoreV1ApiService delete a PodTemplate * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the PodTemplate @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "gracePeriodSeconds" (int32) The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
@param "orphanDependents" (bool) Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \&quot;orphan\&quot; finalizer will be added to/removed from the object&#39;s finalizers list. Either this field or PropagationPolicy may be set, but not both.
@param "propagationPolicy" (string) Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: &#39;Orphan&#39; - orphan the dependents; &#39;Background&#39; - allow the garbage collector to delete the dependents in the background; &#39;Foreground&#39; - a cascading policy that deletes all dependents in the foreground.

@return V1Status

func (*CoreV1ApiService) DeleteNamespacedReplicationController ¶

func (a *CoreV1ApiService) DeleteNamespacedReplicationController(ctx context.Context, name string, namespace string, body V1DeleteOptions, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

CoreV1ApiService delete a ReplicationController * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ReplicationController @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "gracePeriodSeconds" (int32) The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
@param "orphanDependents" (bool) Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \&quot;orphan\&quot; finalizer will be added to/removed from the object&#39;s finalizers list. Either this field or PropagationPolicy may be set, but not both.
@param "propagationPolicy" (string) Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: &#39;Orphan&#39; - orphan the dependents; &#39;Background&#39; - allow the garbage collector to delete the dependents in the background; &#39;Foreground&#39; - a cascading policy that deletes all dependents in the foreground.

@return V1Status

func (*CoreV1ApiService) DeleteNamespacedResourceQuota ¶

func (a *CoreV1ApiService) DeleteNamespacedResourceQuota(ctx context.Context, name string, namespace string, body V1DeleteOptions, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

CoreV1ApiService delete a ResourceQuota * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ResourceQuota @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "gracePeriodSeconds" (int32) The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
@param "orphanDependents" (bool) Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \&quot;orphan\&quot; finalizer will be added to/removed from the object&#39;s finalizers list. Either this field or PropagationPolicy may be set, but not both.
@param "propagationPolicy" (string) Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: &#39;Orphan&#39; - orphan the dependents; &#39;Background&#39; - allow the garbage collector to delete the dependents in the background; &#39;Foreground&#39; - a cascading policy that deletes all dependents in the foreground.

@return V1Status

func (*CoreV1ApiService) DeleteNamespacedSecret ¶

func (a *CoreV1ApiService) DeleteNamespacedSecret(ctx context.Context, name string, namespace string, body V1DeleteOptions, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

CoreV1ApiService delete a Secret * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Secret @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "gracePeriodSeconds" (int32) The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
@param "orphanDependents" (bool) Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \&quot;orphan\&quot; finalizer will be added to/removed from the object&#39;s finalizers list. Either this field or PropagationPolicy may be set, but not both.
@param "propagationPolicy" (string) Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: &#39;Orphan&#39; - orphan the dependents; &#39;Background&#39; - allow the garbage collector to delete the dependents in the background; &#39;Foreground&#39; - a cascading policy that deletes all dependents in the foreground.

@return V1Status

func (*CoreV1ApiService) DeleteNamespacedService ¶

func (a *CoreV1ApiService) DeleteNamespacedService(ctx context.Context, name string, namespace string, body V1DeleteOptions, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

CoreV1ApiService delete a Service * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Service @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "gracePeriodSeconds" (int32) The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
@param "orphanDependents" (bool) Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \&quot;orphan\&quot; finalizer will be added to/removed from the object&#39;s finalizers list. Either this field or PropagationPolicy may be set, but not both.
@param "propagationPolicy" (string) Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: &#39;Orphan&#39; - orphan the dependents; &#39;Background&#39; - allow the garbage collector to delete the dependents in the background; &#39;Foreground&#39; - a cascading policy that deletes all dependents in the foreground.

@return V1Status

func (*CoreV1ApiService) DeleteNamespacedServiceAccount ¶

func (a *CoreV1ApiService) DeleteNamespacedServiceAccount(ctx context.Context, name string, namespace string, body V1DeleteOptions, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

CoreV1ApiService delete a ServiceAccount * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ServiceAccount @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "gracePeriodSeconds" (int32) The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
@param "orphanDependents" (bool) Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \&quot;orphan\&quot; finalizer will be added to/removed from the object&#39;s finalizers list. Either this field or PropagationPolicy may be set, but not both.
@param "propagationPolicy" (string) Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: &#39;Orphan&#39; - orphan the dependents; &#39;Background&#39; - allow the garbage collector to delete the dependents in the background; &#39;Foreground&#39; - a cascading policy that deletes all dependents in the foreground.

@return V1Status

func (*CoreV1ApiService) DeleteNode ¶

func (a *CoreV1ApiService) DeleteNode(ctx context.Context, name string, body V1DeleteOptions, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

CoreV1ApiService delete a Node * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Node @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "gracePeriodSeconds" (int32) The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
@param "orphanDependents" (bool) Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \&quot;orphan\&quot; finalizer will be added to/removed from the object&#39;s finalizers list. Either this field or PropagationPolicy may be set, but not both.
@param "propagationPolicy" (string) Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: &#39;Orphan&#39; - orphan the dependents; &#39;Background&#39; - allow the garbage collector to delete the dependents in the background; &#39;Foreground&#39; - a cascading policy that deletes all dependents in the foreground.

@return V1Status

func (*CoreV1ApiService) DeletePersistentVolume ¶

func (a *CoreV1ApiService) DeletePersistentVolume(ctx context.Context, name string, body V1DeleteOptions, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

CoreV1ApiService delete a PersistentVolume * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the PersistentVolume @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "gracePeriodSeconds" (int32) The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
@param "orphanDependents" (bool) Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \&quot;orphan\&quot; finalizer will be added to/removed from the object&#39;s finalizers list. Either this field or PropagationPolicy may be set, but not both.
@param "propagationPolicy" (string) Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: &#39;Orphan&#39; - orphan the dependents; &#39;Background&#39; - allow the garbage collector to delete the dependents in the background; &#39;Foreground&#39; - a cascading policy that deletes all dependents in the foreground.

@return V1Status

func (*CoreV1ApiService) GetAPIResources ¶

func (a *CoreV1ApiService) GetAPIResources(ctx context.Context) (V1ApiResourceList, *http.Response, error)

CoreV1ApiService get available resources * @param ctx context.Context for authentication, logging, tracing, etc. @return V1ApiResourceList

func (*CoreV1ApiService) ListComponentStatus ¶

func (a *CoreV1ApiService) ListComponentStatus(ctx context.Context, localVarOptionals map[string]interface{}) (V1ComponentStatusList, *http.Response, error)

CoreV1ApiService list objects of kind ComponentStatus * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1ComponentStatusList

func (*CoreV1ApiService) ListConfigMapForAllNamespaces ¶

func (a *CoreV1ApiService) ListConfigMapForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1ConfigMapList, *http.Response, error)

CoreV1ApiService list or watch objects of kind ConfigMap * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1ConfigMapList

func (*CoreV1ApiService) ListEndpointsForAllNamespaces ¶

func (a *CoreV1ApiService) ListEndpointsForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1EndpointsList, *http.Response, error)

CoreV1ApiService list or watch objects of kind Endpoints * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1EndpointsList

func (*CoreV1ApiService) ListEventForAllNamespaces ¶

func (a *CoreV1ApiService) ListEventForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1EventList, *http.Response, error)

CoreV1ApiService list or watch objects of kind Event * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1EventList

func (*CoreV1ApiService) ListLimitRangeForAllNamespaces ¶

func (a *CoreV1ApiService) ListLimitRangeForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1LimitRangeList, *http.Response, error)

CoreV1ApiService list or watch objects of kind LimitRange * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1LimitRangeList

func (*CoreV1ApiService) ListNamespace ¶

func (a *CoreV1ApiService) ListNamespace(ctx context.Context, localVarOptionals map[string]interface{}) (V1NamespaceList, *http.Response, error)

CoreV1ApiService list or watch objects of kind Namespace * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1NamespaceList

func (*CoreV1ApiService) ListNamespacedConfigMap ¶

func (a *CoreV1ApiService) ListNamespacedConfigMap(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1ConfigMapList, *http.Response, error)

CoreV1ApiService list or watch objects of kind ConfigMap * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1ConfigMapList

func (*CoreV1ApiService) ListNamespacedEndpoints ¶

func (a *CoreV1ApiService) ListNamespacedEndpoints(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1EndpointsList, *http.Response, error)

CoreV1ApiService list or watch objects of kind Endpoints * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1EndpointsList

func (*CoreV1ApiService) ListNamespacedEvent ¶

func (a *CoreV1ApiService) ListNamespacedEvent(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1EventList, *http.Response, error)

CoreV1ApiService list or watch objects of kind Event * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1EventList

func (*CoreV1ApiService) ListNamespacedLimitRange ¶

func (a *CoreV1ApiService) ListNamespacedLimitRange(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1LimitRangeList, *http.Response, error)

CoreV1ApiService list or watch objects of kind LimitRange * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1LimitRangeList

func (*CoreV1ApiService) ListNamespacedPersistentVolumeClaim ¶

func (a *CoreV1ApiService) ListNamespacedPersistentVolumeClaim(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1PersistentVolumeClaimList, *http.Response, error)

CoreV1ApiService list or watch objects of kind PersistentVolumeClaim * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1PersistentVolumeClaimList

func (*CoreV1ApiService) ListNamespacedPod ¶

func (a *CoreV1ApiService) ListNamespacedPod(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1PodList, *http.Response, error)

CoreV1ApiService list or watch objects of kind Pod * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1PodList

func (*CoreV1ApiService) ListNamespacedPodTemplate ¶

func (a *CoreV1ApiService) ListNamespacedPodTemplate(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1PodTemplateList, *http.Response, error)

CoreV1ApiService list or watch objects of kind PodTemplate * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1PodTemplateList

func (*CoreV1ApiService) ListNamespacedReplicationController ¶

func (a *CoreV1ApiService) ListNamespacedReplicationController(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1ReplicationControllerList, *http.Response, error)

CoreV1ApiService list or watch objects of kind ReplicationController * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1ReplicationControllerList

func (*CoreV1ApiService) ListNamespacedResourceQuota ¶

func (a *CoreV1ApiService) ListNamespacedResourceQuota(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1ResourceQuotaList, *http.Response, error)

CoreV1ApiService list or watch objects of kind ResourceQuota * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1ResourceQuotaList

func (*CoreV1ApiService) ListNamespacedSecret ¶

func (a *CoreV1ApiService) ListNamespacedSecret(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1SecretList, *http.Response, error)

CoreV1ApiService list or watch objects of kind Secret * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1SecretList

func (*CoreV1ApiService) ListNamespacedService ¶

func (a *CoreV1ApiService) ListNamespacedService(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1ServiceList, *http.Response, error)

CoreV1ApiService list or watch objects of kind Service * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1ServiceList

func (*CoreV1ApiService) ListNamespacedServiceAccount ¶

func (a *CoreV1ApiService) ListNamespacedServiceAccount(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1ServiceAccountList, *http.Response, error)

CoreV1ApiService list or watch objects of kind ServiceAccount * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1ServiceAccountList

func (*CoreV1ApiService) ListNode ¶

func (a *CoreV1ApiService) ListNode(ctx context.Context, localVarOptionals map[string]interface{}) (V1NodeList, *http.Response, error)

CoreV1ApiService list or watch objects of kind Node * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1NodeList

func (*CoreV1ApiService) ListPersistentVolume ¶

func (a *CoreV1ApiService) ListPersistentVolume(ctx context.Context, localVarOptionals map[string]interface{}) (V1PersistentVolumeList, *http.Response, error)

CoreV1ApiService list or watch objects of kind PersistentVolume * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1PersistentVolumeList

func (*CoreV1ApiService) ListPersistentVolumeClaimForAllNamespaces ¶

func (a *CoreV1ApiService) ListPersistentVolumeClaimForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1PersistentVolumeClaimList, *http.Response, error)

CoreV1ApiService list or watch objects of kind PersistentVolumeClaim * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1PersistentVolumeClaimList

func (*CoreV1ApiService) ListPodForAllNamespaces ¶

func (a *CoreV1ApiService) ListPodForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1PodList, *http.Response, error)

CoreV1ApiService list or watch objects of kind Pod * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1PodList

func (*CoreV1ApiService) ListPodTemplateForAllNamespaces ¶

func (a *CoreV1ApiService) ListPodTemplateForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1PodTemplateList, *http.Response, error)

CoreV1ApiService list or watch objects of kind PodTemplate * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1PodTemplateList

func (*CoreV1ApiService) ListReplicationControllerForAllNamespaces ¶

func (a *CoreV1ApiService) ListReplicationControllerForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1ReplicationControllerList, *http.Response, error)

CoreV1ApiService list or watch objects of kind ReplicationController * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1ReplicationControllerList

func (*CoreV1ApiService) ListResourceQuotaForAllNamespaces ¶

func (a *CoreV1ApiService) ListResourceQuotaForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1ResourceQuotaList, *http.Response, error)

CoreV1ApiService list or watch objects of kind ResourceQuota * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1ResourceQuotaList

func (*CoreV1ApiService) ListSecretForAllNamespaces ¶

func (a *CoreV1ApiService) ListSecretForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1SecretList, *http.Response, error)

CoreV1ApiService list or watch objects of kind Secret * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1SecretList

func (*CoreV1ApiService) ListServiceAccountForAllNamespaces ¶

func (a *CoreV1ApiService) ListServiceAccountForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1ServiceAccountList, *http.Response, error)

CoreV1ApiService list or watch objects of kind ServiceAccount * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1ServiceAccountList

func (*CoreV1ApiService) ListServiceForAllNamespaces ¶

func (a *CoreV1ApiService) ListServiceForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1ServiceList, *http.Response, error)

CoreV1ApiService list or watch objects of kind Service * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1ServiceList

func (*CoreV1ApiService) PatchNamespace ¶

func (a *CoreV1ApiService) PatchNamespace(ctx context.Context, name string, body interface{}, localVarOptionals map[string]interface{}) (V1Namespace, *http.Response, error)

CoreV1ApiService partially update the specified Namespace * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Namespace @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1Namespace

func (*CoreV1ApiService) PatchNamespaceStatus ¶

func (a *CoreV1ApiService) PatchNamespaceStatus(ctx context.Context, name string, body interface{}, localVarOptionals map[string]interface{}) (V1Namespace, *http.Response, error)

CoreV1ApiService partially update status of the specified Namespace * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Namespace @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1Namespace

func (*CoreV1ApiService) PatchNamespacedConfigMap ¶

func (a *CoreV1ApiService) PatchNamespacedConfigMap(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (V1ConfigMap, *http.Response, error)

CoreV1ApiService partially update the specified ConfigMap * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ConfigMap @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1ConfigMap

func (*CoreV1ApiService) PatchNamespacedEndpoints ¶

func (a *CoreV1ApiService) PatchNamespacedEndpoints(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (V1Endpoints, *http.Response, error)

CoreV1ApiService partially update the specified Endpoints * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Endpoints @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1Endpoints

func (*CoreV1ApiService) PatchNamespacedEvent ¶

func (a *CoreV1ApiService) PatchNamespacedEvent(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (V1Event, *http.Response, error)

CoreV1ApiService partially update the specified Event * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Event @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1Event

func (*CoreV1ApiService) PatchNamespacedLimitRange ¶

func (a *CoreV1ApiService) PatchNamespacedLimitRange(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (V1LimitRange, *http.Response, error)

CoreV1ApiService partially update the specified LimitRange * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the LimitRange @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1LimitRange

func (*CoreV1ApiService) PatchNamespacedPersistentVolumeClaim ¶

func (a *CoreV1ApiService) PatchNamespacedPersistentVolumeClaim(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (V1PersistentVolumeClaim, *http.Response, error)

CoreV1ApiService partially update the specified PersistentVolumeClaim * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the PersistentVolumeClaim @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1PersistentVolumeClaim

func (*CoreV1ApiService) PatchNamespacedPersistentVolumeClaimStatus ¶

func (a *CoreV1ApiService) PatchNamespacedPersistentVolumeClaimStatus(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (V1PersistentVolumeClaim, *http.Response, error)

CoreV1ApiService partially update status of the specified PersistentVolumeClaim * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the PersistentVolumeClaim @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1PersistentVolumeClaim

func (*CoreV1ApiService) PatchNamespacedPod ¶

func (a *CoreV1ApiService) PatchNamespacedPod(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (V1Pod, *http.Response, error)

CoreV1ApiService partially update the specified Pod * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Pod @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1Pod

func (*CoreV1ApiService) PatchNamespacedPodStatus ¶

func (a *CoreV1ApiService) PatchNamespacedPodStatus(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (V1Pod, *http.Response, error)

CoreV1ApiService partially update status of the specified Pod * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Pod @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1Pod

func (*CoreV1ApiService) PatchNamespacedPodTemplate ¶

func (a *CoreV1ApiService) PatchNamespacedPodTemplate(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (V1PodTemplate, *http.Response, error)

CoreV1ApiService partially update the specified PodTemplate * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the PodTemplate @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1PodTemplate

func (*CoreV1ApiService) PatchNamespacedReplicationController ¶

func (a *CoreV1ApiService) PatchNamespacedReplicationController(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (V1ReplicationController, *http.Response, error)

CoreV1ApiService partially update the specified ReplicationController * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ReplicationController @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1ReplicationController

func (*CoreV1ApiService) PatchNamespacedReplicationControllerScale ¶

func (a *CoreV1ApiService) PatchNamespacedReplicationControllerScale(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (V1Scale, *http.Response, error)

CoreV1ApiService partially update scale of the specified ReplicationController * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Scale @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1Scale

func (*CoreV1ApiService) PatchNamespacedReplicationControllerStatus ¶

func (a *CoreV1ApiService) PatchNamespacedReplicationControllerStatus(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (V1ReplicationController, *http.Response, error)

CoreV1ApiService partially update status of the specified ReplicationController * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ReplicationController @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1ReplicationController

func (*CoreV1ApiService) PatchNamespacedResourceQuota ¶

func (a *CoreV1ApiService) PatchNamespacedResourceQuota(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (V1ResourceQuota, *http.Response, error)

CoreV1ApiService partially update the specified ResourceQuota * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ResourceQuota @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1ResourceQuota

func (*CoreV1ApiService) PatchNamespacedResourceQuotaStatus ¶

func (a *CoreV1ApiService) PatchNamespacedResourceQuotaStatus(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (V1ResourceQuota, *http.Response, error)

CoreV1ApiService partially update status of the specified ResourceQuota * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ResourceQuota @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1ResourceQuota

func (*CoreV1ApiService) PatchNamespacedSecret ¶

func (a *CoreV1ApiService) PatchNamespacedSecret(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (V1Secret, *http.Response, error)

CoreV1ApiService partially update the specified Secret * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Secret @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1Secret

func (*CoreV1ApiService) PatchNamespacedService ¶

func (a *CoreV1ApiService) PatchNamespacedService(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (V1Service, *http.Response, error)

CoreV1ApiService partially update the specified Service * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Service @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1Service

func (*CoreV1ApiService) PatchNamespacedServiceAccount ¶

func (a *CoreV1ApiService) PatchNamespacedServiceAccount(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (V1ServiceAccount, *http.Response, error)

CoreV1ApiService partially update the specified ServiceAccount * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ServiceAccount @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1ServiceAccount

func (*CoreV1ApiService) PatchNamespacedServiceStatus ¶

func (a *CoreV1ApiService) PatchNamespacedServiceStatus(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (V1Service, *http.Response, error)

CoreV1ApiService partially update status of the specified Service * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Service @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1Service

func (*CoreV1ApiService) PatchNode ¶

func (a *CoreV1ApiService) PatchNode(ctx context.Context, name string, body interface{}, localVarOptionals map[string]interface{}) (V1Node, *http.Response, error)

CoreV1ApiService partially update the specified Node * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Node @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1Node

func (*CoreV1ApiService) PatchNodeStatus ¶

func (a *CoreV1ApiService) PatchNodeStatus(ctx context.Context, name string, body interface{}, localVarOptionals map[string]interface{}) (V1Node, *http.Response, error)

CoreV1ApiService partially update status of the specified Node * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Node @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1Node

func (*CoreV1ApiService) PatchPersistentVolume ¶

func (a *CoreV1ApiService) PatchPersistentVolume(ctx context.Context, name string, body interface{}, localVarOptionals map[string]interface{}) (V1PersistentVolume, *http.Response, error)

CoreV1ApiService partially update the specified PersistentVolume * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the PersistentVolume @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1PersistentVolume

func (*CoreV1ApiService) PatchPersistentVolumeStatus ¶

func (a *CoreV1ApiService) PatchPersistentVolumeStatus(ctx context.Context, name string, body interface{}, localVarOptionals map[string]interface{}) (V1PersistentVolume, *http.Response, error)

CoreV1ApiService partially update status of the specified PersistentVolume * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the PersistentVolume @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1PersistentVolume

func (*CoreV1ApiService) ReadComponentStatus ¶

func (a *CoreV1ApiService) ReadComponentStatus(ctx context.Context, name string, localVarOptionals map[string]interface{}) (V1ComponentStatus, *http.Response, error)

CoreV1ApiService read the specified ComponentStatus * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ComponentStatus @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1ComponentStatus

func (*CoreV1ApiService) ReadNamespace ¶

func (a *CoreV1ApiService) ReadNamespace(ctx context.Context, name string, localVarOptionals map[string]interface{}) (V1Namespace, *http.Response, error)

CoreV1ApiService read the specified Namespace * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Namespace @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "exact" (bool) Should the export be exact.  Exact export maintains cluster-specific fields like &#39;Namespace&#39;.
@param "export" (bool) Should this value be exported.  Export strips fields that a user can not specify.

@return V1Namespace

func (*CoreV1ApiService) ReadNamespaceStatus ¶

func (a *CoreV1ApiService) ReadNamespaceStatus(ctx context.Context, name string, localVarOptionals map[string]interface{}) (V1Namespace, *http.Response, error)

CoreV1ApiService read status of the specified Namespace * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Namespace @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1Namespace

func (*CoreV1ApiService) ReadNamespacedConfigMap ¶

func (a *CoreV1ApiService) ReadNamespacedConfigMap(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (V1ConfigMap, *http.Response, error)

CoreV1ApiService read the specified ConfigMap * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ConfigMap @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "exact" (bool) Should the export be exact.  Exact export maintains cluster-specific fields like &#39;Namespace&#39;.
@param "export" (bool) Should this value be exported.  Export strips fields that a user can not specify.

@return V1ConfigMap

func (*CoreV1ApiService) ReadNamespacedEndpoints ¶

func (a *CoreV1ApiService) ReadNamespacedEndpoints(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (V1Endpoints, *http.Response, error)

CoreV1ApiService read the specified Endpoints * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Endpoints @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "exact" (bool) Should the export be exact.  Exact export maintains cluster-specific fields like &#39;Namespace&#39;.
@param "export" (bool) Should this value be exported.  Export strips fields that a user can not specify.

@return V1Endpoints

func (*CoreV1ApiService) ReadNamespacedEvent ¶

func (a *CoreV1ApiService) ReadNamespacedEvent(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (V1Event, *http.Response, error)

CoreV1ApiService read the specified Event * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Event @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "exact" (bool) Should the export be exact.  Exact export maintains cluster-specific fields like &#39;Namespace&#39;.
@param "export" (bool) Should this value be exported.  Export strips fields that a user can not specify.

@return V1Event

func (*CoreV1ApiService) ReadNamespacedLimitRange ¶

func (a *CoreV1ApiService) ReadNamespacedLimitRange(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (V1LimitRange, *http.Response, error)

CoreV1ApiService read the specified LimitRange * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the LimitRange @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "exact" (bool) Should the export be exact.  Exact export maintains cluster-specific fields like &#39;Namespace&#39;.
@param "export" (bool) Should this value be exported.  Export strips fields that a user can not specify.

@return V1LimitRange

func (*CoreV1ApiService) ReadNamespacedPersistentVolumeClaim ¶

func (a *CoreV1ApiService) ReadNamespacedPersistentVolumeClaim(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (V1PersistentVolumeClaim, *http.Response, error)

CoreV1ApiService read the specified PersistentVolumeClaim * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the PersistentVolumeClaim @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "exact" (bool) Should the export be exact.  Exact export maintains cluster-specific fields like &#39;Namespace&#39;.
@param "export" (bool) Should this value be exported.  Export strips fields that a user can not specify.

@return V1PersistentVolumeClaim

func (*CoreV1ApiService) ReadNamespacedPersistentVolumeClaimStatus ¶

func (a *CoreV1ApiService) ReadNamespacedPersistentVolumeClaimStatus(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (V1PersistentVolumeClaim, *http.Response, error)

CoreV1ApiService read status of the specified PersistentVolumeClaim * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the PersistentVolumeClaim @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1PersistentVolumeClaim

func (*CoreV1ApiService) ReadNamespacedPod ¶

func (a *CoreV1ApiService) ReadNamespacedPod(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (V1Pod, *http.Response, error)

CoreV1ApiService read the specified Pod * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Pod @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "exact" (bool) Should the export be exact.  Exact export maintains cluster-specific fields like &#39;Namespace&#39;.
@param "export" (bool) Should this value be exported.  Export strips fields that a user can not specify.

@return V1Pod

func (*CoreV1ApiService) ReadNamespacedPodLog ¶

func (a *CoreV1ApiService) ReadNamespacedPodLog(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (string, *http.Response, error)

CoreV1ApiService read log of the specified Pod * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Pod @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "container" (string) The container for which to stream logs. Defaults to only container if there is one container in the pod.
@param "follow" (bool) Follow the log stream of the pod. Defaults to false.
@param "limitBytes" (int32) If set, the number of bytes to read from the server before terminating the log output. This may not display a complete final line of logging, and may return slightly more or slightly less than the specified limit.
@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "previous" (bool) Return previous terminated container logs. Defaults to false.
@param "sinceSeconds" (int32) A relative time in seconds before the current time from which to show logs. If this value precedes the time a pod was started, only logs since the pod start will be returned. If this value is in the future, no logs will be returned. Only one of sinceSeconds or sinceTime may be specified.
@param "tailLines" (int32) If set, the number of lines from the end of the logs to show. If not specified, logs are shown from the creation of the container or sinceSeconds or sinceTime
@param "timestamps" (bool) If true, add an RFC3339 or RFC3339Nano timestamp at the beginning of every line of log output. Defaults to false.

@return string

func (*CoreV1ApiService) ReadNamespacedPodStatus ¶

func (a *CoreV1ApiService) ReadNamespacedPodStatus(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (V1Pod, *http.Response, error)

CoreV1ApiService read status of the specified Pod * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Pod @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1Pod

func (*CoreV1ApiService) ReadNamespacedPodTemplate ¶

func (a *CoreV1ApiService) ReadNamespacedPodTemplate(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (V1PodTemplate, *http.Response, error)

CoreV1ApiService read the specified PodTemplate * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the PodTemplate @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "exact" (bool) Should the export be exact.  Exact export maintains cluster-specific fields like &#39;Namespace&#39;.
@param "export" (bool) Should this value be exported.  Export strips fields that a user can not specify.

@return V1PodTemplate

func (*CoreV1ApiService) ReadNamespacedReplicationController ¶

func (a *CoreV1ApiService) ReadNamespacedReplicationController(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (V1ReplicationController, *http.Response, error)

CoreV1ApiService read the specified ReplicationController * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ReplicationController @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "exact" (bool) Should the export be exact.  Exact export maintains cluster-specific fields like &#39;Namespace&#39;.
@param "export" (bool) Should this value be exported.  Export strips fields that a user can not specify.

@return V1ReplicationController

func (*CoreV1ApiService) ReadNamespacedReplicationControllerScale ¶

func (a *CoreV1ApiService) ReadNamespacedReplicationControllerScale(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (V1Scale, *http.Response, error)

CoreV1ApiService read scale of the specified ReplicationController * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Scale @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1Scale

func (*CoreV1ApiService) ReadNamespacedReplicationControllerStatus ¶

func (a *CoreV1ApiService) ReadNamespacedReplicationControllerStatus(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (V1ReplicationController, *http.Response, error)

CoreV1ApiService read status of the specified ReplicationController * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ReplicationController @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1ReplicationController

func (*CoreV1ApiService) ReadNamespacedResourceQuota ¶

func (a *CoreV1ApiService) ReadNamespacedResourceQuota(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (V1ResourceQuota, *http.Response, error)

CoreV1ApiService read the specified ResourceQuota * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ResourceQuota @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "exact" (bool) Should the export be exact.  Exact export maintains cluster-specific fields like &#39;Namespace&#39;.
@param "export" (bool) Should this value be exported.  Export strips fields that a user can not specify.

@return V1ResourceQuota

func (*CoreV1ApiService) ReadNamespacedResourceQuotaStatus ¶

func (a *CoreV1ApiService) ReadNamespacedResourceQuotaStatus(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (V1ResourceQuota, *http.Response, error)

CoreV1ApiService read status of the specified ResourceQuota * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ResourceQuota @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1ResourceQuota

func (*CoreV1ApiService) ReadNamespacedSecret ¶

func (a *CoreV1ApiService) ReadNamespacedSecret(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (V1Secret, *http.Response, error)

CoreV1ApiService read the specified Secret * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Secret @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "exact" (bool) Should the export be exact.  Exact export maintains cluster-specific fields like &#39;Namespace&#39;.
@param "export" (bool) Should this value be exported.  Export strips fields that a user can not specify.

@return V1Secret

func (*CoreV1ApiService) ReadNamespacedService ¶

func (a *CoreV1ApiService) ReadNamespacedService(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (V1Service, *http.Response, error)

CoreV1ApiService read the specified Service * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Service @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "exact" (bool) Should the export be exact.  Exact export maintains cluster-specific fields like &#39;Namespace&#39;.
@param "export" (bool) Should this value be exported.  Export strips fields that a user can not specify.

@return V1Service

func (*CoreV1ApiService) ReadNamespacedServiceAccount ¶

func (a *CoreV1ApiService) ReadNamespacedServiceAccount(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (V1ServiceAccount, *http.Response, error)

CoreV1ApiService read the specified ServiceAccount * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ServiceAccount @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "exact" (bool) Should the export be exact.  Exact export maintains cluster-specific fields like &#39;Namespace&#39;.
@param "export" (bool) Should this value be exported.  Export strips fields that a user can not specify.

@return V1ServiceAccount

func (*CoreV1ApiService) ReadNamespacedServiceStatus ¶

func (a *CoreV1ApiService) ReadNamespacedServiceStatus(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (V1Service, *http.Response, error)

CoreV1ApiService read status of the specified Service * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Service @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1Service

func (*CoreV1ApiService) ReadNode ¶

func (a *CoreV1ApiService) ReadNode(ctx context.Context, name string, localVarOptionals map[string]interface{}) (V1Node, *http.Response, error)

CoreV1ApiService read the specified Node * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Node @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "exact" (bool) Should the export be exact.  Exact export maintains cluster-specific fields like &#39;Namespace&#39;.
@param "export" (bool) Should this value be exported.  Export strips fields that a user can not specify.

@return V1Node

func (*CoreV1ApiService) ReadNodeStatus ¶

func (a *CoreV1ApiService) ReadNodeStatus(ctx context.Context, name string, localVarOptionals map[string]interface{}) (V1Node, *http.Response, error)

CoreV1ApiService read status of the specified Node * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Node @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1Node

func (*CoreV1ApiService) ReadPersistentVolume ¶

func (a *CoreV1ApiService) ReadPersistentVolume(ctx context.Context, name string, localVarOptionals map[string]interface{}) (V1PersistentVolume, *http.Response, error)

CoreV1ApiService read the specified PersistentVolume * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the PersistentVolume @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "exact" (bool) Should the export be exact.  Exact export maintains cluster-specific fields like &#39;Namespace&#39;.
@param "export" (bool) Should this value be exported.  Export strips fields that a user can not specify.

@return V1PersistentVolume

func (*CoreV1ApiService) ReadPersistentVolumeStatus ¶

func (a *CoreV1ApiService) ReadPersistentVolumeStatus(ctx context.Context, name string, localVarOptionals map[string]interface{}) (V1PersistentVolume, *http.Response, error)

CoreV1ApiService read status of the specified PersistentVolume * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the PersistentVolume @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1PersistentVolume

func (*CoreV1ApiService) ReplaceNamespace ¶

func (a *CoreV1ApiService) ReplaceNamespace(ctx context.Context, name string, body V1Namespace, localVarOptionals map[string]interface{}) (V1Namespace, *http.Response, error)

CoreV1ApiService replace the specified Namespace * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Namespace @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1Namespace

func (*CoreV1ApiService) ReplaceNamespaceFinalize ¶

func (a *CoreV1ApiService) ReplaceNamespaceFinalize(ctx context.Context, name string, body V1Namespace, localVarOptionals map[string]interface{}) (V1Namespace, *http.Response, error)

CoreV1ApiService replace finalize of the specified Namespace * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Namespace @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1Namespace

func (*CoreV1ApiService) ReplaceNamespaceStatus ¶

func (a *CoreV1ApiService) ReplaceNamespaceStatus(ctx context.Context, name string, body V1Namespace, localVarOptionals map[string]interface{}) (V1Namespace, *http.Response, error)

CoreV1ApiService replace status of the specified Namespace * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Namespace @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1Namespace

func (*CoreV1ApiService) ReplaceNamespacedConfigMap ¶

func (a *CoreV1ApiService) ReplaceNamespacedConfigMap(ctx context.Context, name string, namespace string, body V1ConfigMap, localVarOptionals map[string]interface{}) (V1ConfigMap, *http.Response, error)

CoreV1ApiService replace the specified ConfigMap * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ConfigMap @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1ConfigMap

func (*CoreV1ApiService) ReplaceNamespacedEndpoints ¶

func (a *CoreV1ApiService) ReplaceNamespacedEndpoints(ctx context.Context, name string, namespace string, body V1Endpoints, localVarOptionals map[string]interface{}) (V1Endpoints, *http.Response, error)

CoreV1ApiService replace the specified Endpoints * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Endpoints @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1Endpoints

func (*CoreV1ApiService) ReplaceNamespacedEvent ¶

func (a *CoreV1ApiService) ReplaceNamespacedEvent(ctx context.Context, name string, namespace string, body V1Event, localVarOptionals map[string]interface{}) (V1Event, *http.Response, error)

CoreV1ApiService replace the specified Event * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Event @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1Event

func (*CoreV1ApiService) ReplaceNamespacedLimitRange ¶

func (a *CoreV1ApiService) ReplaceNamespacedLimitRange(ctx context.Context, name string, namespace string, body V1LimitRange, localVarOptionals map[string]interface{}) (V1LimitRange, *http.Response, error)

CoreV1ApiService replace the specified LimitRange * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the LimitRange @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1LimitRange

func (*CoreV1ApiService) ReplaceNamespacedPersistentVolumeClaim ¶

func (a *CoreV1ApiService) ReplaceNamespacedPersistentVolumeClaim(ctx context.Context, name string, namespace string, body V1PersistentVolumeClaim, localVarOptionals map[string]interface{}) (V1PersistentVolumeClaim, *http.Response, error)

CoreV1ApiService replace the specified PersistentVolumeClaim * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the PersistentVolumeClaim @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1PersistentVolumeClaim

func (*CoreV1ApiService) ReplaceNamespacedPersistentVolumeClaimStatus ¶

func (a *CoreV1ApiService) ReplaceNamespacedPersistentVolumeClaimStatus(ctx context.Context, name string, namespace string, body V1PersistentVolumeClaim, localVarOptionals map[string]interface{}) (V1PersistentVolumeClaim, *http.Response, error)

CoreV1ApiService replace status of the specified PersistentVolumeClaim * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the PersistentVolumeClaim @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1PersistentVolumeClaim

func (*CoreV1ApiService) ReplaceNamespacedPod ¶

func (a *CoreV1ApiService) ReplaceNamespacedPod(ctx context.Context, name string, namespace string, body V1Pod, localVarOptionals map[string]interface{}) (V1Pod, *http.Response, error)

CoreV1ApiService replace the specified Pod * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Pod @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1Pod

func (*CoreV1ApiService) ReplaceNamespacedPodStatus ¶

func (a *CoreV1ApiService) ReplaceNamespacedPodStatus(ctx context.Context, name string, namespace string, body V1Pod, localVarOptionals map[string]interface{}) (V1Pod, *http.Response, error)

CoreV1ApiService replace status of the specified Pod * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Pod @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1Pod

func (*CoreV1ApiService) ReplaceNamespacedPodTemplate ¶

func (a *CoreV1ApiService) ReplaceNamespacedPodTemplate(ctx context.Context, name string, namespace string, body V1PodTemplate, localVarOptionals map[string]interface{}) (V1PodTemplate, *http.Response, error)

CoreV1ApiService replace the specified PodTemplate * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the PodTemplate @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1PodTemplate

func (*CoreV1ApiService) ReplaceNamespacedReplicationController ¶

func (a *CoreV1ApiService) ReplaceNamespacedReplicationController(ctx context.Context, name string, namespace string, body V1ReplicationController, localVarOptionals map[string]interface{}) (V1ReplicationController, *http.Response, error)

CoreV1ApiService replace the specified ReplicationController * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ReplicationController @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1ReplicationController

func (*CoreV1ApiService) ReplaceNamespacedReplicationControllerScale ¶

func (a *CoreV1ApiService) ReplaceNamespacedReplicationControllerScale(ctx context.Context, name string, namespace string, body V1Scale, localVarOptionals map[string]interface{}) (V1Scale, *http.Response, error)

CoreV1ApiService replace scale of the specified ReplicationController * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Scale @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1Scale

func (*CoreV1ApiService) ReplaceNamespacedReplicationControllerStatus ¶

func (a *CoreV1ApiService) ReplaceNamespacedReplicationControllerStatus(ctx context.Context, name string, namespace string, body V1ReplicationController, localVarOptionals map[string]interface{}) (V1ReplicationController, *http.Response, error)

CoreV1ApiService replace status of the specified ReplicationController * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ReplicationController @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1ReplicationController

func (*CoreV1ApiService) ReplaceNamespacedResourceQuota ¶

func (a *CoreV1ApiService) ReplaceNamespacedResourceQuota(ctx context.Context, name string, namespace string, body V1ResourceQuota, localVarOptionals map[string]interface{}) (V1ResourceQuota, *http.Response, error)

CoreV1ApiService replace the specified ResourceQuota * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ResourceQuota @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1ResourceQuota

func (*CoreV1ApiService) ReplaceNamespacedResourceQuotaStatus ¶

func (a *CoreV1ApiService) ReplaceNamespacedResourceQuotaStatus(ctx context.Context, name string, namespace string, body V1ResourceQuota, localVarOptionals map[string]interface{}) (V1ResourceQuota, *http.Response, error)

CoreV1ApiService replace status of the specified ResourceQuota * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ResourceQuota @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1ResourceQuota

func (*CoreV1ApiService) ReplaceNamespacedSecret ¶

func (a *CoreV1ApiService) ReplaceNamespacedSecret(ctx context.Context, name string, namespace string, body V1Secret, localVarOptionals map[string]interface{}) (V1Secret, *http.Response, error)

CoreV1ApiService replace the specified Secret * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Secret @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1Secret

func (*CoreV1ApiService) ReplaceNamespacedService ¶

func (a *CoreV1ApiService) ReplaceNamespacedService(ctx context.Context, name string, namespace string, body V1Service, localVarOptionals map[string]interface{}) (V1Service, *http.Response, error)

CoreV1ApiService replace the specified Service * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Service @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1Service

func (*CoreV1ApiService) ReplaceNamespacedServiceAccount ¶

func (a *CoreV1ApiService) ReplaceNamespacedServiceAccount(ctx context.Context, name string, namespace string, body V1ServiceAccount, localVarOptionals map[string]interface{}) (V1ServiceAccount, *http.Response, error)

CoreV1ApiService replace the specified ServiceAccount * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ServiceAccount @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1ServiceAccount

func (*CoreV1ApiService) ReplaceNamespacedServiceStatus ¶

func (a *CoreV1ApiService) ReplaceNamespacedServiceStatus(ctx context.Context, name string, namespace string, body V1Service, localVarOptionals map[string]interface{}) (V1Service, *http.Response, error)

CoreV1ApiService replace status of the specified Service * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Service @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1Service

func (*CoreV1ApiService) ReplaceNode ¶

func (a *CoreV1ApiService) ReplaceNode(ctx context.Context, name string, body V1Node, localVarOptionals map[string]interface{}) (V1Node, *http.Response, error)

CoreV1ApiService replace the specified Node * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Node @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1Node

func (*CoreV1ApiService) ReplaceNodeStatus ¶

func (a *CoreV1ApiService) ReplaceNodeStatus(ctx context.Context, name string, body V1Node, localVarOptionals map[string]interface{}) (V1Node, *http.Response, error)

CoreV1ApiService replace status of the specified Node * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Node @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1Node

func (*CoreV1ApiService) ReplacePersistentVolume ¶

func (a *CoreV1ApiService) ReplacePersistentVolume(ctx context.Context, name string, body V1PersistentVolume, localVarOptionals map[string]interface{}) (V1PersistentVolume, *http.Response, error)

CoreV1ApiService replace the specified PersistentVolume * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the PersistentVolume @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1PersistentVolume

func (*CoreV1ApiService) ReplacePersistentVolumeStatus ¶

func (a *CoreV1ApiService) ReplacePersistentVolumeStatus(ctx context.Context, name string, body V1PersistentVolume, localVarOptionals map[string]interface{}) (V1PersistentVolume, *http.Response, error)

CoreV1ApiService replace status of the specified PersistentVolume * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the PersistentVolume @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1PersistentVolume

type CustomObjectsApiService ¶

type CustomObjectsApiService service

func (*CustomObjectsApiService) CreateClusterCustomObject ¶

func (a *CustomObjectsApiService) CreateClusterCustomObject(ctx context.Context, group string, version string, plural string, body interface{}, localVarOptionals map[string]interface{}) (interface{}, *http.Response, error)

CustomObjectsApiService Creates a cluster scoped Custom object * @param ctx context.Context for authentication, logging, tracing, etc. @param group The custom resource&#39;s group name @param version The custom resource&#39;s version @param plural The custom resource&#39;s plural name. For TPRs this would be lowercase plural kind. @param body The JSON schema of the Resource to create. @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return interface{}

func (*CustomObjectsApiService) CreateNamespacedCustomObject ¶

func (a *CustomObjectsApiService) CreateNamespacedCustomObject(ctx context.Context, group string, version string, namespace string, plural string, body interface{}, localVarOptionals map[string]interface{}) (interface{}, *http.Response, error)

CustomObjectsApiService Creates a namespace scoped Custom object * @param ctx context.Context for authentication, logging, tracing, etc. @param group The custom resource&#39;s group name @param version The custom resource&#39;s version @param namespace The custom resource&#39;s namespace @param plural The custom resource&#39;s plural name. For TPRs this would be lowercase plural kind. @param body The JSON schema of the Resource to create. @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return interface{}

func (*CustomObjectsApiService) DeleteClusterCustomObject ¶

func (a *CustomObjectsApiService) DeleteClusterCustomObject(ctx context.Context, group string, version string, plural string, name string, body V1DeleteOptions, localVarOptionals map[string]interface{}) (interface{}, *http.Response, error)

CustomObjectsApiService Deletes the specified cluster scoped custom object * @param ctx context.Context for authentication, logging, tracing, etc. @param group the custom resource&#39;s group @param version the custom resource&#39;s version @param plural the custom object&#39;s plural name. For TPRs this would be lowercase plural kind. @param name the custom object&#39;s name @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "gracePeriodSeconds" (int32) The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
@param "orphanDependents" (bool) Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \&quot;orphan\&quot; finalizer will be added to/removed from the object&#39;s finalizers list. Either this field or PropagationPolicy may be set, but not both.
@param "propagationPolicy" (string) Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy.

@return interface{}

func (*CustomObjectsApiService) DeleteNamespacedCustomObject ¶

func (a *CustomObjectsApiService) DeleteNamespacedCustomObject(ctx context.Context, group string, version string, namespace string, plural string, name string, body V1DeleteOptions, localVarOptionals map[string]interface{}) (interface{}, *http.Response, error)

CustomObjectsApiService Deletes the specified namespace scoped custom object * @param ctx context.Context for authentication, logging, tracing, etc. @param group the custom resource&#39;s group @param version the custom resource&#39;s version @param namespace The custom resource&#39;s namespace @param plural the custom resource&#39;s plural name. For TPRs this would be lowercase plural kind. @param name the custom object&#39;s name @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "gracePeriodSeconds" (int32) The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
@param "orphanDependents" (bool) Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \&quot;orphan\&quot; finalizer will be added to/removed from the object&#39;s finalizers list. Either this field or PropagationPolicy may be set, but not both.
@param "propagationPolicy" (string) Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy.

@return interface{}

func (*CustomObjectsApiService) GetClusterCustomObject ¶

func (a *CustomObjectsApiService) GetClusterCustomObject(ctx context.Context, group string, version string, plural string, name string) (interface{}, *http.Response, error)

CustomObjectsApiService Returns a cluster scoped custom object * @param ctx context.Context for authentication, logging, tracing, etc. @param group the custom resource&#39;s group @param version the custom resource&#39;s version @param plural the custom object&#39;s plural name. For TPRs this would be lowercase plural kind. @param name the custom object&#39;s name @return interface{}

func (*CustomObjectsApiService) GetNamespacedCustomObject ¶

func (a *CustomObjectsApiService) GetNamespacedCustomObject(ctx context.Context, group string, version string, namespace string, plural string, name string) (interface{}, *http.Response, error)

CustomObjectsApiService Returns a namespace scoped custom object * @param ctx context.Context for authentication, logging, tracing, etc. @param group the custom resource&#39;s group @param version the custom resource&#39;s version @param namespace The custom resource&#39;s namespace @param plural the custom resource&#39;s plural name. For TPRs this would be lowercase plural kind. @param name the custom object&#39;s name @return interface{}

func (*CustomObjectsApiService) ListClusterCustomObject ¶

func (a *CustomObjectsApiService) ListClusterCustomObject(ctx context.Context, group string, version string, plural string, localVarOptionals map[string]interface{}) (interface{}, *http.Response, error)

CustomObjectsApiService list or watch cluster scoped custom objects * @param ctx context.Context for authentication, logging, tracing, etc. @param group The custom resource&#39;s group name @param version The custom resource&#39;s version @param plural The custom resource&#39;s plural name. For TPRs this would be lowercase plural kind. @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications.

@return interface{}

func (*CustomObjectsApiService) ListNamespacedCustomObject ¶

func (a *CustomObjectsApiService) ListNamespacedCustomObject(ctx context.Context, group string, version string, namespace string, plural string, localVarOptionals map[string]interface{}) (interface{}, *http.Response, error)

CustomObjectsApiService list or watch namespace scoped custom objects * @param ctx context.Context for authentication, logging, tracing, etc. @param group The custom resource&#39;s group name @param version The custom resource&#39;s version @param namespace The custom resource&#39;s namespace @param plural The custom resource&#39;s plural name. For TPRs this would be lowercase plural kind. @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications.

@return interface{}

func (*CustomObjectsApiService) PatchClusterCustomObject ¶

func (a *CustomObjectsApiService) PatchClusterCustomObject(ctx context.Context, group string, version string, plural string, name string, body interface{}) (interface{}, *http.Response, error)

CustomObjectsApiService patch the specified cluster scoped custom object * @param ctx context.Context for authentication, logging, tracing, etc. @param group the custom resource&#39;s group @param version the custom resource&#39;s version @param plural the custom object&#39;s plural name. For TPRs this would be lowercase plural kind. @param name the custom object&#39;s name @param body The JSON schema of the Resource to patch. @return interface{}

func (*CustomObjectsApiService) PatchNamespacedCustomObject ¶

func (a *CustomObjectsApiService) PatchNamespacedCustomObject(ctx context.Context, group string, version string, namespace string, plural string, name string, body interface{}) (interface{}, *http.Response, error)

CustomObjectsApiService patch the specified namespace scoped custom object * @param ctx context.Context for authentication, logging, tracing, etc. @param group the custom resource&#39;s group @param version the custom resource&#39;s version @param namespace The custom resource&#39;s namespace @param plural the custom resource&#39;s plural name. For TPRs this would be lowercase plural kind. @param name the custom object&#39;s name @param body The JSON schema of the Resource to patch. @return interface{}

func (*CustomObjectsApiService) ReplaceClusterCustomObject ¶

func (a *CustomObjectsApiService) ReplaceClusterCustomObject(ctx context.Context, group string, version string, plural string, name string, body interface{}) (interface{}, *http.Response, error)

CustomObjectsApiService replace the specified cluster scoped custom object * @param ctx context.Context for authentication, logging, tracing, etc. @param group the custom resource&#39;s group @param version the custom resource&#39;s version @param plural the custom object&#39;s plural name. For TPRs this would be lowercase plural kind. @param name the custom object&#39;s name @param body The JSON schema of the Resource to replace. @return interface{}

func (*CustomObjectsApiService) ReplaceNamespacedCustomObject ¶

func (a *CustomObjectsApiService) ReplaceNamespacedCustomObject(ctx context.Context, group string, version string, namespace string, plural string, name string, body interface{}) (interface{}, *http.Response, error)

CustomObjectsApiService replace the specified namespace scoped custom object * @param ctx context.Context for authentication, logging, tracing, etc. @param group the custom resource&#39;s group @param version the custom resource&#39;s version @param namespace The custom resource&#39;s namespace @param plural the custom resource&#39;s plural name. For TPRs this would be lowercase plural kind. @param name the custom object&#39;s name @param body The JSON schema of the Resource to replace. @return interface{}

type EventHandler ¶

type EventHandler interface {
	OnAdd(obj interface{})
	OnUpdate(oldObj, newObj interface{})
	OnDelete(obj interface{})
}

EventHandler is implemented by objects that want event notifications

type EventsApiService ¶

type EventsApiService service

func (*EventsApiService) GetAPIGroup ¶

func (a *EventsApiService) GetAPIGroup(ctx context.Context) (V1ApiGroup, *http.Response, error)

EventsApiService get information of a group * @param ctx context.Context for authentication, logging, tracing, etc. @return V1ApiGroup

type EventsV1beta1ApiService ¶

type EventsV1beta1ApiService service

func (*EventsV1beta1ApiService) CreateNamespacedEvent ¶

func (a *EventsV1beta1ApiService) CreateNamespacedEvent(ctx context.Context, namespace string, body V1beta1Event, localVarOptionals map[string]interface{}) (V1beta1Event, *http.Response, error)

EventsV1beta1ApiService create an Event * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1beta1Event

func (*EventsV1beta1ApiService) DeleteCollectionNamespacedEvent ¶

func (a *EventsV1beta1ApiService) DeleteCollectionNamespacedEvent(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

EventsV1beta1ApiService delete collection of Event * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1Status

func (*EventsV1beta1ApiService) DeleteNamespacedEvent ¶

func (a *EventsV1beta1ApiService) DeleteNamespacedEvent(ctx context.Context, name string, namespace string, body V1DeleteOptions, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

EventsV1beta1ApiService delete an Event * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Event @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "gracePeriodSeconds" (int32) The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
@param "orphanDependents" (bool) Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \&quot;orphan\&quot; finalizer will be added to/removed from the object&#39;s finalizers list. Either this field or PropagationPolicy may be set, but not both.
@param "propagationPolicy" (string) Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: &#39;Orphan&#39; - orphan the dependents; &#39;Background&#39; - allow the garbage collector to delete the dependents in the background; &#39;Foreground&#39; - a cascading policy that deletes all dependents in the foreground.

@return V1Status

func (*EventsV1beta1ApiService) GetAPIResources ¶

EventsV1beta1ApiService get available resources * @param ctx context.Context for authentication, logging, tracing, etc. @return V1ApiResourceList

func (*EventsV1beta1ApiService) ListEventForAllNamespaces ¶

func (a *EventsV1beta1ApiService) ListEventForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1beta1EventList, *http.Response, error)

EventsV1beta1ApiService list or watch objects of kind Event * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1beta1EventList

func (*EventsV1beta1ApiService) ListNamespacedEvent ¶

func (a *EventsV1beta1ApiService) ListNamespacedEvent(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1beta1EventList, *http.Response, error)

EventsV1beta1ApiService list or watch objects of kind Event * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1beta1EventList

func (*EventsV1beta1ApiService) PatchNamespacedEvent ¶

func (a *EventsV1beta1ApiService) PatchNamespacedEvent(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (V1beta1Event, *http.Response, error)

EventsV1beta1ApiService partially update the specified Event * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Event @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1beta1Event

func (*EventsV1beta1ApiService) ReadNamespacedEvent ¶

func (a *EventsV1beta1ApiService) ReadNamespacedEvent(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (V1beta1Event, *http.Response, error)

EventsV1beta1ApiService read the specified Event * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Event @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "exact" (bool) Should the export be exact.  Exact export maintains cluster-specific fields like &#39;Namespace&#39;.
@param "export" (bool) Should this value be exported.  Export strips fields that a user can not specify.

@return V1beta1Event

func (*EventsV1beta1ApiService) ReplaceNamespacedEvent ¶

func (a *EventsV1beta1ApiService) ReplaceNamespacedEvent(ctx context.Context, name string, namespace string, body V1beta1Event, localVarOptionals map[string]interface{}) (V1beta1Event, *http.Response, error)

EventsV1beta1ApiService replace the specified Event * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Event @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1beta1Event

type ExtensionsApiService ¶

type ExtensionsApiService service

func (*ExtensionsApiService) GetAPIGroup ¶

ExtensionsApiService get information of a group * @param ctx context.Context for authentication, logging, tracing, etc. @return V1ApiGroup

type ExtensionsV1beta1AllowedFlexVolume ¶

type ExtensionsV1beta1AllowedFlexVolume struct {

	// Driver is the name of the Flexvolume driver.
	Driver string `json:"driver"`
}

AllowedFlexVolume represents a single Flexvolume that is allowed to be used.

type ExtensionsV1beta1AllowedHostPath ¶

type ExtensionsV1beta1AllowedHostPath struct {

	// is the path prefix that the host volume must match. It does not support `*`. Trailing slashes are trimmed when validating the path prefix with a host path.  Examples: `/foo` would allow `/foo`, `/foo/` and `/foo/bar` `/foo` would not allow `/food` or `/etc/foo`
	PathPrefix string `json:"pathPrefix,omitempty"`
}

defines the host volume conditions that will be enabled by a policy for pods to use. It requires the path prefix to be defined.

type ExtensionsV1beta1ApiService ¶

type ExtensionsV1beta1ApiService service

func (*ExtensionsV1beta1ApiService) CreateNamespacedDaemonSet ¶

func (a *ExtensionsV1beta1ApiService) CreateNamespacedDaemonSet(ctx context.Context, namespace string, body V1beta1DaemonSet, localVarOptionals map[string]interface{}) (V1beta1DaemonSet, *http.Response, error)

ExtensionsV1beta1ApiService create a DaemonSet * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1beta1DaemonSet

func (*ExtensionsV1beta1ApiService) CreateNamespacedDeployment ¶

func (a *ExtensionsV1beta1ApiService) CreateNamespacedDeployment(ctx context.Context, namespace string, body ExtensionsV1beta1Deployment, localVarOptionals map[string]interface{}) (ExtensionsV1beta1Deployment, *http.Response, error)

ExtensionsV1beta1ApiService create a Deployment * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return ExtensionsV1beta1Deployment

func (*ExtensionsV1beta1ApiService) CreateNamespacedDeploymentRollback ¶

func (a *ExtensionsV1beta1ApiService) CreateNamespacedDeploymentRollback(ctx context.Context, name string, namespace string, body ExtensionsV1beta1DeploymentRollback, localVarOptionals map[string]interface{}) (ExtensionsV1beta1DeploymentRollback, *http.Response, error)

ExtensionsV1beta1ApiService create rollback of a Deployment * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the DeploymentRollback @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return ExtensionsV1beta1DeploymentRollback

func (*ExtensionsV1beta1ApiService) CreateNamespacedIngress ¶

func (a *ExtensionsV1beta1ApiService) CreateNamespacedIngress(ctx context.Context, namespace string, body V1beta1Ingress, localVarOptionals map[string]interface{}) (V1beta1Ingress, *http.Response, error)

ExtensionsV1beta1ApiService create an Ingress * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1beta1Ingress

func (*ExtensionsV1beta1ApiService) CreateNamespacedNetworkPolicy ¶

func (a *ExtensionsV1beta1ApiService) CreateNamespacedNetworkPolicy(ctx context.Context, namespace string, body V1beta1NetworkPolicy, localVarOptionals map[string]interface{}) (V1beta1NetworkPolicy, *http.Response, error)

ExtensionsV1beta1ApiService create a NetworkPolicy * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1beta1NetworkPolicy

func (*ExtensionsV1beta1ApiService) CreateNamespacedReplicaSet ¶

func (a *ExtensionsV1beta1ApiService) CreateNamespacedReplicaSet(ctx context.Context, namespace string, body V1beta1ReplicaSet, localVarOptionals map[string]interface{}) (V1beta1ReplicaSet, *http.Response, error)

ExtensionsV1beta1ApiService create a ReplicaSet * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1beta1ReplicaSet

func (*ExtensionsV1beta1ApiService) CreatePodSecurityPolicy ¶

func (a *ExtensionsV1beta1ApiService) CreatePodSecurityPolicy(ctx context.Context, body ExtensionsV1beta1PodSecurityPolicy, localVarOptionals map[string]interface{}) (ExtensionsV1beta1PodSecurityPolicy, *http.Response, error)

ExtensionsV1beta1ApiService create a PodSecurityPolicy * @param ctx context.Context for authentication, logging, tracing, etc. @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return ExtensionsV1beta1PodSecurityPolicy

func (*ExtensionsV1beta1ApiService) DeleteCollectionNamespacedDaemonSet ¶

func (a *ExtensionsV1beta1ApiService) DeleteCollectionNamespacedDaemonSet(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

ExtensionsV1beta1ApiService delete collection of DaemonSet * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1Status

func (*ExtensionsV1beta1ApiService) DeleteCollectionNamespacedDeployment ¶

func (a *ExtensionsV1beta1ApiService) DeleteCollectionNamespacedDeployment(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

ExtensionsV1beta1ApiService delete collection of Deployment * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1Status

func (*ExtensionsV1beta1ApiService) DeleteCollectionNamespacedIngress ¶

func (a *ExtensionsV1beta1ApiService) DeleteCollectionNamespacedIngress(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

ExtensionsV1beta1ApiService delete collection of Ingress * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1Status

func (*ExtensionsV1beta1ApiService) DeleteCollectionNamespacedNetworkPolicy ¶

func (a *ExtensionsV1beta1ApiService) DeleteCollectionNamespacedNetworkPolicy(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

ExtensionsV1beta1ApiService delete collection of NetworkPolicy * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1Status

func (*ExtensionsV1beta1ApiService) DeleteCollectionNamespacedReplicaSet ¶

func (a *ExtensionsV1beta1ApiService) DeleteCollectionNamespacedReplicaSet(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

ExtensionsV1beta1ApiService delete collection of ReplicaSet * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1Status

func (*ExtensionsV1beta1ApiService) DeleteCollectionPodSecurityPolicy ¶

func (a *ExtensionsV1beta1ApiService) DeleteCollectionPodSecurityPolicy(ctx context.Context, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

ExtensionsV1beta1ApiService delete collection of PodSecurityPolicy * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1Status

func (*ExtensionsV1beta1ApiService) DeleteNamespacedDaemonSet ¶

func (a *ExtensionsV1beta1ApiService) DeleteNamespacedDaemonSet(ctx context.Context, name string, namespace string, body V1DeleteOptions, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

ExtensionsV1beta1ApiService delete a DaemonSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the DaemonSet @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "gracePeriodSeconds" (int32) The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
@param "orphanDependents" (bool) Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \&quot;orphan\&quot; finalizer will be added to/removed from the object&#39;s finalizers list. Either this field or PropagationPolicy may be set, but not both.
@param "propagationPolicy" (string) Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: &#39;Orphan&#39; - orphan the dependents; &#39;Background&#39; - allow the garbage collector to delete the dependents in the background; &#39;Foreground&#39; - a cascading policy that deletes all dependents in the foreground.

@return V1Status

func (*ExtensionsV1beta1ApiService) DeleteNamespacedDeployment ¶

func (a *ExtensionsV1beta1ApiService) DeleteNamespacedDeployment(ctx context.Context, name string, namespace string, body V1DeleteOptions, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

ExtensionsV1beta1ApiService delete a Deployment * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Deployment @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "gracePeriodSeconds" (int32) The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
@param "orphanDependents" (bool) Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \&quot;orphan\&quot; finalizer will be added to/removed from the object&#39;s finalizers list. Either this field or PropagationPolicy may be set, but not both.
@param "propagationPolicy" (string) Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: &#39;Orphan&#39; - orphan the dependents; &#39;Background&#39; - allow the garbage collector to delete the dependents in the background; &#39;Foreground&#39; - a cascading policy that deletes all dependents in the foreground.

@return V1Status

func (*ExtensionsV1beta1ApiService) DeleteNamespacedIngress ¶

func (a *ExtensionsV1beta1ApiService) DeleteNamespacedIngress(ctx context.Context, name string, namespace string, body V1DeleteOptions, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

ExtensionsV1beta1ApiService delete an Ingress * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Ingress @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "gracePeriodSeconds" (int32) The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
@param "orphanDependents" (bool) Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \&quot;orphan\&quot; finalizer will be added to/removed from the object&#39;s finalizers list. Either this field or PropagationPolicy may be set, but not both.
@param "propagationPolicy" (string) Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: &#39;Orphan&#39; - orphan the dependents; &#39;Background&#39; - allow the garbage collector to delete the dependents in the background; &#39;Foreground&#39; - a cascading policy that deletes all dependents in the foreground.

@return V1Status

func (*ExtensionsV1beta1ApiService) DeleteNamespacedNetworkPolicy ¶

func (a *ExtensionsV1beta1ApiService) DeleteNamespacedNetworkPolicy(ctx context.Context, name string, namespace string, body V1DeleteOptions, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

ExtensionsV1beta1ApiService delete a NetworkPolicy * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the NetworkPolicy @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "gracePeriodSeconds" (int32) The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
@param "orphanDependents" (bool) Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \&quot;orphan\&quot; finalizer will be added to/removed from the object&#39;s finalizers list. Either this field or PropagationPolicy may be set, but not both.
@param "propagationPolicy" (string) Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: &#39;Orphan&#39; - orphan the dependents; &#39;Background&#39; - allow the garbage collector to delete the dependents in the background; &#39;Foreground&#39; - a cascading policy that deletes all dependents in the foreground.

@return V1Status

func (*ExtensionsV1beta1ApiService) DeleteNamespacedReplicaSet ¶

func (a *ExtensionsV1beta1ApiService) DeleteNamespacedReplicaSet(ctx context.Context, name string, namespace string, body V1DeleteOptions, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

ExtensionsV1beta1ApiService delete a ReplicaSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ReplicaSet @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "gracePeriodSeconds" (int32) The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
@param "orphanDependents" (bool) Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \&quot;orphan\&quot; finalizer will be added to/removed from the object&#39;s finalizers list. Either this field or PropagationPolicy may be set, but not both.
@param "propagationPolicy" (string) Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: &#39;Orphan&#39; - orphan the dependents; &#39;Background&#39; - allow the garbage collector to delete the dependents in the background; &#39;Foreground&#39; - a cascading policy that deletes all dependents in the foreground.

@return V1Status

func (*ExtensionsV1beta1ApiService) DeletePodSecurityPolicy ¶

func (a *ExtensionsV1beta1ApiService) DeletePodSecurityPolicy(ctx context.Context, name string, body V1DeleteOptions, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

ExtensionsV1beta1ApiService delete a PodSecurityPolicy * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the PodSecurityPolicy @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "gracePeriodSeconds" (int32) The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
@param "orphanDependents" (bool) Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \&quot;orphan\&quot; finalizer will be added to/removed from the object&#39;s finalizers list. Either this field or PropagationPolicy may be set, but not both.
@param "propagationPolicy" (string) Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: &#39;Orphan&#39; - orphan the dependents; &#39;Background&#39; - allow the garbage collector to delete the dependents in the background; &#39;Foreground&#39; - a cascading policy that deletes all dependents in the foreground.

@return V1Status

func (*ExtensionsV1beta1ApiService) GetAPIResources ¶

ExtensionsV1beta1ApiService get available resources * @param ctx context.Context for authentication, logging, tracing, etc. @return V1ApiResourceList

func (*ExtensionsV1beta1ApiService) ListDaemonSetForAllNamespaces ¶

func (a *ExtensionsV1beta1ApiService) ListDaemonSetForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1beta1DaemonSetList, *http.Response, error)

ExtensionsV1beta1ApiService list or watch objects of kind DaemonSet * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1beta1DaemonSetList

func (*ExtensionsV1beta1ApiService) ListDeploymentForAllNamespaces ¶

func (a *ExtensionsV1beta1ApiService) ListDeploymentForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (ExtensionsV1beta1DeploymentList, *http.Response, error)

ExtensionsV1beta1ApiService list or watch objects of kind Deployment * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return ExtensionsV1beta1DeploymentList

func (*ExtensionsV1beta1ApiService) ListIngressForAllNamespaces ¶

func (a *ExtensionsV1beta1ApiService) ListIngressForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1beta1IngressList, *http.Response, error)

ExtensionsV1beta1ApiService list or watch objects of kind Ingress * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1beta1IngressList

func (*ExtensionsV1beta1ApiService) ListNamespacedDaemonSet ¶

func (a *ExtensionsV1beta1ApiService) ListNamespacedDaemonSet(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1beta1DaemonSetList, *http.Response, error)

ExtensionsV1beta1ApiService list or watch objects of kind DaemonSet * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1beta1DaemonSetList

func (*ExtensionsV1beta1ApiService) ListNamespacedDeployment ¶

func (a *ExtensionsV1beta1ApiService) ListNamespacedDeployment(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (ExtensionsV1beta1DeploymentList, *http.Response, error)

ExtensionsV1beta1ApiService list or watch objects of kind Deployment * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return ExtensionsV1beta1DeploymentList

func (*ExtensionsV1beta1ApiService) ListNamespacedIngress ¶

func (a *ExtensionsV1beta1ApiService) ListNamespacedIngress(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1beta1IngressList, *http.Response, error)

ExtensionsV1beta1ApiService list or watch objects of kind Ingress * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1beta1IngressList

func (*ExtensionsV1beta1ApiService) ListNamespacedNetworkPolicy ¶

func (a *ExtensionsV1beta1ApiService) ListNamespacedNetworkPolicy(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1beta1NetworkPolicyList, *http.Response, error)

ExtensionsV1beta1ApiService list or watch objects of kind NetworkPolicy * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1beta1NetworkPolicyList

func (*ExtensionsV1beta1ApiService) ListNamespacedReplicaSet ¶

func (a *ExtensionsV1beta1ApiService) ListNamespacedReplicaSet(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1beta1ReplicaSetList, *http.Response, error)

ExtensionsV1beta1ApiService list or watch objects of kind ReplicaSet * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1beta1ReplicaSetList

func (*ExtensionsV1beta1ApiService) ListNetworkPolicyForAllNamespaces ¶

func (a *ExtensionsV1beta1ApiService) ListNetworkPolicyForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1beta1NetworkPolicyList, *http.Response, error)

ExtensionsV1beta1ApiService list or watch objects of kind NetworkPolicy * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1beta1NetworkPolicyList

func (*ExtensionsV1beta1ApiService) ListPodSecurityPolicy ¶

func (a *ExtensionsV1beta1ApiService) ListPodSecurityPolicy(ctx context.Context, localVarOptionals map[string]interface{}) (ExtensionsV1beta1PodSecurityPolicyList, *http.Response, error)

ExtensionsV1beta1ApiService list or watch objects of kind PodSecurityPolicy * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return ExtensionsV1beta1PodSecurityPolicyList

func (*ExtensionsV1beta1ApiService) ListReplicaSetForAllNamespaces ¶

func (a *ExtensionsV1beta1ApiService) ListReplicaSetForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1beta1ReplicaSetList, *http.Response, error)

ExtensionsV1beta1ApiService list or watch objects of kind ReplicaSet * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1beta1ReplicaSetList

func (*ExtensionsV1beta1ApiService) PatchNamespacedDaemonSet ¶

func (a *ExtensionsV1beta1ApiService) PatchNamespacedDaemonSet(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (V1beta1DaemonSet, *http.Response, error)

ExtensionsV1beta1ApiService partially update the specified DaemonSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the DaemonSet @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1beta1DaemonSet

func (*ExtensionsV1beta1ApiService) PatchNamespacedDaemonSetStatus ¶

func (a *ExtensionsV1beta1ApiService) PatchNamespacedDaemonSetStatus(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (V1beta1DaemonSet, *http.Response, error)

ExtensionsV1beta1ApiService partially update status of the specified DaemonSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the DaemonSet @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1beta1DaemonSet

func (*ExtensionsV1beta1ApiService) PatchNamespacedDeployment ¶

func (a *ExtensionsV1beta1ApiService) PatchNamespacedDeployment(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (ExtensionsV1beta1Deployment, *http.Response, error)

ExtensionsV1beta1ApiService partially update the specified Deployment * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Deployment @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return ExtensionsV1beta1Deployment

func (*ExtensionsV1beta1ApiService) PatchNamespacedDeploymentScale ¶

func (a *ExtensionsV1beta1ApiService) PatchNamespacedDeploymentScale(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (ExtensionsV1beta1Scale, *http.Response, error)

ExtensionsV1beta1ApiService partially update scale of the specified Deployment * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Scale @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return ExtensionsV1beta1Scale

func (*ExtensionsV1beta1ApiService) PatchNamespacedDeploymentStatus ¶

func (a *ExtensionsV1beta1ApiService) PatchNamespacedDeploymentStatus(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (ExtensionsV1beta1Deployment, *http.Response, error)

ExtensionsV1beta1ApiService partially update status of the specified Deployment * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Deployment @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return ExtensionsV1beta1Deployment

func (*ExtensionsV1beta1ApiService) PatchNamespacedIngress ¶

func (a *ExtensionsV1beta1ApiService) PatchNamespacedIngress(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (V1beta1Ingress, *http.Response, error)

ExtensionsV1beta1ApiService partially update the specified Ingress * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Ingress @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1beta1Ingress

func (*ExtensionsV1beta1ApiService) PatchNamespacedIngressStatus ¶

func (a *ExtensionsV1beta1ApiService) PatchNamespacedIngressStatus(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (V1beta1Ingress, *http.Response, error)

ExtensionsV1beta1ApiService partially update status of the specified Ingress * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Ingress @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1beta1Ingress

func (*ExtensionsV1beta1ApiService) PatchNamespacedNetworkPolicy ¶

func (a *ExtensionsV1beta1ApiService) PatchNamespacedNetworkPolicy(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (V1beta1NetworkPolicy, *http.Response, error)

ExtensionsV1beta1ApiService partially update the specified NetworkPolicy * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the NetworkPolicy @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1beta1NetworkPolicy

func (*ExtensionsV1beta1ApiService) PatchNamespacedReplicaSet ¶

func (a *ExtensionsV1beta1ApiService) PatchNamespacedReplicaSet(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (V1beta1ReplicaSet, *http.Response, error)

ExtensionsV1beta1ApiService partially update the specified ReplicaSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ReplicaSet @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1beta1ReplicaSet

func (*ExtensionsV1beta1ApiService) PatchNamespacedReplicaSetScale ¶

func (a *ExtensionsV1beta1ApiService) PatchNamespacedReplicaSetScale(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (ExtensionsV1beta1Scale, *http.Response, error)

ExtensionsV1beta1ApiService partially update scale of the specified ReplicaSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Scale @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return ExtensionsV1beta1Scale

func (*ExtensionsV1beta1ApiService) PatchNamespacedReplicaSetStatus ¶

func (a *ExtensionsV1beta1ApiService) PatchNamespacedReplicaSetStatus(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (V1beta1ReplicaSet, *http.Response, error)

ExtensionsV1beta1ApiService partially update status of the specified ReplicaSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ReplicaSet @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1beta1ReplicaSet

func (*ExtensionsV1beta1ApiService) PatchNamespacedReplicationControllerDummyScale ¶

func (a *ExtensionsV1beta1ApiService) PatchNamespacedReplicationControllerDummyScale(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (ExtensionsV1beta1Scale, *http.Response, error)

ExtensionsV1beta1ApiService partially update scale of the specified ReplicationControllerDummy * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Scale @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return ExtensionsV1beta1Scale

func (*ExtensionsV1beta1ApiService) PatchPodSecurityPolicy ¶

func (a *ExtensionsV1beta1ApiService) PatchPodSecurityPolicy(ctx context.Context, name string, body interface{}, localVarOptionals map[string]interface{}) (ExtensionsV1beta1PodSecurityPolicy, *http.Response, error)

ExtensionsV1beta1ApiService partially update the specified PodSecurityPolicy * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the PodSecurityPolicy @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return ExtensionsV1beta1PodSecurityPolicy

func (*ExtensionsV1beta1ApiService) ReadNamespacedDaemonSet ¶

func (a *ExtensionsV1beta1ApiService) ReadNamespacedDaemonSet(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (V1beta1DaemonSet, *http.Response, error)

ExtensionsV1beta1ApiService read the specified DaemonSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the DaemonSet @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "exact" (bool) Should the export be exact.  Exact export maintains cluster-specific fields like &#39;Namespace&#39;.
@param "export" (bool) Should this value be exported.  Export strips fields that a user can not specify.

@return V1beta1DaemonSet

func (*ExtensionsV1beta1ApiService) ReadNamespacedDaemonSetStatus ¶

func (a *ExtensionsV1beta1ApiService) ReadNamespacedDaemonSetStatus(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (V1beta1DaemonSet, *http.Response, error)

ExtensionsV1beta1ApiService read status of the specified DaemonSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the DaemonSet @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1beta1DaemonSet

func (*ExtensionsV1beta1ApiService) ReadNamespacedDeployment ¶

func (a *ExtensionsV1beta1ApiService) ReadNamespacedDeployment(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (ExtensionsV1beta1Deployment, *http.Response, error)

ExtensionsV1beta1ApiService read the specified Deployment * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Deployment @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "exact" (bool) Should the export be exact.  Exact export maintains cluster-specific fields like &#39;Namespace&#39;.
@param "export" (bool) Should this value be exported.  Export strips fields that a user can not specify.

@return ExtensionsV1beta1Deployment

func (*ExtensionsV1beta1ApiService) ReadNamespacedDeploymentScale ¶

func (a *ExtensionsV1beta1ApiService) ReadNamespacedDeploymentScale(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (ExtensionsV1beta1Scale, *http.Response, error)

ExtensionsV1beta1ApiService read scale of the specified Deployment * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Scale @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return ExtensionsV1beta1Scale

func (*ExtensionsV1beta1ApiService) ReadNamespacedDeploymentStatus ¶

func (a *ExtensionsV1beta1ApiService) ReadNamespacedDeploymentStatus(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (ExtensionsV1beta1Deployment, *http.Response, error)

ExtensionsV1beta1ApiService read status of the specified Deployment * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Deployment @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return ExtensionsV1beta1Deployment

func (*ExtensionsV1beta1ApiService) ReadNamespacedIngress ¶

func (a *ExtensionsV1beta1ApiService) ReadNamespacedIngress(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (V1beta1Ingress, *http.Response, error)

ExtensionsV1beta1ApiService read the specified Ingress * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Ingress @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "exact" (bool) Should the export be exact.  Exact export maintains cluster-specific fields like &#39;Namespace&#39;.
@param "export" (bool) Should this value be exported.  Export strips fields that a user can not specify.

@return V1beta1Ingress

func (*ExtensionsV1beta1ApiService) ReadNamespacedIngressStatus ¶

func (a *ExtensionsV1beta1ApiService) ReadNamespacedIngressStatus(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (V1beta1Ingress, *http.Response, error)

ExtensionsV1beta1ApiService read status of the specified Ingress * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Ingress @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1beta1Ingress

func (*ExtensionsV1beta1ApiService) ReadNamespacedNetworkPolicy ¶

func (a *ExtensionsV1beta1ApiService) ReadNamespacedNetworkPolicy(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (V1beta1NetworkPolicy, *http.Response, error)

ExtensionsV1beta1ApiService read the specified NetworkPolicy * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the NetworkPolicy @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "exact" (bool) Should the export be exact.  Exact export maintains cluster-specific fields like &#39;Namespace&#39;.
@param "export" (bool) Should this value be exported.  Export strips fields that a user can not specify.

@return V1beta1NetworkPolicy

func (*ExtensionsV1beta1ApiService) ReadNamespacedReplicaSet ¶

func (a *ExtensionsV1beta1ApiService) ReadNamespacedReplicaSet(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (V1beta1ReplicaSet, *http.Response, error)

ExtensionsV1beta1ApiService read the specified ReplicaSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ReplicaSet @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "exact" (bool) Should the export be exact.  Exact export maintains cluster-specific fields like &#39;Namespace&#39;.
@param "export" (bool) Should this value be exported.  Export strips fields that a user can not specify.

@return V1beta1ReplicaSet

func (*ExtensionsV1beta1ApiService) ReadNamespacedReplicaSetScale ¶

func (a *ExtensionsV1beta1ApiService) ReadNamespacedReplicaSetScale(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (ExtensionsV1beta1Scale, *http.Response, error)

ExtensionsV1beta1ApiService read scale of the specified ReplicaSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Scale @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return ExtensionsV1beta1Scale

func (*ExtensionsV1beta1ApiService) ReadNamespacedReplicaSetStatus ¶

func (a *ExtensionsV1beta1ApiService) ReadNamespacedReplicaSetStatus(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (V1beta1ReplicaSet, *http.Response, error)

ExtensionsV1beta1ApiService read status of the specified ReplicaSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ReplicaSet @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1beta1ReplicaSet

func (*ExtensionsV1beta1ApiService) ReadNamespacedReplicationControllerDummyScale ¶

func (a *ExtensionsV1beta1ApiService) ReadNamespacedReplicationControllerDummyScale(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (ExtensionsV1beta1Scale, *http.Response, error)

ExtensionsV1beta1ApiService read scale of the specified ReplicationControllerDummy * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Scale @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return ExtensionsV1beta1Scale

func (*ExtensionsV1beta1ApiService) ReadPodSecurityPolicy ¶

func (a *ExtensionsV1beta1ApiService) ReadPodSecurityPolicy(ctx context.Context, name string, localVarOptionals map[string]interface{}) (ExtensionsV1beta1PodSecurityPolicy, *http.Response, error)

ExtensionsV1beta1ApiService read the specified PodSecurityPolicy * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the PodSecurityPolicy @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "exact" (bool) Should the export be exact.  Exact export maintains cluster-specific fields like &#39;Namespace&#39;.
@param "export" (bool) Should this value be exported.  Export strips fields that a user can not specify.

@return ExtensionsV1beta1PodSecurityPolicy

func (*ExtensionsV1beta1ApiService) ReplaceNamespacedDaemonSet ¶

func (a *ExtensionsV1beta1ApiService) ReplaceNamespacedDaemonSet(ctx context.Context, name string, namespace string, body V1beta1DaemonSet, localVarOptionals map[string]interface{}) (V1beta1DaemonSet, *http.Response, error)

ExtensionsV1beta1ApiService replace the specified DaemonSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the DaemonSet @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1beta1DaemonSet

func (*ExtensionsV1beta1ApiService) ReplaceNamespacedDaemonSetStatus ¶

func (a *ExtensionsV1beta1ApiService) ReplaceNamespacedDaemonSetStatus(ctx context.Context, name string, namespace string, body V1beta1DaemonSet, localVarOptionals map[string]interface{}) (V1beta1DaemonSet, *http.Response, error)

ExtensionsV1beta1ApiService replace status of the specified DaemonSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the DaemonSet @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1beta1DaemonSet

func (*ExtensionsV1beta1ApiService) ReplaceNamespacedDeployment ¶

func (a *ExtensionsV1beta1ApiService) ReplaceNamespacedDeployment(ctx context.Context, name string, namespace string, body ExtensionsV1beta1Deployment, localVarOptionals map[string]interface{}) (ExtensionsV1beta1Deployment, *http.Response, error)

ExtensionsV1beta1ApiService replace the specified Deployment * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Deployment @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return ExtensionsV1beta1Deployment

func (*ExtensionsV1beta1ApiService) ReplaceNamespacedDeploymentScale ¶

func (a *ExtensionsV1beta1ApiService) ReplaceNamespacedDeploymentScale(ctx context.Context, name string, namespace string, body ExtensionsV1beta1Scale, localVarOptionals map[string]interface{}) (ExtensionsV1beta1Scale, *http.Response, error)

ExtensionsV1beta1ApiService replace scale of the specified Deployment * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Scale @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return ExtensionsV1beta1Scale

func (*ExtensionsV1beta1ApiService) ReplaceNamespacedDeploymentStatus ¶

func (a *ExtensionsV1beta1ApiService) ReplaceNamespacedDeploymentStatus(ctx context.Context, name string, namespace string, body ExtensionsV1beta1Deployment, localVarOptionals map[string]interface{}) (ExtensionsV1beta1Deployment, *http.Response, error)

ExtensionsV1beta1ApiService replace status of the specified Deployment * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Deployment @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return ExtensionsV1beta1Deployment

func (*ExtensionsV1beta1ApiService) ReplaceNamespacedIngress ¶

func (a *ExtensionsV1beta1ApiService) ReplaceNamespacedIngress(ctx context.Context, name string, namespace string, body V1beta1Ingress, localVarOptionals map[string]interface{}) (V1beta1Ingress, *http.Response, error)

ExtensionsV1beta1ApiService replace the specified Ingress * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Ingress @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1beta1Ingress

func (*ExtensionsV1beta1ApiService) ReplaceNamespacedIngressStatus ¶

func (a *ExtensionsV1beta1ApiService) ReplaceNamespacedIngressStatus(ctx context.Context, name string, namespace string, body V1beta1Ingress, localVarOptionals map[string]interface{}) (V1beta1Ingress, *http.Response, error)

ExtensionsV1beta1ApiService replace status of the specified Ingress * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Ingress @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1beta1Ingress

func (*ExtensionsV1beta1ApiService) ReplaceNamespacedNetworkPolicy ¶

func (a *ExtensionsV1beta1ApiService) ReplaceNamespacedNetworkPolicy(ctx context.Context, name string, namespace string, body V1beta1NetworkPolicy, localVarOptionals map[string]interface{}) (V1beta1NetworkPolicy, *http.Response, error)

ExtensionsV1beta1ApiService replace the specified NetworkPolicy * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the NetworkPolicy @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1beta1NetworkPolicy

func (*ExtensionsV1beta1ApiService) ReplaceNamespacedReplicaSet ¶

func (a *ExtensionsV1beta1ApiService) ReplaceNamespacedReplicaSet(ctx context.Context, name string, namespace string, body V1beta1ReplicaSet, localVarOptionals map[string]interface{}) (V1beta1ReplicaSet, *http.Response, error)

ExtensionsV1beta1ApiService replace the specified ReplicaSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ReplicaSet @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1beta1ReplicaSet

func (*ExtensionsV1beta1ApiService) ReplaceNamespacedReplicaSetScale ¶

func (a *ExtensionsV1beta1ApiService) ReplaceNamespacedReplicaSetScale(ctx context.Context, name string, namespace string, body ExtensionsV1beta1Scale, localVarOptionals map[string]interface{}) (ExtensionsV1beta1Scale, *http.Response, error)

ExtensionsV1beta1ApiService replace scale of the specified ReplicaSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Scale @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return ExtensionsV1beta1Scale

func (*ExtensionsV1beta1ApiService) ReplaceNamespacedReplicaSetStatus ¶

func (a *ExtensionsV1beta1ApiService) ReplaceNamespacedReplicaSetStatus(ctx context.Context, name string, namespace string, body V1beta1ReplicaSet, localVarOptionals map[string]interface{}) (V1beta1ReplicaSet, *http.Response, error)

ExtensionsV1beta1ApiService replace status of the specified ReplicaSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ReplicaSet @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1beta1ReplicaSet

func (*ExtensionsV1beta1ApiService) ReplaceNamespacedReplicationControllerDummyScale ¶

func (a *ExtensionsV1beta1ApiService) ReplaceNamespacedReplicationControllerDummyScale(ctx context.Context, name string, namespace string, body ExtensionsV1beta1Scale, localVarOptionals map[string]interface{}) (ExtensionsV1beta1Scale, *http.Response, error)

ExtensionsV1beta1ApiService replace scale of the specified ReplicationControllerDummy * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Scale @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return ExtensionsV1beta1Scale

func (*ExtensionsV1beta1ApiService) ReplacePodSecurityPolicy ¶

func (a *ExtensionsV1beta1ApiService) ReplacePodSecurityPolicy(ctx context.Context, name string, body ExtensionsV1beta1PodSecurityPolicy, localVarOptionals map[string]interface{}) (ExtensionsV1beta1PodSecurityPolicy, *http.Response, error)

ExtensionsV1beta1ApiService replace the specified PodSecurityPolicy * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the PodSecurityPolicy @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return ExtensionsV1beta1PodSecurityPolicy

type ExtensionsV1beta1Deployment ¶

type ExtensionsV1beta1Deployment struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard object metadata.
	Metadata *V1ObjectMeta `json:"metadata,omitempty"`

	// Specification of the desired behavior of the Deployment.
	Spec *ExtensionsV1beta1DeploymentSpec `json:"spec,omitempty"`

	// Most recently observed status of the Deployment.
	Status *ExtensionsV1beta1DeploymentStatus `json:"status,omitempty"`
}

DEPRECATED - This group version of Deployment is deprecated by apps/v1beta2/Deployment. See the release notes for more information. Deployment enables declarative updates for Pods and ReplicaSets.

type ExtensionsV1beta1DeploymentCondition ¶

type ExtensionsV1beta1DeploymentCondition struct {

	// Last time the condition transitioned from one status to another.
	LastTransitionTime time.Time `json:"lastTransitionTime,omitempty"`

	// The last time this condition was updated.
	LastUpdateTime time.Time `json:"lastUpdateTime,omitempty"`

	// A human readable message indicating details about the transition.
	Message string `json:"message,omitempty"`

	// The reason for the condition's last transition.
	Reason string `json:"reason,omitempty"`

	// Status of the condition, one of True, False, Unknown.
	Status string `json:"status"`

	// Type of deployment condition.
	Type_ string `json:"type"`
}

DeploymentCondition describes the state of a deployment at a certain point.

type ExtensionsV1beta1DeploymentList ¶

type ExtensionsV1beta1DeploymentList struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Items is the list of Deployments.
	Items []ExtensionsV1beta1Deployment `json:"items"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard list metadata.
	Metadata *V1ListMeta `json:"metadata,omitempty"`
}

DeploymentList is a list of Deployments.

type ExtensionsV1beta1DeploymentRollback ¶

type ExtensionsV1beta1DeploymentRollback struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Required: This must match the Name of a deployment.
	Name string `json:"name"`

	// The config of this deployment rollback.
	RollbackTo *ExtensionsV1beta1RollbackConfig `json:"rollbackTo"`

	// The annotations to be updated to a deployment
	UpdatedAnnotations map[string]string `json:"updatedAnnotations,omitempty"`
}

DEPRECATED. DeploymentRollback stores the information required to rollback a deployment.

type ExtensionsV1beta1DeploymentSpec ¶

type ExtensionsV1beta1DeploymentSpec struct {

	// Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
	MinReadySeconds int32 `json:"minReadySeconds,omitempty"`

	// Indicates that the deployment is paused and will not be processed by the deployment controller.
	Paused bool `json:"paused,omitempty"`

	// The maximum time in seconds for a deployment to make progress before it is considered to be failed. The deployment controller will continue to process failed deployments and a condition with a ProgressDeadlineExceeded reason will be surfaced in the deployment status. Note that progress will not be estimated during the time a deployment is paused. This is not set by default.
	ProgressDeadlineSeconds int32 `json:"progressDeadlineSeconds,omitempty"`

	// Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
	Replicas int32 `json:"replicas,omitempty"`

	// The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified.
	RevisionHistoryLimit int32 `json:"revisionHistoryLimit,omitempty"`

	// DEPRECATED. The config this deployment is rolling back to. Will be cleared after rollback is done.
	RollbackTo *ExtensionsV1beta1RollbackConfig `json:"rollbackTo,omitempty"`

	// Label selector for pods. Existing ReplicaSets whose pods are selected by this will be the ones affected by this deployment.
	Selector *V1LabelSelector `json:"selector,omitempty"`

	// The deployment strategy to use to replace existing pods with new ones.
	Strategy *ExtensionsV1beta1DeploymentStrategy `json:"strategy,omitempty"`

	// Template describes the pods that will be created.
	Template *V1PodTemplateSpec `json:"template"`
}

DeploymentSpec is the specification of the desired behavior of the Deployment.

type ExtensionsV1beta1DeploymentStatus ¶

type ExtensionsV1beta1DeploymentStatus struct {

	// Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
	AvailableReplicas int32 `json:"availableReplicas,omitempty"`

	// Count of hash collisions for the Deployment. The Deployment controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ReplicaSet.
	CollisionCount int32 `json:"collisionCount,omitempty"`

	// Represents the latest available observations of a deployment's current state.
	Conditions []ExtensionsV1beta1DeploymentCondition `json:"conditions,omitempty"`

	// The generation observed by the deployment controller.
	ObservedGeneration int64 `json:"observedGeneration,omitempty"`

	// Total number of ready pods targeted by this deployment.
	ReadyReplicas int32 `json:"readyReplicas,omitempty"`

	// Total number of non-terminated pods targeted by this deployment (their labels match the selector).
	Replicas int32 `json:"replicas,omitempty"`

	// Total number of unavailable pods targeted by this deployment. This is the total number of pods that are still required for the deployment to have 100% available capacity. They may either be pods that are running but not yet available or pods that still have not been created.
	UnavailableReplicas int32 `json:"unavailableReplicas,omitempty"`

	// Total number of non-terminated pods targeted by this deployment that have the desired template spec.
	UpdatedReplicas int32 `json:"updatedReplicas,omitempty"`
}

DeploymentStatus is the most recently observed status of the Deployment.

type ExtensionsV1beta1DeploymentStrategy ¶

type ExtensionsV1beta1DeploymentStrategy struct {

	// Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate.
	RollingUpdate *ExtensionsV1beta1RollingUpdateDeployment `json:"rollingUpdate,omitempty"`

	// Type of deployment. Can be \"Recreate\" or \"RollingUpdate\". Default is RollingUpdate.
	Type_ string `json:"type,omitempty"`
}

DeploymentStrategy describes how to replace existing pods with new ones.

type ExtensionsV1beta1FsGroupStrategyOptions ¶

type ExtensionsV1beta1FsGroupStrategyOptions struct {

	// Ranges are the allowed ranges of fs groups.  If you would like to force a single fs group then supply a single range with the same start and end.
	Ranges []ExtensionsV1beta1IdRange `json:"ranges,omitempty"`

	// Rule is the strategy that will dictate what FSGroup is used in the SecurityContext.
	Rule string `json:"rule,omitempty"`
}

FSGroupStrategyOptions defines the strategy type and options used to create the strategy.

type ExtensionsV1beta1HostPortRange ¶

type ExtensionsV1beta1HostPortRange struct {

	// max is the end of the range, inclusive.
	Max int32 `json:"max"`

	// min is the start of the range, inclusive.
	Min int32 `json:"min"`
}

Host Port Range defines a range of host ports that will be enabled by a policy for pods to use. It requires both the start and end to be defined.

type ExtensionsV1beta1IdRange ¶

type ExtensionsV1beta1IdRange struct {

	// Max is the end of the range, inclusive.
	Max int64 `json:"max"`

	// Min is the start of the range, inclusive.
	Min int64 `json:"min"`
}

ID Range provides a min/max of an allowed range of IDs.

type ExtensionsV1beta1PodSecurityPolicy ¶

type ExtensionsV1beta1PodSecurityPolicy struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
	Metadata *V1ObjectMeta `json:"metadata,omitempty"`

	// spec defines the policy enforced.
	Spec *ExtensionsV1beta1PodSecurityPolicySpec `json:"spec,omitempty"`
}

Pod Security Policy governs the ability to make requests that affect the Security Context that will be applied to a pod and container.

type ExtensionsV1beta1PodSecurityPolicyList ¶

type ExtensionsV1beta1PodSecurityPolicyList struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Items is a list of schema objects.
	Items []ExtensionsV1beta1PodSecurityPolicy `json:"items"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
	Metadata *V1ListMeta `json:"metadata,omitempty"`
}

Pod Security Policy List is a list of PodSecurityPolicy objects.

type ExtensionsV1beta1PodSecurityPolicySpec ¶

type ExtensionsV1beta1PodSecurityPolicySpec struct {

	// AllowPrivilegeEscalation determines if a pod can request to allow privilege escalation. If unspecified, defaults to true.
	AllowPrivilegeEscalation bool `json:"allowPrivilegeEscalation,omitempty"`

	// AllowedCapabilities is a list of capabilities that can be requested to add to the container. Capabilities in this field may be added at the pod author's discretion. You must not list a capability in both AllowedCapabilities and RequiredDropCapabilities.
	AllowedCapabilities []string `json:"allowedCapabilities,omitempty"`

	// AllowedFlexVolumes is a whitelist of allowed Flexvolumes.  Empty or nil indicates that all Flexvolumes may be used.  This parameter is effective only when the usage of the Flexvolumes is allowed in the \"Volumes\" field.
	AllowedFlexVolumes []ExtensionsV1beta1AllowedFlexVolume `json:"allowedFlexVolumes,omitempty"`

	// is a white list of allowed host paths. Empty indicates that all host paths may be used.
	AllowedHostPaths []ExtensionsV1beta1AllowedHostPath `json:"allowedHostPaths,omitempty"`

	// DefaultAddCapabilities is the default set of capabilities that will be added to the container unless the pod spec specifically drops the capability.  You may not list a capability in both DefaultAddCapabilities and RequiredDropCapabilities. Capabilities added here are implicitly allowed, and need not be included in the AllowedCapabilities list.
	DefaultAddCapabilities []string `json:"defaultAddCapabilities,omitempty"`

	// DefaultAllowPrivilegeEscalation controls the default setting for whether a process can gain more privileges than its parent process.
	DefaultAllowPrivilegeEscalation bool `json:"defaultAllowPrivilegeEscalation,omitempty"`

	// FSGroup is the strategy that will dictate what fs group is used by the SecurityContext.
	FsGroup *ExtensionsV1beta1FsGroupStrategyOptions `json:"fsGroup"`

	// hostIPC determines if the policy allows the use of HostIPC in the pod spec.
	HostIPC bool `json:"hostIPC,omitempty"`

	// hostNetwork determines if the policy allows the use of HostNetwork in the pod spec.
	HostNetwork bool `json:"hostNetwork,omitempty"`

	// hostPID determines if the policy allows the use of HostPID in the pod spec.
	HostPID bool `json:"hostPID,omitempty"`

	// hostPorts determines which host port ranges are allowed to be exposed.
	HostPorts []ExtensionsV1beta1HostPortRange `json:"hostPorts,omitempty"`

	// privileged determines if a pod can request to be run as privileged.
	Privileged bool `json:"privileged,omitempty"`

	// ReadOnlyRootFilesystem when set to true will force containers to run with a read only root file system.  If the container specifically requests to run with a non-read only root file system the PSP should deny the pod. If set to false the container may run with a read only root file system if it wishes but it will not be forced to.
	ReadOnlyRootFilesystem bool `json:"readOnlyRootFilesystem,omitempty"`

	// RequiredDropCapabilities are the capabilities that will be dropped from the container.  These are required to be dropped and cannot be added.
	RequiredDropCapabilities []string `json:"requiredDropCapabilities,omitempty"`

	// runAsUser is the strategy that will dictate the allowable RunAsUser values that may be set.
	RunAsUser *ExtensionsV1beta1RunAsUserStrategyOptions `json:"runAsUser"`

	// seLinux is the strategy that will dictate the allowable labels that may be set.
	SeLinux *ExtensionsV1beta1SeLinuxStrategyOptions `json:"seLinux"`

	// SupplementalGroups is the strategy that will dictate what supplemental groups are used by the SecurityContext.
	SupplementalGroups *ExtensionsV1beta1SupplementalGroupsStrategyOptions `json:"supplementalGroups"`

	// volumes is a white list of allowed volume plugins.  Empty indicates that all plugins may be used.
	Volumes []string `json:"volumes,omitempty"`
}

Pod Security Policy Spec defines the policy enforced.

type ExtensionsV1beta1RollbackConfig ¶

type ExtensionsV1beta1RollbackConfig struct {

	// The revision to rollback to. If set to 0, rollback to the last revision.
	Revision int64 `json:"revision,omitempty"`
}

DEPRECATED.

type ExtensionsV1beta1RollingUpdateDeployment ¶

type ExtensionsV1beta1RollingUpdateDeployment struct {

	// The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. By default, a value of 1 is used. Example: when this is set to 30%, the new RC can be scaled up immediately when the rolling update starts, such that the total number of old and new pods do not exceed 130% of desired pods. Once old pods have been killed, new RC can be scaled up further, ensuring that total number of pods running at any time during the update is atmost 130% of desired pods.
	MaxSurge *interface{} `json:"maxSurge,omitempty"`

	// The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. By default, a fixed value of 1 is used. Example: when this is set to 30%, the old RC can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old RC can be scaled down further, followed by scaling up the new RC, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods.
	MaxUnavailable *interface{} `json:"maxUnavailable,omitempty"`
}

Spec to control the desired behavior of rolling update.

type ExtensionsV1beta1RunAsUserStrategyOptions ¶

type ExtensionsV1beta1RunAsUserStrategyOptions struct {

	// Ranges are the allowed ranges of uids that may be used.
	Ranges []ExtensionsV1beta1IdRange `json:"ranges,omitempty"`

	// Rule is the strategy that will dictate the allowable RunAsUser values that may be set.
	Rule string `json:"rule"`
}

Run A sUser Strategy Options defines the strategy type and any options used to create the strategy.

type ExtensionsV1beta1Scale ¶

type ExtensionsV1beta1Scale struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard object metadata; More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata.
	Metadata *V1ObjectMeta `json:"metadata,omitempty"`

	// defines the behavior of the scale. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status.
	Spec *ExtensionsV1beta1ScaleSpec `json:"spec,omitempty"`

	// current status of the scale. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status. Read-only.
	Status *ExtensionsV1beta1ScaleStatus `json:"status,omitempty"`
}

represents a scaling request for a resource.

type ExtensionsV1beta1ScaleSpec ¶

type ExtensionsV1beta1ScaleSpec struct {

	// desired number of instances for the scaled object.
	Replicas int32 `json:"replicas,omitempty"`
}

describes the attributes of a scale subresource

type ExtensionsV1beta1ScaleStatus ¶

type ExtensionsV1beta1ScaleStatus struct {

	// actual number of observed instances of the scaled object.
	Replicas int32 `json:"replicas"`

	// label query over pods that should match the replicas count. More info: http://kubernetes.io/docs/user-guide/labels#label-selectors
	Selector map[string]string `json:"selector,omitempty"`

	// label selector for pods that should match the replicas count. This is a serializated version of both map-based and more expressive set-based selectors. This is done to avoid introspection in the clients. The string will be in the same format as the query-param syntax. If the target type only supports map-based selectors, both this field and map-based selector field are populated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
	TargetSelector string `json:"targetSelector,omitempty"`
}

represents the current status of a scale subresource.

type ExtensionsV1beta1SeLinuxStrategyOptions ¶

type ExtensionsV1beta1SeLinuxStrategyOptions struct {

	// type is the strategy that will dictate the allowable labels that may be set.
	Rule string `json:"rule"`

	// seLinuxOptions required to run as; required for MustRunAs More info: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/
	SeLinuxOptions *V1SeLinuxOptions `json:"seLinuxOptions,omitempty"`
}

SELinux Strategy Options defines the strategy type and any options used to create the strategy.

type ExtensionsV1beta1SupplementalGroupsStrategyOptions ¶

type ExtensionsV1beta1SupplementalGroupsStrategyOptions struct {

	// Ranges are the allowed ranges of supplemental groups.  If you would like to force a single supplemental group then supply a single range with the same start and end.
	Ranges []ExtensionsV1beta1IdRange `json:"ranges,omitempty"`

	// Rule is the strategy that will dictate what supplemental groups is used in the SecurityContext.
	Rule string `json:"rule,omitempty"`
}

SupplementalGroupsStrategyOptions defines the strategy type and options used to create the strategy.

type Informer ¶

type Informer interface {
	AddEventHandler(handler EventHandler)
}

Informer is an interface for things that can provide notifications

type Lister ¶

type Lister interface {
	List() []interface{}
	ByNamespace(namespace string) []interface{}
}

Lister is an interface for things that can list objects for all namespaces or by namespace

type LogsApiService ¶

type LogsApiService service

func (*LogsApiService) LogFileHandler ¶

func (a *LogsApiService) LogFileHandler(ctx context.Context, logpath string) (*http.Response, error)

LogsApiService * @param ctx context.Context for authentication, logging, tracing, etc. @param logpath path to the log @return

func (*LogsApiService) LogFileListHandler ¶

func (a *LogsApiService) LogFileListHandler(ctx context.Context) (*http.Response, error)

LogsApiService * @param ctx context.Context for authentication, logging, tracing, etc. @return

type NetworkingApiService ¶

type NetworkingApiService service

func (*NetworkingApiService) GetAPIGroup ¶

NetworkingApiService get information of a group * @param ctx context.Context for authentication, logging, tracing, etc. @return V1ApiGroup

type NetworkingV1ApiService ¶

type NetworkingV1ApiService service

func (*NetworkingV1ApiService) CreateNamespacedNetworkPolicy ¶

func (a *NetworkingV1ApiService) CreateNamespacedNetworkPolicy(ctx context.Context, namespace string, body V1NetworkPolicy, localVarOptionals map[string]interface{}) (V1NetworkPolicy, *http.Response, error)

NetworkingV1ApiService create a NetworkPolicy * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1NetworkPolicy

func (*NetworkingV1ApiService) DeleteCollectionNamespacedNetworkPolicy ¶

func (a *NetworkingV1ApiService) DeleteCollectionNamespacedNetworkPolicy(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

NetworkingV1ApiService delete collection of NetworkPolicy * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1Status

func (*NetworkingV1ApiService) DeleteNamespacedNetworkPolicy ¶

func (a *NetworkingV1ApiService) DeleteNamespacedNetworkPolicy(ctx context.Context, name string, namespace string, body V1DeleteOptions, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

NetworkingV1ApiService delete a NetworkPolicy * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the NetworkPolicy @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "gracePeriodSeconds" (int32) The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
@param "orphanDependents" (bool) Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \&quot;orphan\&quot; finalizer will be added to/removed from the object&#39;s finalizers list. Either this field or PropagationPolicy may be set, but not both.
@param "propagationPolicy" (string) Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: &#39;Orphan&#39; - orphan the dependents; &#39;Background&#39; - allow the garbage collector to delete the dependents in the background; &#39;Foreground&#39; - a cascading policy that deletes all dependents in the foreground.

@return V1Status

func (*NetworkingV1ApiService) GetAPIResources ¶

NetworkingV1ApiService get available resources * @param ctx context.Context for authentication, logging, tracing, etc. @return V1ApiResourceList

func (*NetworkingV1ApiService) ListNamespacedNetworkPolicy ¶

func (a *NetworkingV1ApiService) ListNamespacedNetworkPolicy(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1NetworkPolicyList, *http.Response, error)

NetworkingV1ApiService list or watch objects of kind NetworkPolicy * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1NetworkPolicyList

func (*NetworkingV1ApiService) ListNetworkPolicyForAllNamespaces ¶

func (a *NetworkingV1ApiService) ListNetworkPolicyForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1NetworkPolicyList, *http.Response, error)

NetworkingV1ApiService list or watch objects of kind NetworkPolicy * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1NetworkPolicyList

func (*NetworkingV1ApiService) PatchNamespacedNetworkPolicy ¶

func (a *NetworkingV1ApiService) PatchNamespacedNetworkPolicy(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (V1NetworkPolicy, *http.Response, error)

NetworkingV1ApiService partially update the specified NetworkPolicy * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the NetworkPolicy @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1NetworkPolicy

func (*NetworkingV1ApiService) ReadNamespacedNetworkPolicy ¶

func (a *NetworkingV1ApiService) ReadNamespacedNetworkPolicy(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (V1NetworkPolicy, *http.Response, error)

NetworkingV1ApiService read the specified NetworkPolicy * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the NetworkPolicy @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "exact" (bool) Should the export be exact.  Exact export maintains cluster-specific fields like &#39;Namespace&#39;.
@param "export" (bool) Should this value be exported.  Export strips fields that a user can not specify.

@return V1NetworkPolicy

func (*NetworkingV1ApiService) ReplaceNamespacedNetworkPolicy ¶

func (a *NetworkingV1ApiService) ReplaceNamespacedNetworkPolicy(ctx context.Context, name string, namespace string, body V1NetworkPolicy, localVarOptionals map[string]interface{}) (V1NetworkPolicy, *http.Response, error)

NetworkingV1ApiService replace the specified NetworkPolicy * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the NetworkPolicy @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1NetworkPolicy

type ObjectLister ¶

type ObjectLister func() ([]interface{}, string, error)

ObjectLister is a function that knows how to list objects.

type ObjectWatcher ¶

type ObjectWatcher func(resourceVersion string) (results <-chan *Result, errors <-chan error)

ObjectWatcher is a function that knows how to perform a watch.

type PolicyApiService ¶

type PolicyApiService service

func (*PolicyApiService) GetAPIGroup ¶

func (a *PolicyApiService) GetAPIGroup(ctx context.Context) (V1ApiGroup, *http.Response, error)

PolicyApiService get information of a group * @param ctx context.Context for authentication, logging, tracing, etc. @return V1ApiGroup

type PolicyV1beta1AllowedFlexVolume ¶

type PolicyV1beta1AllowedFlexVolume struct {

	// Driver is the name of the Flexvolume driver.
	Driver string `json:"driver"`
}

AllowedFlexVolume represents a single Flexvolume that is allowed to be used.

type PolicyV1beta1AllowedHostPath ¶

type PolicyV1beta1AllowedHostPath struct {

	// is the path prefix that the host volume must match. It does not support `*`. Trailing slashes are trimmed when validating the path prefix with a host path.  Examples: `/foo` would allow `/foo`, `/foo/` and `/foo/bar` `/foo` would not allow `/food` or `/etc/foo`
	PathPrefix string `json:"pathPrefix,omitempty"`
}

defines the host volume conditions that will be enabled by a policy for pods to use. It requires the path prefix to be defined.

type PolicyV1beta1ApiService ¶

type PolicyV1beta1ApiService service

func (*PolicyV1beta1ApiService) CreateNamespacedPodDisruptionBudget ¶

func (a *PolicyV1beta1ApiService) CreateNamespacedPodDisruptionBudget(ctx context.Context, namespace string, body V1beta1PodDisruptionBudget, localVarOptionals map[string]interface{}) (V1beta1PodDisruptionBudget, *http.Response, error)

PolicyV1beta1ApiService create a PodDisruptionBudget * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1beta1PodDisruptionBudget

func (*PolicyV1beta1ApiService) CreatePodSecurityPolicy ¶

func (a *PolicyV1beta1ApiService) CreatePodSecurityPolicy(ctx context.Context, body PolicyV1beta1PodSecurityPolicy, localVarOptionals map[string]interface{}) (PolicyV1beta1PodSecurityPolicy, *http.Response, error)

PolicyV1beta1ApiService create a PodSecurityPolicy * @param ctx context.Context for authentication, logging, tracing, etc. @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return PolicyV1beta1PodSecurityPolicy

func (*PolicyV1beta1ApiService) DeleteCollectionNamespacedPodDisruptionBudget ¶

func (a *PolicyV1beta1ApiService) DeleteCollectionNamespacedPodDisruptionBudget(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

PolicyV1beta1ApiService delete collection of PodDisruptionBudget * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1Status

func (*PolicyV1beta1ApiService) DeleteCollectionPodSecurityPolicy ¶

func (a *PolicyV1beta1ApiService) DeleteCollectionPodSecurityPolicy(ctx context.Context, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

PolicyV1beta1ApiService delete collection of PodSecurityPolicy * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1Status

func (*PolicyV1beta1ApiService) DeleteNamespacedPodDisruptionBudget ¶

func (a *PolicyV1beta1ApiService) DeleteNamespacedPodDisruptionBudget(ctx context.Context, name string, namespace string, body V1DeleteOptions, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

PolicyV1beta1ApiService delete a PodDisruptionBudget * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the PodDisruptionBudget @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "gracePeriodSeconds" (int32) The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
@param "orphanDependents" (bool) Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \&quot;orphan\&quot; finalizer will be added to/removed from the object&#39;s finalizers list. Either this field or PropagationPolicy may be set, but not both.
@param "propagationPolicy" (string) Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: &#39;Orphan&#39; - orphan the dependents; &#39;Background&#39; - allow the garbage collector to delete the dependents in the background; &#39;Foreground&#39; - a cascading policy that deletes all dependents in the foreground.

@return V1Status

func (*PolicyV1beta1ApiService) DeletePodSecurityPolicy ¶

func (a *PolicyV1beta1ApiService) DeletePodSecurityPolicy(ctx context.Context, name string, body V1DeleteOptions, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

PolicyV1beta1ApiService delete a PodSecurityPolicy * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the PodSecurityPolicy @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "gracePeriodSeconds" (int32) The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
@param "orphanDependents" (bool) Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \&quot;orphan\&quot; finalizer will be added to/removed from the object&#39;s finalizers list. Either this field or PropagationPolicy may be set, but not both.
@param "propagationPolicy" (string) Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: &#39;Orphan&#39; - orphan the dependents; &#39;Background&#39; - allow the garbage collector to delete the dependents in the background; &#39;Foreground&#39; - a cascading policy that deletes all dependents in the foreground.

@return V1Status

func (*PolicyV1beta1ApiService) GetAPIResources ¶

PolicyV1beta1ApiService get available resources * @param ctx context.Context for authentication, logging, tracing, etc. @return V1ApiResourceList

func (*PolicyV1beta1ApiService) ListNamespacedPodDisruptionBudget ¶

func (a *PolicyV1beta1ApiService) ListNamespacedPodDisruptionBudget(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1beta1PodDisruptionBudgetList, *http.Response, error)

PolicyV1beta1ApiService list or watch objects of kind PodDisruptionBudget * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1beta1PodDisruptionBudgetList

func (*PolicyV1beta1ApiService) ListPodDisruptionBudgetForAllNamespaces ¶

func (a *PolicyV1beta1ApiService) ListPodDisruptionBudgetForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1beta1PodDisruptionBudgetList, *http.Response, error)

PolicyV1beta1ApiService list or watch objects of kind PodDisruptionBudget * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1beta1PodDisruptionBudgetList

func (*PolicyV1beta1ApiService) ListPodSecurityPolicy ¶

func (a *PolicyV1beta1ApiService) ListPodSecurityPolicy(ctx context.Context, localVarOptionals map[string]interface{}) (PolicyV1beta1PodSecurityPolicyList, *http.Response, error)

PolicyV1beta1ApiService list or watch objects of kind PodSecurityPolicy * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return PolicyV1beta1PodSecurityPolicyList

func (*PolicyV1beta1ApiService) PatchNamespacedPodDisruptionBudget ¶

func (a *PolicyV1beta1ApiService) PatchNamespacedPodDisruptionBudget(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (V1beta1PodDisruptionBudget, *http.Response, error)

PolicyV1beta1ApiService partially update the specified PodDisruptionBudget * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the PodDisruptionBudget @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1beta1PodDisruptionBudget

func (*PolicyV1beta1ApiService) PatchNamespacedPodDisruptionBudgetStatus ¶

func (a *PolicyV1beta1ApiService) PatchNamespacedPodDisruptionBudgetStatus(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (V1beta1PodDisruptionBudget, *http.Response, error)

PolicyV1beta1ApiService partially update status of the specified PodDisruptionBudget * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the PodDisruptionBudget @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1beta1PodDisruptionBudget

func (*PolicyV1beta1ApiService) PatchPodSecurityPolicy ¶

func (a *PolicyV1beta1ApiService) PatchPodSecurityPolicy(ctx context.Context, name string, body interface{}, localVarOptionals map[string]interface{}) (PolicyV1beta1PodSecurityPolicy, *http.Response, error)

PolicyV1beta1ApiService partially update the specified PodSecurityPolicy * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the PodSecurityPolicy @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return PolicyV1beta1PodSecurityPolicy

func (*PolicyV1beta1ApiService) ReadNamespacedPodDisruptionBudget ¶

func (a *PolicyV1beta1ApiService) ReadNamespacedPodDisruptionBudget(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (V1beta1PodDisruptionBudget, *http.Response, error)

PolicyV1beta1ApiService read the specified PodDisruptionBudget * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the PodDisruptionBudget @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "exact" (bool) Should the export be exact.  Exact export maintains cluster-specific fields like &#39;Namespace&#39;.
@param "export" (bool) Should this value be exported.  Export strips fields that a user can not specify.

@return V1beta1PodDisruptionBudget

func (*PolicyV1beta1ApiService) ReadNamespacedPodDisruptionBudgetStatus ¶

func (a *PolicyV1beta1ApiService) ReadNamespacedPodDisruptionBudgetStatus(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (V1beta1PodDisruptionBudget, *http.Response, error)

PolicyV1beta1ApiService read status of the specified PodDisruptionBudget * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the PodDisruptionBudget @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1beta1PodDisruptionBudget

func (*PolicyV1beta1ApiService) ReadPodSecurityPolicy ¶

func (a *PolicyV1beta1ApiService) ReadPodSecurityPolicy(ctx context.Context, name string, localVarOptionals map[string]interface{}) (PolicyV1beta1PodSecurityPolicy, *http.Response, error)

PolicyV1beta1ApiService read the specified PodSecurityPolicy * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the PodSecurityPolicy @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "exact" (bool) Should the export be exact.  Exact export maintains cluster-specific fields like &#39;Namespace&#39;.
@param "export" (bool) Should this value be exported.  Export strips fields that a user can not specify.

@return PolicyV1beta1PodSecurityPolicy

func (*PolicyV1beta1ApiService) ReplaceNamespacedPodDisruptionBudget ¶

func (a *PolicyV1beta1ApiService) ReplaceNamespacedPodDisruptionBudget(ctx context.Context, name string, namespace string, body V1beta1PodDisruptionBudget, localVarOptionals map[string]interface{}) (V1beta1PodDisruptionBudget, *http.Response, error)

PolicyV1beta1ApiService replace the specified PodDisruptionBudget * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the PodDisruptionBudget @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1beta1PodDisruptionBudget

func (*PolicyV1beta1ApiService) ReplaceNamespacedPodDisruptionBudgetStatus ¶

func (a *PolicyV1beta1ApiService) ReplaceNamespacedPodDisruptionBudgetStatus(ctx context.Context, name string, namespace string, body V1beta1PodDisruptionBudget, localVarOptionals map[string]interface{}) (V1beta1PodDisruptionBudget, *http.Response, error)

PolicyV1beta1ApiService replace status of the specified PodDisruptionBudget * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the PodDisruptionBudget @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1beta1PodDisruptionBudget

func (*PolicyV1beta1ApiService) ReplacePodSecurityPolicy ¶

func (a *PolicyV1beta1ApiService) ReplacePodSecurityPolicy(ctx context.Context, name string, body PolicyV1beta1PodSecurityPolicy, localVarOptionals map[string]interface{}) (PolicyV1beta1PodSecurityPolicy, *http.Response, error)

PolicyV1beta1ApiService replace the specified PodSecurityPolicy * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the PodSecurityPolicy @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return PolicyV1beta1PodSecurityPolicy

type PolicyV1beta1FsGroupStrategyOptions ¶

type PolicyV1beta1FsGroupStrategyOptions struct {

	// Ranges are the allowed ranges of fs groups.  If you would like to force a single fs group then supply a single range with the same start and end.
	Ranges []PolicyV1beta1IdRange `json:"ranges,omitempty"`

	// Rule is the strategy that will dictate what FSGroup is used in the SecurityContext.
	Rule string `json:"rule,omitempty"`
}

FSGroupStrategyOptions defines the strategy type and options used to create the strategy.

type PolicyV1beta1HostPortRange ¶

type PolicyV1beta1HostPortRange struct {

	// max is the end of the range, inclusive.
	Max int32 `json:"max"`

	// min is the start of the range, inclusive.
	Min int32 `json:"min"`
}

Host Port Range defines a range of host ports that will be enabled by a policy for pods to use. It requires both the start and end to be defined.

type PolicyV1beta1IdRange ¶

type PolicyV1beta1IdRange struct {

	// Max is the end of the range, inclusive.
	Max int64 `json:"max"`

	// Min is the start of the range, inclusive.
	Min int64 `json:"min"`
}

ID Range provides a min/max of an allowed range of IDs.

type PolicyV1beta1PodSecurityPolicy ¶

type PolicyV1beta1PodSecurityPolicy struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
	Metadata *V1ObjectMeta `json:"metadata,omitempty"`

	// spec defines the policy enforced.
	Spec *PolicyV1beta1PodSecurityPolicySpec `json:"spec,omitempty"`
}

Pod Security Policy governs the ability to make requests that affect the Security Context that will be applied to a pod and container.

type PolicyV1beta1PodSecurityPolicyList ¶

type PolicyV1beta1PodSecurityPolicyList struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Items is a list of schema objects.
	Items []PolicyV1beta1PodSecurityPolicy `json:"items"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
	Metadata *V1ListMeta `json:"metadata,omitempty"`
}

Pod Security Policy List is a list of PodSecurityPolicy objects.

type PolicyV1beta1PodSecurityPolicySpec ¶

type PolicyV1beta1PodSecurityPolicySpec struct {

	// AllowPrivilegeEscalation determines if a pod can request to allow privilege escalation. If unspecified, defaults to true.
	AllowPrivilegeEscalation bool `json:"allowPrivilegeEscalation,omitempty"`

	// AllowedCapabilities is a list of capabilities that can be requested to add to the container. Capabilities in this field may be added at the pod author's discretion. You must not list a capability in both AllowedCapabilities and RequiredDropCapabilities.
	AllowedCapabilities []string `json:"allowedCapabilities,omitempty"`

	// AllowedFlexVolumes is a whitelist of allowed Flexvolumes.  Empty or nil indicates that all Flexvolumes may be used.  This parameter is effective only when the usage of the Flexvolumes is allowed in the \"Volumes\" field.
	AllowedFlexVolumes []PolicyV1beta1AllowedFlexVolume `json:"allowedFlexVolumes,omitempty"`

	// is a white list of allowed host paths. Empty indicates that all host paths may be used.
	AllowedHostPaths []PolicyV1beta1AllowedHostPath `json:"allowedHostPaths,omitempty"`

	// DefaultAddCapabilities is the default set of capabilities that will be added to the container unless the pod spec specifically drops the capability.  You may not list a capability in both DefaultAddCapabilities and RequiredDropCapabilities. Capabilities added here are implicitly allowed, and need not be included in the AllowedCapabilities list.
	DefaultAddCapabilities []string `json:"defaultAddCapabilities,omitempty"`

	// DefaultAllowPrivilegeEscalation controls the default setting for whether a process can gain more privileges than its parent process.
	DefaultAllowPrivilegeEscalation bool `json:"defaultAllowPrivilegeEscalation,omitempty"`

	// FSGroup is the strategy that will dictate what fs group is used by the SecurityContext.
	FsGroup *PolicyV1beta1FsGroupStrategyOptions `json:"fsGroup"`

	// hostIPC determines if the policy allows the use of HostIPC in the pod spec.
	HostIPC bool `json:"hostIPC,omitempty"`

	// hostNetwork determines if the policy allows the use of HostNetwork in the pod spec.
	HostNetwork bool `json:"hostNetwork,omitempty"`

	// hostPID determines if the policy allows the use of HostPID in the pod spec.
	HostPID bool `json:"hostPID,omitempty"`

	// hostPorts determines which host port ranges are allowed to be exposed.
	HostPorts []PolicyV1beta1HostPortRange `json:"hostPorts,omitempty"`

	// privileged determines if a pod can request to be run as privileged.
	Privileged bool `json:"privileged,omitempty"`

	// ReadOnlyRootFilesystem when set to true will force containers to run with a read only root file system.  If the container specifically requests to run with a non-read only root file system the PSP should deny the pod. If set to false the container may run with a read only root file system if it wishes but it will not be forced to.
	ReadOnlyRootFilesystem bool `json:"readOnlyRootFilesystem,omitempty"`

	// RequiredDropCapabilities are the capabilities that will be dropped from the container.  These are required to be dropped and cannot be added.
	RequiredDropCapabilities []string `json:"requiredDropCapabilities,omitempty"`

	// runAsUser is the strategy that will dictate the allowable RunAsUser values that may be set.
	RunAsUser *PolicyV1beta1RunAsUserStrategyOptions `json:"runAsUser"`

	// seLinux is the strategy that will dictate the allowable labels that may be set.
	SeLinux *PolicyV1beta1SeLinuxStrategyOptions `json:"seLinux"`

	// SupplementalGroups is the strategy that will dictate what supplemental groups are used by the SecurityContext.
	SupplementalGroups *PolicyV1beta1SupplementalGroupsStrategyOptions `json:"supplementalGroups"`

	// volumes is a white list of allowed volume plugins.  Empty indicates that all plugins may be used.
	Volumes []string `json:"volumes,omitempty"`
}

Pod Security Policy Spec defines the policy enforced.

type PolicyV1beta1RunAsUserStrategyOptions ¶

type PolicyV1beta1RunAsUserStrategyOptions struct {

	// Ranges are the allowed ranges of uids that may be used.
	Ranges []PolicyV1beta1IdRange `json:"ranges,omitempty"`

	// Rule is the strategy that will dictate the allowable RunAsUser values that may be set.
	Rule string `json:"rule"`
}

Run A sUser Strategy Options defines the strategy type and any options used to create the strategy.

type PolicyV1beta1SeLinuxStrategyOptions ¶

type PolicyV1beta1SeLinuxStrategyOptions struct {

	// type is the strategy that will dictate the allowable labels that may be set.
	Rule string `json:"rule"`

	// seLinuxOptions required to run as; required for MustRunAs More info: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/
	SeLinuxOptions *V1SeLinuxOptions `json:"seLinuxOptions,omitempty"`
}

SELinux Strategy Options defines the strategy type and any options used to create the strategy.

type PolicyV1beta1SupplementalGroupsStrategyOptions ¶

type PolicyV1beta1SupplementalGroupsStrategyOptions struct {

	// Ranges are the allowed ranges of supplemental groups.  If you would like to force a single supplemental group then supply a single range with the same start and end.
	Ranges []PolicyV1beta1IdRange `json:"ranges,omitempty"`

	// Rule is the strategy that will dictate what supplemental groups is used in the SecurityContext.
	Rule string `json:"rule,omitempty"`
}

SupplementalGroupsStrategyOptions defines the strategy type and options used to create the strategy.

type RbacAuthorizationApiService ¶

type RbacAuthorizationApiService service

func (*RbacAuthorizationApiService) GetAPIGroup ¶

RbacAuthorizationApiService get information of a group * @param ctx context.Context for authentication, logging, tracing, etc. @return V1ApiGroup

type RbacAuthorizationV1ApiService ¶

type RbacAuthorizationV1ApiService service

func (*RbacAuthorizationV1ApiService) CreateClusterRole ¶

func (a *RbacAuthorizationV1ApiService) CreateClusterRole(ctx context.Context, body V1ClusterRole, localVarOptionals map[string]interface{}) (V1ClusterRole, *http.Response, error)

RbacAuthorizationV1ApiService create a ClusterRole * @param ctx context.Context for authentication, logging, tracing, etc. @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1ClusterRole

func (*RbacAuthorizationV1ApiService) CreateClusterRoleBinding ¶

func (a *RbacAuthorizationV1ApiService) CreateClusterRoleBinding(ctx context.Context, body V1ClusterRoleBinding, localVarOptionals map[string]interface{}) (V1ClusterRoleBinding, *http.Response, error)

RbacAuthorizationV1ApiService create a ClusterRoleBinding * @param ctx context.Context for authentication, logging, tracing, etc. @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1ClusterRoleBinding

func (*RbacAuthorizationV1ApiService) CreateNamespacedRole ¶

func (a *RbacAuthorizationV1ApiService) CreateNamespacedRole(ctx context.Context, namespace string, body V1Role, localVarOptionals map[string]interface{}) (V1Role, *http.Response, error)

RbacAuthorizationV1ApiService create a Role * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1Role

func (*RbacAuthorizationV1ApiService) CreateNamespacedRoleBinding ¶

func (a *RbacAuthorizationV1ApiService) CreateNamespacedRoleBinding(ctx context.Context, namespace string, body V1RoleBinding, localVarOptionals map[string]interface{}) (V1RoleBinding, *http.Response, error)

RbacAuthorizationV1ApiService create a RoleBinding * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1RoleBinding

func (*RbacAuthorizationV1ApiService) DeleteClusterRole ¶

func (a *RbacAuthorizationV1ApiService) DeleteClusterRole(ctx context.Context, name string, body V1DeleteOptions, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

RbacAuthorizationV1ApiService delete a ClusterRole * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ClusterRole @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "gracePeriodSeconds" (int32) The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
@param "orphanDependents" (bool) Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \&quot;orphan\&quot; finalizer will be added to/removed from the object&#39;s finalizers list. Either this field or PropagationPolicy may be set, but not both.
@param "propagationPolicy" (string) Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: &#39;Orphan&#39; - orphan the dependents; &#39;Background&#39; - allow the garbage collector to delete the dependents in the background; &#39;Foreground&#39; - a cascading policy that deletes all dependents in the foreground.

@return V1Status

func (*RbacAuthorizationV1ApiService) DeleteClusterRoleBinding ¶

func (a *RbacAuthorizationV1ApiService) DeleteClusterRoleBinding(ctx context.Context, name string, body V1DeleteOptions, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

RbacAuthorizationV1ApiService delete a ClusterRoleBinding * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ClusterRoleBinding @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "gracePeriodSeconds" (int32) The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
@param "orphanDependents" (bool) Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \&quot;orphan\&quot; finalizer will be added to/removed from the object&#39;s finalizers list. Either this field or PropagationPolicy may be set, but not both.
@param "propagationPolicy" (string) Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: &#39;Orphan&#39; - orphan the dependents; &#39;Background&#39; - allow the garbage collector to delete the dependents in the background; &#39;Foreground&#39; - a cascading policy that deletes all dependents in the foreground.

@return V1Status

func (*RbacAuthorizationV1ApiService) DeleteCollectionClusterRole ¶

func (a *RbacAuthorizationV1ApiService) DeleteCollectionClusterRole(ctx context.Context, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

RbacAuthorizationV1ApiService delete collection of ClusterRole * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1Status

func (*RbacAuthorizationV1ApiService) DeleteCollectionClusterRoleBinding ¶

func (a *RbacAuthorizationV1ApiService) DeleteCollectionClusterRoleBinding(ctx context.Context, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

RbacAuthorizationV1ApiService delete collection of ClusterRoleBinding * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1Status

func (*RbacAuthorizationV1ApiService) DeleteCollectionNamespacedRole ¶

func (a *RbacAuthorizationV1ApiService) DeleteCollectionNamespacedRole(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

RbacAuthorizationV1ApiService delete collection of Role * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1Status

func (*RbacAuthorizationV1ApiService) DeleteCollectionNamespacedRoleBinding ¶

func (a *RbacAuthorizationV1ApiService) DeleteCollectionNamespacedRoleBinding(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

RbacAuthorizationV1ApiService delete collection of RoleBinding * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1Status

func (*RbacAuthorizationV1ApiService) DeleteNamespacedRole ¶

func (a *RbacAuthorizationV1ApiService) DeleteNamespacedRole(ctx context.Context, name string, namespace string, body V1DeleteOptions, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

RbacAuthorizationV1ApiService delete a Role * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Role @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "gracePeriodSeconds" (int32) The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
@param "orphanDependents" (bool) Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \&quot;orphan\&quot; finalizer will be added to/removed from the object&#39;s finalizers list. Either this field or PropagationPolicy may be set, but not both.
@param "propagationPolicy" (string) Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: &#39;Orphan&#39; - orphan the dependents; &#39;Background&#39; - allow the garbage collector to delete the dependents in the background; &#39;Foreground&#39; - a cascading policy that deletes all dependents in the foreground.

@return V1Status

func (*RbacAuthorizationV1ApiService) DeleteNamespacedRoleBinding ¶

func (a *RbacAuthorizationV1ApiService) DeleteNamespacedRoleBinding(ctx context.Context, name string, namespace string, body V1DeleteOptions, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

RbacAuthorizationV1ApiService delete a RoleBinding * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the RoleBinding @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "gracePeriodSeconds" (int32) The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
@param "orphanDependents" (bool) Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \&quot;orphan\&quot; finalizer will be added to/removed from the object&#39;s finalizers list. Either this field or PropagationPolicy may be set, but not both.
@param "propagationPolicy" (string) Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: &#39;Orphan&#39; - orphan the dependents; &#39;Background&#39; - allow the garbage collector to delete the dependents in the background; &#39;Foreground&#39; - a cascading policy that deletes all dependents in the foreground.

@return V1Status

func (*RbacAuthorizationV1ApiService) GetAPIResources ¶

RbacAuthorizationV1ApiService get available resources * @param ctx context.Context for authentication, logging, tracing, etc. @return V1ApiResourceList

func (*RbacAuthorizationV1ApiService) ListClusterRole ¶

func (a *RbacAuthorizationV1ApiService) ListClusterRole(ctx context.Context, localVarOptionals map[string]interface{}) (V1ClusterRoleList, *http.Response, error)

RbacAuthorizationV1ApiService list or watch objects of kind ClusterRole * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1ClusterRoleList

func (*RbacAuthorizationV1ApiService) ListClusterRoleBinding ¶

func (a *RbacAuthorizationV1ApiService) ListClusterRoleBinding(ctx context.Context, localVarOptionals map[string]interface{}) (V1ClusterRoleBindingList, *http.Response, error)

RbacAuthorizationV1ApiService list or watch objects of kind ClusterRoleBinding * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1ClusterRoleBindingList

func (*RbacAuthorizationV1ApiService) ListNamespacedRole ¶

func (a *RbacAuthorizationV1ApiService) ListNamespacedRole(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1RoleList, *http.Response, error)

RbacAuthorizationV1ApiService list or watch objects of kind Role * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1RoleList

func (*RbacAuthorizationV1ApiService) ListNamespacedRoleBinding ¶

func (a *RbacAuthorizationV1ApiService) ListNamespacedRoleBinding(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1RoleBindingList, *http.Response, error)

RbacAuthorizationV1ApiService list or watch objects of kind RoleBinding * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1RoleBindingList

func (*RbacAuthorizationV1ApiService) ListRoleBindingForAllNamespaces ¶

func (a *RbacAuthorizationV1ApiService) ListRoleBindingForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1RoleBindingList, *http.Response, error)

RbacAuthorizationV1ApiService list or watch objects of kind RoleBinding * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1RoleBindingList

func (*RbacAuthorizationV1ApiService) ListRoleForAllNamespaces ¶

func (a *RbacAuthorizationV1ApiService) ListRoleForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1RoleList, *http.Response, error)

RbacAuthorizationV1ApiService list or watch objects of kind Role * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1RoleList

func (*RbacAuthorizationV1ApiService) PatchClusterRole ¶

func (a *RbacAuthorizationV1ApiService) PatchClusterRole(ctx context.Context, name string, body interface{}, localVarOptionals map[string]interface{}) (V1ClusterRole, *http.Response, error)

RbacAuthorizationV1ApiService partially update the specified ClusterRole * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ClusterRole @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1ClusterRole

func (*RbacAuthorizationV1ApiService) PatchClusterRoleBinding ¶

func (a *RbacAuthorizationV1ApiService) PatchClusterRoleBinding(ctx context.Context, name string, body interface{}, localVarOptionals map[string]interface{}) (V1ClusterRoleBinding, *http.Response, error)

RbacAuthorizationV1ApiService partially update the specified ClusterRoleBinding * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ClusterRoleBinding @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1ClusterRoleBinding

func (*RbacAuthorizationV1ApiService) PatchNamespacedRole ¶

func (a *RbacAuthorizationV1ApiService) PatchNamespacedRole(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (V1Role, *http.Response, error)

RbacAuthorizationV1ApiService partially update the specified Role * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Role @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1Role

func (*RbacAuthorizationV1ApiService) PatchNamespacedRoleBinding ¶

func (a *RbacAuthorizationV1ApiService) PatchNamespacedRoleBinding(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (V1RoleBinding, *http.Response, error)

RbacAuthorizationV1ApiService partially update the specified RoleBinding * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the RoleBinding @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1RoleBinding

func (*RbacAuthorizationV1ApiService) ReadClusterRole ¶

func (a *RbacAuthorizationV1ApiService) ReadClusterRole(ctx context.Context, name string, localVarOptionals map[string]interface{}) (V1ClusterRole, *http.Response, error)

RbacAuthorizationV1ApiService read the specified ClusterRole * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ClusterRole @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1ClusterRole

func (*RbacAuthorizationV1ApiService) ReadClusterRoleBinding ¶

func (a *RbacAuthorizationV1ApiService) ReadClusterRoleBinding(ctx context.Context, name string, localVarOptionals map[string]interface{}) (V1ClusterRoleBinding, *http.Response, error)

RbacAuthorizationV1ApiService read the specified ClusterRoleBinding * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ClusterRoleBinding @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1ClusterRoleBinding

func (*RbacAuthorizationV1ApiService) ReadNamespacedRole ¶

func (a *RbacAuthorizationV1ApiService) ReadNamespacedRole(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (V1Role, *http.Response, error)

RbacAuthorizationV1ApiService read the specified Role * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Role @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1Role

func (*RbacAuthorizationV1ApiService) ReadNamespacedRoleBinding ¶

func (a *RbacAuthorizationV1ApiService) ReadNamespacedRoleBinding(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (V1RoleBinding, *http.Response, error)

RbacAuthorizationV1ApiService read the specified RoleBinding * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the RoleBinding @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1RoleBinding

func (*RbacAuthorizationV1ApiService) ReplaceClusterRole ¶

func (a *RbacAuthorizationV1ApiService) ReplaceClusterRole(ctx context.Context, name string, body V1ClusterRole, localVarOptionals map[string]interface{}) (V1ClusterRole, *http.Response, error)

RbacAuthorizationV1ApiService replace the specified ClusterRole * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ClusterRole @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1ClusterRole

func (*RbacAuthorizationV1ApiService) ReplaceClusterRoleBinding ¶

func (a *RbacAuthorizationV1ApiService) ReplaceClusterRoleBinding(ctx context.Context, name string, body V1ClusterRoleBinding, localVarOptionals map[string]interface{}) (V1ClusterRoleBinding, *http.Response, error)

RbacAuthorizationV1ApiService replace the specified ClusterRoleBinding * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ClusterRoleBinding @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1ClusterRoleBinding

func (*RbacAuthorizationV1ApiService) ReplaceNamespacedRole ¶

func (a *RbacAuthorizationV1ApiService) ReplaceNamespacedRole(ctx context.Context, name string, namespace string, body V1Role, localVarOptionals map[string]interface{}) (V1Role, *http.Response, error)

RbacAuthorizationV1ApiService replace the specified Role * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Role @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1Role

func (*RbacAuthorizationV1ApiService) ReplaceNamespacedRoleBinding ¶

func (a *RbacAuthorizationV1ApiService) ReplaceNamespacedRoleBinding(ctx context.Context, name string, namespace string, body V1RoleBinding, localVarOptionals map[string]interface{}) (V1RoleBinding, *http.Response, error)

RbacAuthorizationV1ApiService replace the specified RoleBinding * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the RoleBinding @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1RoleBinding

type RbacAuthorizationV1alpha1ApiService ¶

type RbacAuthorizationV1alpha1ApiService service

func (*RbacAuthorizationV1alpha1ApiService) CreateClusterRole ¶

func (a *RbacAuthorizationV1alpha1ApiService) CreateClusterRole(ctx context.Context, body V1alpha1ClusterRole, localVarOptionals map[string]interface{}) (V1alpha1ClusterRole, *http.Response, error)

RbacAuthorizationV1alpha1ApiService create a ClusterRole * @param ctx context.Context for authentication, logging, tracing, etc. @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1alpha1ClusterRole

func (*RbacAuthorizationV1alpha1ApiService) CreateClusterRoleBinding ¶

func (a *RbacAuthorizationV1alpha1ApiService) CreateClusterRoleBinding(ctx context.Context, body V1alpha1ClusterRoleBinding, localVarOptionals map[string]interface{}) (V1alpha1ClusterRoleBinding, *http.Response, error)

RbacAuthorizationV1alpha1ApiService create a ClusterRoleBinding * @param ctx context.Context for authentication, logging, tracing, etc. @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1alpha1ClusterRoleBinding

func (*RbacAuthorizationV1alpha1ApiService) CreateNamespacedRole ¶

func (a *RbacAuthorizationV1alpha1ApiService) CreateNamespacedRole(ctx context.Context, namespace string, body V1alpha1Role, localVarOptionals map[string]interface{}) (V1alpha1Role, *http.Response, error)

RbacAuthorizationV1alpha1ApiService create a Role * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1alpha1Role

func (*RbacAuthorizationV1alpha1ApiService) CreateNamespacedRoleBinding ¶

func (a *RbacAuthorizationV1alpha1ApiService) CreateNamespacedRoleBinding(ctx context.Context, namespace string, body V1alpha1RoleBinding, localVarOptionals map[string]interface{}) (V1alpha1RoleBinding, *http.Response, error)

RbacAuthorizationV1alpha1ApiService create a RoleBinding * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1alpha1RoleBinding

func (*RbacAuthorizationV1alpha1ApiService) DeleteClusterRole ¶

func (a *RbacAuthorizationV1alpha1ApiService) DeleteClusterRole(ctx context.Context, name string, body V1DeleteOptions, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

RbacAuthorizationV1alpha1ApiService delete a ClusterRole * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ClusterRole @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "gracePeriodSeconds" (int32) The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
@param "orphanDependents" (bool) Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \&quot;orphan\&quot; finalizer will be added to/removed from the object&#39;s finalizers list. Either this field or PropagationPolicy may be set, but not both.
@param "propagationPolicy" (string) Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: &#39;Orphan&#39; - orphan the dependents; &#39;Background&#39; - allow the garbage collector to delete the dependents in the background; &#39;Foreground&#39; - a cascading policy that deletes all dependents in the foreground.

@return V1Status

func (*RbacAuthorizationV1alpha1ApiService) DeleteClusterRoleBinding ¶

func (a *RbacAuthorizationV1alpha1ApiService) DeleteClusterRoleBinding(ctx context.Context, name string, body V1DeleteOptions, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

RbacAuthorizationV1alpha1ApiService delete a ClusterRoleBinding * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ClusterRoleBinding @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "gracePeriodSeconds" (int32) The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
@param "orphanDependents" (bool) Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \&quot;orphan\&quot; finalizer will be added to/removed from the object&#39;s finalizers list. Either this field or PropagationPolicy may be set, but not both.
@param "propagationPolicy" (string) Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: &#39;Orphan&#39; - orphan the dependents; &#39;Background&#39; - allow the garbage collector to delete the dependents in the background; &#39;Foreground&#39; - a cascading policy that deletes all dependents in the foreground.

@return V1Status

func (*RbacAuthorizationV1alpha1ApiService) DeleteCollectionClusterRole ¶

func (a *RbacAuthorizationV1alpha1ApiService) DeleteCollectionClusterRole(ctx context.Context, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

RbacAuthorizationV1alpha1ApiService delete collection of ClusterRole * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1Status

func (*RbacAuthorizationV1alpha1ApiService) DeleteCollectionClusterRoleBinding ¶

func (a *RbacAuthorizationV1alpha1ApiService) DeleteCollectionClusterRoleBinding(ctx context.Context, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

RbacAuthorizationV1alpha1ApiService delete collection of ClusterRoleBinding * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1Status

func (*RbacAuthorizationV1alpha1ApiService) DeleteCollectionNamespacedRole ¶

func (a *RbacAuthorizationV1alpha1ApiService) DeleteCollectionNamespacedRole(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

RbacAuthorizationV1alpha1ApiService delete collection of Role * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1Status

func (*RbacAuthorizationV1alpha1ApiService) DeleteCollectionNamespacedRoleBinding ¶

func (a *RbacAuthorizationV1alpha1ApiService) DeleteCollectionNamespacedRoleBinding(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

RbacAuthorizationV1alpha1ApiService delete collection of RoleBinding * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1Status

func (*RbacAuthorizationV1alpha1ApiService) DeleteNamespacedRole ¶

func (a *RbacAuthorizationV1alpha1ApiService) DeleteNamespacedRole(ctx context.Context, name string, namespace string, body V1DeleteOptions, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

RbacAuthorizationV1alpha1ApiService delete a Role * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Role @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "gracePeriodSeconds" (int32) The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
@param "orphanDependents" (bool) Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \&quot;orphan\&quot; finalizer will be added to/removed from the object&#39;s finalizers list. Either this field or PropagationPolicy may be set, but not both.
@param "propagationPolicy" (string) Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: &#39;Orphan&#39; - orphan the dependents; &#39;Background&#39; - allow the garbage collector to delete the dependents in the background; &#39;Foreground&#39; - a cascading policy that deletes all dependents in the foreground.

@return V1Status

func (*RbacAuthorizationV1alpha1ApiService) DeleteNamespacedRoleBinding ¶

func (a *RbacAuthorizationV1alpha1ApiService) DeleteNamespacedRoleBinding(ctx context.Context, name string, namespace string, body V1DeleteOptions, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

RbacAuthorizationV1alpha1ApiService delete a RoleBinding * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the RoleBinding @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "gracePeriodSeconds" (int32) The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
@param "orphanDependents" (bool) Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \&quot;orphan\&quot; finalizer will be added to/removed from the object&#39;s finalizers list. Either this field or PropagationPolicy may be set, but not both.
@param "propagationPolicy" (string) Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: &#39;Orphan&#39; - orphan the dependents; &#39;Background&#39; - allow the garbage collector to delete the dependents in the background; &#39;Foreground&#39; - a cascading policy that deletes all dependents in the foreground.

@return V1Status

func (*RbacAuthorizationV1alpha1ApiService) GetAPIResources ¶

RbacAuthorizationV1alpha1ApiService get available resources * @param ctx context.Context for authentication, logging, tracing, etc. @return V1ApiResourceList

func (*RbacAuthorizationV1alpha1ApiService) ListClusterRole ¶

func (a *RbacAuthorizationV1alpha1ApiService) ListClusterRole(ctx context.Context, localVarOptionals map[string]interface{}) (V1alpha1ClusterRoleList, *http.Response, error)

RbacAuthorizationV1alpha1ApiService list or watch objects of kind ClusterRole * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1alpha1ClusterRoleList

func (*RbacAuthorizationV1alpha1ApiService) ListClusterRoleBinding ¶

func (a *RbacAuthorizationV1alpha1ApiService) ListClusterRoleBinding(ctx context.Context, localVarOptionals map[string]interface{}) (V1alpha1ClusterRoleBindingList, *http.Response, error)

RbacAuthorizationV1alpha1ApiService list or watch objects of kind ClusterRoleBinding * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1alpha1ClusterRoleBindingList

func (*RbacAuthorizationV1alpha1ApiService) ListNamespacedRole ¶

func (a *RbacAuthorizationV1alpha1ApiService) ListNamespacedRole(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1alpha1RoleList, *http.Response, error)

RbacAuthorizationV1alpha1ApiService list or watch objects of kind Role * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1alpha1RoleList

func (*RbacAuthorizationV1alpha1ApiService) ListNamespacedRoleBinding ¶

func (a *RbacAuthorizationV1alpha1ApiService) ListNamespacedRoleBinding(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1alpha1RoleBindingList, *http.Response, error)

RbacAuthorizationV1alpha1ApiService list or watch objects of kind RoleBinding * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1alpha1RoleBindingList

func (*RbacAuthorizationV1alpha1ApiService) ListRoleBindingForAllNamespaces ¶

func (a *RbacAuthorizationV1alpha1ApiService) ListRoleBindingForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1alpha1RoleBindingList, *http.Response, error)

RbacAuthorizationV1alpha1ApiService list or watch objects of kind RoleBinding * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1alpha1RoleBindingList

func (*RbacAuthorizationV1alpha1ApiService) ListRoleForAllNamespaces ¶

func (a *RbacAuthorizationV1alpha1ApiService) ListRoleForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1alpha1RoleList, *http.Response, error)

RbacAuthorizationV1alpha1ApiService list or watch objects of kind Role * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1alpha1RoleList

func (*RbacAuthorizationV1alpha1ApiService) PatchClusterRole ¶

func (a *RbacAuthorizationV1alpha1ApiService) PatchClusterRole(ctx context.Context, name string, body interface{}, localVarOptionals map[string]interface{}) (V1alpha1ClusterRole, *http.Response, error)

RbacAuthorizationV1alpha1ApiService partially update the specified ClusterRole * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ClusterRole @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1alpha1ClusterRole

func (*RbacAuthorizationV1alpha1ApiService) PatchClusterRoleBinding ¶

func (a *RbacAuthorizationV1alpha1ApiService) PatchClusterRoleBinding(ctx context.Context, name string, body interface{}, localVarOptionals map[string]interface{}) (V1alpha1ClusterRoleBinding, *http.Response, error)

RbacAuthorizationV1alpha1ApiService partially update the specified ClusterRoleBinding * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ClusterRoleBinding @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1alpha1ClusterRoleBinding

func (*RbacAuthorizationV1alpha1ApiService) PatchNamespacedRole ¶

func (a *RbacAuthorizationV1alpha1ApiService) PatchNamespacedRole(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (V1alpha1Role, *http.Response, error)

RbacAuthorizationV1alpha1ApiService partially update the specified Role * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Role @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1alpha1Role

func (*RbacAuthorizationV1alpha1ApiService) PatchNamespacedRoleBinding ¶

func (a *RbacAuthorizationV1alpha1ApiService) PatchNamespacedRoleBinding(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (V1alpha1RoleBinding, *http.Response, error)

RbacAuthorizationV1alpha1ApiService partially update the specified RoleBinding * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the RoleBinding @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1alpha1RoleBinding

func (*RbacAuthorizationV1alpha1ApiService) ReadClusterRole ¶

func (a *RbacAuthorizationV1alpha1ApiService) ReadClusterRole(ctx context.Context, name string, localVarOptionals map[string]interface{}) (V1alpha1ClusterRole, *http.Response, error)

RbacAuthorizationV1alpha1ApiService read the specified ClusterRole * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ClusterRole @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1alpha1ClusterRole

func (*RbacAuthorizationV1alpha1ApiService) ReadClusterRoleBinding ¶

func (a *RbacAuthorizationV1alpha1ApiService) ReadClusterRoleBinding(ctx context.Context, name string, localVarOptionals map[string]interface{}) (V1alpha1ClusterRoleBinding, *http.Response, error)

RbacAuthorizationV1alpha1ApiService read the specified ClusterRoleBinding * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ClusterRoleBinding @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1alpha1ClusterRoleBinding

func (*RbacAuthorizationV1alpha1ApiService) ReadNamespacedRole ¶

func (a *RbacAuthorizationV1alpha1ApiService) ReadNamespacedRole(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (V1alpha1Role, *http.Response, error)

RbacAuthorizationV1alpha1ApiService read the specified Role * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Role @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1alpha1Role

func (*RbacAuthorizationV1alpha1ApiService) ReadNamespacedRoleBinding ¶

func (a *RbacAuthorizationV1alpha1ApiService) ReadNamespacedRoleBinding(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (V1alpha1RoleBinding, *http.Response, error)

RbacAuthorizationV1alpha1ApiService read the specified RoleBinding * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the RoleBinding @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1alpha1RoleBinding

func (*RbacAuthorizationV1alpha1ApiService) ReplaceClusterRole ¶

func (a *RbacAuthorizationV1alpha1ApiService) ReplaceClusterRole(ctx context.Context, name string, body V1alpha1ClusterRole, localVarOptionals map[string]interface{}) (V1alpha1ClusterRole, *http.Response, error)

RbacAuthorizationV1alpha1ApiService replace the specified ClusterRole * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ClusterRole @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1alpha1ClusterRole

func (*RbacAuthorizationV1alpha1ApiService) ReplaceClusterRoleBinding ¶

func (a *RbacAuthorizationV1alpha1ApiService) ReplaceClusterRoleBinding(ctx context.Context, name string, body V1alpha1ClusterRoleBinding, localVarOptionals map[string]interface{}) (V1alpha1ClusterRoleBinding, *http.Response, error)

RbacAuthorizationV1alpha1ApiService replace the specified ClusterRoleBinding * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ClusterRoleBinding @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1alpha1ClusterRoleBinding

func (*RbacAuthorizationV1alpha1ApiService) ReplaceNamespacedRole ¶

func (a *RbacAuthorizationV1alpha1ApiService) ReplaceNamespacedRole(ctx context.Context, name string, namespace string, body V1alpha1Role, localVarOptionals map[string]interface{}) (V1alpha1Role, *http.Response, error)

RbacAuthorizationV1alpha1ApiService replace the specified Role * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Role @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1alpha1Role

func (*RbacAuthorizationV1alpha1ApiService) ReplaceNamespacedRoleBinding ¶

func (a *RbacAuthorizationV1alpha1ApiService) ReplaceNamespacedRoleBinding(ctx context.Context, name string, namespace string, body V1alpha1RoleBinding, localVarOptionals map[string]interface{}) (V1alpha1RoleBinding, *http.Response, error)

RbacAuthorizationV1alpha1ApiService replace the specified RoleBinding * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the RoleBinding @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1alpha1RoleBinding

type RbacAuthorizationV1beta1ApiService ¶

type RbacAuthorizationV1beta1ApiService service

func (*RbacAuthorizationV1beta1ApiService) CreateClusterRole ¶

func (a *RbacAuthorizationV1beta1ApiService) CreateClusterRole(ctx context.Context, body V1beta1ClusterRole, localVarOptionals map[string]interface{}) (V1beta1ClusterRole, *http.Response, error)

RbacAuthorizationV1beta1ApiService create a ClusterRole * @param ctx context.Context for authentication, logging, tracing, etc. @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1beta1ClusterRole

func (*RbacAuthorizationV1beta1ApiService) CreateClusterRoleBinding ¶

func (a *RbacAuthorizationV1beta1ApiService) CreateClusterRoleBinding(ctx context.Context, body V1beta1ClusterRoleBinding, localVarOptionals map[string]interface{}) (V1beta1ClusterRoleBinding, *http.Response, error)

RbacAuthorizationV1beta1ApiService create a ClusterRoleBinding * @param ctx context.Context for authentication, logging, tracing, etc. @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1beta1ClusterRoleBinding

func (*RbacAuthorizationV1beta1ApiService) CreateNamespacedRole ¶

func (a *RbacAuthorizationV1beta1ApiService) CreateNamespacedRole(ctx context.Context, namespace string, body V1beta1Role, localVarOptionals map[string]interface{}) (V1beta1Role, *http.Response, error)

RbacAuthorizationV1beta1ApiService create a Role * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1beta1Role

func (*RbacAuthorizationV1beta1ApiService) CreateNamespacedRoleBinding ¶

func (a *RbacAuthorizationV1beta1ApiService) CreateNamespacedRoleBinding(ctx context.Context, namespace string, body V1beta1RoleBinding, localVarOptionals map[string]interface{}) (V1beta1RoleBinding, *http.Response, error)

RbacAuthorizationV1beta1ApiService create a RoleBinding * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1beta1RoleBinding

func (*RbacAuthorizationV1beta1ApiService) DeleteClusterRole ¶

func (a *RbacAuthorizationV1beta1ApiService) DeleteClusterRole(ctx context.Context, name string, body V1DeleteOptions, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

RbacAuthorizationV1beta1ApiService delete a ClusterRole * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ClusterRole @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "gracePeriodSeconds" (int32) The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
@param "orphanDependents" (bool) Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \&quot;orphan\&quot; finalizer will be added to/removed from the object&#39;s finalizers list. Either this field or PropagationPolicy may be set, but not both.
@param "propagationPolicy" (string) Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: &#39;Orphan&#39; - orphan the dependents; &#39;Background&#39; - allow the garbage collector to delete the dependents in the background; &#39;Foreground&#39; - a cascading policy that deletes all dependents in the foreground.

@return V1Status

func (*RbacAuthorizationV1beta1ApiService) DeleteClusterRoleBinding ¶

func (a *RbacAuthorizationV1beta1ApiService) DeleteClusterRoleBinding(ctx context.Context, name string, body V1DeleteOptions, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

RbacAuthorizationV1beta1ApiService delete a ClusterRoleBinding * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ClusterRoleBinding @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "gracePeriodSeconds" (int32) The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
@param "orphanDependents" (bool) Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \&quot;orphan\&quot; finalizer will be added to/removed from the object&#39;s finalizers list. Either this field or PropagationPolicy may be set, but not both.
@param "propagationPolicy" (string) Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: &#39;Orphan&#39; - orphan the dependents; &#39;Background&#39; - allow the garbage collector to delete the dependents in the background; &#39;Foreground&#39; - a cascading policy that deletes all dependents in the foreground.

@return V1Status

func (*RbacAuthorizationV1beta1ApiService) DeleteCollectionClusterRole ¶

func (a *RbacAuthorizationV1beta1ApiService) DeleteCollectionClusterRole(ctx context.Context, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

RbacAuthorizationV1beta1ApiService delete collection of ClusterRole * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1Status

func (*RbacAuthorizationV1beta1ApiService) DeleteCollectionClusterRoleBinding ¶

func (a *RbacAuthorizationV1beta1ApiService) DeleteCollectionClusterRoleBinding(ctx context.Context, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

RbacAuthorizationV1beta1ApiService delete collection of ClusterRoleBinding * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1Status

func (*RbacAuthorizationV1beta1ApiService) DeleteCollectionNamespacedRole ¶

func (a *RbacAuthorizationV1beta1ApiService) DeleteCollectionNamespacedRole(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

RbacAuthorizationV1beta1ApiService delete collection of Role * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1Status

func (*RbacAuthorizationV1beta1ApiService) DeleteCollectionNamespacedRoleBinding ¶

func (a *RbacAuthorizationV1beta1ApiService) DeleteCollectionNamespacedRoleBinding(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

RbacAuthorizationV1beta1ApiService delete collection of RoleBinding * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1Status

func (*RbacAuthorizationV1beta1ApiService) DeleteNamespacedRole ¶

func (a *RbacAuthorizationV1beta1ApiService) DeleteNamespacedRole(ctx context.Context, name string, namespace string, body V1DeleteOptions, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

RbacAuthorizationV1beta1ApiService delete a Role * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Role @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "gracePeriodSeconds" (int32) The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
@param "orphanDependents" (bool) Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \&quot;orphan\&quot; finalizer will be added to/removed from the object&#39;s finalizers list. Either this field or PropagationPolicy may be set, but not both.
@param "propagationPolicy" (string) Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: &#39;Orphan&#39; - orphan the dependents; &#39;Background&#39; - allow the garbage collector to delete the dependents in the background; &#39;Foreground&#39; - a cascading policy that deletes all dependents in the foreground.

@return V1Status

func (*RbacAuthorizationV1beta1ApiService) DeleteNamespacedRoleBinding ¶

func (a *RbacAuthorizationV1beta1ApiService) DeleteNamespacedRoleBinding(ctx context.Context, name string, namespace string, body V1DeleteOptions, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

RbacAuthorizationV1beta1ApiService delete a RoleBinding * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the RoleBinding @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "gracePeriodSeconds" (int32) The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
@param "orphanDependents" (bool) Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \&quot;orphan\&quot; finalizer will be added to/removed from the object&#39;s finalizers list. Either this field or PropagationPolicy may be set, but not both.
@param "propagationPolicy" (string) Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: &#39;Orphan&#39; - orphan the dependents; &#39;Background&#39; - allow the garbage collector to delete the dependents in the background; &#39;Foreground&#39; - a cascading policy that deletes all dependents in the foreground.

@return V1Status

func (*RbacAuthorizationV1beta1ApiService) GetAPIResources ¶

RbacAuthorizationV1beta1ApiService get available resources * @param ctx context.Context for authentication, logging, tracing, etc. @return V1ApiResourceList

func (*RbacAuthorizationV1beta1ApiService) ListClusterRole ¶

func (a *RbacAuthorizationV1beta1ApiService) ListClusterRole(ctx context.Context, localVarOptionals map[string]interface{}) (V1beta1ClusterRoleList, *http.Response, error)

RbacAuthorizationV1beta1ApiService list or watch objects of kind ClusterRole * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1beta1ClusterRoleList

func (*RbacAuthorizationV1beta1ApiService) ListClusterRoleBinding ¶

func (a *RbacAuthorizationV1beta1ApiService) ListClusterRoleBinding(ctx context.Context, localVarOptionals map[string]interface{}) (V1beta1ClusterRoleBindingList, *http.Response, error)

RbacAuthorizationV1beta1ApiService list or watch objects of kind ClusterRoleBinding * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1beta1ClusterRoleBindingList

func (*RbacAuthorizationV1beta1ApiService) ListNamespacedRole ¶

func (a *RbacAuthorizationV1beta1ApiService) ListNamespacedRole(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1beta1RoleList, *http.Response, error)

RbacAuthorizationV1beta1ApiService list or watch objects of kind Role * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1beta1RoleList

func (*RbacAuthorizationV1beta1ApiService) ListNamespacedRoleBinding ¶

func (a *RbacAuthorizationV1beta1ApiService) ListNamespacedRoleBinding(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1beta1RoleBindingList, *http.Response, error)

RbacAuthorizationV1beta1ApiService list or watch objects of kind RoleBinding * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1beta1RoleBindingList

func (*RbacAuthorizationV1beta1ApiService) ListRoleBindingForAllNamespaces ¶

func (a *RbacAuthorizationV1beta1ApiService) ListRoleBindingForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1beta1RoleBindingList, *http.Response, error)

RbacAuthorizationV1beta1ApiService list or watch objects of kind RoleBinding * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1beta1RoleBindingList

func (*RbacAuthorizationV1beta1ApiService) ListRoleForAllNamespaces ¶

func (a *RbacAuthorizationV1beta1ApiService) ListRoleForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1beta1RoleList, *http.Response, error)

RbacAuthorizationV1beta1ApiService list or watch objects of kind Role * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1beta1RoleList

func (*RbacAuthorizationV1beta1ApiService) PatchClusterRole ¶

func (a *RbacAuthorizationV1beta1ApiService) PatchClusterRole(ctx context.Context, name string, body interface{}, localVarOptionals map[string]interface{}) (V1beta1ClusterRole, *http.Response, error)

RbacAuthorizationV1beta1ApiService partially update the specified ClusterRole * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ClusterRole @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1beta1ClusterRole

func (*RbacAuthorizationV1beta1ApiService) PatchClusterRoleBinding ¶

func (a *RbacAuthorizationV1beta1ApiService) PatchClusterRoleBinding(ctx context.Context, name string, body interface{}, localVarOptionals map[string]interface{}) (V1beta1ClusterRoleBinding, *http.Response, error)

RbacAuthorizationV1beta1ApiService partially update the specified ClusterRoleBinding * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ClusterRoleBinding @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1beta1ClusterRoleBinding

func (*RbacAuthorizationV1beta1ApiService) PatchNamespacedRole ¶

func (a *RbacAuthorizationV1beta1ApiService) PatchNamespacedRole(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (V1beta1Role, *http.Response, error)

RbacAuthorizationV1beta1ApiService partially update the specified Role * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Role @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1beta1Role

func (*RbacAuthorizationV1beta1ApiService) PatchNamespacedRoleBinding ¶

func (a *RbacAuthorizationV1beta1ApiService) PatchNamespacedRoleBinding(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (V1beta1RoleBinding, *http.Response, error)

RbacAuthorizationV1beta1ApiService partially update the specified RoleBinding * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the RoleBinding @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1beta1RoleBinding

func (*RbacAuthorizationV1beta1ApiService) ReadClusterRole ¶

func (a *RbacAuthorizationV1beta1ApiService) ReadClusterRole(ctx context.Context, name string, localVarOptionals map[string]interface{}) (V1beta1ClusterRole, *http.Response, error)

RbacAuthorizationV1beta1ApiService read the specified ClusterRole * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ClusterRole @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1beta1ClusterRole

func (*RbacAuthorizationV1beta1ApiService) ReadClusterRoleBinding ¶

func (a *RbacAuthorizationV1beta1ApiService) ReadClusterRoleBinding(ctx context.Context, name string, localVarOptionals map[string]interface{}) (V1beta1ClusterRoleBinding, *http.Response, error)

RbacAuthorizationV1beta1ApiService read the specified ClusterRoleBinding * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ClusterRoleBinding @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1beta1ClusterRoleBinding

func (*RbacAuthorizationV1beta1ApiService) ReadNamespacedRole ¶

func (a *RbacAuthorizationV1beta1ApiService) ReadNamespacedRole(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (V1beta1Role, *http.Response, error)

RbacAuthorizationV1beta1ApiService read the specified Role * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Role @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1beta1Role

func (*RbacAuthorizationV1beta1ApiService) ReadNamespacedRoleBinding ¶

func (a *RbacAuthorizationV1beta1ApiService) ReadNamespacedRoleBinding(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (V1beta1RoleBinding, *http.Response, error)

RbacAuthorizationV1beta1ApiService read the specified RoleBinding * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the RoleBinding @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1beta1RoleBinding

func (*RbacAuthorizationV1beta1ApiService) ReplaceClusterRole ¶

func (a *RbacAuthorizationV1beta1ApiService) ReplaceClusterRole(ctx context.Context, name string, body V1beta1ClusterRole, localVarOptionals map[string]interface{}) (V1beta1ClusterRole, *http.Response, error)

RbacAuthorizationV1beta1ApiService replace the specified ClusterRole * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ClusterRole @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1beta1ClusterRole

func (*RbacAuthorizationV1beta1ApiService) ReplaceClusterRoleBinding ¶

func (a *RbacAuthorizationV1beta1ApiService) ReplaceClusterRoleBinding(ctx context.Context, name string, body V1beta1ClusterRoleBinding, localVarOptionals map[string]interface{}) (V1beta1ClusterRoleBinding, *http.Response, error)

RbacAuthorizationV1beta1ApiService replace the specified ClusterRoleBinding * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ClusterRoleBinding @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1beta1ClusterRoleBinding

func (*RbacAuthorizationV1beta1ApiService) ReplaceNamespacedRole ¶

func (a *RbacAuthorizationV1beta1ApiService) ReplaceNamespacedRole(ctx context.Context, name string, namespace string, body V1beta1Role, localVarOptionals map[string]interface{}) (V1beta1Role, *http.Response, error)

RbacAuthorizationV1beta1ApiService replace the specified Role * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Role @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1beta1Role

func (*RbacAuthorizationV1beta1ApiService) ReplaceNamespacedRoleBinding ¶

func (a *RbacAuthorizationV1beta1ApiService) ReplaceNamespacedRoleBinding(ctx context.Context, name string, namespace string, body V1beta1RoleBinding, localVarOptionals map[string]interface{}) (V1beta1RoleBinding, *http.Response, error)

RbacAuthorizationV1beta1ApiService replace the specified RoleBinding * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the RoleBinding @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1beta1RoleBinding

type Result ¶

type Result struct {
	Type   string
	Object interface{}
}

Result is a watch result

type RuntimeRawExtension ¶

type RuntimeRawExtension struct {

	// Raw is the underlying serialization of this object.
	Raw string `json:"Raw"`
}

RawExtension is used to hold extensions in external versions. To use this, make a field which has RawExtension as its type in your external, versioned struct, and Object in your internal struct. You also need to register your various plugin types. // Internal package: type MyAPIObject struct { runtime.TypeMeta `json:\",inline\"` MyPlugin runtime.Object `json:\"myPlugin\"` } type PluginA struct { AOption string `json:\"aOption\"` } // External package: type MyAPIObject struct { runtime.TypeMeta `json:\",inline\"` MyPlugin runtime.RawExtension `json:\"myPlugin\"` } type PluginA struct { AOption string `json:\"aOption\"` } // On the wire, the JSON will look something like this: { \"kind\":\"MyAPIObject\", \"apiVersion\":\"v1\", \"myPlugin\": { \"kind\":\"PluginA\", \"aOption\":\"foo\", }, } So what happens? Decode first uses json or yaml to unmarshal the serialized data into your external MyAPIObject. That causes the raw JSON to be stored, but not unpacked. The next step is to copy (using pkg/conversion) into the internal struct. The runtime package's DefaultScheme has conversion functions installed which will unpack the JSON stored in RawExtension, turning it into the correct object type, and storing it in the Object. (TODO: In the case where the object is of an unknown type, a runtime.Unknown object will be created and stored.)

type SchedulingApiService ¶

type SchedulingApiService service

func (*SchedulingApiService) GetAPIGroup ¶

SchedulingApiService get information of a group * @param ctx context.Context for authentication, logging, tracing, etc. @return V1ApiGroup

type SchedulingV1alpha1ApiService ¶

type SchedulingV1alpha1ApiService service

func (*SchedulingV1alpha1ApiService) CreatePriorityClass ¶

func (a *SchedulingV1alpha1ApiService) CreatePriorityClass(ctx context.Context, body V1alpha1PriorityClass, localVarOptionals map[string]interface{}) (V1alpha1PriorityClass, *http.Response, error)

SchedulingV1alpha1ApiService create a PriorityClass * @param ctx context.Context for authentication, logging, tracing, etc. @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1alpha1PriorityClass

func (*SchedulingV1alpha1ApiService) DeleteCollectionPriorityClass ¶

func (a *SchedulingV1alpha1ApiService) DeleteCollectionPriorityClass(ctx context.Context, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

SchedulingV1alpha1ApiService delete collection of PriorityClass * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1Status

func (*SchedulingV1alpha1ApiService) DeletePriorityClass ¶

func (a *SchedulingV1alpha1ApiService) DeletePriorityClass(ctx context.Context, name string, body V1DeleteOptions, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

SchedulingV1alpha1ApiService delete a PriorityClass * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the PriorityClass @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "gracePeriodSeconds" (int32) The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
@param "orphanDependents" (bool) Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \&quot;orphan\&quot; finalizer will be added to/removed from the object&#39;s finalizers list. Either this field or PropagationPolicy may be set, but not both.
@param "propagationPolicy" (string) Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: &#39;Orphan&#39; - orphan the dependents; &#39;Background&#39; - allow the garbage collector to delete the dependents in the background; &#39;Foreground&#39; - a cascading policy that deletes all dependents in the foreground.

@return V1Status

func (*SchedulingV1alpha1ApiService) GetAPIResources ¶

SchedulingV1alpha1ApiService get available resources * @param ctx context.Context for authentication, logging, tracing, etc. @return V1ApiResourceList

func (*SchedulingV1alpha1ApiService) ListPriorityClass ¶

func (a *SchedulingV1alpha1ApiService) ListPriorityClass(ctx context.Context, localVarOptionals map[string]interface{}) (V1alpha1PriorityClassList, *http.Response, error)

SchedulingV1alpha1ApiService list or watch objects of kind PriorityClass * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1alpha1PriorityClassList

func (*SchedulingV1alpha1ApiService) PatchPriorityClass ¶

func (a *SchedulingV1alpha1ApiService) PatchPriorityClass(ctx context.Context, name string, body interface{}, localVarOptionals map[string]interface{}) (V1alpha1PriorityClass, *http.Response, error)

SchedulingV1alpha1ApiService partially update the specified PriorityClass * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the PriorityClass @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1alpha1PriorityClass

func (*SchedulingV1alpha1ApiService) ReadPriorityClass ¶

func (a *SchedulingV1alpha1ApiService) ReadPriorityClass(ctx context.Context, name string, localVarOptionals map[string]interface{}) (V1alpha1PriorityClass, *http.Response, error)

SchedulingV1alpha1ApiService read the specified PriorityClass * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the PriorityClass @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "exact" (bool) Should the export be exact.  Exact export maintains cluster-specific fields like &#39;Namespace&#39;.
@param "export" (bool) Should this value be exported.  Export strips fields that a user can not specify.

@return V1alpha1PriorityClass

func (*SchedulingV1alpha1ApiService) ReplacePriorityClass ¶

func (a *SchedulingV1alpha1ApiService) ReplacePriorityClass(ctx context.Context, name string, body V1alpha1PriorityClass, localVarOptionals map[string]interface{}) (V1alpha1PriorityClass, *http.Response, error)

SchedulingV1alpha1ApiService replace the specified PriorityClass * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the PriorityClass @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1alpha1PriorityClass

type SettingsApiService ¶

type SettingsApiService service

func (*SettingsApiService) GetAPIGroup ¶

func (a *SettingsApiService) GetAPIGroup(ctx context.Context) (V1ApiGroup, *http.Response, error)

SettingsApiService get information of a group * @param ctx context.Context for authentication, logging, tracing, etc. @return V1ApiGroup

type SettingsV1alpha1ApiService ¶

type SettingsV1alpha1ApiService service

func (*SettingsV1alpha1ApiService) CreateNamespacedPodPreset ¶

func (a *SettingsV1alpha1ApiService) CreateNamespacedPodPreset(ctx context.Context, namespace string, body V1alpha1PodPreset, localVarOptionals map[string]interface{}) (V1alpha1PodPreset, *http.Response, error)

SettingsV1alpha1ApiService create a PodPreset * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1alpha1PodPreset

func (*SettingsV1alpha1ApiService) DeleteCollectionNamespacedPodPreset ¶

func (a *SettingsV1alpha1ApiService) DeleteCollectionNamespacedPodPreset(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

SettingsV1alpha1ApiService delete collection of PodPreset * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1Status

func (*SettingsV1alpha1ApiService) DeleteNamespacedPodPreset ¶

func (a *SettingsV1alpha1ApiService) DeleteNamespacedPodPreset(ctx context.Context, name string, namespace string, body V1DeleteOptions, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

SettingsV1alpha1ApiService delete a PodPreset * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the PodPreset @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "gracePeriodSeconds" (int32) The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
@param "orphanDependents" (bool) Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \&quot;orphan\&quot; finalizer will be added to/removed from the object&#39;s finalizers list. Either this field or PropagationPolicy may be set, but not both.
@param "propagationPolicy" (string) Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: &#39;Orphan&#39; - orphan the dependents; &#39;Background&#39; - allow the garbage collector to delete the dependents in the background; &#39;Foreground&#39; - a cascading policy that deletes all dependents in the foreground.

@return V1Status

func (*SettingsV1alpha1ApiService) GetAPIResources ¶

SettingsV1alpha1ApiService get available resources * @param ctx context.Context for authentication, logging, tracing, etc. @return V1ApiResourceList

func (*SettingsV1alpha1ApiService) ListNamespacedPodPreset ¶

func (a *SettingsV1alpha1ApiService) ListNamespacedPodPreset(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1alpha1PodPresetList, *http.Response, error)

SettingsV1alpha1ApiService list or watch objects of kind PodPreset * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1alpha1PodPresetList

func (*SettingsV1alpha1ApiService) ListPodPresetForAllNamespaces ¶

func (a *SettingsV1alpha1ApiService) ListPodPresetForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1alpha1PodPresetList, *http.Response, error)

SettingsV1alpha1ApiService list or watch objects of kind PodPreset * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1alpha1PodPresetList

func (*SettingsV1alpha1ApiService) PatchNamespacedPodPreset ¶

func (a *SettingsV1alpha1ApiService) PatchNamespacedPodPreset(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (V1alpha1PodPreset, *http.Response, error)

SettingsV1alpha1ApiService partially update the specified PodPreset * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the PodPreset @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1alpha1PodPreset

func (*SettingsV1alpha1ApiService) ReadNamespacedPodPreset ¶

func (a *SettingsV1alpha1ApiService) ReadNamespacedPodPreset(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (V1alpha1PodPreset, *http.Response, error)

SettingsV1alpha1ApiService read the specified PodPreset * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the PodPreset @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "exact" (bool) Should the export be exact.  Exact export maintains cluster-specific fields like &#39;Namespace&#39;.
@param "export" (bool) Should this value be exported.  Export strips fields that a user can not specify.

@return V1alpha1PodPreset

func (*SettingsV1alpha1ApiService) ReplaceNamespacedPodPreset ¶

func (a *SettingsV1alpha1ApiService) ReplaceNamespacedPodPreset(ctx context.Context, name string, namespace string, body V1alpha1PodPreset, localVarOptionals map[string]interface{}) (V1alpha1PodPreset, *http.Response, error)

SettingsV1alpha1ApiService replace the specified PodPreset * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the PodPreset @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1alpha1PodPreset

type StorageApiService ¶

type StorageApiService service

func (*StorageApiService) GetAPIGroup ¶

func (a *StorageApiService) GetAPIGroup(ctx context.Context) (V1ApiGroup, *http.Response, error)

StorageApiService get information of a group * @param ctx context.Context for authentication, logging, tracing, etc. @return V1ApiGroup

type StorageV1ApiService ¶

type StorageV1ApiService service

func (*StorageV1ApiService) CreateStorageClass ¶

func (a *StorageV1ApiService) CreateStorageClass(ctx context.Context, body V1StorageClass, localVarOptionals map[string]interface{}) (V1StorageClass, *http.Response, error)

StorageV1ApiService create a StorageClass * @param ctx context.Context for authentication, logging, tracing, etc. @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1StorageClass

func (*StorageV1ApiService) DeleteCollectionStorageClass ¶

func (a *StorageV1ApiService) DeleteCollectionStorageClass(ctx context.Context, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

StorageV1ApiService delete collection of StorageClass * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1Status

func (*StorageV1ApiService) DeleteStorageClass ¶

func (a *StorageV1ApiService) DeleteStorageClass(ctx context.Context, name string, body V1DeleteOptions, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

StorageV1ApiService delete a StorageClass * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the StorageClass @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "gracePeriodSeconds" (int32) The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
@param "orphanDependents" (bool) Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \&quot;orphan\&quot; finalizer will be added to/removed from the object&#39;s finalizers list. Either this field or PropagationPolicy may be set, but not both.
@param "propagationPolicy" (string) Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: &#39;Orphan&#39; - orphan the dependents; &#39;Background&#39; - allow the garbage collector to delete the dependents in the background; &#39;Foreground&#39; - a cascading policy that deletes all dependents in the foreground.

@return V1Status

func (*StorageV1ApiService) GetAPIResources ¶

StorageV1ApiService get available resources * @param ctx context.Context for authentication, logging, tracing, etc. @return V1ApiResourceList

func (*StorageV1ApiService) ListStorageClass ¶

func (a *StorageV1ApiService) ListStorageClass(ctx context.Context, localVarOptionals map[string]interface{}) (V1StorageClassList, *http.Response, error)

StorageV1ApiService list or watch objects of kind StorageClass * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1StorageClassList

func (*StorageV1ApiService) PatchStorageClass ¶

func (a *StorageV1ApiService) PatchStorageClass(ctx context.Context, name string, body interface{}, localVarOptionals map[string]interface{}) (V1StorageClass, *http.Response, error)

StorageV1ApiService partially update the specified StorageClass * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the StorageClass @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1StorageClass

func (*StorageV1ApiService) ReadStorageClass ¶

func (a *StorageV1ApiService) ReadStorageClass(ctx context.Context, name string, localVarOptionals map[string]interface{}) (V1StorageClass, *http.Response, error)

StorageV1ApiService read the specified StorageClass * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the StorageClass @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "exact" (bool) Should the export be exact.  Exact export maintains cluster-specific fields like &#39;Namespace&#39;.
@param "export" (bool) Should this value be exported.  Export strips fields that a user can not specify.

@return V1StorageClass

func (*StorageV1ApiService) ReplaceStorageClass ¶

func (a *StorageV1ApiService) ReplaceStorageClass(ctx context.Context, name string, body V1StorageClass, localVarOptionals map[string]interface{}) (V1StorageClass, *http.Response, error)

StorageV1ApiService replace the specified StorageClass * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the StorageClass @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1StorageClass

type StorageV1alpha1ApiService ¶

type StorageV1alpha1ApiService service

func (*StorageV1alpha1ApiService) CreateVolumeAttachment ¶

func (a *StorageV1alpha1ApiService) CreateVolumeAttachment(ctx context.Context, body V1alpha1VolumeAttachment, localVarOptionals map[string]interface{}) (V1alpha1VolumeAttachment, *http.Response, error)

StorageV1alpha1ApiService create a VolumeAttachment * @param ctx context.Context for authentication, logging, tracing, etc. @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1alpha1VolumeAttachment

func (*StorageV1alpha1ApiService) DeleteCollectionVolumeAttachment ¶

func (a *StorageV1alpha1ApiService) DeleteCollectionVolumeAttachment(ctx context.Context, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

StorageV1alpha1ApiService delete collection of VolumeAttachment * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1Status

func (*StorageV1alpha1ApiService) DeleteVolumeAttachment ¶

func (a *StorageV1alpha1ApiService) DeleteVolumeAttachment(ctx context.Context, name string, body V1DeleteOptions, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

StorageV1alpha1ApiService delete a VolumeAttachment * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the VolumeAttachment @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "gracePeriodSeconds" (int32) The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
@param "orphanDependents" (bool) Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \&quot;orphan\&quot; finalizer will be added to/removed from the object&#39;s finalizers list. Either this field or PropagationPolicy may be set, but not both.
@param "propagationPolicy" (string) Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: &#39;Orphan&#39; - orphan the dependents; &#39;Background&#39; - allow the garbage collector to delete the dependents in the background; &#39;Foreground&#39; - a cascading policy that deletes all dependents in the foreground.

@return V1Status

func (*StorageV1alpha1ApiService) GetAPIResources ¶

StorageV1alpha1ApiService get available resources * @param ctx context.Context for authentication, logging, tracing, etc. @return V1ApiResourceList

func (*StorageV1alpha1ApiService) ListVolumeAttachment ¶

func (a *StorageV1alpha1ApiService) ListVolumeAttachment(ctx context.Context, localVarOptionals map[string]interface{}) (V1alpha1VolumeAttachmentList, *http.Response, error)

StorageV1alpha1ApiService list or watch objects of kind VolumeAttachment * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1alpha1VolumeAttachmentList

func (*StorageV1alpha1ApiService) PatchVolumeAttachment ¶

func (a *StorageV1alpha1ApiService) PatchVolumeAttachment(ctx context.Context, name string, body interface{}, localVarOptionals map[string]interface{}) (V1alpha1VolumeAttachment, *http.Response, error)

StorageV1alpha1ApiService partially update the specified VolumeAttachment * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the VolumeAttachment @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1alpha1VolumeAttachment

func (*StorageV1alpha1ApiService) ReadVolumeAttachment ¶

func (a *StorageV1alpha1ApiService) ReadVolumeAttachment(ctx context.Context, name string, localVarOptionals map[string]interface{}) (V1alpha1VolumeAttachment, *http.Response, error)

StorageV1alpha1ApiService read the specified VolumeAttachment * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the VolumeAttachment @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "exact" (bool) Should the export be exact.  Exact export maintains cluster-specific fields like &#39;Namespace&#39;.
@param "export" (bool) Should this value be exported.  Export strips fields that a user can not specify.

@return V1alpha1VolumeAttachment

func (*StorageV1alpha1ApiService) ReplaceVolumeAttachment ¶

func (a *StorageV1alpha1ApiService) ReplaceVolumeAttachment(ctx context.Context, name string, body V1alpha1VolumeAttachment, localVarOptionals map[string]interface{}) (V1alpha1VolumeAttachment, *http.Response, error)

StorageV1alpha1ApiService replace the specified VolumeAttachment * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the VolumeAttachment @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1alpha1VolumeAttachment

type StorageV1beta1ApiService ¶

type StorageV1beta1ApiService service

func (*StorageV1beta1ApiService) CreateStorageClass ¶

func (a *StorageV1beta1ApiService) CreateStorageClass(ctx context.Context, body V1beta1StorageClass, localVarOptionals map[string]interface{}) (V1beta1StorageClass, *http.Response, error)

StorageV1beta1ApiService create a StorageClass * @param ctx context.Context for authentication, logging, tracing, etc. @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1beta1StorageClass

func (*StorageV1beta1ApiService) CreateVolumeAttachment ¶

func (a *StorageV1beta1ApiService) CreateVolumeAttachment(ctx context.Context, body V1beta1VolumeAttachment, localVarOptionals map[string]interface{}) (V1beta1VolumeAttachment, *http.Response, error)

StorageV1beta1ApiService create a VolumeAttachment * @param ctx context.Context for authentication, logging, tracing, etc. @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1beta1VolumeAttachment

func (*StorageV1beta1ApiService) DeleteCollectionStorageClass ¶

func (a *StorageV1beta1ApiService) DeleteCollectionStorageClass(ctx context.Context, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

StorageV1beta1ApiService delete collection of StorageClass * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1Status

func (*StorageV1beta1ApiService) DeleteCollectionVolumeAttachment ¶

func (a *StorageV1beta1ApiService) DeleteCollectionVolumeAttachment(ctx context.Context, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

StorageV1beta1ApiService delete collection of VolumeAttachment * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1Status

func (*StorageV1beta1ApiService) DeleteStorageClass ¶

func (a *StorageV1beta1ApiService) DeleteStorageClass(ctx context.Context, name string, body V1DeleteOptions, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

StorageV1beta1ApiService delete a StorageClass * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the StorageClass @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "gracePeriodSeconds" (int32) The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
@param "orphanDependents" (bool) Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \&quot;orphan\&quot; finalizer will be added to/removed from the object&#39;s finalizers list. Either this field or PropagationPolicy may be set, but not both.
@param "propagationPolicy" (string) Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: &#39;Orphan&#39; - orphan the dependents; &#39;Background&#39; - allow the garbage collector to delete the dependents in the background; &#39;Foreground&#39; - a cascading policy that deletes all dependents in the foreground.

@return V1Status

func (*StorageV1beta1ApiService) DeleteVolumeAttachment ¶

func (a *StorageV1beta1ApiService) DeleteVolumeAttachment(ctx context.Context, name string, body V1DeleteOptions, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)

StorageV1beta1ApiService delete a VolumeAttachment * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the VolumeAttachment @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "gracePeriodSeconds" (int32) The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
@param "orphanDependents" (bool) Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \&quot;orphan\&quot; finalizer will be added to/removed from the object&#39;s finalizers list. Either this field or PropagationPolicy may be set, but not both.
@param "propagationPolicy" (string) Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: &#39;Orphan&#39; - orphan the dependents; &#39;Background&#39; - allow the garbage collector to delete the dependents in the background; &#39;Foreground&#39; - a cascading policy that deletes all dependents in the foreground.

@return V1Status

func (*StorageV1beta1ApiService) GetAPIResources ¶

StorageV1beta1ApiService get available resources * @param ctx context.Context for authentication, logging, tracing, etc. @return V1ApiResourceList

func (*StorageV1beta1ApiService) ListStorageClass ¶

func (a *StorageV1beta1ApiService) ListStorageClass(ctx context.Context, localVarOptionals map[string]interface{}) (V1beta1StorageClassList, *http.Response, error)

StorageV1beta1ApiService list or watch objects of kind StorageClass * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1beta1StorageClassList

func (*StorageV1beta1ApiService) ListVolumeAttachment ¶

func (a *StorageV1beta1ApiService) ListVolumeAttachment(ctx context.Context, localVarOptionals map[string]interface{}) (V1beta1VolumeAttachmentList, *http.Response, error)

StorageV1beta1ApiService list or watch objects of kind VolumeAttachment * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
@param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything.
@param "includeUninitialized" (bool) If true, partially initialized resources are included in the response.
@param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything.
@param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
@param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it&#39;s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
@param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
@param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

@return V1beta1VolumeAttachmentList

func (*StorageV1beta1ApiService) PatchStorageClass ¶

func (a *StorageV1beta1ApiService) PatchStorageClass(ctx context.Context, name string, body interface{}, localVarOptionals map[string]interface{}) (V1beta1StorageClass, *http.Response, error)

StorageV1beta1ApiService partially update the specified StorageClass * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the StorageClass @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1beta1StorageClass

func (*StorageV1beta1ApiService) PatchVolumeAttachment ¶

func (a *StorageV1beta1ApiService) PatchVolumeAttachment(ctx context.Context, name string, body interface{}, localVarOptionals map[string]interface{}) (V1beta1VolumeAttachment, *http.Response, error)

StorageV1beta1ApiService partially update the specified VolumeAttachment * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the VolumeAttachment @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1beta1VolumeAttachment

func (*StorageV1beta1ApiService) ReadStorageClass ¶

func (a *StorageV1beta1ApiService) ReadStorageClass(ctx context.Context, name string, localVarOptionals map[string]interface{}) (V1beta1StorageClass, *http.Response, error)

StorageV1beta1ApiService read the specified StorageClass * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the StorageClass @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "exact" (bool) Should the export be exact.  Exact export maintains cluster-specific fields like &#39;Namespace&#39;.
@param "export" (bool) Should this value be exported.  Export strips fields that a user can not specify.

@return V1beta1StorageClass

func (*StorageV1beta1ApiService) ReadVolumeAttachment ¶

func (a *StorageV1beta1ApiService) ReadVolumeAttachment(ctx context.Context, name string, localVarOptionals map[string]interface{}) (V1beta1VolumeAttachment, *http.Response, error)

StorageV1beta1ApiService read the specified VolumeAttachment * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the VolumeAttachment @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.
@param "exact" (bool) Should the export be exact.  Exact export maintains cluster-specific fields like &#39;Namespace&#39;.
@param "export" (bool) Should this value be exported.  Export strips fields that a user can not specify.

@return V1beta1VolumeAttachment

func (*StorageV1beta1ApiService) ReplaceStorageClass ¶

func (a *StorageV1beta1ApiService) ReplaceStorageClass(ctx context.Context, name string, body V1beta1StorageClass, localVarOptionals map[string]interface{}) (V1beta1StorageClass, *http.Response, error)

StorageV1beta1ApiService replace the specified StorageClass * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the StorageClass @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1beta1StorageClass

func (*StorageV1beta1ApiService) ReplaceVolumeAttachment ¶

func (a *StorageV1beta1ApiService) ReplaceVolumeAttachment(ctx context.Context, name string, body V1beta1VolumeAttachment, localVarOptionals map[string]interface{}) (V1beta1VolumeAttachment, *http.Response, error)

StorageV1beta1ApiService replace the specified VolumeAttachment * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the VolumeAttachment @param body @param optional (nil or map[string]interface{}) with one or more of:

@param "pretty" (string) If &#39;true&#39;, then the output is pretty printed.

@return V1beta1VolumeAttachment

type V1Affinity ¶

type V1Affinity struct {

	// Describes node affinity scheduling rules for the pod.
	NodeAffinity *V1NodeAffinity `json:"nodeAffinity,omitempty"`

	// Describes pod affinity scheduling rules (e.g. co-locate this pod in the same node, zone, etc. as some other pod(s)).
	PodAffinity *V1PodAffinity `json:"podAffinity,omitempty"`

	// Describes pod anti-affinity scheduling rules (e.g. avoid putting this pod in the same node, zone, etc. as some other pod(s)).
	PodAntiAffinity *V1PodAntiAffinity `json:"podAntiAffinity,omitempty"`
}

Affinity is a group of affinity scheduling rules.

type V1AggregationRule ¶

type V1AggregationRule struct {

	// ClusterRoleSelectors holds a list of selectors which will be used to find ClusterRoles and create the rules. If any of the selectors match, then the ClusterRole's permissions will be added
	ClusterRoleSelectors []V1LabelSelector `json:"clusterRoleSelectors,omitempty"`
}

AggregationRule describes how to locate ClusterRoles to aggregate into the ClusterRole

type V1ApiGroup ¶

type V1ApiGroup struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// name is the name of the group.
	Name string `json:"name"`

	// preferredVersion is the version preferred by the API server, which probably is the storage version.
	PreferredVersion *V1GroupVersionForDiscovery `json:"preferredVersion,omitempty"`

	// a map of client CIDR to server address that is serving this group. This is to help clients reach servers in the most network-efficient way possible. Clients can use the appropriate server address as per the CIDR that they match. In case of multiple matches, clients should use the longest matching CIDR. The server returns only those CIDRs that it thinks that the client can match. For example: the master will return an internal IP CIDR only, if the client reaches the server using an internal IP. Server looks at X-Forwarded-For header or X-Real-Ip header or request.RemoteAddr (in that order) to get the client IP.
	ServerAddressByClientCIDRs []V1ServerAddressByClientCidr `json:"serverAddressByClientCIDRs"`

	// versions are the versions supported in this group.
	Versions []V1GroupVersionForDiscovery `json:"versions"`
}

APIGroup contains the name, the supported versions, and the preferred version of a group.

type V1ApiGroupList ¶

type V1ApiGroupList struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// groups is a list of APIGroup.
	Groups []V1ApiGroup `json:"groups"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`
}

APIGroupList is a list of APIGroup, to allow clients to discover the API at /apis.

type V1ApiResource ¶

type V1ApiResource struct {

	// categories is a list of the grouped resources this resource belongs to (e.g. 'all')
	Categories []string `json:"categories,omitempty"`

	// group is the preferred group of the resource.  Empty implies the group of the containing resource list. For subresources, this may have a different value, for example: Scale\".
	Group string `json:"group,omitempty"`

	// kind is the kind for the resource (e.g. 'Foo' is the kind for a resource 'foo')
	Kind string `json:"kind"`

	// name is the plural name of the resource.
	Name string `json:"name"`

	// namespaced indicates if a resource is namespaced or not.
	Namespaced bool `json:"namespaced"`

	// shortNames is a list of suggested short names of the resource.
	ShortNames []string `json:"shortNames,omitempty"`

	// singularName is the singular name of the resource.  This allows clients to handle plural and singular opaquely. The singularName is more correct for reporting status on a single item and both singular and plural are allowed from the kubectl CLI interface.
	SingularName string `json:"singularName"`

	// verbs is a list of supported kube verbs (this includes get, list, watch, create, update, patch, delete, deletecollection, and proxy)
	Verbs []string `json:"verbs"`

	// version is the preferred version of the resource.  Empty implies the version of the containing resource list For subresources, this may have a different value, for example: v1 (while inside a v1beta1 version of the core resource's group)\".
	Version string `json:"version,omitempty"`
}

APIResource specifies the name of a resource and whether it is namespaced.

type V1ApiResourceList ¶

type V1ApiResourceList struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// groupVersion is the group and version this APIResourceList is for.
	GroupVersion string `json:"groupVersion"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// resources contains the name of the resources and if they are namespaced.
	Resources []V1ApiResource `json:"resources"`
}

APIResourceList is a list of APIResource, it is used to expose the name of the resources supported in a specific group and version, and if the resource is namespaced.

type V1ApiService ¶

type V1ApiService struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	Metadata *V1ObjectMeta `json:"metadata,omitempty"`

	// Spec contains information for locating and communicating with a server
	Spec *V1ApiServiceSpec `json:"spec,omitempty"`

	// Status contains derived information about an API server
	Status *V1ApiServiceStatus `json:"status,omitempty"`
}

APIService represents a server for a particular GroupVersion. Name must be \"version.group\".

type V1ApiServiceCondition ¶

type V1ApiServiceCondition struct {

	// Last time the condition transitioned from one status to another.
	LastTransitionTime time.Time `json:"lastTransitionTime,omitempty"`

	// Human-readable message indicating details about last transition.
	Message string `json:"message,omitempty"`

	// Unique, one-word, CamelCase reason for the condition's last transition.
	Reason string `json:"reason,omitempty"`

	// Status is the status of the condition. Can be True, False, Unknown.
	Status string `json:"status"`

	// Type is the type of the condition.
	Type_ string `json:"type"`
}

type V1ApiServiceList ¶

type V1ApiServiceList struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	Items []V1ApiService `json:"items"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	Metadata *V1ListMeta `json:"metadata,omitempty"`
}

APIServiceList is a list of APIService objects.

type V1ApiServiceSpec ¶

type V1ApiServiceSpec struct {

	// CABundle is a PEM encoded CA bundle which will be used to validate an API server's serving certificate.
	CaBundle string `json:"caBundle"`

	// Group is the API group name this server hosts
	Group string `json:"group,omitempty"`

	// GroupPriorityMininum is the priority this group should have at least. Higher priority means that the group is preferred by clients over lower priority ones. Note that other versions of this group might specify even higher GroupPriorityMininum values such that the whole group gets a higher priority. The primary sort is based on GroupPriorityMinimum, ordered highest number to lowest (20 before 10). The secondary sort is based on the alphabetical comparison of the name of the object.  (v1.bar before v1.foo) We'd recommend something like: *.k8s.io (except extensions) at 18000 and PaaSes (OpenShift, Deis) are recommended to be in the 2000s
	GroupPriorityMinimum int32 `json:"groupPriorityMinimum"`

	// InsecureSkipTLSVerify disables TLS certificate verification when communicating with this server. This is strongly discouraged.  You should use the CABundle instead.
	InsecureSkipTLSVerify bool `json:"insecureSkipTLSVerify,omitempty"`

	// Service is a reference to the service for this API server.  It must communicate on port 443 If the Service is nil, that means the handling for the API groupversion is handled locally on this server. The call will simply delegate to the normal handler chain to be fulfilled.
	Service *V1ServiceReference `json:"service"`

	// Version is the API version this server hosts.  For example, \"v1\"
	Version string `json:"version,omitempty"`

	// VersionPriority controls the ordering of this API version inside of its group.  Must be greater than zero. The primary sort is based on VersionPriority, ordered highest to lowest (20 before 10). The secondary sort is based on the alphabetical comparison of the name of the object.  (v1.bar before v1.foo) Since it's inside of a group, the number can be small, probably in the 10s.
	VersionPriority int32 `json:"versionPriority"`
}

APIServiceSpec contains information for locating and communicating with a server. Only https is supported, though you are able to disable certificate verification.

type V1ApiServiceStatus ¶

type V1ApiServiceStatus struct {

	// Current service state of apiService.
	Conditions []V1ApiServiceCondition `json:"conditions,omitempty"`
}

APIServiceStatus contains derived information about an API server

type V1ApiVersions ¶

type V1ApiVersions struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// a map of client CIDR to server address that is serving this group. This is to help clients reach servers in the most network-efficient way possible. Clients can use the appropriate server address as per the CIDR that they match. In case of multiple matches, clients should use the longest matching CIDR. The server returns only those CIDRs that it thinks that the client can match. For example: the master will return an internal IP CIDR only, if the client reaches the server using an internal IP. Server looks at X-Forwarded-For header or X-Real-Ip header or request.RemoteAddr (in that order) to get the client IP.
	ServerAddressByClientCIDRs []V1ServerAddressByClientCidr `json:"serverAddressByClientCIDRs"`

	// versions are the api versions that are available.
	Versions []string `json:"versions"`
}

APIVersions lists the versions that are available, to allow clients to discover the API at /api, which is the root path of the legacy v1 API.

type V1AttachedVolume ¶

type V1AttachedVolume struct {

	// DevicePath represents the device path where the volume should be available
	DevicePath string `json:"devicePath"`

	// Name of the attached volume
	Name string `json:"name"`
}

AttachedVolume describes a volume attached to a node

type V1AwsElasticBlockStoreVolumeSource ¶

type V1AwsElasticBlockStoreVolumeSource struct {

	// Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore
	FsType string `json:"fsType,omitempty"`

	// The partition in the volume that you want to mount. If omitted, the default is to mount by volume name. Examples: For volume /dev/sda1, you specify the partition as \"1\". Similarly, the volume partition for /dev/sda is \"0\" (or you can leave the property empty).
	Partition int32 `json:"partition,omitempty"`

	// Specify \"true\" to force and set the ReadOnly property in VolumeMounts to \"true\". If omitted, the default is \"false\". More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore
	ReadOnly bool `json:"readOnly,omitempty"`

	// Unique ID of the persistent disk resource in AWS (Amazon EBS volume). More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore
	VolumeID string `json:"volumeID"`
}

Represents a Persistent Disk resource in AWS. An AWS EBS disk must exist before mounting to a container. The disk must also be in the same AWS zone as the kubelet. An AWS EBS disk can only be mounted as read/write once. AWS EBS volumes support ownership management and SELinux relabeling.

type V1AzureDiskVolumeSource ¶

type V1AzureDiskVolumeSource struct {

	// Host Caching mode: None, Read Only, Read Write.
	CachingMode string `json:"cachingMode,omitempty"`

	// The Name of the data disk in the blob storage
	DiskName string `json:"diskName"`

	// The URI the data disk in the blob storage
	DiskURI string `json:"diskURI"`

	// Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified.
	FsType string `json:"fsType,omitempty"`

	// Expected values Shared: multiple blob disks per storage account  Dedicated: single blob disk per storage account  Managed: azure managed data disk (only in managed availability set). defaults to shared
	Kind string `json:"kind,omitempty"`

	// Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.
	ReadOnly bool `json:"readOnly,omitempty"`
}

AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.

type V1AzureFilePersistentVolumeSource ¶

type V1AzureFilePersistentVolumeSource struct {

	// Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.
	ReadOnly bool `json:"readOnly,omitempty"`

	// the name of secret that contains Azure Storage Account Name and Key
	SecretName string `json:"secretName"`

	// the namespace of the secret that contains Azure Storage Account Name and Key default is the same as the Pod
	SecretNamespace string `json:"secretNamespace,omitempty"`

	// Share Name
	ShareName string `json:"shareName"`
}

AzureFile represents an Azure File Service mount on the host and bind mount to the pod.

type V1AzureFileVolumeSource ¶

type V1AzureFileVolumeSource struct {

	// Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.
	ReadOnly bool `json:"readOnly,omitempty"`

	// the name of secret that contains Azure Storage Account Name and Key
	SecretName string `json:"secretName"`

	// Share Name
	ShareName string `json:"shareName"`
}

AzureFile represents an Azure File Service mount on the host and bind mount to the pod.

type V1Binding ¶

type V1Binding struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
	Metadata *V1ObjectMeta `json:"metadata,omitempty"`

	// The target object that you want to bind to the standard object.
	Target *V1ObjectReference `json:"target"`
}

Binding ties one object to another; for example, a pod is bound to a node by a scheduler. Deprecated in 1.7, please use the bindings subresource of pods instead.

type V1Capabilities ¶

type V1Capabilities struct {

	// Added capabilities
	Add []string `json:"add,omitempty"`

	// Removed capabilities
	Drop []string `json:"drop,omitempty"`
}

Adds and removes POSIX capabilities from running containers.

type V1CephFsPersistentVolumeSource ¶

type V1CephFsPersistentVolumeSource struct {

	// Required: Monitors is a collection of Ceph monitors More info: https://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it
	Monitors []string `json:"monitors"`

	// Optional: Used as the mounted root, rather than the full Ceph tree, default is /
	Path string `json:"path,omitempty"`

	// Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it
	ReadOnly bool `json:"readOnly,omitempty"`

	// Optional: SecretFile is the path to key ring for User, default is /etc/ceph/user.secret More info: https://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it
	SecretFile string `json:"secretFile,omitempty"`

	// Optional: SecretRef is reference to the authentication secret for User, default is empty. More info: https://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it
	SecretRef *V1SecretReference `json:"secretRef,omitempty"`

	// Optional: User is the rados user name, default is admin More info: https://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it
	User string `json:"user,omitempty"`
}

Represents a Ceph Filesystem mount that lasts the lifetime of a pod Cephfs volumes do not support ownership management or SELinux relabeling.

type V1CephFsVolumeSource ¶

type V1CephFsVolumeSource struct {

	// Required: Monitors is a collection of Ceph monitors More info: https://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it
	Monitors []string `json:"monitors"`

	// Optional: Used as the mounted root, rather than the full Ceph tree, default is /
	Path string `json:"path,omitempty"`

	// Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it
	ReadOnly bool `json:"readOnly,omitempty"`

	// Optional: SecretFile is the path to key ring for User, default is /etc/ceph/user.secret More info: https://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it
	SecretFile string `json:"secretFile,omitempty"`

	// Optional: SecretRef is reference to the authentication secret for User, default is empty. More info: https://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it
	SecretRef *V1LocalObjectReference `json:"secretRef,omitempty"`

	// Optional: User is the rados user name, default is admin More info: https://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it
	User string `json:"user,omitempty"`
}

Represents a Ceph Filesystem mount that lasts the lifetime of a pod Cephfs volumes do not support ownership management or SELinux relabeling.

type V1CinderVolumeSource ¶

type V1CinderVolumeSource struct {

	// Filesystem type to mount. Must be a filesystem type supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md
	FsType string `json:"fsType,omitempty"`

	// Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md
	ReadOnly bool `json:"readOnly,omitempty"`

	// volume id used to identify the volume in cinder More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md
	VolumeID string `json:"volumeID"`
}

Represents a cinder volume resource in Openstack. A Cinder volume must exist before mounting to a container. The volume must also be in the same region as the kubelet. Cinder volumes support ownership management and SELinux relabeling.

type V1ClientIpConfig ¶

type V1ClientIpConfig struct {

	// timeoutSeconds specifies the seconds of ClientIP type session sticky time. The value must be >0 && <=86400(for 1 day) if ServiceAffinity == \"ClientIP\". Default value is 10800(for 3 hours).
	TimeoutSeconds int32 `json:"timeoutSeconds,omitempty"`
}

ClientIPConfig represents the configurations of Client IP based session affinity.

type V1ClusterRole ¶

type V1ClusterRole struct {

	// AggregationRule is an optional field that describes how to build the Rules for this ClusterRole. If AggregationRule is set, then the Rules are controller managed and direct changes to Rules will be stomped by the controller.
	AggregationRule *V1AggregationRule `json:"aggregationRule,omitempty"`

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard object's metadata.
	Metadata *V1ObjectMeta `json:"metadata,omitempty"`

	// Rules holds all the PolicyRules for this ClusterRole
	Rules []V1PolicyRule `json:"rules"`
}

ClusterRole is a cluster level, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding or ClusterRoleBinding.

type V1ClusterRoleBinding ¶

type V1ClusterRoleBinding struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard object's metadata.
	Metadata *V1ObjectMeta `json:"metadata,omitempty"`

	// RoleRef can only reference a ClusterRole in the global namespace. If the RoleRef cannot be resolved, the Authorizer must return an error.
	RoleRef *V1RoleRef `json:"roleRef"`

	// Subjects holds references to the objects the role applies to.
	Subjects []V1Subject `json:"subjects"`
}

ClusterRoleBinding references a ClusterRole, but not contain it. It can reference a ClusterRole in the global namespace, and adds who information via Subject.

type V1ClusterRoleBindingList ¶

type V1ClusterRoleBindingList struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Items is a list of ClusterRoleBindings
	Items []V1ClusterRoleBinding `json:"items"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard object's metadata.
	Metadata *V1ListMeta `json:"metadata,omitempty"`
}

ClusterRoleBindingList is a collection of ClusterRoleBindings

type V1ClusterRoleList ¶

type V1ClusterRoleList struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Items is a list of ClusterRoles
	Items []V1ClusterRole `json:"items"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard object's metadata.
	Metadata *V1ListMeta `json:"metadata,omitempty"`
}

ClusterRoleList is a collection of ClusterRoles

type V1ComponentCondition ¶

type V1ComponentCondition struct {

	// Condition error code for a component. For example, a health check error code.
	Error_ string `json:"error,omitempty"`

	// Message about the condition for a component. For example, information about a health check.
	Message string `json:"message,omitempty"`

	// Status of the condition for a component. Valid values for \"Healthy\": \"True\", \"False\", or \"Unknown\".
	Status string `json:"status"`

	// Type of condition for a component. Valid value: \"Healthy\"
	Type_ string `json:"type"`
}

Information about the condition of a component.

type V1ComponentStatus ¶

type V1ComponentStatus struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// List of component conditions observed
	Conditions []V1ComponentCondition `json:"conditions,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
	Metadata *V1ObjectMeta `json:"metadata,omitempty"`
}

ComponentStatus (and ComponentStatusList) holds the cluster validation info.

type V1ComponentStatusList ¶

type V1ComponentStatusList struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// List of ComponentStatus objects.
	Items []V1ComponentStatus `json:"items"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Metadata *V1ListMeta `json:"metadata,omitempty"`
}

Status of all the conditions for the component as a list of ComponentStatus objects.

type V1ConfigMap ¶

type V1ConfigMap struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// BinaryData contains the binary data. Each key must consist of alphanumeric characters, '-', '_' or '.'. BinaryData can contain byte sequences that are not in the UTF-8 range. The keys stored in BinaryData must not overlap with the ones in the Data field, this is enforced during validation process. Using this field will require 1.10+ apiserver and kubelet.
	BinaryData map[string]string `json:"binaryData,omitempty"`

	// Data contains the configuration data. Each key must consist of alphanumeric characters, '-', '_' or '.'. Values with non-UTF-8 byte sequences must use the BinaryData field. The keys stored in Data must not overlap with the keys in the BinaryData field, this is enforced during validation process.
	Data map[string]string `json:"data,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
	Metadata *V1ObjectMeta `json:"metadata,omitempty"`
}

ConfigMap holds configuration data for pods to consume.

type V1ConfigMapEnvSource ¶

type V1ConfigMapEnvSource struct {

	// Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
	Name string `json:"name,omitempty"`

	// Specify whether the ConfigMap must be defined
	Optional bool `json:"optional,omitempty"`
}

ConfigMapEnvSource selects a ConfigMap to populate the environment variables with. The contents of the target ConfigMap's Data field will represent the key-value pairs as environment variables.

type V1ConfigMapKeySelector ¶

type V1ConfigMapKeySelector struct {

	// The key to select.
	Key string `json:"key"`

	// Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
	Name string `json:"name,omitempty"`

	// Specify whether the ConfigMap or it's key must be defined
	Optional bool `json:"optional,omitempty"`
}

Selects a key from a ConfigMap.

type V1ConfigMapList ¶

type V1ConfigMapList struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Items is the list of ConfigMaps.
	Items []V1ConfigMap `json:"items"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
	Metadata *V1ListMeta `json:"metadata,omitempty"`
}

ConfigMapList is a resource containing a list of ConfigMap objects.

type V1ConfigMapProjection ¶

type V1ConfigMapProjection struct {

	// If unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.
	Items []V1KeyToPath `json:"items,omitempty"`

	// Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
	Name string `json:"name,omitempty"`

	// Specify whether the ConfigMap or it's keys must be defined
	Optional bool `json:"optional,omitempty"`
}

Adapts a ConfigMap into a projected volume. The contents of the target ConfigMap's Data field will be presented in a projected volume as files using the keys in the Data field as the file names, unless the items element is populated with specific mappings of keys to paths. Note that this is identical to a configmap volume source without the default mode.

type V1ConfigMapVolumeSource ¶

type V1ConfigMapVolumeSource struct {

	// Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.
	DefaultMode int32 `json:"defaultMode,omitempty"`

	// If unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.
	Items []V1KeyToPath `json:"items,omitempty"`

	// Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
	Name string `json:"name,omitempty"`

	// Specify whether the ConfigMap or it's keys must be defined
	Optional bool `json:"optional,omitempty"`
}

Adapts a ConfigMap into a volume. The contents of the target ConfigMap's Data field will be presented in a volume as files using the keys in the Data field as the file names, unless the items element is populated with specific mappings of keys to paths. ConfigMap volumes support ownership management and SELinux relabeling.

type V1Container ¶

type V1Container struct {

	// Arguments to the entrypoint. The docker image's CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell
	Args []string `json:"args,omitempty"`

	// Entrypoint array. Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell
	Command []string `json:"command,omitempty"`

	// List of environment variables to set in the container. Cannot be updated.
	Env []V1EnvVar `json:"env,omitempty"`

	// List of sources to populate environment variables in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys will be reported as an event when the container is starting. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated.
	EnvFrom []V1EnvFromSource `json:"envFrom,omitempty"`

	// Docker image name. More info: https://kubernetes.io/docs/concepts/containers/images This field is optional to allow higher level config management to default or override container images in workload controllers like Deployments and StatefulSets.
	Image string `json:"image,omitempty"`

	// Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images
	ImagePullPolicy string `json:"imagePullPolicy,omitempty"`

	// Actions that the management system should take in response to container lifecycle events. Cannot be updated.
	Lifecycle *V1Lifecycle `json:"lifecycle,omitempty"`

	// Periodic probe of container liveness. Container will be restarted if the probe fails. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
	LivenessProbe *V1Probe `json:"livenessProbe,omitempty"`

	// Name of the container specified as a DNS_LABEL. Each container in a pod must have a unique name (DNS_LABEL). Cannot be updated.
	Name string `json:"name"`

	// List of ports to expose from the container. Exposing a port here gives the system additional information about the network connections a container uses, but is primarily informational. Not specifying a port here DOES NOT prevent that port from being exposed. Any port which is listening on the default \"0.0.0.0\" address inside a container will be accessible from the network. Cannot be updated.
	Ports []V1ContainerPort `json:"ports,omitempty"`

	// Periodic probe of container service readiness. Container will be removed from service endpoints if the probe fails. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
	ReadinessProbe *V1Probe `json:"readinessProbe,omitempty"`

	// Compute Resources required by this container. Cannot be updated. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources
	Resources *V1ResourceRequirements `json:"resources,omitempty"`

	// Security options the pod should run with. More info: https://kubernetes.io/docs/concepts/policy/security-context/ More info: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/
	SecurityContext *V1SecurityContext `json:"securityContext,omitempty"`

	// Whether this container should allocate a buffer for stdin in the container runtime. If this is not set, reads from stdin in the container will always result in EOF. Default is false.
	Stdin bool `json:"stdin,omitempty"`

	// Whether the container runtime should close the stdin channel after it has been opened by a single attach. When stdin is true the stdin stream will remain open across multiple attach sessions. If stdinOnce is set to true, stdin is opened on container start, is empty until the first client attaches to stdin, and then remains open and accepts data until the client disconnects, at which time stdin is closed and remains closed until the container is restarted. If this flag is false, a container processes that reads from stdin will never receive an EOF. Default is false
	StdinOnce bool `json:"stdinOnce,omitempty"`

	// Optional: Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. Cannot be updated.
	TerminationMessagePath string `json:"terminationMessagePath,omitempty"`

	// Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated.
	TerminationMessagePolicy string `json:"terminationMessagePolicy,omitempty"`

	// Whether this container should allocate a TTY for itself, also requires 'stdin' to be true. Default is false.
	Tty bool `json:"tty,omitempty"`

	// volumeDevices is the list of block devices to be used by the container. This is an alpha feature and may change in the future.
	VolumeDevices []V1VolumeDevice `json:"volumeDevices,omitempty"`

	// Pod volumes to mount into the container's filesystem. Cannot be updated.
	VolumeMounts []V1VolumeMount `json:"volumeMounts,omitempty"`

	// Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image. Cannot be updated.
	WorkingDir string `json:"workingDir,omitempty"`
}

A single application container that you want to run within a pod.

type V1ContainerImage ¶

type V1ContainerImage struct {

	// Names by which this image is known. e.g. [\"k8s.gcr.io/hyperkube:v1.0.7\", \"dockerhub.io/google_containers/hyperkube:v1.0.7\"]
	Names []string `json:"names"`

	// The size of the image in bytes.
	SizeBytes int64 `json:"sizeBytes,omitempty"`
}

Describe a container image

type V1ContainerPort ¶

type V1ContainerPort struct {

	// Number of port to expose on the pod's IP address. This must be a valid port number, 0 < x < 65536.
	ContainerPort int32 `json:"containerPort"`

	// What host IP to bind the external port to.
	HostIP string `json:"hostIP,omitempty"`

	// Number of port to expose on the host. If specified, this must be a valid port number, 0 < x < 65536. If HostNetwork is specified, this must match ContainerPort. Most containers do not need this.
	HostPort int32 `json:"hostPort,omitempty"`

	// If specified, this must be an IANA_SVC_NAME and unique within the pod. Each named port in a pod must have a unique name. Name for the port that can be referred to by services.
	Name string `json:"name,omitempty"`

	// Protocol for port. Must be UDP or TCP. Defaults to \"TCP\".
	Protocol string `json:"protocol,omitempty"`
}

ContainerPort represents a network port in a single container.

type V1ContainerState ¶

type V1ContainerState struct {

	// Details about a running container
	Running *V1ContainerStateRunning `json:"running,omitempty"`

	// Details about a terminated container
	Terminated *V1ContainerStateTerminated `json:"terminated,omitempty"`

	// Details about a waiting container
	Waiting *V1ContainerStateWaiting `json:"waiting,omitempty"`
}

ContainerState holds a possible state of container. Only one of its members may be specified. If none of them is specified, the default one is ContainerStateWaiting.

type V1ContainerStateRunning ¶

type V1ContainerStateRunning struct {

	// Time at which the container was last (re-)started
	StartedAt time.Time `json:"startedAt,omitempty"`
}

ContainerStateRunning is a running state of a container.

type V1ContainerStateTerminated ¶

type V1ContainerStateTerminated struct {

	// Container's ID in the format 'docker://<container_id>'
	ContainerID string `json:"containerID,omitempty"`

	// Exit status from the last termination of the container
	ExitCode int32 `json:"exitCode"`

	// Time at which the container last terminated
	FinishedAt time.Time `json:"finishedAt,omitempty"`

	// Message regarding the last termination of the container
	Message string `json:"message,omitempty"`

	// (brief) reason from the last termination of the container
	Reason string `json:"reason,omitempty"`

	// Signal from the last termination of the container
	Signal int32 `json:"signal,omitempty"`

	// Time at which previous execution of the container started
	StartedAt time.Time `json:"startedAt,omitempty"`
}

ContainerStateTerminated is a terminated state of a container.

type V1ContainerStateWaiting ¶

type V1ContainerStateWaiting struct {

	// Message regarding why the container is not yet running.
	Message string `json:"message,omitempty"`

	// (brief) reason the container is not yet running.
	Reason string `json:"reason,omitempty"`
}

ContainerStateWaiting is a waiting state of a container.

type V1ContainerStatus ¶

type V1ContainerStatus struct {

	// Container's ID in the format 'docker://<container_id>'.
	ContainerID string `json:"containerID,omitempty"`

	// The image the container is running. More info: https://kubernetes.io/docs/concepts/containers/images
	Image string `json:"image"`

	// ImageID of the container's image.
	ImageID string `json:"imageID"`

	// Details about the container's last termination condition.
	LastState *V1ContainerState `json:"lastState,omitempty"`

	// This must be a DNS_LABEL. Each container in a pod must have a unique name. Cannot be updated.
	Name string `json:"name"`

	// Specifies whether the container has passed its readiness probe.
	Ready bool `json:"ready"`

	// The number of times the container has been restarted, currently based on the number of dead containers that have not yet been removed. Note that this is calculated from dead containers. But those containers are subject to garbage collection. This value will get capped at 5 by GC.
	RestartCount int32 `json:"restartCount"`

	// Details about the container's current condition.
	State *V1ContainerState `json:"state,omitempty"`
}

ContainerStatus contains details for the current status of this container.

type V1ControllerRevision ¶

type V1ControllerRevision struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Data is the serialized representation of the state.
	Data *RuntimeRawExtension `json:"data,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
	Metadata *V1ObjectMeta `json:"metadata,omitempty"`

	// Revision indicates the revision of the state represented by Data.
	Revision int64 `json:"revision"`
}

ControllerRevision implements an immutable snapshot of state data. Clients are responsible for serializing and deserializing the objects that contain their internal state. Once a ControllerRevision has been successfully created, it can not be updated. The API Server will fail validation of all requests that attempt to mutate the Data field. ControllerRevisions may, however, be deleted. Note that, due to its use by both the DaemonSet and StatefulSet controllers for update and rollback, this object is beta. However, it may be subject to name and representation changes in future releases, and clients should not depend on its stability. It is primarily for internal use by controllers.

type V1ControllerRevisionList ¶

type V1ControllerRevisionList struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Items is the list of ControllerRevisions
	Items []V1ControllerRevision `json:"items"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
	Metadata *V1ListMeta `json:"metadata,omitempty"`
}

ControllerRevisionList is a resource containing a list of ControllerRevision objects.

type V1CrossVersionObjectReference ¶

type V1CrossVersionObjectReference struct {

	// API version of the referent
	ApiVersion string `json:"apiVersion,omitempty"`

	// Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds\"
	Kind string `json:"kind"`

	// Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names
	Name string `json:"name"`
}

CrossVersionObjectReference contains enough information to let you identify the referred resource.

type V1CsiPersistentVolumeSource ¶

type V1CsiPersistentVolumeSource struct {

	// ControllerPublishSecretRef is a reference to the secret object containing sensitive information to pass to the CSI driver to complete the CSI ControllerPublishVolume and ControllerUnpublishVolume calls. This field is optional, and  may be empty if no secret is required. If the secret object contains more than one secret, all secrets are passed.
	ControllerPublishSecretRef *V1SecretReference `json:"controllerPublishSecretRef,omitempty"`

	// Driver is the name of the driver to use for this volume. Required.
	Driver string `json:"driver"`

	// Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified.
	FsType string `json:"fsType,omitempty"`

	// NodePublishSecretRef is a reference to the secret object containing sensitive information to pass to the CSI driver to complete the CSI NodePublishVolume and NodeUnpublishVolume calls. This field is optional, and  may be empty if no secret is required. If the secret object contains more than one secret, all secrets are passed.
	NodePublishSecretRef *V1SecretReference `json:"nodePublishSecretRef,omitempty"`

	// NodeStageSecretRef is a reference to the secret object containing sensitive information to pass to the CSI driver to complete the CSI NodeStageVolume and NodeStageVolume and NodeUnstageVolume calls. This field is optional, and  may be empty if no secret is required. If the secret object contains more than one secret, all secrets are passed.
	NodeStageSecretRef *V1SecretReference `json:"nodeStageSecretRef,omitempty"`

	// Optional: The value to pass to ControllerPublishVolumeRequest. Defaults to false (read/write).
	ReadOnly bool `json:"readOnly,omitempty"`

	// Attributes of the volume to publish.
	VolumeAttributes map[string]string `json:"volumeAttributes,omitempty"`

	// VolumeHandle is the unique volume name returned by the CSI volume plugin’s CreateVolume to refer to the volume on all subsequent calls. Required.
	VolumeHandle string `json:"volumeHandle"`
}

Represents storage that is managed by an external CSI volume driver (Beta feature)

type V1DaemonEndpoint ¶

type V1DaemonEndpoint struct {

	// Port number of the given endpoint.
	Port int32 `json:"Port"`
}

DaemonEndpoint contains information about a single Daemon endpoint.

type V1DaemonSet ¶

type V1DaemonSet struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
	Metadata *V1ObjectMeta `json:"metadata,omitempty"`

	// The desired behavior of this daemon set. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status
	Spec *V1DaemonSetSpec `json:"spec,omitempty"`

	// The current status of this daemon set. This data may be out of date by some window of time. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status
	Status *V1DaemonSetStatus `json:"status,omitempty"`
}

DaemonSet represents the configuration of a daemon set.

type V1DaemonSetCondition ¶

type V1DaemonSetCondition struct {

	// Last time the condition transitioned from one status to another.
	LastTransitionTime time.Time `json:"lastTransitionTime,omitempty"`

	// A human readable message indicating details about the transition.
	Message string `json:"message,omitempty"`

	// The reason for the condition's last transition.
	Reason string `json:"reason,omitempty"`

	// Status of the condition, one of True, False, Unknown.
	Status string `json:"status"`

	// Type of DaemonSet condition.
	Type_ string `json:"type"`
}

DaemonSetCondition describes the state of a DaemonSet at a certain point.

type V1DaemonSetList ¶

type V1DaemonSetList struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// A list of daemon sets.
	Items []V1DaemonSet `json:"items"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
	Metadata *V1ListMeta `json:"metadata,omitempty"`
}

DaemonSetList is a collection of daemon sets.

type V1DaemonSetSpec ¶

type V1DaemonSetSpec struct {

	// The minimum number of seconds for which a newly created DaemonSet pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready).
	MinReadySeconds int32 `json:"minReadySeconds,omitempty"`

	// The number of old history to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
	RevisionHistoryLimit int32 `json:"revisionHistoryLimit,omitempty"`

	// A label query over pods that are managed by the daemon set. Must match in order to be controlled. It must match the pod template's labels. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
	Selector *V1LabelSelector `json:"selector"`

	// An object that describes the pod that will be created. The DaemonSet will create exactly one copy of this pod on every node that matches the template's node selector (or on every node if no node selector is specified). More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template
	Template *V1PodTemplateSpec `json:"template"`

	// An update strategy to replace existing DaemonSet pods with new pods.
	UpdateStrategy *V1DaemonSetUpdateStrategy `json:"updateStrategy,omitempty"`
}

DaemonSetSpec is the specification of a daemon set.

type V1DaemonSetStatus ¶

type V1DaemonSetStatus struct {

	// Count of hash collisions for the DaemonSet. The DaemonSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision.
	CollisionCount int32 `json:"collisionCount,omitempty"`

	// Represents the latest available observations of a DaemonSet's current state.
	Conditions []V1DaemonSetCondition `json:"conditions,omitempty"`

	// The number of nodes that are running at least 1 daemon pod and are supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
	CurrentNumberScheduled int32 `json:"currentNumberScheduled"`

	// The total number of nodes that should be running the daemon pod (including nodes correctly running the daemon pod). More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
	DesiredNumberScheduled int32 `json:"desiredNumberScheduled"`

	// The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and available (ready for at least spec.minReadySeconds)
	NumberAvailable int32 `json:"numberAvailable,omitempty"`

	// The number of nodes that are running the daemon pod, but are not supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
	NumberMisscheduled int32 `json:"numberMisscheduled"`

	// The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and ready.
	NumberReady int32 `json:"numberReady"`

	// The number of nodes that should be running the daemon pod and have none of the daemon pod running and available (ready for at least spec.minReadySeconds)
	NumberUnavailable int32 `json:"numberUnavailable,omitempty"`

	// The most recent generation observed by the daemon set controller.
	ObservedGeneration int64 `json:"observedGeneration,omitempty"`

	// The total number of nodes that are running updated daemon pod
	UpdatedNumberScheduled int32 `json:"updatedNumberScheduled,omitempty"`
}

DaemonSetStatus represents the current status of a daemon set.

type V1DaemonSetUpdateStrategy ¶

type V1DaemonSetUpdateStrategy struct {

	// Rolling update config params. Present only if type = \"RollingUpdate\".
	RollingUpdate *V1RollingUpdateDaemonSet `json:"rollingUpdate,omitempty"`

	// Type of daemon set update. Can be \"RollingUpdate\" or \"OnDelete\". Default is RollingUpdate.
	Type_ string `json:"type,omitempty"`
}

DaemonSetUpdateStrategy is a struct used to control the update strategy for a DaemonSet.

type V1DeleteOptions ¶

type V1DeleteOptions struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
	GracePeriodSeconds int64 `json:"gracePeriodSeconds,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.
	OrphanDependents bool `json:"orphanDependents,omitempty"`

	// Must be fulfilled before a deletion is carried out. If not possible, a 409 Conflict status will be returned.
	Preconditions *V1Preconditions `json:"preconditions,omitempty"`

	// Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.
	PropagationPolicy string `json:"propagationPolicy,omitempty"`
}

DeleteOptions may be provided when deleting an API object.

type V1Deployment ¶

type V1Deployment struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard object metadata.
	Metadata *V1ObjectMeta `json:"metadata,omitempty"`

	// Specification of the desired behavior of the Deployment.
	Spec *V1DeploymentSpec `json:"spec,omitempty"`

	// Most recently observed status of the Deployment.
	Status *V1DeploymentStatus `json:"status,omitempty"`
}

Deployment enables declarative updates for Pods and ReplicaSets.

type V1DeploymentCondition ¶

type V1DeploymentCondition struct {

	// Last time the condition transitioned from one status to another.
	LastTransitionTime time.Time `json:"lastTransitionTime,omitempty"`

	// The last time this condition was updated.
	LastUpdateTime time.Time `json:"lastUpdateTime,omitempty"`

	// A human readable message indicating details about the transition.
	Message string `json:"message,omitempty"`

	// The reason for the condition's last transition.
	Reason string `json:"reason,omitempty"`

	// Status of the condition, one of True, False, Unknown.
	Status string `json:"status"`

	// Type of deployment condition.
	Type_ string `json:"type"`
}

DeploymentCondition describes the state of a deployment at a certain point.

type V1DeploymentList ¶

type V1DeploymentList struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Items is the list of Deployments.
	Items []V1Deployment `json:"items"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard list metadata.
	Metadata *V1ListMeta `json:"metadata,omitempty"`
}

DeploymentList is a list of Deployments.

type V1DeploymentSpec ¶

type V1DeploymentSpec struct {

	// Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
	MinReadySeconds int32 `json:"minReadySeconds,omitempty"`

	// Indicates that the deployment is paused.
	Paused bool `json:"paused,omitempty"`

	// The maximum time in seconds for a deployment to make progress before it is considered to be failed. The deployment controller will continue to process failed deployments and a condition with a ProgressDeadlineExceeded reason will be surfaced in the deployment status. Note that progress will not be estimated during the time a deployment is paused. Defaults to 600s.
	ProgressDeadlineSeconds int32 `json:"progressDeadlineSeconds,omitempty"`

	// Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
	Replicas int32 `json:"replicas,omitempty"`

	// The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
	RevisionHistoryLimit int32 `json:"revisionHistoryLimit,omitempty"`

	// Label selector for pods. Existing ReplicaSets whose pods are selected by this will be the ones affected by this deployment. It must match the pod template's labels.
	Selector *V1LabelSelector `json:"selector"`

	// The deployment strategy to use to replace existing pods with new ones.
	Strategy *V1DeploymentStrategy `json:"strategy,omitempty"`

	// Template describes the pods that will be created.
	Template *V1PodTemplateSpec `json:"template"`
}

DeploymentSpec is the specification of the desired behavior of the Deployment.

type V1DeploymentStatus ¶

type V1DeploymentStatus struct {

	// Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
	AvailableReplicas int32 `json:"availableReplicas,omitempty"`

	// Count of hash collisions for the Deployment. The Deployment controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ReplicaSet.
	CollisionCount int32 `json:"collisionCount,omitempty"`

	// Represents the latest available observations of a deployment's current state.
	Conditions []V1DeploymentCondition `json:"conditions,omitempty"`

	// The generation observed by the deployment controller.
	ObservedGeneration int64 `json:"observedGeneration,omitempty"`

	// Total number of ready pods targeted by this deployment.
	ReadyReplicas int32 `json:"readyReplicas,omitempty"`

	// Total number of non-terminated pods targeted by this deployment (their labels match the selector).
	Replicas int32 `json:"replicas,omitempty"`

	// Total number of unavailable pods targeted by this deployment. This is the total number of pods that are still required for the deployment to have 100% available capacity. They may either be pods that are running but not yet available or pods that still have not been created.
	UnavailableReplicas int32 `json:"unavailableReplicas,omitempty"`

	// Total number of non-terminated pods targeted by this deployment that have the desired template spec.
	UpdatedReplicas int32 `json:"updatedReplicas,omitempty"`
}

DeploymentStatus is the most recently observed status of the Deployment.

type V1DeploymentStrategy ¶

type V1DeploymentStrategy struct {

	// Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate.
	RollingUpdate *V1RollingUpdateDeployment `json:"rollingUpdate,omitempty"`

	// Type of deployment. Can be \"Recreate\" or \"RollingUpdate\". Default is RollingUpdate.
	Type_ string `json:"type,omitempty"`
}

DeploymentStrategy describes how to replace existing pods with new ones.

type V1DownwardApiProjection ¶

type V1DownwardApiProjection struct {

	// Items is a list of DownwardAPIVolume file
	Items []V1DownwardApiVolumeFile `json:"items,omitempty"`
}

Represents downward API info for projecting into a projected volume. Note that this is identical to a downwardAPI volume source without the default mode.

type V1DownwardApiVolumeFile ¶

type V1DownwardApiVolumeFile struct {

	// Required: Selects a field of the pod: only annotations, labels, name and namespace are supported.
	FieldRef *V1ObjectFieldSelector `json:"fieldRef,omitempty"`

	// Optional: mode bits to use on this file, must be a value between 0 and 0777. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.
	Mode int32 `json:"mode,omitempty"`

	// Required: Path is  the relative path name of the file to be created. Must not be absolute or contain the '..' path. Must be utf-8 encoded. The first item of the relative path must not start with '..'
	Path string `json:"path"`

	// Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported.
	ResourceFieldRef *V1ResourceFieldSelector `json:"resourceFieldRef,omitempty"`
}

DownwardAPIVolumeFile represents information to create the file containing the pod field

type V1DownwardApiVolumeSource ¶

type V1DownwardApiVolumeSource struct {

	// Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.
	DefaultMode int32 `json:"defaultMode,omitempty"`

	// Items is a list of downward API volume file
	Items []V1DownwardApiVolumeFile `json:"items,omitempty"`
}

DownwardAPIVolumeSource represents a volume containing downward API info. Downward API volumes support ownership management and SELinux relabeling.

type V1EmptyDirVolumeSource ¶

type V1EmptyDirVolumeSource struct {

	// What type of storage medium should back this directory. The default is \"\" which means to use the node's default medium. Must be an empty string (default) or Memory. More info: https://kubernetes.io/docs/concepts/storage/volumes#emptydir
	Medium string `json:"medium,omitempty"`

	// Total amount of local storage required for this EmptyDir volume. The size limit is also applicable for memory medium. The maximum usage on memory medium EmptyDir would be the minimum value between the SizeLimit specified here and the sum of memory limits of all containers in a pod. The default is nil which means that the limit is undefined. More info: http://kubernetes.io/docs/user-guide/volumes#emptydir
	SizeLimit string `json:"sizeLimit,omitempty"`
}

Represents an empty directory for a pod. Empty directory volumes support ownership management and SELinux relabeling.

type V1EndpointAddress ¶

type V1EndpointAddress struct {

	// The Hostname of this endpoint
	Hostname string `json:"hostname,omitempty"`

	// The IP of this endpoint. May not be loopback (127.0.0.0/8), link-local (169.254.0.0/16), or link-local multicast ((224.0.0.0/24). IPv6 is also accepted but not fully supported on all platforms. Also, certain kubernetes components, like kube-proxy, are not IPv6 ready.
	Ip string `json:"ip"`

	// Optional: Node hosting this endpoint. This can be used to determine endpoints local to a node.
	NodeName string `json:"nodeName,omitempty"`

	// Reference to object providing the endpoint.
	TargetRef *V1ObjectReference `json:"targetRef,omitempty"`
}

EndpointAddress is a tuple that describes single IP address.

type V1EndpointPort ¶

type V1EndpointPort struct {

	// The name of this port (corresponds to ServicePort.Name). Must be a DNS_LABEL. Optional only if one port is defined.
	Name string `json:"name,omitempty"`

	// The port number of the endpoint.
	Port int32 `json:"port"`

	// The IP protocol for this port. Must be UDP or TCP. Default is TCP.
	Protocol string `json:"protocol,omitempty"`
}

EndpointPort is a tuple that describes a single port.

type V1EndpointSubset ¶

type V1EndpointSubset struct {

	// IP addresses which offer the related ports that are marked as ready. These endpoints should be considered safe for load balancers and clients to utilize.
	Addresses []V1EndpointAddress `json:"addresses,omitempty"`

	// IP addresses which offer the related ports but are not currently marked as ready because they have not yet finished starting, have recently failed a readiness check, or have recently failed a liveness check.
	NotReadyAddresses []V1EndpointAddress `json:"notReadyAddresses,omitempty"`

	// Port numbers available on the related IP addresses.
	Ports []V1EndpointPort `json:"ports,omitempty"`
}

EndpointSubset is a group of addresses with a common set of ports. The expanded set of endpoints is the Cartesian product of Addresses x Ports. For example, given: { Addresses: [{\"ip\": \"10.10.1.1\"}, {\"ip\": \"10.10.2.2\"}], Ports: [{\"name\": \"a\", \"port\": 8675}, {\"name\": \"b\", \"port\": 309}] } The resulting set of endpoints can be viewed as: a: [ 10.10.1.1:8675, 10.10.2.2:8675 ], b: [ 10.10.1.1:309, 10.10.2.2:309 ]

type V1Endpoints ¶

type V1Endpoints struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
	Metadata *V1ObjectMeta `json:"metadata,omitempty"`

	// The set of all endpoints is the union of all subsets. Addresses are placed into subsets according to the IPs they share. A single address with multiple ports, some of which are ready and some of which are not (because they come from different containers) will result in the address being displayed in different subsets for the different ports. No address will appear in both Addresses and NotReadyAddresses in the same subset. Sets of addresses and ports that comprise a service.
	Subsets []V1EndpointSubset `json:"subsets,omitempty"`
}

Endpoints is a collection of endpoints that implement the actual service. Example: Name: \"mysvc\", Subsets: [ { Addresses: [{\"ip\": \"10.10.1.1\"}, {\"ip\": \"10.10.2.2\"}], Ports: [{\"name\": \"a\", \"port\": 8675}, {\"name\": \"b\", \"port\": 309}] }, { Addresses: [{\"ip\": \"10.10.3.3\"}], Ports: [{\"name\": \"a\", \"port\": 93}, {\"name\": \"b\", \"port\": 76}] }, ]

type V1EndpointsList ¶

type V1EndpointsList struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// List of endpoints.
	Items []V1Endpoints `json:"items"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Metadata *V1ListMeta `json:"metadata,omitempty"`
}

EndpointsList is a list of endpoints.

type V1EnvFromSource ¶

type V1EnvFromSource struct {

	// The ConfigMap to select from
	ConfigMapRef *V1ConfigMapEnvSource `json:"configMapRef,omitempty"`

	// An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER.
	Prefix string `json:"prefix,omitempty"`

	// The Secret to select from
	SecretRef *V1SecretEnvSource `json:"secretRef,omitempty"`
}

EnvFromSource represents the source of a set of ConfigMaps

type V1EnvVar ¶

type V1EnvVar struct {

	// Name of the environment variable. Must be a C_IDENTIFIER.
	Name string `json:"name"`

	// Variable references $(VAR_NAME) are expanded using the previous defined environment variables in the container and any service environment variables. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Defaults to \"\".
	Value string `json:"value,omitempty"`

	// Source for the environment variable's value. Cannot be used if value is not empty.
	ValueFrom *V1EnvVarSource `json:"valueFrom,omitempty"`
}

EnvVar represents an environment variable present in a Container.

type V1EnvVarSource ¶

type V1EnvVarSource struct {

	// Selects a key of a ConfigMap.
	ConfigMapKeyRef *V1ConfigMapKeySelector `json:"configMapKeyRef,omitempty"`

	// Selects a field of the pod: supports metadata.name, metadata.namespace, metadata.labels, metadata.annotations, spec.nodeName, spec.serviceAccountName, status.hostIP, status.podIP.
	FieldRef *V1ObjectFieldSelector `json:"fieldRef,omitempty"`

	// Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, limits.ephemeral-storage, requests.cpu, requests.memory and requests.ephemeral-storage) are currently supported.
	ResourceFieldRef *V1ResourceFieldSelector `json:"resourceFieldRef,omitempty"`

	// Selects a key of a secret in the pod's namespace
	SecretKeyRef *V1SecretKeySelector `json:"secretKeyRef,omitempty"`
}

EnvVarSource represents a source for the value of an EnvVar.

type V1Event ¶

type V1Event struct {

	// What action was taken/failed regarding to the Regarding object.
	Action string `json:"action,omitempty"`

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// The number of times this event has occurred.
	Count int32 `json:"count,omitempty"`

	// Time when this Event was first observed.
	EventTime time.Time `json:"eventTime,omitempty"`

	// The time at which the event was first recorded. (Time of server receipt is in TypeMeta.)
	FirstTimestamp time.Time `json:"firstTimestamp,omitempty"`

	// The object that this event is about.
	InvolvedObject *V1ObjectReference `json:"involvedObject"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// The time at which the most recent occurrence of this event was recorded.
	LastTimestamp time.Time `json:"lastTimestamp,omitempty"`

	// A human-readable description of the status of this operation.
	Message string `json:"message,omitempty"`

	// Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
	Metadata *V1ObjectMeta `json:"metadata"`

	// This should be a short, machine understandable string that gives the reason for the transition into the object's current status.
	Reason string `json:"reason,omitempty"`

	// Optional secondary object for more complex actions.
	Related *V1ObjectReference `json:"related,omitempty"`

	// Name of the controller that emitted this Event, e.g. `kubernetes.io/kubelet`.
	ReportingComponent string `json:"reportingComponent,omitempty"`

	// ID of the controller instance, e.g. `kubelet-xyzf`.
	ReportingInstance string `json:"reportingInstance,omitempty"`

	// Data about the Event series this event represents or nil if it's a singleton Event.
	Series *V1EventSeries `json:"series,omitempty"`

	// The component reporting this event. Should be a short machine understandable string.
	Source *V1EventSource `json:"source,omitempty"`

	// Type of this event (Normal, Warning), new types could be added in the future
	Type_ string `json:"type,omitempty"`
}

Event is a report of an event somewhere in the cluster.

type V1EventList ¶

type V1EventList struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// List of events
	Items []V1Event `json:"items"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Metadata *V1ListMeta `json:"metadata,omitempty"`
}

EventList is a list of events.

type V1EventSeries ¶

type V1EventSeries struct {

	// Number of occurrences in this series up to the last heartbeat time
	Count int32 `json:"count,omitempty"`

	// Time of the last occurrence observed
	LastObservedTime time.Time `json:"lastObservedTime,omitempty"`

	// State of this Series: Ongoing or Finished
	State string `json:"state,omitempty"`
}

EventSeries contain information on series of events, i.e. thing that was/is happening continuously for some time.

type V1EventSource ¶

type V1EventSource struct {

	// Component from which the event is generated.
	Component string `json:"component,omitempty"`

	// Node name on which the event is generated.
	Host string `json:"host,omitempty"`
}

EventSource contains information for an event.

type V1ExecAction ¶

type V1ExecAction struct {

	// Command is the command line to execute inside the container, the working directory for the command  is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.
	Command []string `json:"command,omitempty"`
}

ExecAction describes a \"run in container\" action.

type V1FcVolumeSource ¶

type V1FcVolumeSource struct {

	// Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified.
	FsType string `json:"fsType,omitempty"`

	// Optional: FC target lun number
	Lun int32 `json:"lun,omitempty"`

	// Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.
	ReadOnly bool `json:"readOnly,omitempty"`

	// Optional: FC target worldwide names (WWNs)
	TargetWWNs []string `json:"targetWWNs,omitempty"`

	// Optional: FC volume world wide identifiers (wwids) Either wwids or combination of targetWWNs and lun must be set, but not both simultaneously.
	Wwids []string `json:"wwids,omitempty"`
}

Represents a Fibre Channel volume. Fibre Channel volumes can only be mounted as read/write once. Fibre Channel volumes support ownership management and SELinux relabeling.

type V1FlexPersistentVolumeSource ¶

type V1FlexPersistentVolumeSource struct {

	// Driver is the name of the driver to use for this volume.
	Driver string `json:"driver"`

	// Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". The default filesystem depends on FlexVolume script.
	FsType string `json:"fsType,omitempty"`

	// Optional: Extra command options if any.
	Options map[string]string `json:"options,omitempty"`

	// Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.
	ReadOnly bool `json:"readOnly,omitempty"`

	// Optional: SecretRef is reference to the secret object containing sensitive information to pass to the plugin scripts. This may be empty if no secret object is specified. If the secret object contains more than one secret, all secrets are passed to the plugin scripts.
	SecretRef *V1SecretReference `json:"secretRef,omitempty"`
}

FlexPersistentVolumeSource represents a generic persistent volume resource that is provisioned/attached using an exec based plugin.

type V1FlexVolumeSource ¶

type V1FlexVolumeSource struct {

	// Driver is the name of the driver to use for this volume.
	Driver string `json:"driver"`

	// Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". The default filesystem depends on FlexVolume script.
	FsType string `json:"fsType,omitempty"`

	// Optional: Extra command options if any.
	Options map[string]string `json:"options,omitempty"`

	// Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.
	ReadOnly bool `json:"readOnly,omitempty"`

	// Optional: SecretRef is reference to the secret object containing sensitive information to pass to the plugin scripts. This may be empty if no secret object is specified. If the secret object contains more than one secret, all secrets are passed to the plugin scripts.
	SecretRef *V1LocalObjectReference `json:"secretRef,omitempty"`
}

FlexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.

type V1FlockerVolumeSource ¶

type V1FlockerVolumeSource struct {

	// Name of the dataset stored as metadata -> name on the dataset for Flocker should be considered as deprecated
	DatasetName string `json:"datasetName,omitempty"`

	// UUID of the dataset. This is unique identifier of a Flocker dataset
	DatasetUUID string `json:"datasetUUID,omitempty"`
}

Represents a Flocker volume mounted by the Flocker agent. One and only one of datasetName and datasetUUID should be set. Flocker volumes do not support ownership management or SELinux relabeling.

type V1GcePersistentDiskVolumeSource ¶

type V1GcePersistentDiskVolumeSource struct {

	// Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk
	FsType string `json:"fsType,omitempty"`

	// The partition in the volume that you want to mount. If omitted, the default is to mount by volume name. Examples: For volume /dev/sda1, you specify the partition as \"1\". Similarly, the volume partition for /dev/sda is \"0\" (or you can leave the property empty). More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk
	Partition int32 `json:"partition,omitempty"`

	// Unique name of the PD resource in GCE. Used to identify the disk in GCE. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk
	PdName string `json:"pdName"`

	// ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk
	ReadOnly bool `json:"readOnly,omitempty"`
}

Represents a Persistent Disk resource in Google Compute Engine. A GCE PD must exist before mounting to a container. The disk must also be in the same GCE project and zone as the kubelet. A GCE PD can only be mounted as read/write once or read-only many times. GCE PDs support ownership management and SELinux relabeling.

type V1GitRepoVolumeSource ¶

type V1GitRepoVolumeSource struct {

	// Target directory name. Must not contain or start with '..'.  If '.' is supplied, the volume directory will be the git repository.  Otherwise, if specified, the volume will contain the git repository in the subdirectory with the given name.
	Directory string `json:"directory,omitempty"`

	// Repository URL
	Repository string `json:"repository"`

	// Commit hash for the specified revision.
	Revision string `json:"revision,omitempty"`
}

Represents a volume that is populated with the contents of a git repository. Git repo volumes do not support ownership management. Git repo volumes support SELinux relabeling.

type V1GlusterfsVolumeSource ¶

type V1GlusterfsVolumeSource struct {

	// EndpointsName is the endpoint name that details Glusterfs topology. More info: https://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod
	Endpoints string `json:"endpoints"`

	// Path is the Glusterfs volume path. More info: https://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod
	Path string `json:"path"`

	// ReadOnly here will force the Glusterfs volume to be mounted with read-only permissions. Defaults to false. More info: https://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod
	ReadOnly bool `json:"readOnly,omitempty"`
}

Represents a Glusterfs mount that lasts the lifetime of a pod. Glusterfs volumes do not support ownership management or SELinux relabeling.

type V1GroupVersionForDiscovery ¶

type V1GroupVersionForDiscovery struct {

	// groupVersion specifies the API group and version in the form \"group/version\"
	GroupVersion string `json:"groupVersion"`

	// version specifies the version in the form of \"version\". This is to save the clients the trouble of splitting the GroupVersion.
	Version string `json:"version"`
}

GroupVersion contains the \"group/version\" and \"version\" string of a version. It is made a struct to keep extensibility.

type V1Handler ¶

type V1Handler struct {

	// One and only one of the following should be specified. Exec specifies the action to take.
	Exec *V1ExecAction `json:"exec,omitempty"`

	// HTTPGet specifies the http request to perform.
	HttpGet *V1HttpGetAction `json:"httpGet,omitempty"`

	// TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported
	TcpSocket *V1TcpSocketAction `json:"tcpSocket,omitempty"`
}

Handler defines a specific action that should be taken

type V1HorizontalPodAutoscaler ¶

type V1HorizontalPodAutoscaler struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard object metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
	Metadata *V1ObjectMeta `json:"metadata,omitempty"`

	// behaviour of autoscaler. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status.
	Spec *V1HorizontalPodAutoscalerSpec `json:"spec,omitempty"`

	// current information about the autoscaler.
	Status *V1HorizontalPodAutoscalerStatus `json:"status,omitempty"`
}

configuration of a horizontal pod autoscaler.

type V1HorizontalPodAutoscalerList ¶

type V1HorizontalPodAutoscalerList struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// list of horizontal pod autoscaler objects.
	Items []V1HorizontalPodAutoscaler `json:"items"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard list metadata.
	Metadata *V1ListMeta `json:"metadata,omitempty"`
}

list of horizontal pod autoscaler objects.

type V1HorizontalPodAutoscalerSpec ¶

type V1HorizontalPodAutoscalerSpec struct {

	// upper limit for the number of pods that can be set by the autoscaler; cannot be smaller than MinReplicas.
	MaxReplicas int32 `json:"maxReplicas"`

	// lower limit for the number of pods that can be set by the autoscaler, default 1.
	MinReplicas int32 `json:"minReplicas,omitempty"`

	// reference to scaled resource; horizontal pod autoscaler will learn the current resource consumption and will set the desired number of pods by using its Scale subresource.
	ScaleTargetRef *V1CrossVersionObjectReference `json:"scaleTargetRef"`

	// target average CPU utilization (represented as a percentage of requested CPU) over all the pods; if not specified the default autoscaling policy will be used.
	TargetCPUUtilizationPercentage int32 `json:"targetCPUUtilizationPercentage,omitempty"`
}

specification of a horizontal pod autoscaler.

type V1HorizontalPodAutoscalerStatus ¶

type V1HorizontalPodAutoscalerStatus struct {

	// current average CPU utilization over all pods, represented as a percentage of requested CPU, e.g. 70 means that an average pod is using now 70% of its requested CPU.
	CurrentCPUUtilizationPercentage int32 `json:"currentCPUUtilizationPercentage,omitempty"`

	// current number of replicas of pods managed by this autoscaler.
	CurrentReplicas int32 `json:"currentReplicas"`

	// desired number of replicas of pods managed by this autoscaler.
	DesiredReplicas int32 `json:"desiredReplicas"`

	// last time the HorizontalPodAutoscaler scaled the number of pods; used by the autoscaler to control how often the number of pods is changed.
	LastScaleTime time.Time `json:"lastScaleTime,omitempty"`

	// most recent generation observed by this autoscaler.
	ObservedGeneration int64 `json:"observedGeneration,omitempty"`
}

current status of a horizontal pod autoscaler

type V1HostAlias ¶

type V1HostAlias struct {

	// Hostnames for the above IP address.
	Hostnames []string `json:"hostnames,omitempty"`

	// IP address of the host file entry.
	Ip string `json:"ip,omitempty"`
}

HostAlias holds the mapping between IP and hostnames that will be injected as an entry in the pod's hosts file.

type V1HostPathVolumeSource ¶

type V1HostPathVolumeSource struct {

	// Path of the directory on the host. If the path is a symlink, it will follow the link to the real path. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath
	Path string `json:"path"`

	// Type for HostPath Volume Defaults to \"\" More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath
	Type_ string `json:"type,omitempty"`
}

Represents a host path mapped into a pod. Host path volumes do not support ownership management or SELinux relabeling.

type V1HttpGetAction ¶

type V1HttpGetAction struct {

	// Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead.
	Host string `json:"host,omitempty"`

	// Custom headers to set in the request. HTTP allows repeated headers.
	HttpHeaders []V1HttpHeader `json:"httpHeaders,omitempty"`

	// Path to access on the HTTP server.
	Path string `json:"path,omitempty"`

	// Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.
	Port *interface{} `json:"port"`

	// Scheme to use for connecting to the host. Defaults to HTTP.
	Scheme string `json:"scheme,omitempty"`
}

HTTPGetAction describes an action based on HTTP Get requests.

type V1HttpHeader ¶

type V1HttpHeader struct {

	// The header field name
	Name string `json:"name"`

	// The header field value
	Value string `json:"value"`
}

HTTPHeader describes a custom header to be used in HTTP probes

type V1Initializer ¶

type V1Initializer struct {

	// name of the process that is responsible for initializing this object.
	Name string `json:"name"`
}

Initializer is information about an initializer that has not yet completed.

type V1Initializers ¶

type V1Initializers struct {

	// Pending is a list of initializers that must execute in order before this object is visible. When the last pending initializer is removed, and no failing result is set, the initializers struct will be set to nil and the object is considered as initialized and visible to all clients.
	Pending []V1Initializer `json:"pending"`

	// If result is set with the Failure field, the object will be persisted to storage and then deleted, ensuring that other clients can observe the deletion.
	Result *V1Status `json:"result,omitempty"`
}

Initializers tracks the progress of initialization.

type V1IpBlock ¶

type V1IpBlock struct {

	// CIDR is a string representing the IP Block Valid examples are \"192.168.1.1/24\"
	Cidr string `json:"cidr"`

	// Except is a slice of CIDRs that should not be included within an IP Block Valid examples are \"192.168.1.1/24\" Except values will be rejected if they are outside the CIDR range
	Except []string `json:"except,omitempty"`
}

IPBlock describes a particular CIDR (Ex. \"192.168.1.1/24\") that is allowed to the pods matched by a NetworkPolicySpec's podSelector. The except entry describes CIDRs that should not be included within this rule.

type V1IscsiPersistentVolumeSource ¶

type V1IscsiPersistentVolumeSource struct {

	// whether support iSCSI Discovery CHAP authentication
	ChapAuthDiscovery bool `json:"chapAuthDiscovery,omitempty"`

	// whether support iSCSI Session CHAP authentication
	ChapAuthSession bool `json:"chapAuthSession,omitempty"`

	// Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#iscsi
	FsType string `json:"fsType,omitempty"`

	// Custom iSCSI Initiator Name. If initiatorName is specified with iscsiInterface simultaneously, new iSCSI interface <target portal>:<volume name> will be created for the connection.
	InitiatorName string `json:"initiatorName,omitempty"`

	// Target iSCSI Qualified Name.
	Iqn string `json:"iqn"`

	// iSCSI Interface Name that uses an iSCSI transport. Defaults to 'default' (tcp).
	IscsiInterface string `json:"iscsiInterface,omitempty"`

	// iSCSI Target Lun number.
	Lun int32 `json:"lun"`

	// iSCSI Target Portal List. The Portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260).
	Portals []string `json:"portals,omitempty"`

	// ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false.
	ReadOnly bool `json:"readOnly,omitempty"`

	// CHAP Secret for iSCSI target and initiator authentication
	SecretRef *V1SecretReference `json:"secretRef,omitempty"`

	// iSCSI Target Portal. The Portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260).
	TargetPortal string `json:"targetPortal"`
}

ISCSIPersistentVolumeSource represents an ISCSI disk. ISCSI volumes can only be mounted as read/write once. ISCSI volumes support ownership management and SELinux relabeling.

type V1IscsiVolumeSource ¶

type V1IscsiVolumeSource struct {

	// whether support iSCSI Discovery CHAP authentication
	ChapAuthDiscovery bool `json:"chapAuthDiscovery,omitempty"`

	// whether support iSCSI Session CHAP authentication
	ChapAuthSession bool `json:"chapAuthSession,omitempty"`

	// Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#iscsi
	FsType string `json:"fsType,omitempty"`

	// Custom iSCSI Initiator Name. If initiatorName is specified with iscsiInterface simultaneously, new iSCSI interface <target portal>:<volume name> will be created for the connection.
	InitiatorName string `json:"initiatorName,omitempty"`

	// Target iSCSI Qualified Name.
	Iqn string `json:"iqn"`

	// iSCSI Interface Name that uses an iSCSI transport. Defaults to 'default' (tcp).
	IscsiInterface string `json:"iscsiInterface,omitempty"`

	// iSCSI Target Lun number.
	Lun int32 `json:"lun"`

	// iSCSI Target Portal List. The portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260).
	Portals []string `json:"portals,omitempty"`

	// ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false.
	ReadOnly bool `json:"readOnly,omitempty"`

	// CHAP Secret for iSCSI target and initiator authentication
	SecretRef *V1LocalObjectReference `json:"secretRef,omitempty"`

	// iSCSI Target Portal. The Portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260).
	TargetPortal string `json:"targetPortal"`
}

Represents an ISCSI disk. ISCSI volumes can only be mounted as read/write once. ISCSI volumes support ownership management and SELinux relabeling.

type V1Job ¶

type V1Job struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
	Metadata *V1ObjectMeta `json:"metadata,omitempty"`

	// Specification of the desired behavior of a job. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status
	Spec *V1JobSpec `json:"spec,omitempty"`

	// Current status of a job. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status
	Status *V1JobStatus `json:"status,omitempty"`
}

Job represents the configuration of a single job.

type V1JobCondition ¶

type V1JobCondition struct {

	// Last time the condition was checked.
	LastProbeTime time.Time `json:"lastProbeTime,omitempty"`

	// Last time the condition transit from one status to another.
	LastTransitionTime time.Time `json:"lastTransitionTime,omitempty"`

	// Human readable message indicating details about last transition.
	Message string `json:"message,omitempty"`

	// (brief) reason for the condition's last transition.
	Reason string `json:"reason,omitempty"`

	// Status of the condition, one of True, False, Unknown.
	Status string `json:"status"`

	// Type of job condition, Complete or Failed.
	Type_ string `json:"type"`
}

JobCondition describes current state of a job.

type V1JobList ¶

type V1JobList struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// items is the list of Jobs.
	Items []V1Job `json:"items"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
	Metadata *V1ListMeta `json:"metadata,omitempty"`
}

JobList is a collection of jobs.

type V1JobSpec ¶

type V1JobSpec struct {

	// Specifies the duration in seconds relative to the startTime that the job may be active before the system tries to terminate it; value must be positive integer
	ActiveDeadlineSeconds int64 `json:"activeDeadlineSeconds,omitempty"`

	// Specifies the number of retries before marking this job failed. Defaults to 6
	BackoffLimit int32 `json:"backoffLimit,omitempty"`

	// Specifies the desired number of successfully finished pods the job should be run with.  Setting to nil means that the success of any pod signals the success of all pods, and allows parallelism to have any positive value.  Setting to 1 means that parallelism is limited to 1 and the success of that pod signals the success of the job. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/
	Completions int32 `json:"completions,omitempty"`

	// manualSelector controls generation of pod labels and pod selectors. Leave `manualSelector` unset unless you are certain what you are doing. When false or unset, the system pick labels unique to this job and appends those labels to the pod template.  When true, the user is responsible for picking unique labels and specifying the selector.  Failure to pick a unique label may cause this and other jobs to not function correctly.  However, You may see `manualSelector=true` in jobs that were created with the old `extensions/v1beta1` API. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/#specifying-your-own-pod-selector
	ManualSelector bool `json:"manualSelector,omitempty"`

	// Specifies the maximum desired number of pods the job should run at any given time. The actual number of pods running in steady state will be less than this number when ((.spec.completions - .status.successful) < .spec.parallelism), i.e. when the work left to do is less than max parallelism. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/
	Parallelism int32 `json:"parallelism,omitempty"`

	// A label query over pods that should match the pod count. Normally, the system sets this field for you. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
	Selector *V1LabelSelector `json:"selector,omitempty"`

	// Describes the pod that will be created when executing a job. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/
	Template *V1PodTemplateSpec `json:"template"`
}

JobSpec describes how the job execution will look like.

type V1JobStatus ¶

type V1JobStatus struct {

	// The number of actively running pods.
	Active int32 `json:"active,omitempty"`

	// Represents time when the job was completed. It is not guaranteed to be set in happens-before order across separate operations. It is represented in RFC3339 form and is in UTC.
	CompletionTime time.Time `json:"completionTime,omitempty"`

	// The latest available observations of an object's current state. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/
	Conditions []V1JobCondition `json:"conditions,omitempty"`

	// The number of pods which reached phase Failed.
	Failed int32 `json:"failed,omitempty"`

	// Represents time when the job was acknowledged by the job controller. It is not guaranteed to be set in happens-before order across separate operations. It is represented in RFC3339 form and is in UTC.
	StartTime time.Time `json:"startTime,omitempty"`

	// The number of pods which reached phase Succeeded.
	Succeeded int32 `json:"succeeded,omitempty"`
}

JobStatus represents the current state of a Job.

type V1KeyToPath ¶

type V1KeyToPath struct {

	// The key to project.
	Key string `json:"key"`

	// Optional: mode bits to use on this file, must be a value between 0 and 0777. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.
	Mode int32 `json:"mode,omitempty"`

	// The relative path of the file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'.
	Path string `json:"path"`
}

Maps a string key to a path within a volume.

type V1LabelSelector ¶

type V1LabelSelector struct {

	// matchExpressions is a list of label selector requirements. The requirements are ANDed.
	MatchExpressions []V1LabelSelectorRequirement `json:"matchExpressions,omitempty"`

	// matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed.
	MatchLabels map[string]string `json:"matchLabels,omitempty"`
}

A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.

type V1LabelSelectorRequirement ¶

type V1LabelSelectorRequirement struct {

	// key is the label key that the selector applies to.
	Key string `json:"key"`

	// operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.
	Operator string `json:"operator"`

	// values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.
	Values []string `json:"values,omitempty"`
}

A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.

type V1Lifecycle ¶

type V1Lifecycle struct {

	// PostStart is called immediately after a container is created. If the handler fails, the container is terminated and restarted according to its restart policy. Other management of the container blocks until the hook completes. More info: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#container-hooks
	PostStart *V1Handler `json:"postStart,omitempty"`

	// PreStop is called immediately before a container is terminated. The container is terminated after the handler completes. The reason for termination is passed to the handler. Regardless of the outcome of the handler, the container is eventually terminated. Other management of the container blocks until the hook completes. More info: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#container-hooks
	PreStop *V1Handler `json:"preStop,omitempty"`
}

Lifecycle describes actions that the management system should take in response to container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the container blocks until the action is complete, unless the container process fails, in which case the handler is aborted.

type V1LimitRange ¶

type V1LimitRange struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
	Metadata *V1ObjectMeta `json:"metadata,omitempty"`

	// Spec defines the limits enforced. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status
	Spec *V1LimitRangeSpec `json:"spec,omitempty"`
}

LimitRange sets resource usage limits for each kind of resource in a Namespace.

type V1LimitRangeItem ¶

type V1LimitRangeItem struct {

	// Default resource requirement limit value by resource name if resource limit is omitted.
	Default_ map[string]string `json:"default,omitempty"`

	// DefaultRequest is the default resource requirement request value by resource name if resource request is omitted.
	DefaultRequest map[string]string `json:"defaultRequest,omitempty"`

	// Max usage constraints on this kind by resource name.
	Max map[string]string `json:"max,omitempty"`

	// MaxLimitRequestRatio if specified, the named resource must have a request and limit that are both non-zero where limit divided by request is less than or equal to the enumerated value; this represents the max burst for the named resource.
	MaxLimitRequestRatio map[string]string `json:"maxLimitRequestRatio,omitempty"`

	// Min usage constraints on this kind by resource name.
	Min map[string]string `json:"min,omitempty"`

	// Type of resource that this limit applies to.
	Type_ string `json:"type,omitempty"`
}

LimitRangeItem defines a min/max usage limit for any resource that matches on kind.

type V1LimitRangeList ¶

type V1LimitRangeList struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Items is a list of LimitRange objects. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/
	Items []V1LimitRange `json:"items"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Metadata *V1ListMeta `json:"metadata,omitempty"`
}

LimitRangeList is a list of LimitRange items.

type V1LimitRangeSpec ¶

type V1LimitRangeSpec struct {

	// Limits is the list of LimitRangeItem objects that are enforced.
	Limits []V1LimitRangeItem `json:"limits"`
}

LimitRangeSpec defines a min/max usage limit for resources that match on kind.

type V1ListMeta ¶

type V1ListMeta struct {

	// continue may be set if the user set a limit on the number of items returned, and indicates that the server has more data available. The value is opaque and may be used to issue another request to the endpoint that served this list to retrieve the next set of available objects. Continuing a list may not be possible if the server configuration has changed or more than a few minutes have passed. The resourceVersion field returned when using this continue value will be identical to the value in the first response.
	Continue_ string `json:"continue,omitempty"`

	// String that identifies the server's internal version of this object that can be used by clients to determine when objects have changed. Value must be treated as opaque by clients and passed unmodified back to the server. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#concurrency-control-and-consistency
	ResourceVersion string `json:"resourceVersion,omitempty"`

	// selfLink is a URL representing this object. Populated by the system. Read-only.
	SelfLink string `json:"selfLink,omitempty"`
}

ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}.

type V1LoadBalancerIngress ¶

type V1LoadBalancerIngress struct {

	// Hostname is set for load-balancer ingress points that are DNS based (typically AWS load-balancers)
	Hostname string `json:"hostname,omitempty"`

	// IP is set for load-balancer ingress points that are IP based (typically GCE or OpenStack load-balancers)
	Ip string `json:"ip,omitempty"`
}

LoadBalancerIngress represents the status of a load-balancer ingress point: traffic intended for the service should be sent to an ingress point.

type V1LoadBalancerStatus ¶

type V1LoadBalancerStatus struct {

	// Ingress is a list containing ingress points for the load-balancer. Traffic intended for the service should be sent to these ingress points.
	Ingress []V1LoadBalancerIngress `json:"ingress,omitempty"`
}

LoadBalancerStatus represents the status of a load-balancer.

type V1LocalObjectReference ¶

type V1LocalObjectReference struct {

	// Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
	Name string `json:"name,omitempty"`
}

LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.

type V1LocalSubjectAccessReview ¶

type V1LocalSubjectAccessReview struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	Metadata *V1ObjectMeta `json:"metadata,omitempty"`

	// Spec holds information about the request being evaluated.  spec.namespace must be equal to the namespace you made the request against.  If empty, it is defaulted.
	Spec *V1SubjectAccessReviewSpec `json:"spec"`

	// Status is filled in by the server and indicates whether the request is allowed or not
	Status *V1SubjectAccessReviewStatus `json:"status,omitempty"`
}

LocalSubjectAccessReview checks whether or not a user or group can perform an action in a given namespace. Having a namespace scoped resource makes it much easier to grant namespace scoped policy that includes permissions checking.

type V1LocalVolumeSource ¶

type V1LocalVolumeSource struct {

	// The full path to the volume on the node For alpha, this path must be a directory Once block as a source is supported, then this path can point to a block device
	Path string `json:"path"`
}

Local represents directly-attached storage with node affinity

type V1Namespace ¶

type V1Namespace struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
	Metadata *V1ObjectMeta `json:"metadata,omitempty"`

	// Spec defines the behavior of the Namespace. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status
	Spec *V1NamespaceSpec `json:"spec,omitempty"`

	// Status describes the current status of a Namespace. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status
	Status *V1NamespaceStatus `json:"status,omitempty"`
}

Namespace provides a scope for Names. Use of multiple namespaces is optional.

type V1NamespaceList ¶

type V1NamespaceList struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Items is the list of Namespace objects in the list. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/
	Items []V1Namespace `json:"items"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Metadata *V1ListMeta `json:"metadata,omitempty"`
}

NamespaceList is a list of Namespaces.

type V1NamespaceSpec ¶

type V1NamespaceSpec struct {

	// Finalizers is an opaque list of values that must be empty to permanently remove object from storage. More info: https://kubernetes.io/docs/tasks/administer-cluster/namespaces/
	Finalizers []string `json:"finalizers,omitempty"`
}

NamespaceSpec describes the attributes on a Namespace.

type V1NamespaceStatus ¶

type V1NamespaceStatus struct {

	// Phase is the current lifecycle phase of the namespace. More info: https://kubernetes.io/docs/tasks/administer-cluster/namespaces/
	Phase string `json:"phase,omitempty"`
}

NamespaceStatus is information about the current status of a Namespace.

type V1NetworkPolicy ¶

type V1NetworkPolicy struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
	Metadata *V1ObjectMeta `json:"metadata,omitempty"`

	// Specification of the desired behavior for this NetworkPolicy.
	Spec *V1NetworkPolicySpec `json:"spec,omitempty"`
}

NetworkPolicy describes what network traffic is allowed for a set of Pods

type V1NetworkPolicyEgressRule ¶

type V1NetworkPolicyEgressRule struct {

	// List of destination ports for outgoing traffic. Each item in this list is combined using a logical OR. If this field is empty or missing, this rule matches all ports (traffic not restricted by port). If this field is present and contains at least one item, then this rule allows traffic only if the traffic matches at least one port in the list.
	Ports []V1NetworkPolicyPort `json:"ports,omitempty"`

	// List of destinations for outgoing traffic of pods selected for this rule. Items in this list are combined using a logical OR operation. If this field is empty or missing, this rule matches all destinations (traffic not restricted by destination). If this field is present and contains at least one item, this rule allows traffic only if the traffic matches at least one item in the to list.
	To []V1NetworkPolicyPeer `json:"to,omitempty"`
}

NetworkPolicyEgressRule describes a particular set of traffic that is allowed out of pods matched by a NetworkPolicySpec's podSelector. The traffic must match both ports and to. This type is beta-level in 1.8

type V1NetworkPolicyIngressRule ¶

type V1NetworkPolicyIngressRule struct {

	// List of sources which should be able to access the pods selected for this rule. Items in this list are combined using a logical OR operation. If this field is empty or missing, this rule matches all sources (traffic not restricted by source). If this field is present and contains at least on item, this rule allows traffic only if the traffic matches at least one item in the from list.
	From []V1NetworkPolicyPeer `json:"from,omitempty"`

	// List of ports which should be made accessible on the pods selected for this rule. Each item in this list is combined using a logical OR. If this field is empty or missing, this rule matches all ports (traffic not restricted by port). If this field is present and contains at least one item, then this rule allows traffic only if the traffic matches at least one port in the list.
	Ports []V1NetworkPolicyPort `json:"ports,omitempty"`
}

NetworkPolicyIngressRule describes a particular set of traffic that is allowed to the pods matched by a NetworkPolicySpec's podSelector. The traffic must match both ports and from.

type V1NetworkPolicyList ¶

type V1NetworkPolicyList struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Items is a list of schema objects.
	Items []V1NetworkPolicy `json:"items"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
	Metadata *V1ListMeta `json:"metadata,omitempty"`
}

NetworkPolicyList is a list of NetworkPolicy objects.

type V1NetworkPolicyPeer ¶

type V1NetworkPolicyPeer struct {

	// IPBlock defines policy on a particular IPBlock
	IpBlock *V1IpBlock `json:"ipBlock,omitempty"`

	// Selects Namespaces using cluster scoped-labels. This matches all pods in all namespaces selected by this label selector. This field follows standard label selector semantics. If present but empty, this selector selects all namespaces.
	NamespaceSelector *V1LabelSelector `json:"namespaceSelector,omitempty"`

	// This is a label selector which selects Pods in this namespace. This field follows standard label selector semantics. If present but empty, this selector selects all pods in this namespace.
	PodSelector *V1LabelSelector `json:"podSelector,omitempty"`
}

NetworkPolicyPeer describes a peer to allow traffic from. Exactly one of its fields must be specified.

type V1NetworkPolicyPort ¶

type V1NetworkPolicyPort struct {

	// The port on the given protocol. This can either be a numerical or named port on a pod. If this field is not provided, this matches all port names and numbers.
	Port *interface{} `json:"port,omitempty"`

	// The protocol (TCP or UDP) which traffic must match. If not specified, this field defaults to TCP.
	Protocol string `json:"protocol,omitempty"`
}

NetworkPolicyPort describes a port to allow traffic on

type V1NetworkPolicySpec ¶

type V1NetworkPolicySpec struct {

	// List of egress rules to be applied to the selected pods. Outgoing traffic is allowed if there are no NetworkPolicies selecting the pod (and cluster policy otherwise allows the traffic), OR if the traffic matches at least one egress rule across all of the NetworkPolicy objects whose podSelector matches the pod. If this field is empty then this NetworkPolicy limits all outgoing traffic (and serves solely to ensure that the pods it selects are isolated by default). This field is beta-level in 1.8
	Egress []V1NetworkPolicyEgressRule `json:"egress,omitempty"`

	// List of ingress rules to be applied to the selected pods. Traffic is allowed to a pod if there are no NetworkPolicies selecting the pod (and cluster policy otherwise allows the traffic), OR if the traffic source is the pod's local node, OR if the traffic matches at least one ingress rule across all of the NetworkPolicy objects whose podSelector matches the pod. If this field is empty then this NetworkPolicy does not allow any traffic (and serves solely to ensure that the pods it selects are isolated by default)
	Ingress []V1NetworkPolicyIngressRule `json:"ingress,omitempty"`

	// Selects the pods to which this NetworkPolicy object applies. The array of ingress rules is applied to any pods selected by this field. Multiple network policies can select the same set of pods. In this case, the ingress rules for each are combined additively. This field is NOT optional and follows standard label selector semantics. An empty podSelector matches all pods in this namespace.
	PodSelector *V1LabelSelector `json:"podSelector"`

	// List of rule types that the NetworkPolicy relates to. Valid options are Ingress, Egress, or Ingress,Egress. If this field is not specified, it will default based on the existence of Ingress or Egress rules; policies that contain an Egress section are assumed to affect Egress, and all policies (whether or not they contain an Ingress section) are assumed to affect Ingress. If you want to write an egress-only policy, you must explicitly specify policyTypes [ \"Egress\" ]. Likewise, if you want to write a policy that specifies that no egress is allowed, you must specify a policyTypes value that include \"Egress\" (since such a policy would not include an Egress section and would otherwise default to just [ \"Ingress\" ]). This field is beta-level in 1.8
	PolicyTypes []string `json:"policyTypes,omitempty"`
}

NetworkPolicySpec provides the specification of a NetworkPolicy

type V1NfsVolumeSource ¶

type V1NfsVolumeSource struct {

	// Path that is exported by the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
	Path string `json:"path"`

	// ReadOnly here will force the NFS export to be mounted with read-only permissions. Defaults to false. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
	ReadOnly bool `json:"readOnly,omitempty"`

	// Server is the hostname or IP address of the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
	Server string `json:"server"`
}

Represents an NFS mount that lasts the lifetime of a pod. NFS volumes do not support ownership management or SELinux relabeling.

type V1Node ¶

type V1Node struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
	Metadata *V1ObjectMeta `json:"metadata,omitempty"`

	// Spec defines the behavior of a node. https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status
	Spec *V1NodeSpec `json:"spec,omitempty"`

	// Most recently observed status of the node. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status
	Status *V1NodeStatus `json:"status,omitempty"`
}

Node is a worker node in Kubernetes. Each node will have a unique identifier in the cache (i.e. in etcd).

type V1NodeAddress ¶

type V1NodeAddress struct {

	// The node address.
	Address string `json:"address"`

	// Node address type, one of Hostname, ExternalIP or InternalIP.
	Type_ string `json:"type"`
}

NodeAddress contains information for the node's address.

type V1NodeAffinity ¶

type V1NodeAffinity struct {

	// The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding \"weight\" to the sum if the node matches the corresponding matchExpressions; the node(s) with the highest sum are the most preferred.
	PreferredDuringSchedulingIgnoredDuringExecution []V1PreferredSchedulingTerm `json:"preferredDuringSchedulingIgnoredDuringExecution,omitempty"`

	// If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to an update), the system may or may not try to eventually evict the pod from its node.
	RequiredDuringSchedulingIgnoredDuringExecution *V1NodeSelector `json:"requiredDuringSchedulingIgnoredDuringExecution,omitempty"`
}

Node affinity is a group of node affinity scheduling rules.

type V1NodeCondition ¶

type V1NodeCondition struct {

	// Last time we got an update on a given condition.
	LastHeartbeatTime time.Time `json:"lastHeartbeatTime,omitempty"`

	// Last time the condition transit from one status to another.
	LastTransitionTime time.Time `json:"lastTransitionTime,omitempty"`

	// Human readable message indicating details about last transition.
	Message string `json:"message,omitempty"`

	// (brief) reason for the condition's last transition.
	Reason string `json:"reason,omitempty"`

	// Status of the condition, one of True, False, Unknown.
	Status string `json:"status"`

	// Type of node condition.
	Type_ string `json:"type"`
}

NodeCondition contains condition information for a node.

type V1NodeConfigSource ¶

type V1NodeConfigSource struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	ConfigMapRef *V1ObjectReference `json:"configMapRef,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`
}

NodeConfigSource specifies a source of node configuration. Exactly one subfield (excluding metadata) must be non-nil.

type V1NodeDaemonEndpoints ¶

type V1NodeDaemonEndpoints struct {

	// Endpoint on which Kubelet is listening.
	KubeletEndpoint *V1DaemonEndpoint `json:"kubeletEndpoint,omitempty"`
}

NodeDaemonEndpoints lists ports opened by daemons running on the Node.

type V1NodeList ¶

type V1NodeList struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// List of nodes
	Items []V1Node `json:"items"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Metadata *V1ListMeta `json:"metadata,omitempty"`
}

NodeList is the whole list of all Nodes which have been registered with master.

type V1NodeSelector ¶

type V1NodeSelector struct {

	// Required. A list of node selector terms. The terms are ORed.
	NodeSelectorTerms []V1NodeSelectorTerm `json:"nodeSelectorTerms"`
}

A node selector represents the union of the results of one or more label queries over a set of nodes; that is, it represents the OR of the selectors represented by the node selector terms.

type V1NodeSelectorRequirement ¶

type V1NodeSelectorRequirement struct {

	// The label key that the selector applies to.
	Key string `json:"key"`

	// Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt.
	Operator string `json:"operator"`

	// An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch.
	Values []string `json:"values,omitempty"`
}

A node selector requirement is a selector that contains values, a key, and an operator that relates the key and values.

type V1NodeSelectorTerm ¶

type V1NodeSelectorTerm struct {

	// Required. A list of node selector requirements. The requirements are ANDed.
	MatchExpressions []V1NodeSelectorRequirement `json:"matchExpressions"`
}

A null or empty node selector term matches no objects.

type V1NodeSpec ¶

type V1NodeSpec struct {

	// If specified, the source to get node configuration from The DynamicKubeletConfig feature gate must be enabled for the Kubelet to use this field
	ConfigSource *V1NodeConfigSource `json:"configSource,omitempty"`

	// External ID of the node assigned by some machine database (e.g. a cloud provider). Deprecated.
	ExternalID string `json:"externalID,omitempty"`

	// PodCIDR represents the pod IP range assigned to the node.
	PodCIDR string `json:"podCIDR,omitempty"`

	// ID of the node assigned by the cloud provider in the format: <ProviderName>://<ProviderSpecificNodeID>
	ProviderID string `json:"providerID,omitempty"`

	// If specified, the node's taints.
	Taints []V1Taint `json:"taints,omitempty"`

	// Unschedulable controls node schedulability of new pods. By default, node is schedulable. More info: https://kubernetes.io/docs/concepts/nodes/node/#manual-node-administration
	Unschedulable bool `json:"unschedulable,omitempty"`
}

NodeSpec describes the attributes that a node is created with.

type V1NodeStatus ¶

type V1NodeStatus struct {

	// List of addresses reachable to the node. Queried from cloud provider, if available. More info: https://kubernetes.io/docs/concepts/nodes/node/#addresses
	Addresses []V1NodeAddress `json:"addresses,omitempty"`

	// Allocatable represents the resources of a node that are available for scheduling. Defaults to Capacity.
	Allocatable map[string]string `json:"allocatable,omitempty"`

	// Capacity represents the total resources of a node. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity
	Capacity map[string]string `json:"capacity,omitempty"`

	// Conditions is an array of current observed node conditions. More info: https://kubernetes.io/docs/concepts/nodes/node/#condition
	Conditions []V1NodeCondition `json:"conditions,omitempty"`

	// Endpoints of daemons running on the Node.
	DaemonEndpoints *V1NodeDaemonEndpoints `json:"daemonEndpoints,omitempty"`

	// List of container images on this node
	Images []V1ContainerImage `json:"images,omitempty"`

	// Set of ids/uuids to uniquely identify the node. More info: https://kubernetes.io/docs/concepts/nodes/node/#info
	NodeInfo *V1NodeSystemInfo `json:"nodeInfo,omitempty"`

	// NodePhase is the recently observed lifecycle phase of the node. More info: https://kubernetes.io/docs/concepts/nodes/node/#phase The field is never populated, and now is deprecated.
	Phase string `json:"phase,omitempty"`

	// List of volumes that are attached to the node.
	VolumesAttached []V1AttachedVolume `json:"volumesAttached,omitempty"`

	// List of attachable volumes in use (mounted) by the node.
	VolumesInUse []string `json:"volumesInUse,omitempty"`
}

NodeStatus is information about the current status of a node.

type V1NodeSystemInfo ¶

type V1NodeSystemInfo struct {

	// The Architecture reported by the node
	Architecture string `json:"architecture"`

	// Boot ID reported by the node.
	BootID string `json:"bootID"`

	// ContainerRuntime Version reported by the node through runtime remote API (e.g. docker://1.5.0).
	ContainerRuntimeVersion string `json:"containerRuntimeVersion"`

	// Kernel Version reported by the node from 'uname -r' (e.g. 3.16.0-0.bpo.4-amd64).
	KernelVersion string `json:"kernelVersion"`

	// KubeProxy Version reported by the node.
	KubeProxyVersion string `json:"kubeProxyVersion"`

	// Kubelet Version reported by the node.
	KubeletVersion string `json:"kubeletVersion"`

	// MachineID reported by the node. For unique machine identification in the cluster this field is preferred. Learn more from man(5) machine-id: http://man7.org/linux/man-pages/man5/machine-id.5.html
	MachineID string `json:"machineID"`

	// The Operating System reported by the node
	OperatingSystem string `json:"operatingSystem"`

	// OS Image reported by the node from /etc/os-release (e.g. Debian GNU/Linux 7 (wheezy)).
	OsImage string `json:"osImage"`

	// SystemUUID reported by the node. For unique machine identification MachineID is preferred. This field is specific to Red Hat hosts https://access.redhat.com/documentation/en-US/Red_Hat_Subscription_Management/1/html/RHSM/getting-system-uuid.html
	SystemUUID string `json:"systemUUID"`
}

NodeSystemInfo is a set of ids/uuids to uniquely identify the node.

type V1NonResourceAttributes ¶

type V1NonResourceAttributes struct {

	// Path is the URL path of the request
	Path string `json:"path,omitempty"`

	// Verb is the standard HTTP verb
	Verb string `json:"verb,omitempty"`
}

NonResourceAttributes includes the authorization attributes available for non-resource requests to the Authorizer interface

type V1NonResourceRule ¶

type V1NonResourceRule struct {

	// NonResourceURLs is a set of partial urls that a user should have access to.  *s are allowed, but only as the full, final step in the path.  \"*\" means all.
	NonResourceURLs []string `json:"nonResourceURLs,omitempty"`

	// Verb is a list of kubernetes non-resource API verbs, like: get, post, put, delete, patch, head, options.  \"*\" means all.
	Verbs []string `json:"verbs"`
}

NonResourceRule holds information that describes a rule for the non-resource

type V1ObjectFieldSelector ¶

type V1ObjectFieldSelector struct {

	// Version of the schema the FieldPath is written in terms of, defaults to \"v1\".
	ApiVersion string `json:"apiVersion,omitempty"`

	// Path of the field to select in the specified API version.
	FieldPath string `json:"fieldPath"`
}

ObjectFieldSelector selects an APIVersioned field of an object.

type V1ObjectMeta ¶

type V1ObjectMeta struct {

	// Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations
	Annotations map[string]string `json:"annotations,omitempty"`

	// The name of the cluster which the object belongs to. This is used to distinguish resources with same name and namespace in different clusters. This field is not set anywhere right now and apiserver is going to ignore it if set in create or update request.
	ClusterName string `json:"clusterName,omitempty"`

	// CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC.  Populated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
	CreationTimestamp time.Time `json:"creationTimestamp,omitempty"`

	// Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.
	DeletionGracePeriodSeconds int64 `json:"deletionGracePeriodSeconds,omitempty"`

	// DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This field is set by the server when a graceful deletion is requested by the user, and is not directly settable by a client. The resource is expected to be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field, once the finalizers list is empty. As long as the finalizers list contains items, deletion is blocked. Once the deletionTimestamp is set, this value may not be unset or be set further into the future, although it may be shortened or the resource may be deleted prior to this time. For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react by sending a graceful termination signal to the containers in the pod. After that 30 seconds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup, remove the pod from the API. In the presence of network partitions, this object may still exist after this timestamp, until an administrator or automated process can determine the resource is fully terminated. If not set, graceful deletion of the object has not been requested.  Populated by the system when a graceful deletion is requested. Read-only. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
	DeletionTimestamp time.Time `json:"deletionTimestamp,omitempty"`

	// Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed.
	Finalizers []string `json:"finalizers,omitempty"`

	// GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.  If this field is specified and the generated name exists, the server will NOT return a 409 - instead, it will either return 201 Created or 500 with Reason ServerTimeout indicating a unique name could not be found in the time allotted, and the client should retry (optionally after the time indicated in the Retry-After header).  Applied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#idempotency
	GenerateName string `json:"generateName,omitempty"`

	// A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.
	Generation int64 `json:"generation,omitempty"`

	// An initializer is a controller which enforces some system invariant at object creation time. This field is a list of initializers that have not yet acted on this object. If nil or empty, this object has been completely initialized. Otherwise, the object is considered uninitialized and is hidden (in list/watch and get calls) from clients that haven't explicitly asked to observe uninitialized objects.  When an object is created, the system will populate this list with the current set of initializers. Only privileged users may set or modify this list. Once it is empty, it may not be modified further by any user.
	Initializers *V1Initializers `json:"initializers,omitempty"`

	// Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: http://kubernetes.io/docs/user-guide/labels
	Labels map[string]string `json:"labels,omitempty"`

	// Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/identifiers#names
	Name string `json:"name,omitempty"`

	// Namespace defines the space within each name must be unique. An empty namespace is equivalent to the \"default\" namespace, but \"default\" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.  Must be a DNS_LABEL. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/namespaces
	Namespace string `json:"namespace,omitempty"`

	// List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.
	OwnerReferences []V1OwnerReference `json:"ownerReferences,omitempty"`

	// An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.  Populated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#concurrency-control-and-consistency
	ResourceVersion string `json:"resourceVersion,omitempty"`

	// SelfLink is a URL representing this object. Populated by the system. Read-only.
	SelfLink string `json:"selfLink,omitempty"`

	// UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.  Populated by the system. Read-only. More info: http://kubernetes.io/docs/user-guide/identifiers#uids
	Uid string `json:"uid,omitempty"`
}

ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.

type V1ObjectReference ¶

type V1ObjectReference struct {

	// API version of the referent.
	ApiVersion string `json:"apiVersion,omitempty"`

	// If referring to a piece of an object instead of an entire object, this string should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. For example, if the object reference is to a container within a pod, this would take on a value like: \"spec.containers{name}\" (where \"name\" refers to the name of the container that triggered the event) or if no container name is specified \"spec.containers[2]\" (container with index 2 in this pod). This syntax is chosen only to have some well-defined way of referencing a part of an object.
	FieldPath string `json:"fieldPath,omitempty"`

	// Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
	Name string `json:"name,omitempty"`

	// Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/
	Namespace string `json:"namespace,omitempty"`

	// Specific resourceVersion to which this reference is made, if any. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#concurrency-control-and-consistency
	ResourceVersion string `json:"resourceVersion,omitempty"`

	// UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids
	Uid string `json:"uid,omitempty"`
}

ObjectReference contains enough information to let you inspect or modify the referred object.

type V1OwnerReference ¶

type V1OwnerReference struct {

	// API version of the referent.
	ApiVersion string `json:"apiVersion"`

	// If true, AND if the owner has the \"foregroundDeletion\" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. Defaults to false. To set this field, a user needs \"delete\" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned.
	BlockOwnerDeletion bool `json:"blockOwnerDeletion,omitempty"`

	// If true, this reference points to the managing controller.
	Controller bool `json:"controller,omitempty"`

	// Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind"`

	// Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names
	Name string `json:"name"`

	// UID of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#uids
	Uid string `json:"uid"`
}

OwnerReference contains enough information to let you identify an owning object. Currently, an owning object must be in the same namespace, so there is no namespace field.

type V1PersistentVolume ¶

type V1PersistentVolume struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
	Metadata *V1ObjectMeta `json:"metadata,omitempty"`

	// Spec defines a specification of a persistent volume owned by the cluster. Provisioned by an administrator. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistent-volumes
	Spec *V1PersistentVolumeSpec `json:"spec,omitempty"`

	// Status represents the current information/status for the persistent volume. Populated by the system. Read-only. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistent-volumes
	Status *V1PersistentVolumeStatus `json:"status,omitempty"`
}

PersistentVolume (PV) is a storage resource provisioned by an administrator. It is analogous to a node. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes

type V1PersistentVolumeClaim ¶

type V1PersistentVolumeClaim struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
	Metadata *V1ObjectMeta `json:"metadata,omitempty"`

	// Spec defines the desired characteristics of a volume requested by a pod author. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims
	Spec *V1PersistentVolumeClaimSpec `json:"spec,omitempty"`

	// Status represents the current information/status of a persistent volume claim. Read-only. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims
	Status *V1PersistentVolumeClaimStatus `json:"status,omitempty"`
}

PersistentVolumeClaim is a user's request for and claim to a persistent volume

type V1PersistentVolumeClaimCondition ¶

type V1PersistentVolumeClaimCondition struct {

	// Last time we probed the condition.
	LastProbeTime time.Time `json:"lastProbeTime,omitempty"`

	// Last time the condition transitioned from one status to another.
	LastTransitionTime time.Time `json:"lastTransitionTime,omitempty"`

	// Human-readable message indicating details about last transition.
	Message string `json:"message,omitempty"`

	// Unique, this should be a short, machine understandable string that gives the reason for condition's last transition. If it reports \"ResizeStarted\" that means the underlying persistent volume is being resized.
	Reason string `json:"reason,omitempty"`

	Status string `json:"status"`

	Type_ string `json:"type"`
}

PersistentVolumeClaimCondition contails details about state of pvc

type V1PersistentVolumeClaimList ¶

type V1PersistentVolumeClaimList struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// A list of persistent volume claims. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims
	Items []V1PersistentVolumeClaim `json:"items"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Metadata *V1ListMeta `json:"metadata,omitempty"`
}

PersistentVolumeClaimList is a list of PersistentVolumeClaim items.

type V1PersistentVolumeClaimSpec ¶

type V1PersistentVolumeClaimSpec struct {

	// AccessModes contains the desired access modes the volume should have. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1
	AccessModes []string `json:"accessModes,omitempty"`

	// Resources represents the minimum resources the volume should have. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources
	Resources *V1ResourceRequirements `json:"resources,omitempty"`

	// A label query over volumes to consider for binding.
	Selector *V1LabelSelector `json:"selector,omitempty"`

	// Name of the StorageClass required by the claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#class-1
	StorageClassName string `json:"storageClassName,omitempty"`

	// volumeMode defines what type of volume is required by the claim. Value of Filesystem is implied when not included in claim spec. This is an alpha feature and may change in the future.
	VolumeMode string `json:"volumeMode,omitempty"`

	// VolumeName is the binding reference to the PersistentVolume backing this claim.
	VolumeName string `json:"volumeName,omitempty"`
}

PersistentVolumeClaimSpec describes the common attributes of storage devices and allows a Source for provider-specific attributes

type V1PersistentVolumeClaimStatus ¶

type V1PersistentVolumeClaimStatus struct {

	// AccessModes contains the actual access modes the volume backing the PVC has. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1
	AccessModes []string `json:"accessModes,omitempty"`

	// Represents the actual resources of the underlying volume.
	Capacity map[string]string `json:"capacity,omitempty"`

	// Current Condition of persistent volume claim. If underlying persistent volume is being resized then the Condition will be set to 'ResizeStarted'.
	Conditions []V1PersistentVolumeClaimCondition `json:"conditions,omitempty"`

	// Phase represents the current phase of PersistentVolumeClaim.
	Phase string `json:"phase,omitempty"`
}

PersistentVolumeClaimStatus is the current status of a persistent volume claim.

type V1PersistentVolumeClaimVolumeSource ¶

type V1PersistentVolumeClaimVolumeSource struct {

	// ClaimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims
	ClaimName string `json:"claimName"`

	// Will force the ReadOnly setting in VolumeMounts. Default false.
	ReadOnly bool `json:"readOnly,omitempty"`
}

PersistentVolumeClaimVolumeSource references the user's PVC in the same namespace. This volume finds the bound PV and mounts that volume for the pod. A PersistentVolumeClaimVolumeSource is, essentially, a wrapper around another type of volume that is owned by someone else (the system).

type V1PersistentVolumeList ¶

type V1PersistentVolumeList struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// List of persistent volumes. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes
	Items []V1PersistentVolume `json:"items"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Metadata *V1ListMeta `json:"metadata,omitempty"`
}

PersistentVolumeList is a list of PersistentVolume items.

type V1PersistentVolumeSpec ¶

type V1PersistentVolumeSpec struct {

	// AccessModes contains all ways the volume can be mounted. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes
	AccessModes []string `json:"accessModes,omitempty"`

	// AWSElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore
	AwsElasticBlockStore *V1AwsElasticBlockStoreVolumeSource `json:"awsElasticBlockStore,omitempty"`

	// AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
	AzureDisk *V1AzureDiskVolumeSource `json:"azureDisk,omitempty"`

	// AzureFile represents an Azure File Service mount on the host and bind mount to the pod.
	AzureFile *V1AzureFilePersistentVolumeSource `json:"azureFile,omitempty"`

	// A description of the persistent volume's resources and capacity. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity
	Capacity map[string]string `json:"capacity,omitempty"`

	// CephFS represents a Ceph FS mount on the host that shares a pod's lifetime
	Cephfs *V1CephFsPersistentVolumeSource `json:"cephfs,omitempty"`

	// Cinder represents a cinder volume attached and mounted on kubelets host machine More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md
	Cinder *V1CinderVolumeSource `json:"cinder,omitempty"`

	// ClaimRef is part of a bi-directional binding between PersistentVolume and PersistentVolumeClaim. Expected to be non-nil when bound. claim.VolumeName is the authoritative bind between PV and PVC. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#binding
	ClaimRef *V1ObjectReference `json:"claimRef,omitempty"`

	// CSI represents storage that handled by an external CSI driver (Beta feature).
	Csi *V1CsiPersistentVolumeSource `json:"csi,omitempty"`

	// FC represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod.
	Fc *V1FcVolumeSource `json:"fc,omitempty"`

	// FlexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.
	FlexVolume *V1FlexPersistentVolumeSource `json:"flexVolume,omitempty"`

	// Flocker represents a Flocker volume attached to a kubelet's host machine and exposed to the pod for its usage. This depends on the Flocker control service being running
	Flocker *V1FlockerVolumeSource `json:"flocker,omitempty"`

	// GCEPersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Provisioned by an admin. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk
	GcePersistentDisk *V1GcePersistentDiskVolumeSource `json:"gcePersistentDisk,omitempty"`

	// Glusterfs represents a Glusterfs volume that is attached to a host and exposed to the pod. Provisioned by an admin. More info: https://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md
	Glusterfs *V1GlusterfsVolumeSource `json:"glusterfs,omitempty"`

	// HostPath represents a directory on the host. Provisioned by a developer or tester. This is useful for single-node development and testing only! On-host storage is not supported in any way and WILL NOT WORK in a multi-node cluster. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath
	HostPath *V1HostPathVolumeSource `json:"hostPath,omitempty"`

	// ISCSI represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Provisioned by an admin.
	Iscsi *V1IscsiPersistentVolumeSource `json:"iscsi,omitempty"`

	// Local represents directly-attached storage with node affinity
	Local *V1LocalVolumeSource `json:"local,omitempty"`

	// A list of mount options, e.g. [\"ro\", \"soft\"]. Not validated - mount will simply fail if one is invalid. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes/#mount-options
	MountOptions []string `json:"mountOptions,omitempty"`

	// NFS represents an NFS mount on the host. Provisioned by an admin. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
	Nfs *V1NfsVolumeSource `json:"nfs,omitempty"`

	// NodeAffinity defines constraints that limit what nodes this volume can be accessed from. This field influences the scheduling of pods that use this volume.
	NodeAffinity *V1VolumeNodeAffinity `json:"nodeAffinity,omitempty"`

	// What happens to a persistent volume when released from its claim. Valid options are Retain (default for manually created PersistentVolumes), Delete (default for dynamically provisioned PersistentVolumes), and Recycle (deprecated). Recycle must be supported by the volume plugin underlying this PersistentVolume. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#reclaiming
	PersistentVolumeReclaimPolicy string `json:"persistentVolumeReclaimPolicy,omitempty"`

	// PhotonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine
	PhotonPersistentDisk *V1PhotonPersistentDiskVolumeSource `json:"photonPersistentDisk,omitempty"`

	// PortworxVolume represents a portworx volume attached and mounted on kubelets host machine
	PortworxVolume *V1PortworxVolumeSource `json:"portworxVolume,omitempty"`

	// Quobyte represents a Quobyte mount on the host that shares a pod's lifetime
	Quobyte *V1QuobyteVolumeSource `json:"quobyte,omitempty"`

	// RBD represents a Rados Block Device mount on the host that shares a pod's lifetime. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md
	Rbd *V1RbdPersistentVolumeSource `json:"rbd,omitempty"`

	// ScaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes.
	ScaleIO *V1ScaleIoPersistentVolumeSource `json:"scaleIO,omitempty"`

	// Name of StorageClass to which this persistent volume belongs. Empty value means that this volume does not belong to any StorageClass.
	StorageClassName string `json:"storageClassName,omitempty"`

	// StorageOS represents a StorageOS volume that is attached to the kubelet's host machine and mounted into the pod More info: https://releases.k8s.io/HEAD/examples/volumes/storageos/README.md
	Storageos *V1StorageOsPersistentVolumeSource `json:"storageos,omitempty"`

	// volumeMode defines if a volume is intended to be used with a formatted filesystem or to remain in raw block state. Value of Filesystem is implied when not included in spec. This is an alpha feature and may change in the future.
	VolumeMode string `json:"volumeMode,omitempty"`

	// VsphereVolume represents a vSphere volume attached and mounted on kubelets host machine
	VsphereVolume *V1VsphereVirtualDiskVolumeSource `json:"vsphereVolume,omitempty"`
}

PersistentVolumeSpec is the specification of a persistent volume.

type V1PersistentVolumeStatus ¶

type V1PersistentVolumeStatus struct {

	// A human-readable message indicating details about why the volume is in this state.
	Message string `json:"message,omitempty"`

	// Phase indicates if a volume is available, bound to a claim, or released by a claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#phase
	Phase string `json:"phase,omitempty"`

	// Reason is a brief CamelCase string that describes any failure and is meant for machine parsing and tidy display in the CLI.
	Reason string `json:"reason,omitempty"`
}

PersistentVolumeStatus is the current status of a persistent volume.

type V1PhotonPersistentDiskVolumeSource ¶

type V1PhotonPersistentDiskVolumeSource struct {

	// Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified.
	FsType string `json:"fsType,omitempty"`

	// ID that identifies Photon Controller persistent disk
	PdID string `json:"pdID"`
}

Represents a Photon Controller persistent disk resource.

type V1Pod ¶

type V1Pod struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
	Metadata *V1ObjectMeta `json:"metadata,omitempty"`

	// Specification of the desired behavior of the pod. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status
	Spec *V1PodSpec `json:"spec,omitempty"`

	// Most recently observed status of the pod. This data may not be up to date. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status
	Status *V1PodStatus `json:"status,omitempty"`
}

Pod is a collection of containers that can run on a host. This resource is created by clients and scheduled onto hosts.

type V1PodAffinity ¶

type V1PodAffinity struct {

	// The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding \"weight\" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred.
	PreferredDuringSchedulingIgnoredDuringExecution []V1WeightedPodAffinityTerm `json:"preferredDuringSchedulingIgnoredDuringExecution,omitempty"`

	// If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied.
	RequiredDuringSchedulingIgnoredDuringExecution []V1PodAffinityTerm `json:"requiredDuringSchedulingIgnoredDuringExecution,omitempty"`
}

Pod affinity is a group of inter pod affinity scheduling rules.

type V1PodAffinityTerm ¶

type V1PodAffinityTerm struct {

	// A label query over a set of resources, in this case pods.
	LabelSelector *V1LabelSelector `json:"labelSelector,omitempty"`

	// namespaces specifies which namespaces the labelSelector applies to (matches against); null or empty list means \"this pod's namespace\"
	Namespaces []string `json:"namespaces,omitempty"`

	// This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed.
	TopologyKey string `json:"topologyKey"`
}

Defines a set of pods (namely those matching the labelSelector relative to the given namespace(s)) that this pod should be co-located (affinity) or not co-located (anti-affinity) with, where co-located is defined as running on a node whose value of the label with key <topologyKey> matches that of any node on which a pod of the set of pods is running

type V1PodAntiAffinity ¶

type V1PodAntiAffinity struct {

	// The scheduler will prefer to schedule pods to nodes that satisfy the anti-affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling anti-affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding \"weight\" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred.
	PreferredDuringSchedulingIgnoredDuringExecution []V1WeightedPodAffinityTerm `json:"preferredDuringSchedulingIgnoredDuringExecution,omitempty"`

	// If the anti-affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the anti-affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied.
	RequiredDuringSchedulingIgnoredDuringExecution []V1PodAffinityTerm `json:"requiredDuringSchedulingIgnoredDuringExecution,omitempty"`
}

Pod anti affinity is a group of inter pod anti affinity scheduling rules.

type V1PodCondition ¶

type V1PodCondition struct {

	// Last time we probed the condition.
	LastProbeTime time.Time `json:"lastProbeTime,omitempty"`

	// Last time the condition transitioned from one status to another.
	LastTransitionTime time.Time `json:"lastTransitionTime,omitempty"`

	// Human-readable message indicating details about last transition.
	Message string `json:"message,omitempty"`

	// Unique, one-word, CamelCase reason for the condition's last transition.
	Reason string `json:"reason,omitempty"`

	// Status is the status of the condition. Can be True, False, Unknown. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions
	Status string `json:"status"`

	// Type is the type of the condition. Currently only Ready. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions
	Type_ string `json:"type"`
}

PodCondition contains details for the current condition of this pod.

type V1PodDnsConfig ¶

type V1PodDnsConfig struct {

	// A list of DNS name server IP addresses. This will be appended to the base nameservers generated from DNSPolicy. Duplicated nameservers will be removed.
	Nameservers []string `json:"nameservers,omitempty"`

	// A list of DNS resolver options. This will be merged with the base options generated from DNSPolicy. Duplicated entries will be removed. Resolution options given in Options will override those that appear in the base DNSPolicy.
	Options []V1PodDnsConfigOption `json:"options,omitempty"`

	// A list of DNS search domains for host-name lookup. This will be appended to the base search paths generated from DNSPolicy. Duplicated search paths will be removed.
	Searches []string `json:"searches,omitempty"`
}

PodDNSConfig defines the DNS parameters of a pod in addition to those generated from DNSPolicy.

type V1PodDnsConfigOption ¶

type V1PodDnsConfigOption struct {

	// Required.
	Name string `json:"name,omitempty"`

	Value string `json:"value,omitempty"`
}

PodDNSConfigOption defines DNS resolver options of a pod.

type V1PodList ¶

type V1PodList struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// List of pods. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md
	Items []V1Pod `json:"items"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Metadata *V1ListMeta `json:"metadata,omitempty"`
}

PodList is a list of Pods.

type V1PodSecurityContext ¶

type V1PodSecurityContext struct {

	// A special supplemental group that applies to all containers in a pod. Some volume types allow the Kubelet to change the ownership of that volume to be owned by the pod:  1. The owning GID will be the FSGroup 2. The setgid bit is set (new files created in the volume will be owned by FSGroup) 3. The permission bits are OR'd with rw-rw----  If unset, the Kubelet will not modify the ownership and permissions of any volume.
	FsGroup int64 `json:"fsGroup,omitempty"`

	// The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in SecurityContext.  If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container.
	RunAsGroup int64 `json:"runAsGroup,omitempty"`

	// Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in SecurityContext.  If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.
	RunAsNonRoot bool `json:"runAsNonRoot,omitempty"`

	// The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in SecurityContext.  If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container.
	RunAsUser int64 `json:"runAsUser,omitempty"`

	// The SELinux context to be applied to all containers. If unspecified, the container runtime will allocate a random SELinux context for each container.  May also be set in SecurityContext.  If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container.
	SeLinuxOptions *V1SeLinuxOptions `json:"seLinuxOptions,omitempty"`

	// A list of groups applied to the first process run in each container, in addition to the container's primary GID.  If unspecified, no groups will be added to any container.
	SupplementalGroups []int64 `json:"supplementalGroups,omitempty"`
}

PodSecurityContext holds pod-level security attributes and common container settings. Some fields are also present in container.securityContext. Field values of container.securityContext take precedence over field values of PodSecurityContext.

type V1PodSpec ¶

type V1PodSpec struct {

	// Optional duration in seconds the pod may be active on the node relative to StartTime before the system will actively try to mark it failed and kill associated containers. Value must be a positive integer.
	ActiveDeadlineSeconds int64 `json:"activeDeadlineSeconds,omitempty"`

	// If specified, the pod's scheduling constraints
	Affinity *V1Affinity `json:"affinity,omitempty"`

	// AutomountServiceAccountToken indicates whether a service account token should be automatically mounted.
	AutomountServiceAccountToken bool `json:"automountServiceAccountToken,omitempty"`

	// List of containers belonging to the pod. Containers cannot currently be added or removed. There must be at least one container in a Pod. Cannot be updated.
	Containers []V1Container `json:"containers"`

	// Specifies the DNS parameters of a pod. Parameters specified here will be merged to the generated DNS configuration based on DNSPolicy.
	DnsConfig *V1PodDnsConfig `json:"dnsConfig,omitempty"`

	// Set DNS policy for the pod. Defaults to \"ClusterFirst\". Valid values are 'ClusterFirstWithHostNet', 'ClusterFirst', 'Default' or 'None'. DNS parameters given in DNSConfig will be merged with the policy selected with DNSPolicy. To have DNS options set along with hostNetwork, you have to specify DNS policy explicitly to 'ClusterFirstWithHostNet'.
	DnsPolicy string `json:"dnsPolicy,omitempty"`

	// HostAliases is an optional list of hosts and IPs that will be injected into the pod's hosts file if specified. This is only valid for non-hostNetwork pods.
	HostAliases []V1HostAlias `json:"hostAliases,omitempty"`

	// Use the host's ipc namespace. Optional: Default to false.
	HostIPC bool `json:"hostIPC,omitempty"`

	// Host networking requested for this pod. Use the host's network namespace. If this option is set, the ports that will be used must be specified. Default to false.
	HostNetwork bool `json:"hostNetwork,omitempty"`

	// Use the host's pid namespace. Optional: Default to false.
	HostPID bool `json:"hostPID,omitempty"`

	// Specifies the hostname of the Pod If not specified, the pod's hostname will be set to a system-defined value.
	Hostname string `json:"hostname,omitempty"`

	// ImagePullSecrets is an optional list of references to secrets in the same namespace to use for pulling any of the images used by this PodSpec. If specified, these secrets will be passed to individual puller implementations for them to use. For example, in the case of docker, only DockerConfig type secrets are honored. More info: https://kubernetes.io/docs/concepts/containers/images#specifying-imagepullsecrets-on-a-pod
	ImagePullSecrets []V1LocalObjectReference `json:"imagePullSecrets,omitempty"`

	// List of initialization containers belonging to the pod. Init containers are executed in order prior to containers being started. If any init container fails, the pod is considered to have failed and is handled according to its restartPolicy. The name for an init container or normal container must be unique among all containers. Init containers may not have Lifecycle actions, Readiness probes, or Liveness probes. The resourceRequirements of an init container are taken into account during scheduling by finding the highest request/limit for each resource type, and then using the max of of that value or the sum of the normal containers. Limits are applied to init containers in a similar fashion. Init containers cannot currently be added or removed. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/init-containers/
	InitContainers []V1Container `json:"initContainers,omitempty"`

	// NodeName is a request to schedule this pod onto a specific node. If it is non-empty, the scheduler simply schedules this pod onto that node, assuming that it fits resource requirements.
	NodeName string `json:"nodeName,omitempty"`

	// NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node's labels for the pod to be scheduled on that node. More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/
	NodeSelector map[string]string `json:"nodeSelector,omitempty"`

	// The priority value. Various system components use this field to find the priority of the pod. When Priority Admission Controller is enabled, it prevents users from setting this field. The admission controller populates this field from PriorityClassName. The higher the value, the higher the priority.
	Priority int32 `json:"priority,omitempty"`

	// If specified, indicates the pod's priority. \"system-node-critical\" and \"system-cluster-critical\" are two special keywords which indicate the highest priorities with the former being the highest priority. Any other name must be defined by creating a PriorityClass object with that name. If not specified, the pod priority will be default or zero if there is no default.
	PriorityClassName string `json:"priorityClassName,omitempty"`

	// Restart policy for all containers within the pod. One of Always, OnFailure, Never. Default to Always. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#restart-policy
	RestartPolicy string `json:"restartPolicy,omitempty"`

	// If specified, the pod will be dispatched by specified scheduler. If not specified, the pod will be dispatched by default scheduler.
	SchedulerName string `json:"schedulerName,omitempty"`

	// SecurityContext holds pod-level security attributes and common container settings. Optional: Defaults to empty.  See type description for default values of each field.
	SecurityContext *V1PodSecurityContext `json:"securityContext,omitempty"`

	// DeprecatedServiceAccount is a depreciated alias for ServiceAccountName. Deprecated: Use serviceAccountName instead.
	ServiceAccount string `json:"serviceAccount,omitempty"`

	// ServiceAccountName is the name of the ServiceAccount to use to run this pod. More info: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/
	ServiceAccountName string `json:"serviceAccountName,omitempty"`

	// Share a single process namespace between all of the containers in a pod. When this is set containers will be able to view and signal processes from other containers in the same pod, and the first process in each container will not be assigned PID 1. HostPID and ShareProcessNamespace cannot both be set. Optional: Default to false. This field is alpha-level and is honored only by servers that enable the PodShareProcessNamespace feature.
	ShareProcessNamespace bool `json:"shareProcessNamespace,omitempty"`

	// If specified, the fully qualified Pod hostname will be \"<hostname>.<subdomain>.<pod namespace>.svc.<cluster domain>\". If not specified, the pod will not have a domainname at all.
	Subdomain string `json:"subdomain,omitempty"`

	// Optional duration in seconds the pod needs to terminate gracefully. May be decreased in delete request. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period will be used instead. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. Defaults to 30 seconds.
	TerminationGracePeriodSeconds int64 `json:"terminationGracePeriodSeconds,omitempty"`

	// If specified, the pod's tolerations.
	Tolerations []V1Toleration `json:"tolerations,omitempty"`

	// List of volumes that can be mounted by containers belonging to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes
	Volumes []V1Volume `json:"volumes,omitempty"`
}

PodSpec is a description of a pod.

type V1PodStatus ¶

type V1PodStatus struct {

	// Current service state of pod. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions
	Conditions []V1PodCondition `json:"conditions,omitempty"`

	// The list has one entry per container in the manifest. Each entry is currently the output of `docker inspect`. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-and-container-status
	ContainerStatuses []V1ContainerStatus `json:"containerStatuses,omitempty"`

	// IP address of the host to which the pod is assigned. Empty if not yet scheduled.
	HostIP string `json:"hostIP,omitempty"`

	// The list has one entry per init container in the manifest. The most recent successful init container will have ready = true, the most recently started container will have startTime set. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-and-container-status
	InitContainerStatuses []V1ContainerStatus `json:"initContainerStatuses,omitempty"`

	// A human readable message indicating details about why the pod is in this condition.
	Message string `json:"message,omitempty"`

	// nominatedNodeName is set only when this pod preempts other pods on the node, but it cannot be scheduled right away as preemption victims receive their graceful termination periods. This field does not guarantee that the pod will be scheduled on this node. Scheduler may decide to place the pod elsewhere if other nodes become available sooner. Scheduler may also decide to give the resources on this node to a higher priority pod that is created after preemption. As a result, this field may be different than PodSpec.nodeName when the pod is scheduled.
	NominatedNodeName string `json:"nominatedNodeName,omitempty"`

	// Current condition of the pod. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-phase
	Phase string `json:"phase,omitempty"`

	// IP address allocated to the pod. Routable at least within the cluster. Empty if not yet allocated.
	PodIP string `json:"podIP,omitempty"`

	// The Quality of Service (QOS) classification assigned to the pod based on resource requirements See PodQOSClass type for available QOS classes More info: https://git.k8s.io/community/contributors/design-proposals/node/resource-qos.md
	QosClass string `json:"qosClass,omitempty"`

	// A brief CamelCase message indicating details about why the pod is in this state. e.g. 'Evicted'
	Reason string `json:"reason,omitempty"`

	// RFC 3339 date and time at which the object was acknowledged by the Kubelet. This is before the Kubelet pulled the container image(s) for the pod.
	StartTime time.Time `json:"startTime,omitempty"`
}

PodStatus represents information about the status of a pod. Status may trail the actual state of a system.

type V1PodTemplate ¶

type V1PodTemplate struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
	Metadata *V1ObjectMeta `json:"metadata,omitempty"`

	// Template defines the pods that will be created from this pod template. https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status
	Template *V1PodTemplateSpec `json:"template,omitempty"`
}

PodTemplate describes a template for creating copies of a predefined pod.

type V1PodTemplateList ¶

type V1PodTemplateList struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// List of pod templates
	Items []V1PodTemplate `json:"items"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Metadata *V1ListMeta `json:"metadata,omitempty"`
}

PodTemplateList is a list of PodTemplates.

type V1PodTemplateSpec ¶

type V1PodTemplateSpec struct {

	// Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
	Metadata *V1ObjectMeta `json:"metadata,omitempty"`

	// Specification of the desired behavior of the pod. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status
	Spec *V1PodSpec `json:"spec,omitempty"`
}

PodTemplateSpec describes the data a pod should have when created from a template

type V1PolicyRule ¶

type V1PolicyRule struct {

	// APIGroups is the name of the APIGroup that contains the resources.  If multiple API groups are specified, any action requested against one of the enumerated resources in any API group will be allowed.
	ApiGroups []string `json:"apiGroups,omitempty"`

	// NonResourceURLs is a set of partial urls that a user should have access to.  *s are allowed, but only as the full, final step in the path Since non-resource URLs are not namespaced, this field is only applicable for ClusterRoles referenced from a ClusterRoleBinding. Rules can either apply to API resources (such as \"pods\" or \"secrets\") or non-resource URL paths (such as \"/api\"),  but not both.
	NonResourceURLs []string `json:"nonResourceURLs,omitempty"`

	// ResourceNames is an optional white list of names that the rule applies to.  An empty set means that everything is allowed.
	ResourceNames []string `json:"resourceNames,omitempty"`

	// Resources is a list of resources this rule applies to.  ResourceAll represents all resources.
	Resources []string `json:"resources,omitempty"`

	// Verbs is a list of Verbs that apply to ALL the ResourceKinds and AttributeRestrictions contained in this rule.  VerbAll represents all kinds.
	Verbs []string `json:"verbs"`
}

PolicyRule holds information that describes a policy rule, but does not contain information about who the rule applies to or which namespace the rule applies to.

type V1PortworxVolumeSource ¶

type V1PortworxVolumeSource struct {

	// FSType represents the filesystem type to mount Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\". Implicitly inferred to be \"ext4\" if unspecified.
	FsType string `json:"fsType,omitempty"`

	// Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.
	ReadOnly bool `json:"readOnly,omitempty"`

	// VolumeID uniquely identifies a Portworx volume
	VolumeID string `json:"volumeID"`
}

PortworxVolumeSource represents a Portworx volume resource.

type V1Preconditions ¶

type V1Preconditions struct {

	// Specifies the target UID.
	Uid string `json:"uid,omitempty"`
}

Preconditions must be fulfilled before an operation (update, delete, etc.) is carried out.

type V1PreferredSchedulingTerm ¶

type V1PreferredSchedulingTerm struct {

	// A node selector term, associated with the corresponding weight.
	Preference *V1NodeSelectorTerm `json:"preference"`

	// Weight associated with matching the corresponding nodeSelectorTerm, in the range 1-100.
	Weight int32 `json:"weight"`
}

An empty preferred scheduling term matches all objects with implicit weight 0 (i.e. it's a no-op). A null preferred scheduling term matches no objects (i.e. is also a no-op).

type V1Probe ¶

type V1Probe struct {

	// One and only one of the following should be specified. Exec specifies the action to take.
	Exec *V1ExecAction `json:"exec,omitempty"`

	// Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.
	FailureThreshold int32 `json:"failureThreshold,omitempty"`

	// HTTPGet specifies the http request to perform.
	HttpGet *V1HttpGetAction `json:"httpGet,omitempty"`

	// Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
	InitialDelaySeconds int32 `json:"initialDelaySeconds,omitempty"`

	// How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.
	PeriodSeconds int32 `json:"periodSeconds,omitempty"`

	// Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness. Minimum value is 1.
	SuccessThreshold int32 `json:"successThreshold,omitempty"`

	// TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported
	TcpSocket *V1TcpSocketAction `json:"tcpSocket,omitempty"`

	// Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
	TimeoutSeconds int32 `json:"timeoutSeconds,omitempty"`
}

Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.

type V1ProjectedVolumeSource ¶

type V1ProjectedVolumeSource struct {

	// Mode bits to use on created files by default. Must be a value between 0 and 0777. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.
	DefaultMode int32 `json:"defaultMode,omitempty"`

	// list of volume projections
	Sources []V1VolumeProjection `json:"sources"`
}

Represents a projected volume source

type V1QuobyteVolumeSource ¶

type V1QuobyteVolumeSource struct {

	// Group to map volume access to Default is no group
	Group string `json:"group,omitempty"`

	// ReadOnly here will force the Quobyte volume to be mounted with read-only permissions. Defaults to false.
	ReadOnly bool `json:"readOnly,omitempty"`

	// Registry represents a single or multiple Quobyte Registry services specified as a string as host:port pair (multiple entries are separated with commas) which acts as the central registry for volumes
	Registry string `json:"registry"`

	// User to map volume access to Defaults to serivceaccount user
	User string `json:"user,omitempty"`

	// Volume is a string that references an already created Quobyte volume by name.
	Volume string `json:"volume"`
}

Represents a Quobyte mount that lasts the lifetime of a pod. Quobyte volumes do not support ownership management or SELinux relabeling.

type V1RbdPersistentVolumeSource ¶

type V1RbdPersistentVolumeSource struct {

	// Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#rbd
	FsType string `json:"fsType,omitempty"`

	// The rados image name. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it
	Image string `json:"image"`

	// Keyring is the path to key ring for RBDUser. Default is /etc/ceph/keyring. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it
	Keyring string `json:"keyring,omitempty"`

	// A collection of Ceph monitors. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it
	Monitors []string `json:"monitors"`

	// The rados pool name. Default is rbd. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it
	Pool string `json:"pool,omitempty"`

	// ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it
	ReadOnly bool `json:"readOnly,omitempty"`

	// SecretRef is name of the authentication secret for RBDUser. If provided overrides keyring. Default is nil. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it
	SecretRef *V1SecretReference `json:"secretRef,omitempty"`

	// The rados user name. Default is admin. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it
	User string `json:"user,omitempty"`
}

Represents a Rados Block Device mount that lasts the lifetime of a pod. RBD volumes support ownership management and SELinux relabeling.

type V1RbdVolumeSource ¶

type V1RbdVolumeSource struct {

	// Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#rbd
	FsType string `json:"fsType,omitempty"`

	// The rados image name. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it
	Image string `json:"image"`

	// Keyring is the path to key ring for RBDUser. Default is /etc/ceph/keyring. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it
	Keyring string `json:"keyring,omitempty"`

	// A collection of Ceph monitors. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it
	Monitors []string `json:"monitors"`

	// The rados pool name. Default is rbd. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it
	Pool string `json:"pool,omitempty"`

	// ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it
	ReadOnly bool `json:"readOnly,omitempty"`

	// SecretRef is name of the authentication secret for RBDUser. If provided overrides keyring. Default is nil. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it
	SecretRef *V1LocalObjectReference `json:"secretRef,omitempty"`

	// The rados user name. Default is admin. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it
	User string `json:"user,omitempty"`
}

Represents a Rados Block Device mount that lasts the lifetime of a pod. RBD volumes support ownership management and SELinux relabeling.

type V1ReplicaSet ¶

type V1ReplicaSet struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// If the Labels of a ReplicaSet are empty, they are defaulted to be the same as the Pod(s) that the ReplicaSet manages. Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
	Metadata *V1ObjectMeta `json:"metadata,omitempty"`

	// Spec defines the specification of the desired behavior of the ReplicaSet. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status
	Spec *V1ReplicaSetSpec `json:"spec,omitempty"`

	// Status is the most recently observed status of the ReplicaSet. This data may be out of date by some window of time. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status
	Status *V1ReplicaSetStatus `json:"status,omitempty"`
}

ReplicaSet ensures that a specified number of pod replicas are running at any given time.

type V1ReplicaSetCondition ¶

type V1ReplicaSetCondition struct {

	// The last time the condition transitioned from one status to another.
	LastTransitionTime time.Time `json:"lastTransitionTime,omitempty"`

	// A human readable message indicating details about the transition.
	Message string `json:"message,omitempty"`

	// The reason for the condition's last transition.
	Reason string `json:"reason,omitempty"`

	// Status of the condition, one of True, False, Unknown.
	Status string `json:"status"`

	// Type of replica set condition.
	Type_ string `json:"type"`
}

ReplicaSetCondition describes the state of a replica set at a certain point.

type V1ReplicaSetList ¶

type V1ReplicaSetList struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// List of ReplicaSets. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller
	Items []V1ReplicaSet `json:"items"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Metadata *V1ListMeta `json:"metadata,omitempty"`
}

ReplicaSetList is a collection of ReplicaSets.

type V1ReplicaSetSpec ¶

type V1ReplicaSetSpec struct {

	// Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
	MinReadySeconds int32 `json:"minReadySeconds,omitempty"`

	// Replicas is the number of desired replicas. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
	Replicas int32 `json:"replicas,omitempty"`

	// Selector is a label query over pods that should match the replica count. Label keys and values that must match in order to be controlled by this replica set. It must match the pod template's labels. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
	Selector *V1LabelSelector `json:"selector"`

	// Template is the object that describes the pod that will be created if insufficient replicas are detected. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template
	Template *V1PodTemplateSpec `json:"template,omitempty"`
}

ReplicaSetSpec is the specification of a ReplicaSet.

type V1ReplicaSetStatus ¶

type V1ReplicaSetStatus struct {

	// The number of available replicas (ready for at least minReadySeconds) for this replica set.
	AvailableReplicas int32 `json:"availableReplicas,omitempty"`

	// Represents the latest available observations of a replica set's current state.
	Conditions []V1ReplicaSetCondition `json:"conditions,omitempty"`

	// The number of pods that have labels matching the labels of the pod template of the replicaset.
	FullyLabeledReplicas int32 `json:"fullyLabeledReplicas,omitempty"`

	// ObservedGeneration reflects the generation of the most recently observed ReplicaSet.
	ObservedGeneration int64 `json:"observedGeneration,omitempty"`

	// The number of ready replicas for this replica set.
	ReadyReplicas int32 `json:"readyReplicas,omitempty"`

	// Replicas is the most recently oberved number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
	Replicas int32 `json:"replicas"`
}

ReplicaSetStatus represents the current status of a ReplicaSet.

type V1ReplicationController ¶

type V1ReplicationController struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// If the Labels of a ReplicationController are empty, they are defaulted to be the same as the Pod(s) that the replication controller manages. Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
	Metadata *V1ObjectMeta `json:"metadata,omitempty"`

	// Spec defines the specification of the desired behavior of the replication controller. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status
	Spec *V1ReplicationControllerSpec `json:"spec,omitempty"`

	// Status is the most recently observed status of the replication controller. This data may be out of date by some window of time. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status
	Status *V1ReplicationControllerStatus `json:"status,omitempty"`
}

ReplicationController represents the configuration of a replication controller.

type V1ReplicationControllerCondition ¶

type V1ReplicationControllerCondition struct {

	// The last time the condition transitioned from one status to another.
	LastTransitionTime time.Time `json:"lastTransitionTime,omitempty"`

	// A human readable message indicating details about the transition.
	Message string `json:"message,omitempty"`

	// The reason for the condition's last transition.
	Reason string `json:"reason,omitempty"`

	// Status of the condition, one of True, False, Unknown.
	Status string `json:"status"`

	// Type of replication controller condition.
	Type_ string `json:"type"`
}

ReplicationControllerCondition describes the state of a replication controller at a certain point.

type V1ReplicationControllerList ¶

type V1ReplicationControllerList struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// List of replication controllers. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller
	Items []V1ReplicationController `json:"items"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Metadata *V1ListMeta `json:"metadata,omitempty"`
}

ReplicationControllerList is a collection of replication controllers.

type V1ReplicationControllerSpec ¶

type V1ReplicationControllerSpec struct {

	// Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
	MinReadySeconds int32 `json:"minReadySeconds,omitempty"`

	// Replicas is the number of desired replicas. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#what-is-a-replicationcontroller
	Replicas int32 `json:"replicas,omitempty"`

	// Selector is a label query over pods that should match the Replicas count. If Selector is empty, it is defaulted to the labels present on the Pod template. Label keys and values that must match in order to be controlled by this replication controller, if empty defaulted to labels on Pod template. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
	Selector map[string]string `json:"selector,omitempty"`

	// Template is the object that describes the pod that will be created if insufficient replicas are detected. This takes precedence over a TemplateRef. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template
	Template *V1PodTemplateSpec `json:"template,omitempty"`
}

ReplicationControllerSpec is the specification of a replication controller.

type V1ReplicationControllerStatus ¶

type V1ReplicationControllerStatus struct {

	// The number of available replicas (ready for at least minReadySeconds) for this replication controller.
	AvailableReplicas int32 `json:"availableReplicas,omitempty"`

	// Represents the latest available observations of a replication controller's current state.
	Conditions []V1ReplicationControllerCondition `json:"conditions,omitempty"`

	// The number of pods that have labels matching the labels of the pod template of the replication controller.
	FullyLabeledReplicas int32 `json:"fullyLabeledReplicas,omitempty"`

	// ObservedGeneration reflects the generation of the most recently observed replication controller.
	ObservedGeneration int64 `json:"observedGeneration,omitempty"`

	// The number of ready replicas for this replication controller.
	ReadyReplicas int32 `json:"readyReplicas,omitempty"`

	// Replicas is the most recently oberved number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#what-is-a-replicationcontroller
	Replicas int32 `json:"replicas"`
}

ReplicationControllerStatus represents the current status of a replication controller.

type V1ResourceAttributes ¶

type V1ResourceAttributes struct {

	// Group is the API Group of the Resource.  \"*\" means all.
	Group string `json:"group,omitempty"`

	// Name is the name of the resource being requested for a \"get\" or deleted for a \"delete\". \"\" (empty) means all.
	Name string `json:"name,omitempty"`

	// Namespace is the namespace of the action being requested.  Currently, there is no distinction between no namespace and all namespaces \"\" (empty) is defaulted for LocalSubjectAccessReviews \"\" (empty) is empty for cluster-scoped resources \"\" (empty) means \"all\" for namespace scoped resources from a SubjectAccessReview or SelfSubjectAccessReview
	Namespace string `json:"namespace,omitempty"`

	// Resource is one of the existing resource types.  \"*\" means all.
	Resource string `json:"resource,omitempty"`

	// Subresource is one of the existing resource types.  \"\" means none.
	Subresource string `json:"subresource,omitempty"`

	// Verb is a kubernetes resource API verb, like: get, list, watch, create, update, delete, proxy.  \"*\" means all.
	Verb string `json:"verb,omitempty"`

	// Version is the API Version of the Resource.  \"*\" means all.
	Version string `json:"version,omitempty"`
}

ResourceAttributes includes the authorization attributes available for resource requests to the Authorizer interface

type V1ResourceFieldSelector ¶

type V1ResourceFieldSelector struct {

	// Container name: required for volumes, optional for env vars
	ContainerName string `json:"containerName,omitempty"`

	// Specifies the output format of the exposed resources, defaults to \"1\"
	Divisor string `json:"divisor,omitempty"`

	// Required: resource to select
	Resource string `json:"resource"`
}

ResourceFieldSelector represents container resources (cpu, memory) and their output format

type V1ResourceQuota ¶

type V1ResourceQuota struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
	Metadata *V1ObjectMeta `json:"metadata,omitempty"`

	// Spec defines the desired quota. https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status
	Spec *V1ResourceQuotaSpec `json:"spec,omitempty"`

	// Status defines the actual enforced quota and its current usage. https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status
	Status *V1ResourceQuotaStatus `json:"status,omitempty"`
}

ResourceQuota sets aggregate quota restrictions enforced per namespace

type V1ResourceQuotaList ¶

type V1ResourceQuotaList struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Items is a list of ResourceQuota objects. More info: https://kubernetes.io/docs/concepts/policy/resource-quotas/
	Items []V1ResourceQuota `json:"items"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Metadata *V1ListMeta `json:"metadata,omitempty"`
}

ResourceQuotaList is a list of ResourceQuota items.

type V1ResourceQuotaSpec ¶

type V1ResourceQuotaSpec struct {

	// Hard is the set of desired hard limits for each named resource. More info: https://kubernetes.io/docs/concepts/policy/resource-quotas/
	Hard map[string]string `json:"hard,omitempty"`

	// A collection of filters that must match each object tracked by a quota. If not specified, the quota matches all objects.
	Scopes []string `json:"scopes,omitempty"`
}

ResourceQuotaSpec defines the desired hard limits to enforce for Quota.

type V1ResourceQuotaStatus ¶

type V1ResourceQuotaStatus struct {

	// Hard is the set of enforced hard limits for each named resource. More info: https://kubernetes.io/docs/concepts/policy/resource-quotas/
	Hard map[string]string `json:"hard,omitempty"`

	// Used is the current observed total usage of the resource in the namespace.
	Used map[string]string `json:"used,omitempty"`
}

ResourceQuotaStatus defines the enforced hard limits and observed use.

type V1ResourceRequirements ¶

type V1ResourceRequirements struct {

	// Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/
	Limits map[string]string `json:"limits,omitempty"`

	// Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/
	Requests map[string]string `json:"requests,omitempty"`
}

ResourceRequirements describes the compute resource requirements.

type V1ResourceRule ¶

type V1ResourceRule struct {

	// APIGroups is the name of the APIGroup that contains the resources.  If multiple API groups are specified, any action requested against one of the enumerated resources in any API group will be allowed.  \"*\" means all.
	ApiGroups []string `json:"apiGroups,omitempty"`

	// ResourceNames is an optional white list of names that the rule applies to.  An empty set means that everything is allowed.  \"*\" means all.
	ResourceNames []string `json:"resourceNames,omitempty"`

	// Resources is a list of resources this rule applies to.  \"*\" means all in the specified apiGroups.  \"*_/foo\" represents the subresource 'foo' for all resources in the specified apiGroups.
	Resources []string `json:"resources,omitempty"`

	// Verb is a list of kubernetes resource API verbs, like: get, list, watch, create, update, delete, proxy.  \"*\" means all.
	Verbs []string `json:"verbs"`
}

ResourceRule is the list of actions the subject is allowed to perform on resources. The list ordering isn't significant, may contain duplicates, and possibly be incomplete.

type V1Role ¶

type V1Role struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard object's metadata.
	Metadata *V1ObjectMeta `json:"metadata,omitempty"`

	// Rules holds all the PolicyRules for this Role
	Rules []V1PolicyRule `json:"rules"`
}

Role is a namespaced, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding.

type V1RoleBinding ¶

type V1RoleBinding struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard object's metadata.
	Metadata *V1ObjectMeta `json:"metadata,omitempty"`

	// RoleRef can reference a Role in the current namespace or a ClusterRole in the global namespace. If the RoleRef cannot be resolved, the Authorizer must return an error.
	RoleRef *V1RoleRef `json:"roleRef"`

	// Subjects holds references to the objects the role applies to.
	Subjects []V1Subject `json:"subjects"`
}

RoleBinding references a role, but does not contain it. It can reference a Role in the same namespace or a ClusterRole in the global namespace. It adds who information via Subjects and namespace information by which namespace it exists in. RoleBindings in a given namespace only have effect in that namespace.

type V1RoleBindingList ¶

type V1RoleBindingList struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Items is a list of RoleBindings
	Items []V1RoleBinding `json:"items"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard object's metadata.
	Metadata *V1ListMeta `json:"metadata,omitempty"`
}

RoleBindingList is a collection of RoleBindings

type V1RoleList ¶

type V1RoleList struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Items is a list of Roles
	Items []V1Role `json:"items"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard object's metadata.
	Metadata *V1ListMeta `json:"metadata,omitempty"`
}

RoleList is a collection of Roles

type V1RoleRef ¶

type V1RoleRef struct {

	// APIGroup is the group for the resource being referenced
	ApiGroup string `json:"apiGroup"`

	// Kind is the type of resource being referenced
	Kind string `json:"kind"`

	// Name is the name of resource being referenced
	Name string `json:"name"`
}

RoleRef contains information that points to the role being used

type V1RollingUpdateDaemonSet ¶

type V1RollingUpdateDaemonSet struct {

	// The maximum number of DaemonSet pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of total number of DaemonSet pods at the start of the update (ex: 10%). Absolute number is calculated from percentage by rounding up. This cannot be 0. Default value is 1. Example: when this is set to 30%, at most 30% of the total number of nodes that should be running the daemon pod (i.e. status.desiredNumberScheduled) can have their pods stopped for an update at any given time. The update starts by stopping at most 30% of those DaemonSet pods and then brings up new DaemonSet pods in their place. Once the new pods are available, it then proceeds onto other DaemonSet pods, thus ensuring that at least 70% of original number of DaemonSet pods are available at all times during the update.
	MaxUnavailable *interface{} `json:"maxUnavailable,omitempty"`
}

Spec to control the desired behavior of daemon set rolling update.

type V1RollingUpdateDeployment ¶

type V1RollingUpdateDeployment struct {

	// The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. Defaults to 25%. Example: when this is set to 30%, the new RC can be scaled up immediately when the rolling update starts, such that the total number of old and new pods do not exceed 130% of desired pods. Once old pods have been killed, new RC can be scaled up further, ensuring that total number of pods running at any time during the update is at most 130% of desired pods.
	MaxSurge *interface{} `json:"maxSurge,omitempty"`

	// The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. Defaults to 25%. Example: when this is set to 30%, the old RC can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old RC can be scaled down further, followed by scaling up the new RC, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods.
	MaxUnavailable *interface{} `json:"maxUnavailable,omitempty"`
}

Spec to control the desired behavior of rolling update.

type V1RollingUpdateStatefulSetStrategy ¶

type V1RollingUpdateStatefulSetStrategy struct {

	// Partition indicates the ordinal at which the StatefulSet should be partitioned. Default value is 0.
	Partition int32 `json:"partition,omitempty"`
}

RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.

type V1Scale ¶

type V1Scale struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard object metadata; More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata.
	Metadata *V1ObjectMeta `json:"metadata,omitempty"`

	// defines the behavior of the scale. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status.
	Spec *V1ScaleSpec `json:"spec,omitempty"`

	// current status of the scale. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status. Read-only.
	Status *V1ScaleStatus `json:"status,omitempty"`
}

Scale represents a scaling request for a resource.

type V1ScaleIoPersistentVolumeSource ¶

type V1ScaleIoPersistentVolumeSource struct {

	// Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified.
	FsType string `json:"fsType,omitempty"`

	// The host address of the ScaleIO API Gateway.
	Gateway string `json:"gateway"`

	// The name of the ScaleIO Protection Domain for the configured storage.
	ProtectionDomain string `json:"protectionDomain,omitempty"`

	// Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.
	ReadOnly bool `json:"readOnly,omitempty"`

	// SecretRef references to the secret for ScaleIO user and other sensitive information. If this is not provided, Login operation will fail.
	SecretRef *V1SecretReference `json:"secretRef"`

	// Flag to enable/disable SSL communication with Gateway, default false
	SslEnabled bool `json:"sslEnabled,omitempty"`

	// Indicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned.
	StorageMode string `json:"storageMode,omitempty"`

	// The ScaleIO Storage Pool associated with the protection domain.
	StoragePool string `json:"storagePool,omitempty"`

	// The name of the storage system as configured in ScaleIO.
	System string `json:"system"`

	// The name of a volume already created in the ScaleIO system that is associated with this volume source.
	VolumeName string `json:"volumeName,omitempty"`
}

ScaleIOPersistentVolumeSource represents a persistent ScaleIO volume

type V1ScaleIoVolumeSource ¶

type V1ScaleIoVolumeSource struct {

	// Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified.
	FsType string `json:"fsType,omitempty"`

	// The host address of the ScaleIO API Gateway.
	Gateway string `json:"gateway"`

	// The name of the ScaleIO Protection Domain for the configured storage.
	ProtectionDomain string `json:"protectionDomain,omitempty"`

	// Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.
	ReadOnly bool `json:"readOnly,omitempty"`

	// SecretRef references to the secret for ScaleIO user and other sensitive information. If this is not provided, Login operation will fail.
	SecretRef *V1LocalObjectReference `json:"secretRef"`

	// Flag to enable/disable SSL communication with Gateway, default false
	SslEnabled bool `json:"sslEnabled,omitempty"`

	// Indicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned.
	StorageMode string `json:"storageMode,omitempty"`

	// The ScaleIO Storage Pool associated with the protection domain.
	StoragePool string `json:"storagePool,omitempty"`

	// The name of the storage system as configured in ScaleIO.
	System string `json:"system"`

	// The name of a volume already created in the ScaleIO system that is associated with this volume source.
	VolumeName string `json:"volumeName,omitempty"`
}

ScaleIOVolumeSource represents a persistent ScaleIO volume

type V1ScaleSpec ¶

type V1ScaleSpec struct {

	// desired number of instances for the scaled object.
	Replicas int32 `json:"replicas,omitempty"`
}

ScaleSpec describes the attributes of a scale subresource.

type V1ScaleStatus ¶

type V1ScaleStatus struct {

	// actual number of observed instances of the scaled object.
	Replicas int32 `json:"replicas"`

	// label query over pods that should match the replicas count. This is same as the label selector but in the string format to avoid introspection by clients. The string will be in the same format as the query-param syntax. More info about label selectors: http://kubernetes.io/docs/user-guide/labels#label-selectors
	Selector string `json:"selector,omitempty"`
}

ScaleStatus represents the current status of a scale subresource.

type V1SeLinuxOptions ¶

type V1SeLinuxOptions struct {

	// Level is SELinux level label that applies to the container.
	Level string `json:"level,omitempty"`

	// Role is a SELinux role label that applies to the container.
	Role string `json:"role,omitempty"`

	// Type is a SELinux type label that applies to the container.
	Type_ string `json:"type,omitempty"`

	// User is a SELinux user label that applies to the container.
	User string `json:"user,omitempty"`
}

SELinuxOptions are the labels to be applied to the container

type V1Secret ¶

type V1Secret struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Data contains the secret data. Each key must consist of alphanumeric characters, '-', '_' or '.'. The serialized form of the secret data is a base64 encoded string, representing the arbitrary (possibly non-string) data value here. Described in https://tools.ietf.org/html/rfc4648#section-4
	Data map[string]string `json:"data,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
	Metadata *V1ObjectMeta `json:"metadata,omitempty"`

	// stringData allows specifying non-binary secret data in string form. It is provided as a write-only convenience method. All keys and values are merged into the data field on write, overwriting any existing values. It is never output when reading from the API.
	StringData map[string]string `json:"stringData,omitempty"`

	// Used to facilitate programmatic handling of secret data.
	Type_ string `json:"type,omitempty"`
}

Secret holds secret data of a certain type. The total bytes of the values in the Data field must be less than MaxSecretSize bytes.

type V1SecretEnvSource ¶

type V1SecretEnvSource struct {

	// Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
	Name string `json:"name,omitempty"`

	// Specify whether the Secret must be defined
	Optional bool `json:"optional,omitempty"`
}

SecretEnvSource selects a Secret to populate the environment variables with. The contents of the target Secret's Data field will represent the key-value pairs as environment variables.

type V1SecretKeySelector ¶

type V1SecretKeySelector struct {

	// The key of the secret to select from.  Must be a valid secret key.
	Key string `json:"key"`

	// Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
	Name string `json:"name,omitempty"`

	// Specify whether the Secret or it's key must be defined
	Optional bool `json:"optional,omitempty"`
}

SecretKeySelector selects a key of a Secret.

type V1SecretList ¶

type V1SecretList struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Items is a list of secret objects. More info: https://kubernetes.io/docs/concepts/configuration/secret
	Items []V1Secret `json:"items"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Metadata *V1ListMeta `json:"metadata,omitempty"`
}

SecretList is a list of Secret.

type V1SecretProjection ¶

type V1SecretProjection struct {

	// If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.
	Items []V1KeyToPath `json:"items,omitempty"`

	// Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
	Name string `json:"name,omitempty"`

	// Specify whether the Secret or its key must be defined
	Optional bool `json:"optional,omitempty"`
}

Adapts a secret into a projected volume. The contents of the target Secret's Data field will be presented in a projected volume as files using the keys in the Data field as the file names. Note that this is identical to a secret volume source without the default mode.

type V1SecretReference ¶

type V1SecretReference struct {

	// Name is unique within a namespace to reference a secret resource.
	Name string `json:"name,omitempty"`

	// Namespace defines the space within which the secret name must be unique.
	Namespace string `json:"namespace,omitempty"`
}

SecretReference represents a Secret Reference. It has enough information to retrieve secret in any namespace

type V1SecretVolumeSource ¶

type V1SecretVolumeSource struct {

	// Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.
	DefaultMode int32 `json:"defaultMode,omitempty"`

	// If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.
	Items []V1KeyToPath `json:"items,omitempty"`

	// Specify whether the Secret or it's keys must be defined
	Optional bool `json:"optional,omitempty"`

	// Name of the secret in the pod's namespace to use. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret
	SecretName string `json:"secretName,omitempty"`
}

Adapts a Secret into a volume. The contents of the target Secret's Data field will be presented in a volume as files using the keys in the Data field as the file names. Secret volumes support ownership management and SELinux relabeling.

type V1SecurityContext ¶

type V1SecurityContext struct {

	// AllowPrivilegeEscalation controls whether a process can gain more privileges than its parent process. This bool directly controls if the no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always when the container is: 1) run as Privileged 2) has CAP_SYS_ADMIN
	AllowPrivilegeEscalation bool `json:"allowPrivilegeEscalation,omitempty"`

	// The capabilities to add/drop when running containers. Defaults to the default set of capabilities granted by the container runtime.
	Capabilities *V1Capabilities `json:"capabilities,omitempty"`

	// Run container in privileged mode. Processes in privileged containers are essentially equivalent to root on the host. Defaults to false.
	Privileged bool `json:"privileged,omitempty"`

	// Whether this container has a read-only root filesystem. Default is false.
	ReadOnlyRootFilesystem bool `json:"readOnlyRootFilesystem,omitempty"`

	// The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in PodSecurityContext.  If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.
	RunAsGroup int64 `json:"runAsGroup,omitempty"`

	// Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in PodSecurityContext.  If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.
	RunAsNonRoot bool `json:"runAsNonRoot,omitempty"`

	// The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in PodSecurityContext.  If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.
	RunAsUser int64 `json:"runAsUser,omitempty"`

	// The SELinux context to be applied to the container. If unspecified, the container runtime will allocate a random SELinux context for each container.  May also be set in PodSecurityContext.  If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.
	SeLinuxOptions *V1SeLinuxOptions `json:"seLinuxOptions,omitempty"`
}

SecurityContext holds security configuration that will be applied to a container. Some fields are present in both SecurityContext and PodSecurityContext. When both are set, the values in SecurityContext take precedence.

type V1SelfSubjectAccessReview ¶

type V1SelfSubjectAccessReview struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	Metadata *V1ObjectMeta `json:"metadata,omitempty"`

	// Spec holds information about the request being evaluated.  user and groups must be empty
	Spec *V1SelfSubjectAccessReviewSpec `json:"spec"`

	// Status is filled in by the server and indicates whether the request is allowed or not
	Status *V1SubjectAccessReviewStatus `json:"status,omitempty"`
}

SelfSubjectAccessReview checks whether or the current user can perform an action. Not filling in a spec.namespace means \"in all namespaces\". Self is a special case, because users should always be able to check whether they can perform an action

type V1SelfSubjectAccessReviewSpec ¶

type V1SelfSubjectAccessReviewSpec struct {

	// NonResourceAttributes describes information for a non-resource access request
	NonResourceAttributes *V1NonResourceAttributes `json:"nonResourceAttributes,omitempty"`

	// ResourceAuthorizationAttributes describes information for a resource access request
	ResourceAttributes *V1ResourceAttributes `json:"resourceAttributes,omitempty"`
}

SelfSubjectAccessReviewSpec is a description of the access request. Exactly one of ResourceAuthorizationAttributes and NonResourceAuthorizationAttributes must be set

type V1SelfSubjectRulesReview ¶

type V1SelfSubjectRulesReview struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	Metadata *V1ObjectMeta `json:"metadata,omitempty"`

	// Spec holds information about the request being evaluated.
	Spec *V1SelfSubjectRulesReviewSpec `json:"spec"`

	// Status is filled in by the server and indicates the set of actions a user can perform.
	Status *V1SubjectRulesReviewStatus `json:"status,omitempty"`
}

SelfSubjectRulesReview enumerates the set of actions the current user can perform within a namespace. The returned list of actions may be incomplete depending on the server's authorization mode, and any errors experienced during the evaluation. SelfSubjectRulesReview should be used by UIs to show/hide actions, or to quickly let an end user reason about their permissions. It should NOT Be used by external systems to drive authorization decisions as this raises confused deputy, cache lifetime/revocation, and correctness concerns. SubjectAccessReview, and LocalAccessReview are the correct way to defer authorization decisions to the API server.

type V1SelfSubjectRulesReviewSpec ¶

type V1SelfSubjectRulesReviewSpec struct {

	// Namespace to evaluate rules for. Required.
	Namespace string `json:"namespace,omitempty"`
}

type V1ServerAddressByClientCidr ¶

type V1ServerAddressByClientCidr struct {

	// The CIDR with which clients can match their IP to figure out the server address that they should use.
	ClientCIDR string `json:"clientCIDR"`

	// Address of this server, suitable for a client that matches the above CIDR. This can be a hostname, hostname:port, IP or IP:port.
	ServerAddress string `json:"serverAddress"`
}

ServerAddressByClientCIDR helps the client to determine the server address that they should use, depending on the clientCIDR that they match.

type V1Service ¶

type V1Service struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
	Metadata *V1ObjectMeta `json:"metadata,omitempty"`

	// Spec defines the behavior of a service. https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status
	Spec *V1ServiceSpec `json:"spec,omitempty"`

	// Most recently observed status of the service. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status
	Status *V1ServiceStatus `json:"status,omitempty"`
}

Service is a named abstraction of software service (for example, mysql) consisting of local port (for example 3306) that the proxy listens on, and the selector that determines which pods will answer requests sent through the proxy.

type V1ServiceAccount ¶

type V1ServiceAccount struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// AutomountServiceAccountToken indicates whether pods running as this service account should have an API token automatically mounted. Can be overridden at the pod level.
	AutomountServiceAccountToken bool `json:"automountServiceAccountToken,omitempty"`

	// ImagePullSecrets is a list of references to secrets in the same namespace to use for pulling any images in pods that reference this ServiceAccount. ImagePullSecrets are distinct from Secrets because Secrets can be mounted in the pod, but ImagePullSecrets are only accessed by the kubelet. More info: https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
	ImagePullSecrets []V1LocalObjectReference `json:"imagePullSecrets,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
	Metadata *V1ObjectMeta `json:"metadata,omitempty"`

	// Secrets is the list of secrets allowed to be used by pods running using this ServiceAccount. More info: https://kubernetes.io/docs/concepts/configuration/secret
	Secrets []V1ObjectReference `json:"secrets,omitempty"`
}

ServiceAccount binds together: * a name, understood by users, and perhaps by peripheral systems, for an identity * a principal that can be authenticated and authorized * a set of secrets

type V1ServiceAccountList ¶

type V1ServiceAccountList struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// List of ServiceAccounts. More info: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/
	Items []V1ServiceAccount `json:"items"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Metadata *V1ListMeta `json:"metadata,omitempty"`
}

ServiceAccountList is a list of ServiceAccount objects

type V1ServiceList ¶

type V1ServiceList struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// List of services
	Items []V1Service `json:"items"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Metadata *V1ListMeta `json:"metadata,omitempty"`
}

ServiceList holds a list of services.

type V1ServicePort ¶

type V1ServicePort struct {

	// The name of this port within the service. This must be a DNS_LABEL. All ports within a ServiceSpec must have unique names. This maps to the 'Name' field in EndpointPort objects. Optional if only one ServicePort is defined on this service.
	Name string `json:"name,omitempty"`

	// The port on each node on which this service is exposed when type=NodePort or LoadBalancer. Usually assigned by the system. If specified, it will be allocated to the service if unused or else creation of the service will fail. Default is to auto-allocate a port if the ServiceType of this Service requires one. More info: https://kubernetes.io/docs/concepts/services-networking/service/#type-nodeport
	NodePort int32 `json:"nodePort,omitempty"`

	// The port that will be exposed by this service.
	Port int32 `json:"port"`

	// The IP protocol for this port. Supports \"TCP\" and \"UDP\". Default is TCP.
	Protocol string `json:"protocol,omitempty"`

	// Number or name of the port to access on the pods targeted by the service. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME. If this is a string, it will be looked up as a named port in the target Pod's container ports. If this is not specified, the value of the 'port' field is used (an identity map). This field is ignored for services with clusterIP=None, and should be omitted or set equal to the 'port' field. More info: https://kubernetes.io/docs/concepts/services-networking/service/#defining-a-service
	TargetPort *interface{} `json:"targetPort,omitempty"`
}

ServicePort contains information on service's port.

type V1ServiceReference ¶

type V1ServiceReference struct {

	// Name is the name of the service
	Name string `json:"name,omitempty"`

	// Namespace is the namespace of the service
	Namespace string `json:"namespace,omitempty"`
}

ServiceReference holds a reference to Service.legacy.k8s.io

type V1ServiceSpec ¶

type V1ServiceSpec struct {

	// clusterIP is the IP address of the service and is usually assigned randomly by the master. If an address is specified manually and is not in use by others, it will be allocated to the service; otherwise, creation of the service will fail. This field can not be changed through updates. Valid values are \"None\", empty string (\"\"), or a valid IP address. \"None\" can be specified for headless services when proxying is not required. Only applies to types ClusterIP, NodePort, and LoadBalancer. Ignored if type is ExternalName. More info: https://kubernetes.io/docs/concepts/services-networking/service/#virtual-ips-and-service-proxies
	ClusterIP string `json:"clusterIP,omitempty"`

	// externalIPs is a list of IP addresses for which nodes in the cluster will also accept traffic for this service.  These IPs are not managed by Kubernetes.  The user is responsible for ensuring that traffic arrives at a node with this IP.  A common example is external load-balancers that are not part of the Kubernetes system.
	ExternalIPs []string `json:"externalIPs,omitempty"`

	// externalName is the external reference that kubedns or equivalent will return as a CNAME record for this service. No proxying will be involved. Must be a valid RFC-1123 hostname (https://tools.ietf.org/html/rfc1123) and requires Type to be ExternalName.
	ExternalName string `json:"externalName,omitempty"`

	// externalTrafficPolicy denotes if this Service desires to route external traffic to node-local or cluster-wide endpoints. \"Local\" preserves the client source IP and avoids a second hop for LoadBalancer and Nodeport type services, but risks potentially imbalanced traffic spreading. \"Cluster\" obscures the client source IP and may cause a second hop to another node, but should have good overall load-spreading.
	ExternalTrafficPolicy string `json:"externalTrafficPolicy,omitempty"`

	// healthCheckNodePort specifies the healthcheck nodePort for the service. If not specified, HealthCheckNodePort is created by the service api backend with the allocated nodePort. Will use user-specified nodePort value if specified by the client. Only effects when Type is set to LoadBalancer and ExternalTrafficPolicy is set to Local.
	HealthCheckNodePort int32 `json:"healthCheckNodePort,omitempty"`

	// Only applies to Service Type: LoadBalancer LoadBalancer will get created with the IP specified in this field. This feature depends on whether the underlying cloud-provider supports specifying the loadBalancerIP when a load balancer is created. This field will be ignored if the cloud-provider does not support the feature.
	LoadBalancerIP string `json:"loadBalancerIP,omitempty"`

	// If specified and supported by the platform, this will restrict traffic through the cloud-provider load-balancer will be restricted to the specified client IPs. This field will be ignored if the cloud-provider does not support the feature.\" More info: https://kubernetes.io/docs/tasks/access-application-cluster/configure-cloud-provider-firewall/
	LoadBalancerSourceRanges []string `json:"loadBalancerSourceRanges,omitempty"`

	// The list of ports that are exposed by this service. More info: https://kubernetes.io/docs/concepts/services-networking/service/#virtual-ips-and-service-proxies
	Ports []V1ServicePort `json:"ports,omitempty"`

	// publishNotReadyAddresses, when set to true, indicates that DNS implementations must publish the notReadyAddresses of subsets for the Endpoints associated with the Service. The default value is false. The primary use case for setting this field is to use a StatefulSet's Headless Service to propagate SRV records for its Pods without respect to their readiness for purpose of peer discovery. This field will replace the service.alpha.kubernetes.io/tolerate-unready-endpoints when that annotation is deprecated and all clients have been converted to use this field.
	PublishNotReadyAddresses bool `json:"publishNotReadyAddresses,omitempty"`

	// Route service traffic to pods with label keys and values matching this selector. If empty or not present, the service is assumed to have an external process managing its endpoints, which Kubernetes will not modify. Only applies to types ClusterIP, NodePort, and LoadBalancer. Ignored if type is ExternalName. More info: https://kubernetes.io/docs/concepts/services-networking/service/
	Selector map[string]string `json:"selector,omitempty"`

	// Supports \"ClientIP\" and \"None\". Used to maintain session affinity. Enable client IP based session affinity. Must be ClientIP or None. Defaults to None. More info: https://kubernetes.io/docs/concepts/services-networking/service/#virtual-ips-and-service-proxies
	SessionAffinity string `json:"sessionAffinity,omitempty"`

	// sessionAffinityConfig contains the configurations of session affinity.
	SessionAffinityConfig *V1SessionAffinityConfig `json:"sessionAffinityConfig,omitempty"`

	// type determines how the Service is exposed. Defaults to ClusterIP. Valid options are ExternalName, ClusterIP, NodePort, and LoadBalancer. \"ExternalName\" maps to the specified externalName. \"ClusterIP\" allocates a cluster-internal IP address for load-balancing to endpoints. Endpoints are determined by the selector or if that is not specified, by manual construction of an Endpoints object. If clusterIP is \"None\", no virtual IP is allocated and the endpoints are published as a set of endpoints rather than a stable IP. \"NodePort\" builds on ClusterIP and allocates a port on every node which routes to the clusterIP. \"LoadBalancer\" builds on NodePort and creates an external load-balancer (if supported in the current cloud) which routes to the clusterIP. More info: https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services---service-types
	Type_ string `json:"type,omitempty"`
}

ServiceSpec describes the attributes that a user creates on a service.

type V1ServiceStatus ¶

type V1ServiceStatus struct {

	// LoadBalancer contains the current status of the load-balancer, if one is present.
	LoadBalancer *V1LoadBalancerStatus `json:"loadBalancer,omitempty"`
}

ServiceStatus represents the current status of a service.

type V1SessionAffinityConfig ¶

type V1SessionAffinityConfig struct {

	// clientIP contains the configurations of Client IP based session affinity.
	ClientIP *V1ClientIpConfig `json:"clientIP,omitempty"`
}

SessionAffinityConfig represents the configurations of session affinity.

type V1StatefulSet ¶

type V1StatefulSet struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	Metadata *V1ObjectMeta `json:"metadata,omitempty"`

	// Spec defines the desired identities of pods in this set.
	Spec *V1StatefulSetSpec `json:"spec,omitempty"`

	// Status is the current status of Pods in this StatefulSet. This data may be out of date by some window of time.
	Status *V1StatefulSetStatus `json:"status,omitempty"`
}

StatefulSet represents a set of pods with consistent identities. Identities are defined as: - Network: A single stable DNS and hostname. - Storage: As many VolumeClaims as requested. The StatefulSet guarantees that a given network identity will always map to the same storage identity.

type V1StatefulSetCondition ¶

type V1StatefulSetCondition struct {

	// Last time the condition transitioned from one status to another.
	LastTransitionTime time.Time `json:"lastTransitionTime,omitempty"`

	// A human readable message indicating details about the transition.
	Message string `json:"message,omitempty"`

	// The reason for the condition's last transition.
	Reason string `json:"reason,omitempty"`

	// Status of the condition, one of True, False, Unknown.
	Status string `json:"status"`

	// Type of statefulset condition.
	Type_ string `json:"type"`
}

StatefulSetCondition describes the state of a statefulset at a certain point.

type V1StatefulSetList ¶

type V1StatefulSetList struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	Items []V1StatefulSet `json:"items"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	Metadata *V1ListMeta `json:"metadata,omitempty"`
}

StatefulSetList is a collection of StatefulSets.

type V1StatefulSetSpec ¶

type V1StatefulSetSpec struct {

	// podManagementPolicy controls how pods are created during initial scale up, when replacing pods on nodes, or when scaling down. The default policy is `OrderedReady`, where pods are created in increasing order (pod-0, then pod-1, etc) and the controller will wait until each pod is ready before continuing. When scaling down, the pods are removed in the opposite order. The alternative policy is `Parallel` which will create pods in parallel to match the desired scale without waiting, and on scale down will delete all pods at once.
	PodManagementPolicy string `json:"podManagementPolicy,omitempty"`

	// replicas is the desired number of replicas of the given Template. These are replicas in the sense that they are instantiations of the same Template, but individual replicas also have a consistent identity. If unspecified, defaults to 1.
	Replicas int32 `json:"replicas,omitempty"`

	// revisionHistoryLimit is the maximum number of revisions that will be maintained in the StatefulSet's revision history. The revision history consists of all revisions not represented by a currently applied StatefulSetSpec version. The default value is 10.
	RevisionHistoryLimit int32 `json:"revisionHistoryLimit,omitempty"`

	// selector is a label query over pods that should match the replica count. It must match the pod template's labels. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
	Selector *V1LabelSelector `json:"selector"`

	// serviceName is the name of the service that governs this StatefulSet. This service must exist before the StatefulSet, and is responsible for the network identity of the set. Pods get DNS/hostnames that follow the pattern: pod-specific-string.serviceName.default.svc.cluster.local where \"pod-specific-string\" is managed by the StatefulSet controller.
	ServiceName string `json:"serviceName"`

	// template is the object that describes the pod that will be created if insufficient replicas are detected. Each pod stamped out by the StatefulSet will fulfill this Template, but have a unique identity from the rest of the StatefulSet.
	Template *V1PodTemplateSpec `json:"template"`

	// updateStrategy indicates the StatefulSetUpdateStrategy that will be employed to update Pods in the StatefulSet when a revision is made to Template.
	UpdateStrategy *V1StatefulSetUpdateStrategy `json:"updateStrategy,omitempty"`

	// volumeClaimTemplates is a list of claims that pods are allowed to reference. The StatefulSet controller is responsible for mapping network identities to claims in a way that maintains the identity of a pod. Every claim in this list must have at least one matching (by name) volumeMount in one container in the template. A claim in this list takes precedence over any volumes in the template, with the same name.
	VolumeClaimTemplates []V1PersistentVolumeClaim `json:"volumeClaimTemplates,omitempty"`
}

A StatefulSetSpec is the specification of a StatefulSet.

type V1StatefulSetStatus ¶

type V1StatefulSetStatus struct {

	// collisionCount is the count of hash collisions for the StatefulSet. The StatefulSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision.
	CollisionCount int32 `json:"collisionCount,omitempty"`

	// Represents the latest available observations of a statefulset's current state.
	Conditions []V1StatefulSetCondition `json:"conditions,omitempty"`

	// currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.
	CurrentReplicas int32 `json:"currentReplicas,omitempty"`

	// currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).
	CurrentRevision string `json:"currentRevision,omitempty"`

	// observedGeneration is the most recent generation observed for this StatefulSet. It corresponds to the StatefulSet's generation, which is updated on mutation by the API Server.
	ObservedGeneration int64 `json:"observedGeneration,omitempty"`

	// readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition.
	ReadyReplicas int32 `json:"readyReplicas,omitempty"`

	// replicas is the number of Pods created by the StatefulSet controller.
	Replicas int32 `json:"replicas"`

	// updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)
	UpdateRevision string `json:"updateRevision,omitempty"`

	// updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.
	UpdatedReplicas int32 `json:"updatedReplicas,omitempty"`
}

StatefulSetStatus represents the current state of a StatefulSet.

type V1StatefulSetUpdateStrategy ¶

type V1StatefulSetUpdateStrategy struct {

	// RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType.
	RollingUpdate *V1RollingUpdateStatefulSetStrategy `json:"rollingUpdate,omitempty"`

	// Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.
	Type_ string `json:"type,omitempty"`
}

StatefulSetUpdateStrategy indicates the strategy that the StatefulSet controller will use to perform updates. It includes any additional parameters necessary to perform the update for the indicated strategy.

type V1Status ¶

type V1Status struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Suggested HTTP return code for this status, 0 if not set.
	Code int32 `json:"code,omitempty"`

	// Extended data associated with the reason.  Each reason may define its own extended details. This field is optional and the data returned is not guaranteed to conform to any schema except that defined by the reason type.
	Details *V1StatusDetails `json:"details,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// A human-readable description of the status of this operation.
	Message string `json:"message,omitempty"`

	// Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Metadata *V1ListMeta `json:"metadata,omitempty"`

	// A machine-readable description of why this operation is in the \"Failure\" status. If this value is empty there is no information available. A Reason clarifies an HTTP status code but does not override it.
	Reason string `json:"reason,omitempty"`

	// Status of the operation. One of: \"Success\" or \"Failure\". More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status
	Status string `json:"status,omitempty"`
}

Status is a return value for calls that don't return other objects.

type V1StatusCause ¶

type V1StatusCause struct {

	// The field of the resource that has caused this error, as named by its JSON serialization. May include dot and postfix notation for nested attributes. Arrays are zero-indexed.  Fields may appear more than once in an array of causes due to fields having multiple errors. Optional.  Examples:   \"name\" - the field \"name\" on the current resource   \"items[0].name\" - the field \"name\" on the first array entry in \"items\"
	Field string `json:"field,omitempty"`

	// A human-readable description of the cause of the error.  This field may be presented as-is to a reader.
	Message string `json:"message,omitempty"`

	// A machine-readable description of the cause of the error. If this value is empty there is no information available.
	Reason string `json:"reason,omitempty"`
}

StatusCause provides more information about an api.Status failure, including cases when multiple errors are encountered.

type V1StatusDetails ¶

type V1StatusDetails struct {

	// The Causes array includes more details associated with the StatusReason failure. Not all StatusReasons may provide detailed causes.
	Causes []V1StatusCause `json:"causes,omitempty"`

	// The group attribute of the resource associated with the status StatusReason.
	Group string `json:"group,omitempty"`

	// The kind attribute of the resource associated with the status StatusReason. On some operations may differ from the requested resource Kind. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// The name attribute of the resource associated with the status StatusReason (when there is a single name which can be described).
	Name string `json:"name,omitempty"`

	// If specified, the time in seconds before the operation should be retried. Some errors may indicate the client must take an alternate action - for those errors this field may indicate how long to wait before taking the alternate action.
	RetryAfterSeconds int32 `json:"retryAfterSeconds,omitempty"`

	// UID of the resource. (when there is a single resource which can be described). More info: http://kubernetes.io/docs/user-guide/identifiers#uids
	Uid string `json:"uid,omitempty"`
}

StatusDetails is a set of additional properties that MAY be set by the server to provide additional information about a response. The Reason field of a Status object defines what attributes will be set. Clients must ignore fields that do not match the defined type of each attribute, and should assume that any attribute may be empty, invalid, or under defined.

type V1StorageClass ¶

type V1StorageClass struct {

	// AllowVolumeExpansion shows whether the storage class allow volume expand
	AllowVolumeExpansion bool `json:"allowVolumeExpansion,omitempty"`

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
	Metadata *V1ObjectMeta `json:"metadata,omitempty"`

	// Dynamically provisioned PersistentVolumes of this storage class are created with these mountOptions, e.g. [\"ro\", \"soft\"]. Not validated - mount of the PVs will simply fail if one is invalid.
	MountOptions []string `json:"mountOptions,omitempty"`

	// Parameters holds the parameters for the provisioner that should create volumes of this storage class.
	Parameters map[string]string `json:"parameters,omitempty"`

	// Provisioner indicates the type of the provisioner.
	Provisioner string `json:"provisioner"`

	// Dynamically provisioned PersistentVolumes of this storage class are created with this reclaimPolicy. Defaults to Delete.
	ReclaimPolicy string `json:"reclaimPolicy,omitempty"`

	// VolumeBindingMode indicates how PersistentVolumeClaims should be provisioned and bound.  When unset, VolumeBindingImmediate is used. This field is alpha-level and is only honored by servers that enable the VolumeScheduling feature.
	VolumeBindingMode string `json:"volumeBindingMode,omitempty"`
}

StorageClass describes the parameters for a class of storage for which PersistentVolumes can be dynamically provisioned. StorageClasses are non-namespaced; the name of the storage class according to etcd is in ObjectMeta.Name.

type V1StorageClassList ¶

type V1StorageClassList struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Items is the list of StorageClasses
	Items []V1StorageClass `json:"items"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard list metadata More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
	Metadata *V1ListMeta `json:"metadata,omitempty"`
}

StorageClassList is a collection of storage classes.

type V1StorageOsPersistentVolumeSource ¶

type V1StorageOsPersistentVolumeSource struct {

	// Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified.
	FsType string `json:"fsType,omitempty"`

	// Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.
	ReadOnly bool `json:"readOnly,omitempty"`

	// SecretRef specifies the secret to use for obtaining the StorageOS API credentials.  If not specified, default values will be attempted.
	SecretRef *V1ObjectReference `json:"secretRef,omitempty"`

	// VolumeName is the human-readable name of the StorageOS volume.  Volume names are only unique within a namespace.
	VolumeName string `json:"volumeName,omitempty"`

	// VolumeNamespace specifies the scope of the volume within StorageOS.  If no namespace is specified then the Pod's namespace will be used.  This allows the Kubernetes name scoping to be mirrored within StorageOS for tighter integration. Set VolumeName to any name to override the default behaviour. Set to \"default\" if you are not using namespaces within StorageOS. Namespaces that do not pre-exist within StorageOS will be created.
	VolumeNamespace string `json:"volumeNamespace,omitempty"`
}

Represents a StorageOS persistent volume resource.

type V1StorageOsVolumeSource ¶

type V1StorageOsVolumeSource struct {

	// Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified.
	FsType string `json:"fsType,omitempty"`

	// Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.
	ReadOnly bool `json:"readOnly,omitempty"`

	// SecretRef specifies the secret to use for obtaining the StorageOS API credentials.  If not specified, default values will be attempted.
	SecretRef *V1LocalObjectReference `json:"secretRef,omitempty"`

	// VolumeName is the human-readable name of the StorageOS volume.  Volume names are only unique within a namespace.
	VolumeName string `json:"volumeName,omitempty"`

	// VolumeNamespace specifies the scope of the volume within StorageOS.  If no namespace is specified then the Pod's namespace will be used.  This allows the Kubernetes name scoping to be mirrored within StorageOS for tighter integration. Set VolumeName to any name to override the default behaviour. Set to \"default\" if you are not using namespaces within StorageOS. Namespaces that do not pre-exist within StorageOS will be created.
	VolumeNamespace string `json:"volumeNamespace,omitempty"`
}

Represents a StorageOS persistent volume resource.

type V1Subject ¶

type V1Subject struct {

	// APIGroup holds the API group of the referenced subject. Defaults to \"\" for ServiceAccount subjects. Defaults to \"rbac.authorization.k8s.io\" for User and Group subjects.
	ApiGroup string `json:"apiGroup,omitempty"`

	// Kind of object being referenced. Values defined by this API group are \"User\", \"Group\", and \"ServiceAccount\". If the Authorizer does not recognized the kind value, the Authorizer should report an error.
	Kind string `json:"kind"`

	// Name of the object being referenced.
	Name string `json:"name"`

	// Namespace of the referenced object.  If the object kind is non-namespace, such as \"User\" or \"Group\", and this value is not empty the Authorizer should report an error.
	Namespace string `json:"namespace,omitempty"`
}

Subject contains a reference to the object or user identities a role binding applies to. This can either hold a direct API object reference, or a value for non-objects such as user and group names.

type V1SubjectAccessReview ¶

type V1SubjectAccessReview struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	Metadata *V1ObjectMeta `json:"metadata,omitempty"`

	// Spec holds information about the request being evaluated
	Spec *V1SubjectAccessReviewSpec `json:"spec"`

	// Status is filled in by the server and indicates whether the request is allowed or not
	Status *V1SubjectAccessReviewStatus `json:"status,omitempty"`
}

SubjectAccessReview checks whether or not a user or group can perform an action.

type V1SubjectAccessReviewSpec ¶

type V1SubjectAccessReviewSpec struct {

	// Extra corresponds to the user.Info.GetExtra() method from the authenticator.  Since that is input to the authorizer it needs a reflection here.
	Extra map[string][]string `json:"extra,omitempty"`

	// Groups is the groups you're testing for.
	Groups []string `json:"groups,omitempty"`

	// NonResourceAttributes describes information for a non-resource access request
	NonResourceAttributes *V1NonResourceAttributes `json:"nonResourceAttributes,omitempty"`

	// ResourceAuthorizationAttributes describes information for a resource access request
	ResourceAttributes *V1ResourceAttributes `json:"resourceAttributes,omitempty"`

	// UID information about the requesting user.
	Uid string `json:"uid,omitempty"`

	// User is the user you're testing for. If you specify \"User\" but not \"Groups\", then is it interpreted as \"What if User were not a member of any groups
	User string `json:"user,omitempty"`
}

SubjectAccessReviewSpec is a description of the access request. Exactly one of ResourceAuthorizationAttributes and NonResourceAuthorizationAttributes must be set

type V1SubjectAccessReviewStatus ¶

type V1SubjectAccessReviewStatus struct {

	// Allowed is required. True if the action would be allowed, false otherwise.
	Allowed bool `json:"allowed"`

	// Denied is optional. True if the action would be denied, otherwise false. If both allowed is false and denied is false, then the authorizer has no opinion on whether to authorize the action. Denied may not be true if Allowed is true.
	Denied bool `json:"denied,omitempty"`

	// EvaluationError is an indication that some error occurred during the authorization check. It is entirely possible to get an error and be able to continue determine authorization status in spite of it. For instance, RBAC can be missing a role, but enough roles are still present and bound to reason about the request.
	EvaluationError string `json:"evaluationError,omitempty"`

	// Reason is optional.  It indicates why a request was allowed or denied.
	Reason string `json:"reason,omitempty"`
}

SubjectAccessReviewStatus

type V1SubjectRulesReviewStatus ¶

type V1SubjectRulesReviewStatus struct {

	// EvaluationError can appear in combination with Rules. It indicates an error occurred during rule evaluation, such as an authorizer that doesn't support rule evaluation, and that ResourceRules and/or NonResourceRules may be incomplete.
	EvaluationError string `json:"evaluationError,omitempty"`

	// Incomplete is true when the rules returned by this call are incomplete. This is most commonly encountered when an authorizer, such as an external authorizer, doesn't support rules evaluation.
	Incomplete bool `json:"incomplete"`

	// NonResourceRules is the list of actions the subject is allowed to perform on non-resources. The list ordering isn't significant, may contain duplicates, and possibly be incomplete.
	NonResourceRules []V1NonResourceRule `json:"nonResourceRules"`

	// ResourceRules is the list of actions the subject is allowed to perform on resources. The list ordering isn't significant, may contain duplicates, and possibly be incomplete.
	ResourceRules []V1ResourceRule `json:"resourceRules"`
}

SubjectRulesReviewStatus contains the result of a rules check. This check can be incomplete depending on the set of authorizers the server is configured with and any errors experienced during evaluation. Because authorization rules are additive, if a rule appears in a list it's safe to assume the subject has that permission, even if that list is incomplete.

type V1Taint ¶

type V1Taint struct {

	// Required. The effect of the taint on pods that do not tolerate the taint. Valid effects are NoSchedule, PreferNoSchedule and NoExecute.
	Effect string `json:"effect"`

	// Required. The taint key to be applied to a node.
	Key string `json:"key"`

	// TimeAdded represents the time at which the taint was added. It is only written for NoExecute taints.
	TimeAdded time.Time `json:"timeAdded,omitempty"`

	// Required. The taint value corresponding to the taint key.
	Value string `json:"value,omitempty"`
}

The node this Taint is attached to has the \"effect\" on any pod that does not tolerate the Taint.

type V1TcpSocketAction ¶

type V1TcpSocketAction struct {

	// Optional: Host name to connect to, defaults to the pod IP.
	Host string `json:"host,omitempty"`

	// Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.
	Port *interface{} `json:"port"`
}

TCPSocketAction describes an action based on opening a socket

type V1TokenReview ¶

type V1TokenReview struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	Metadata *V1ObjectMeta `json:"metadata,omitempty"`

	// Spec holds information about the request being evaluated
	Spec *V1TokenReviewSpec `json:"spec"`

	// Status is filled in by the server and indicates whether the request can be authenticated.
	Status *V1TokenReviewStatus `json:"status,omitempty"`
}

TokenReview attempts to authenticate a token to a known user. Note: TokenReview requests may be cached by the webhook token authenticator plugin in the kube-apiserver.

type V1TokenReviewSpec ¶

type V1TokenReviewSpec struct {

	// Token is the opaque bearer token.
	Token string `json:"token,omitempty"`
}

TokenReviewSpec is a description of the token authentication request.

type V1TokenReviewStatus ¶

type V1TokenReviewStatus struct {

	// Authenticated indicates that the token was associated with a known user.
	Authenticated bool `json:"authenticated,omitempty"`

	// Error indicates that the token couldn't be checked
	Error_ string `json:"error,omitempty"`

	// User is the UserInfo associated with the provided token.
	User *V1UserInfo `json:"user,omitempty"`
}

TokenReviewStatus is the result of the token authentication request.

type V1Toleration ¶

type V1Toleration struct {

	// Effect indicates the taint effect to match. Empty means match all taint effects. When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute.
	Effect string `json:"effect,omitempty"`

	// Key is the taint key that the toleration applies to. Empty means match all taint keys. If the key is empty, operator must be Exists; this combination means to match all values and all keys.
	Key string `json:"key,omitempty"`

	// Operator represents a key's relationship to the value. Valid operators are Exists and Equal. Defaults to Equal. Exists is equivalent to wildcard for value, so that a pod can tolerate all taints of a particular category.
	Operator string `json:"operator,omitempty"`

	// TolerationSeconds represents the period of time the toleration (which must be of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default, it is not set, which means tolerate the taint forever (do not evict). Zero and negative values will be treated as 0 (evict immediately) by the system.
	TolerationSeconds int64 `json:"tolerationSeconds,omitempty"`

	// Value is the taint value the toleration matches to. If the operator is Exists, the value should be empty, otherwise just a regular string.
	Value string `json:"value,omitempty"`
}

The pod this Toleration is attached to tolerates any taint that matches the triple <key,value,effect> using the matching operator <operator>.

type V1UserInfo ¶

type V1UserInfo struct {

	// Any additional information provided by the authenticator.
	Extra map[string][]string `json:"extra,omitempty"`

	// The names of groups this user is a part of.
	Groups []string `json:"groups,omitempty"`

	// A unique value that identifies this user across time. If this user is deleted and another user by the same name is added, they will have different UIDs.
	Uid string `json:"uid,omitempty"`

	// The name that uniquely identifies this user among all active users.
	Username string `json:"username,omitempty"`
}

UserInfo holds the information about the user needed to implement the user.Info interface.

type V1Volume ¶

type V1Volume struct {

	// AWSElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore
	AwsElasticBlockStore *V1AwsElasticBlockStoreVolumeSource `json:"awsElasticBlockStore,omitempty"`

	// AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
	AzureDisk *V1AzureDiskVolumeSource `json:"azureDisk,omitempty"`

	// AzureFile represents an Azure File Service mount on the host and bind mount to the pod.
	AzureFile *V1AzureFileVolumeSource `json:"azureFile,omitempty"`

	// CephFS represents a Ceph FS mount on the host that shares a pod's lifetime
	Cephfs *V1CephFsVolumeSource `json:"cephfs,omitempty"`

	// Cinder represents a cinder volume attached and mounted on kubelets host machine More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md
	Cinder *V1CinderVolumeSource `json:"cinder,omitempty"`

	// ConfigMap represents a configMap that should populate this volume
	ConfigMap *V1ConfigMapVolumeSource `json:"configMap,omitempty"`

	// DownwardAPI represents downward API about the pod that should populate this volume
	DownwardAPI *V1DownwardApiVolumeSource `json:"downwardAPI,omitempty"`

	// EmptyDir represents a temporary directory that shares a pod's lifetime. More info: https://kubernetes.io/docs/concepts/storage/volumes#emptydir
	EmptyDir *V1EmptyDirVolumeSource `json:"emptyDir,omitempty"`

	// FC represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod.
	Fc *V1FcVolumeSource `json:"fc,omitempty"`

	// FlexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.
	FlexVolume *V1FlexVolumeSource `json:"flexVolume,omitempty"`

	// Flocker represents a Flocker volume attached to a kubelet's host machine. This depends on the Flocker control service being running
	Flocker *V1FlockerVolumeSource `json:"flocker,omitempty"`

	// GCEPersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk
	GcePersistentDisk *V1GcePersistentDiskVolumeSource `json:"gcePersistentDisk,omitempty"`

	// GitRepo represents a git repository at a particular revision.
	GitRepo *V1GitRepoVolumeSource `json:"gitRepo,omitempty"`

	// Glusterfs represents a Glusterfs mount on the host that shares a pod's lifetime. More info: https://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md
	Glusterfs *V1GlusterfsVolumeSource `json:"glusterfs,omitempty"`

	// HostPath represents a pre-existing file or directory on the host machine that is directly exposed to the container. This is generally used for system agents or other privileged things that are allowed to see the host machine. Most containers will NOT need this. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath
	HostPath *V1HostPathVolumeSource `json:"hostPath,omitempty"`

	// ISCSI represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://releases.k8s.io/HEAD/examples/volumes/iscsi/README.md
	Iscsi *V1IscsiVolumeSource `json:"iscsi,omitempty"`

	// Volume's name. Must be a DNS_LABEL and unique within the pod. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
	Name string `json:"name"`

	// NFS represents an NFS mount on the host that shares a pod's lifetime More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
	Nfs *V1NfsVolumeSource `json:"nfs,omitempty"`

	// PersistentVolumeClaimVolumeSource represents a reference to a PersistentVolumeClaim in the same namespace. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims
	PersistentVolumeClaim *V1PersistentVolumeClaimVolumeSource `json:"persistentVolumeClaim,omitempty"`

	// PhotonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine
	PhotonPersistentDisk *V1PhotonPersistentDiskVolumeSource `json:"photonPersistentDisk,omitempty"`

	// PortworxVolume represents a portworx volume attached and mounted on kubelets host machine
	PortworxVolume *V1PortworxVolumeSource `json:"portworxVolume,omitempty"`

	// Items for all in one resources secrets, configmaps, and downward API
	Projected *V1ProjectedVolumeSource `json:"projected,omitempty"`

	// Quobyte represents a Quobyte mount on the host that shares a pod's lifetime
	Quobyte *V1QuobyteVolumeSource `json:"quobyte,omitempty"`

	// RBD represents a Rados Block Device mount on the host that shares a pod's lifetime. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md
	Rbd *V1RbdVolumeSource `json:"rbd,omitempty"`

	// ScaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes.
	ScaleIO *V1ScaleIoVolumeSource `json:"scaleIO,omitempty"`

	// Secret represents a secret that should populate this volume. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret
	Secret *V1SecretVolumeSource `json:"secret,omitempty"`

	// StorageOS represents a StorageOS volume attached and mounted on Kubernetes nodes.
	Storageos *V1StorageOsVolumeSource `json:"storageos,omitempty"`

	// VsphereVolume represents a vSphere volume attached and mounted on kubelets host machine
	VsphereVolume *V1VsphereVirtualDiskVolumeSource `json:"vsphereVolume,omitempty"`
}

Volume represents a named volume in a pod that may be accessed by any container in the pod.

type V1VolumeDevice ¶

type V1VolumeDevice struct {

	// devicePath is the path inside of the container that the device will be mapped to.
	DevicePath string `json:"devicePath"`

	// name must match the name of a persistentVolumeClaim in the pod
	Name string `json:"name"`
}

volumeDevice describes a mapping of a raw block device within a container.

type V1VolumeMount ¶

type V1VolumeMount struct {

	// Path within the container at which the volume should be mounted.  Must not contain ':'.
	MountPath string `json:"mountPath"`

	// mountPropagation determines how mounts are propagated from the host to container and the other way around. When not set, MountPropagationHostToContainer is used. This field is beta in 1.10.
	MountPropagation string `json:"mountPropagation,omitempty"`

	// This must match the Name of a Volume.
	Name string `json:"name"`

	// Mounted read-only if true, read-write otherwise (false or unspecified). Defaults to false.
	ReadOnly bool `json:"readOnly,omitempty"`

	// Path within the volume from which the container's volume should be mounted. Defaults to \"\" (volume's root).
	SubPath string `json:"subPath,omitempty"`
}

VolumeMount describes a mounting of a Volume within a container.

type V1VolumeNodeAffinity ¶

type V1VolumeNodeAffinity struct {

	// Required specifies hard node constraints that must be met.
	Required *V1NodeSelector `json:"required,omitempty"`
}

VolumeNodeAffinity defines constraints that limit what nodes this volume can be accessed from.

type V1VolumeProjection ¶

type V1VolumeProjection struct {

	// information about the configMap data to project
	ConfigMap *V1ConfigMapProjection `json:"configMap,omitempty"`

	// information about the downwardAPI data to project
	DownwardAPI *V1DownwardApiProjection `json:"downwardAPI,omitempty"`

	// information about the secret data to project
	Secret *V1SecretProjection `json:"secret,omitempty"`
}

Projection that may be projected along with other supported volume types

type V1VsphereVirtualDiskVolumeSource ¶

type V1VsphereVirtualDiskVolumeSource struct {

	// Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified.
	FsType string `json:"fsType,omitempty"`

	// Storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName.
	StoragePolicyID string `json:"storagePolicyID,omitempty"`

	// Storage Policy Based Management (SPBM) profile name.
	StoragePolicyName string `json:"storagePolicyName,omitempty"`

	// Path that identifies vSphere volume vmdk
	VolumePath string `json:"volumePath"`
}

Represents a vSphere volume resource.

type V1WatchEvent ¶

type V1WatchEvent struct {

	// Object is:  * If Type is Added or Modified: the new state of the object.  * If Type is Deleted: the state of the object immediately before deletion.  * If Type is Error: *Status is recommended; other types may make sense    depending on context.
	Object *RuntimeRawExtension `json:"object"`

	Type_ string `json:"type"`
}

Event represents a single event to a watched resource.

type V1WeightedPodAffinityTerm ¶

type V1WeightedPodAffinityTerm struct {

	// Required. A pod affinity term, associated with the corresponding weight.
	PodAffinityTerm *V1PodAffinityTerm `json:"podAffinityTerm"`

	// weight associated with matching the corresponding podAffinityTerm, in the range 1-100.
	Weight int32 `json:"weight"`
}

The weights of all of the matched WeightedPodAffinityTerm fields are added per-node to find the most preferred node(s)

type V1alpha1AggregationRule ¶

type V1alpha1AggregationRule struct {

	// ClusterRoleSelectors holds a list of selectors which will be used to find ClusterRoles and create the rules. If any of the selectors match, then the ClusterRole's permissions will be added
	ClusterRoleSelectors []V1LabelSelector `json:"clusterRoleSelectors,omitempty"`
}

AggregationRule describes how to locate ClusterRoles to aggregate into the ClusterRole

type V1alpha1ClusterRole ¶

type V1alpha1ClusterRole struct {

	// AggregationRule is an optional field that describes how to build the Rules for this ClusterRole. If AggregationRule is set, then the Rules are controller managed and direct changes to Rules will be stomped by the controller.
	AggregationRule *V1alpha1AggregationRule `json:"aggregationRule,omitempty"`

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard object's metadata.
	Metadata *V1ObjectMeta `json:"metadata,omitempty"`

	// Rules holds all the PolicyRules for this ClusterRole
	Rules []V1alpha1PolicyRule `json:"rules"`
}

ClusterRole is a cluster level, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding or ClusterRoleBinding.

type V1alpha1ClusterRoleBinding ¶

type V1alpha1ClusterRoleBinding struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard object's metadata.
	Metadata *V1ObjectMeta `json:"metadata,omitempty"`

	// RoleRef can only reference a ClusterRole in the global namespace. If the RoleRef cannot be resolved, the Authorizer must return an error.
	RoleRef *V1alpha1RoleRef `json:"roleRef"`

	// Subjects holds references to the objects the role applies to.
	Subjects []V1alpha1Subject `json:"subjects"`
}

ClusterRoleBinding references a ClusterRole, but not contain it. It can reference a ClusterRole in the global namespace, and adds who information via Subject.

type V1alpha1ClusterRoleBindingList ¶

type V1alpha1ClusterRoleBindingList struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Items is a list of ClusterRoleBindings
	Items []V1alpha1ClusterRoleBinding `json:"items"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard object's metadata.
	Metadata *V1ListMeta `json:"metadata,omitempty"`
}

ClusterRoleBindingList is a collection of ClusterRoleBindings

type V1alpha1ClusterRoleList ¶

type V1alpha1ClusterRoleList struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Items is a list of ClusterRoles
	Items []V1alpha1ClusterRole `json:"items"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard object's metadata.
	Metadata *V1ListMeta `json:"metadata,omitempty"`
}

ClusterRoleList is a collection of ClusterRoles

type V1alpha1Initializer ¶

type V1alpha1Initializer struct {

	// Name is the identifier of the initializer. It will be added to the object that needs to be initialized. Name should be fully qualified, e.g., alwayspullimages.kubernetes.io, where \"alwayspullimages\" is the name of the webhook, and kubernetes.io is the name of the organization. Required
	Name string `json:"name"`

	// Rules describes what resources/subresources the initializer cares about. The initializer cares about an operation if it matches _any_ Rule. Rule.Resources must not include subresources.
	Rules []V1alpha1Rule `json:"rules,omitempty"`
}

Initializer describes the name and the failure policy of an initializer, and what resources it applies to.

type V1alpha1InitializerConfiguration ¶

type V1alpha1InitializerConfiguration struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Initializers is a list of resources and their default initializers Order-sensitive. When merging multiple InitializerConfigurations, we sort the initializers from different InitializerConfigurations by the name of the InitializerConfigurations; the order of the initializers from the same InitializerConfiguration is preserved.
	Initializers []V1alpha1Initializer `json:"initializers,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard object metadata; More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata.
	Metadata *V1ObjectMeta `json:"metadata,omitempty"`
}

InitializerConfiguration describes the configuration of initializers.

type V1alpha1InitializerConfigurationList ¶

type V1alpha1InitializerConfigurationList struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// List of InitializerConfiguration.
	Items []V1alpha1InitializerConfiguration `json:"items"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Metadata *V1ListMeta `json:"metadata,omitempty"`
}

InitializerConfigurationList is a list of InitializerConfiguration.

type V1alpha1PodPreset ¶

type V1alpha1PodPreset struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	Metadata *V1ObjectMeta `json:"metadata,omitempty"`

	Spec *V1alpha1PodPresetSpec `json:"spec,omitempty"`
}

PodPreset is a policy resource that defines additional runtime requirements for a Pod.

type V1alpha1PodPresetList ¶

type V1alpha1PodPresetList struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Items is a list of schema objects.
	Items []V1alpha1PodPreset `json:"items"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
	Metadata *V1ListMeta `json:"metadata,omitempty"`
}

PodPresetList is a list of PodPreset objects.

type V1alpha1PodPresetSpec ¶

type V1alpha1PodPresetSpec struct {

	// Env defines the collection of EnvVar to inject into containers.
	Env []V1EnvVar `json:"env,omitempty"`

	// EnvFrom defines the collection of EnvFromSource to inject into containers.
	EnvFrom []V1EnvFromSource `json:"envFrom,omitempty"`

	// Selector is a label query over a set of resources, in this case pods. Required.
	Selector *V1LabelSelector `json:"selector,omitempty"`

	// VolumeMounts defines the collection of VolumeMount to inject into containers.
	VolumeMounts []V1VolumeMount `json:"volumeMounts,omitempty"`

	// Volumes defines the collection of Volume to inject into the pod.
	Volumes []V1Volume `json:"volumes,omitempty"`
}

PodPresetSpec is a description of a pod preset.

type V1alpha1PolicyRule ¶

type V1alpha1PolicyRule struct {

	// APIGroups is the name of the APIGroup that contains the resources.  If multiple API groups are specified, any action requested against one of the enumerated resources in any API group will be allowed.
	ApiGroups []string `json:"apiGroups,omitempty"`

	// NonResourceURLs is a set of partial urls that a user should have access to.  *s are allowed, but only as the full, final step in the path This name is intentionally different than the internal type so that the DefaultConvert works nicely and because the ordering may be different. Since non-resource URLs are not namespaced, this field is only applicable for ClusterRoles referenced from a ClusterRoleBinding. Rules can either apply to API resources (such as \"pods\" or \"secrets\") or non-resource URL paths (such as \"/api\"),  but not both.
	NonResourceURLs []string `json:"nonResourceURLs,omitempty"`

	// ResourceNames is an optional white list of names that the rule applies to.  An empty set means that everything is allowed.
	ResourceNames []string `json:"resourceNames,omitempty"`

	// Resources is a list of resources this rule applies to.  ResourceAll represents all resources.
	Resources []string `json:"resources,omitempty"`

	// Verbs is a list of Verbs that apply to ALL the ResourceKinds and AttributeRestrictions contained in this rule.  VerbAll represents all kinds.
	Verbs []string `json:"verbs"`
}

PolicyRule holds information that describes a policy rule, but does not contain information about who the rule applies to or which namespace the rule applies to.

type V1alpha1PriorityClass ¶

type V1alpha1PriorityClass struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// description is an arbitrary string that usually provides guidelines on when this priority class should be used.
	Description string `json:"description,omitempty"`

	// globalDefault specifies whether this PriorityClass should be considered as the default priority for pods that do not have any priority class. Only one PriorityClass can be marked as `globalDefault`. However, if more than one PriorityClasses exists with their `globalDefault` field set to true, the smallest value of such global default PriorityClasses will be used as the default priority.
	GlobalDefault bool `json:"globalDefault,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
	Metadata *V1ObjectMeta `json:"metadata,omitempty"`

	// The value of this priority class. This is the actual priority that pods receive when they have the name of this class in their pod spec.
	Value int32 `json:"value"`
}

PriorityClass defines mapping from a priority class name to the priority integer value. The value can be any valid integer.

type V1alpha1PriorityClassList ¶

type V1alpha1PriorityClassList struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// items is the list of PriorityClasses
	Items []V1alpha1PriorityClass `json:"items"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard list metadata More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
	Metadata *V1ListMeta `json:"metadata,omitempty"`
}

PriorityClassList is a collection of priority classes.

type V1alpha1Role ¶

type V1alpha1Role struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard object's metadata.
	Metadata *V1ObjectMeta `json:"metadata,omitempty"`

	// Rules holds all the PolicyRules for this Role
	Rules []V1alpha1PolicyRule `json:"rules"`
}

Role is a namespaced, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding.

type V1alpha1RoleBinding ¶

type V1alpha1RoleBinding struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard object's metadata.
	Metadata *V1ObjectMeta `json:"metadata,omitempty"`

	// RoleRef can reference a Role in the current namespace or a ClusterRole in the global namespace. If the RoleRef cannot be resolved, the Authorizer must return an error.
	RoleRef *V1alpha1RoleRef `json:"roleRef"`

	// Subjects holds references to the objects the role applies to.
	Subjects []V1alpha1Subject `json:"subjects"`
}

RoleBinding references a role, but does not contain it. It can reference a Role in the same namespace or a ClusterRole in the global namespace. It adds who information via Subjects and namespace information by which namespace it exists in. RoleBindings in a given namespace only have effect in that namespace.

type V1alpha1RoleBindingList ¶

type V1alpha1RoleBindingList struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Items is a list of RoleBindings
	Items []V1alpha1RoleBinding `json:"items"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard object's metadata.
	Metadata *V1ListMeta `json:"metadata,omitempty"`
}

RoleBindingList is a collection of RoleBindings

type V1alpha1RoleList ¶

type V1alpha1RoleList struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Items is a list of Roles
	Items []V1alpha1Role `json:"items"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard object's metadata.
	Metadata *V1ListMeta `json:"metadata,omitempty"`
}

RoleList is a collection of Roles

type V1alpha1RoleRef ¶

type V1alpha1RoleRef struct {

	// APIGroup is the group for the resource being referenced
	ApiGroup string `json:"apiGroup"`

	// Kind is the type of resource being referenced
	Kind string `json:"kind"`

	// Name is the name of resource being referenced
	Name string `json:"name"`
}

RoleRef contains information that points to the role being used

type V1alpha1Rule ¶

type V1alpha1Rule struct {

	// APIGroups is the API groups the resources belong to. '*' is all groups. If '*' is present, the length of the slice must be one. Required.
	ApiGroups []string `json:"apiGroups,omitempty"`

	// APIVersions is the API versions the resources belong to. '*' is all versions. If '*' is present, the length of the slice must be one. Required.
	ApiVersions []string `json:"apiVersions,omitempty"`

	// Resources is a list of resources this rule applies to.  For example: 'pods' means pods. 'pods/log' means the log subresource of pods. '*' means all resources, but not subresources. 'pods/_*' means all subresources of pods. '*_/scale' means all scale subresources. '*_/_*' means all resources and their subresources.  If wildcard is present, the validation rule will ensure resources do not overlap with each other.  Depending on the enclosing object, subresources might not be allowed. Required.
	Resources []string `json:"resources,omitempty"`
}

Rule is a tuple of APIGroups, APIVersion, and Resources.It is recommended to make sure that all the tuple expansions are valid.

type V1alpha1Subject ¶

type V1alpha1Subject struct {

	// APIVersion holds the API group and version of the referenced subject. Defaults to \"v1\" for ServiceAccount subjects. Defaults to \"rbac.authorization.k8s.io/v1alpha1\" for User and Group subjects.
	ApiVersion string `json:"apiVersion,omitempty"`

	// Kind of object being referenced. Values defined by this API group are \"User\", \"Group\", and \"ServiceAccount\". If the Authorizer does not recognized the kind value, the Authorizer should report an error.
	Kind string `json:"kind"`

	// Name of the object being referenced.
	Name string `json:"name"`

	// Namespace of the referenced object.  If the object kind is non-namespace, such as \"User\" or \"Group\", and this value is not empty the Authorizer should report an error.
	Namespace string `json:"namespace,omitempty"`
}

Subject contains a reference to the object or user identities a role binding applies to. This can either hold a direct API object reference, or a value for non-objects such as user and group names.

type V1alpha1VolumeAttachment ¶

type V1alpha1VolumeAttachment struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard object metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
	Metadata *V1ObjectMeta `json:"metadata,omitempty"`

	// Specification of the desired attach/detach volume behavior. Populated by the Kubernetes system.
	Spec *V1alpha1VolumeAttachmentSpec `json:"spec"`

	// Status of the VolumeAttachment request. Populated by the entity completing the attach or detach operation, i.e. the external-attacher.
	Status *V1alpha1VolumeAttachmentStatus `json:"status,omitempty"`
}

VolumeAttachment captures the intent to attach or detach the specified volume to/from the specified node. VolumeAttachment objects are non-namespaced.

type V1alpha1VolumeAttachmentList ¶

type V1alpha1VolumeAttachmentList struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Items is the list of VolumeAttachments
	Items []V1alpha1VolumeAttachment `json:"items"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard list metadata More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
	Metadata *V1ListMeta `json:"metadata,omitempty"`
}

VolumeAttachmentList is a collection of VolumeAttachment objects.

type V1alpha1VolumeAttachmentSource ¶

type V1alpha1VolumeAttachmentSource struct {

	// Name of the persistent volume to attach.
	PersistentVolumeName string `json:"persistentVolumeName,omitempty"`
}

VolumeAttachmentSource represents a volume that should be attached. Right now only PersistenVolumes can be attached via external attacher, in future we may allow also inline volumes in pods. Exactly one member can be set.

type V1alpha1VolumeAttachmentSpec ¶

type V1alpha1VolumeAttachmentSpec struct {

	// Attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName().
	Attacher string `json:"attacher"`

	// The node that the volume should be attached to.
	NodeName string `json:"nodeName"`

	// Source represents the volume that should be attached.
	Source *V1alpha1VolumeAttachmentSource `json:"source"`
}

VolumeAttachmentSpec is the specification of a VolumeAttachment request.

type V1alpha1VolumeAttachmentStatus ¶

type V1alpha1VolumeAttachmentStatus struct {

	// The last error encountered during attach operation, if any. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.
	AttachError *V1alpha1VolumeError `json:"attachError,omitempty"`

	// Indicates the volume is successfully attached. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.
	Attached bool `json:"attached"`

	// Upon successful attach, this field is populated with any information returned by the attach operation that must be passed into subsequent WaitForAttach or Mount calls. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.
	AttachmentMetadata map[string]string `json:"attachmentMetadata,omitempty"`

	// The last error encountered during detach operation, if any. This field must only be set by the entity completing the detach operation, i.e. the external-attacher.
	DetachError *V1alpha1VolumeError `json:"detachError,omitempty"`
}

VolumeAttachmentStatus is the status of a VolumeAttachment request.

type V1alpha1VolumeError ¶

type V1alpha1VolumeError struct {

	// String detailing the error encountered during Attach or Detach operation. This string maybe logged, so it should not contain sensitive information.
	Message string `json:"message,omitempty"`

	// Time the error was encountered.
	Time time.Time `json:"time,omitempty"`
}

VolumeError captures an error encountered during a volume operation.

type V1beta1AggregationRule ¶

type V1beta1AggregationRule struct {

	// ClusterRoleSelectors holds a list of selectors which will be used to find ClusterRoles and create the rules. If any of the selectors match, then the ClusterRole's permissions will be added
	ClusterRoleSelectors []V1LabelSelector `json:"clusterRoleSelectors,omitempty"`
}

AggregationRule describes how to locate ClusterRoles to aggregate into the ClusterRole

type V1beta1ApiService ¶

type V1beta1ApiService struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	Metadata *V1ObjectMeta `json:"metadata,omitempty"`

	// Spec contains information for locating and communicating with a server
	Spec *V1beta1ApiServiceSpec `json:"spec,omitempty"`

	// Status contains derived information about an API server
	Status *V1beta1ApiServiceStatus `json:"status,omitempty"`
}

APIService represents a server for a particular GroupVersion. Name must be \"version.group\".

type V1beta1ApiServiceCondition ¶

type V1beta1ApiServiceCondition struct {

	// Last time the condition transitioned from one status to another.
	LastTransitionTime time.Time `json:"lastTransitionTime,omitempty"`

	// Human-readable message indicating details about last transition.
	Message string `json:"message,omitempty"`

	// Unique, one-word, CamelCase reason for the condition's last transition.
	Reason string `json:"reason,omitempty"`

	// Status is the status of the condition. Can be True, False, Unknown.
	Status string `json:"status"`

	// Type is the type of the condition.
	Type_ string `json:"type"`
}

type V1beta1ApiServiceList ¶

type V1beta1ApiServiceList struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	Items []V1beta1ApiService `json:"items"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	Metadata *V1ListMeta `json:"metadata,omitempty"`
}

APIServiceList is a list of APIService objects.

type V1beta1ApiServiceSpec ¶

type V1beta1ApiServiceSpec struct {

	// CABundle is a PEM encoded CA bundle which will be used to validate an API server's serving certificate.
	CaBundle string `json:"caBundle"`

	// Group is the API group name this server hosts
	Group string `json:"group,omitempty"`

	// GroupPriorityMininum is the priority this group should have at least. Higher priority means that the group is preferred by clients over lower priority ones. Note that other versions of this group might specify even higher GroupPriorityMininum values such that the whole group gets a higher priority. The primary sort is based on GroupPriorityMinimum, ordered highest number to lowest (20 before 10). The secondary sort is based on the alphabetical comparison of the name of the object.  (v1.bar before v1.foo) We'd recommend something like: *.k8s.io (except extensions) at 18000 and PaaSes (OpenShift, Deis) are recommended to be in the 2000s
	GroupPriorityMinimum int32 `json:"groupPriorityMinimum"`

	// InsecureSkipTLSVerify disables TLS certificate verification when communicating with this server. This is strongly discouraged.  You should use the CABundle instead.
	InsecureSkipTLSVerify bool `json:"insecureSkipTLSVerify,omitempty"`

	// Service is a reference to the service for this API server.  It must communicate on port 443 If the Service is nil, that means the handling for the API groupversion is handled locally on this server. The call will simply delegate to the normal handler chain to be fulfilled.
	Service *ApiregistrationV1beta1ServiceReference `json:"service"`

	// Version is the API version this server hosts.  For example, \"v1\"
	Version string `json:"version,omitempty"`

	// VersionPriority controls the ordering of this API version inside of its group.  Must be greater than zero. The primary sort is based on VersionPriority, ordered highest to lowest (20 before 10). The secondary sort is based on the alphabetical comparison of the name of the object.  (v1.bar before v1.foo) Since it's inside of a group, the number can be small, probably in the 10s.
	VersionPriority int32 `json:"versionPriority"`
}

APIServiceSpec contains information for locating and communicating with a server. Only https is supported, though you are able to disable certificate verification.

type V1beta1ApiServiceStatus ¶

type V1beta1ApiServiceStatus struct {

	// Current service state of apiService.
	Conditions []V1beta1ApiServiceCondition `json:"conditions,omitempty"`
}

APIServiceStatus contains derived information about an API server

type V1beta1CertificateSigningRequest ¶

type V1beta1CertificateSigningRequest struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	Metadata *V1ObjectMeta `json:"metadata,omitempty"`

	// The certificate request itself and any additional information.
	Spec *V1beta1CertificateSigningRequestSpec `json:"spec,omitempty"`

	// Derived information about the request.
	Status *V1beta1CertificateSigningRequestStatus `json:"status,omitempty"`
}

Describes a certificate signing request

type V1beta1CertificateSigningRequestCondition ¶

type V1beta1CertificateSigningRequestCondition struct {

	// timestamp for the last update to this condition
	LastUpdateTime time.Time `json:"lastUpdateTime,omitempty"`

	// human readable message with details about the request state
	Message string `json:"message,omitempty"`

	// brief reason for the request state
	Reason string `json:"reason,omitempty"`

	// request approval state, currently Approved or Denied.
	Type_ string `json:"type"`
}

type V1beta1CertificateSigningRequestList ¶

type V1beta1CertificateSigningRequestList struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	Items []V1beta1CertificateSigningRequest `json:"items"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	Metadata *V1ListMeta `json:"metadata,omitempty"`
}

type V1beta1CertificateSigningRequestSpec ¶

type V1beta1CertificateSigningRequestSpec struct {

	// Extra information about the requesting user. See user.Info interface for details.
	Extra map[string][]string `json:"extra,omitempty"`

	// Group information about the requesting user. See user.Info interface for details.
	Groups []string `json:"groups,omitempty"`

	// Base64-encoded PKCS#10 CSR data
	Request string `json:"request"`

	// UID information about the requesting user. See user.Info interface for details.
	Uid string `json:"uid,omitempty"`

	// allowedUsages specifies a set of usage contexts the key will be valid for. See: https://tools.ietf.org/html/rfc5280#section-4.2.1.3      https://tools.ietf.org/html/rfc5280#section-4.2.1.12
	Usages []string `json:"usages,omitempty"`

	// Information about the requesting user. See user.Info interface for details.
	Username string `json:"username,omitempty"`
}

This information is immutable after the request is created. Only the Request and Usages fields can be set on creation, other fields are derived by Kubernetes and cannot be modified by users.

type V1beta1CertificateSigningRequestStatus ¶

type V1beta1CertificateSigningRequestStatus struct {

	// If request was approved, the controller will place the issued certificate here.
	Certificate string `json:"certificate,omitempty"`

	// Conditions applied to the request, such as approval or denial.
	Conditions []V1beta1CertificateSigningRequestCondition `json:"conditions,omitempty"`
}

type V1beta1ClusterRole ¶

type V1beta1ClusterRole struct {

	// AggregationRule is an optional field that describes how to build the Rules for this ClusterRole. If AggregationRule is set, then the Rules are controller managed and direct changes to Rules will be stomped by the controller.
	AggregationRule *V1beta1AggregationRule `json:"aggregationRule,omitempty"`

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard object's metadata.
	Metadata *V1ObjectMeta `json:"metadata,omitempty"`

	// Rules holds all the PolicyRules for this ClusterRole
	Rules []V1beta1PolicyRule `json:"rules"`
}

ClusterRole is a cluster level, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding or ClusterRoleBinding.

type V1beta1ClusterRoleBinding ¶

type V1beta1ClusterRoleBinding struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard object's metadata.
	Metadata *V1ObjectMeta `json:"metadata,omitempty"`

	// RoleRef can only reference a ClusterRole in the global namespace. If the RoleRef cannot be resolved, the Authorizer must return an error.
	RoleRef *V1beta1RoleRef `json:"roleRef"`

	// Subjects holds references to the objects the role applies to.
	Subjects []V1beta1Subject `json:"subjects"`
}

ClusterRoleBinding references a ClusterRole, but not contain it. It can reference a ClusterRole in the global namespace, and adds who information via Subject.

type V1beta1ClusterRoleBindingList ¶

type V1beta1ClusterRoleBindingList struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Items is a list of ClusterRoleBindings
	Items []V1beta1ClusterRoleBinding `json:"items"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard object's metadata.
	Metadata *V1ListMeta `json:"metadata,omitempty"`
}

ClusterRoleBindingList is a collection of ClusterRoleBindings

type V1beta1ClusterRoleList ¶

type V1beta1ClusterRoleList struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Items is a list of ClusterRoles
	Items []V1beta1ClusterRole `json:"items"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard object's metadata.
	Metadata *V1ListMeta `json:"metadata,omitempty"`
}

ClusterRoleList is a collection of ClusterRoles

type V1beta1ControllerRevision ¶

type V1beta1ControllerRevision struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Data is the serialized representation of the state.
	Data *RuntimeRawExtension `json:"data,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
	Metadata *V1ObjectMeta `json:"metadata,omitempty"`

	// Revision indicates the revision of the state represented by Data.
	Revision int64 `json:"revision"`
}

DEPRECATED - This group version of ControllerRevision is deprecated by apps/v1beta2/ControllerRevision. See the release notes for more information. ControllerRevision implements an immutable snapshot of state data. Clients are responsible for serializing and deserializing the objects that contain their internal state. Once a ControllerRevision has been successfully created, it can not be updated. The API Server will fail validation of all requests that attempt to mutate the Data field. ControllerRevisions may, however, be deleted. Note that, due to its use by both the DaemonSet and StatefulSet controllers for update and rollback, this object is beta. However, it may be subject to name and representation changes in future releases, and clients should not depend on its stability. It is primarily for internal use by controllers.

type V1beta1ControllerRevisionList ¶

type V1beta1ControllerRevisionList struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Items is the list of ControllerRevisions
	Items []V1beta1ControllerRevision `json:"items"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
	Metadata *V1ListMeta `json:"metadata,omitempty"`
}

ControllerRevisionList is a resource containing a list of ControllerRevision objects.

type V1beta1CronJob ¶

type V1beta1CronJob struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
	Metadata *V1ObjectMeta `json:"metadata,omitempty"`

	// Specification of the desired behavior of a cron job, including the schedule. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status
	Spec *V1beta1CronJobSpec `json:"spec,omitempty"`

	// Current status of a cron job. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status
	Status *V1beta1CronJobStatus `json:"status,omitempty"`
}

CronJob represents the configuration of a single cron job.

type V1beta1CronJobList ¶

type V1beta1CronJobList struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// items is the list of CronJobs.
	Items []V1beta1CronJob `json:"items"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
	Metadata *V1ListMeta `json:"metadata,omitempty"`
}

CronJobList is a collection of cron jobs.

type V1beta1CronJobSpec ¶

type V1beta1CronJobSpec struct {

	// Specifies how to treat concurrent executions of a Job. Valid values are: - \"Allow\" (default): allows CronJobs to run concurrently; - \"Forbid\": forbids concurrent runs, skipping next run if previous run hasn't finished yet; - \"Replace\": cancels currently running job and replaces it with a new one
	ConcurrencyPolicy string `json:"concurrencyPolicy,omitempty"`

	// The number of failed finished jobs to retain. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
	FailedJobsHistoryLimit int32 `json:"failedJobsHistoryLimit,omitempty"`

	// Specifies the job that will be created when executing a CronJob.
	JobTemplate *V1beta1JobTemplateSpec `json:"jobTemplate"`

	// The schedule in Cron format, see https://en.wikipedia.org/wiki/Cron.
	Schedule string `json:"schedule"`

	// Optional deadline in seconds for starting the job if it misses scheduled time for any reason.  Missed jobs executions will be counted as failed ones.
	StartingDeadlineSeconds int64 `json:"startingDeadlineSeconds,omitempty"`

	// The number of successful finished jobs to retain. This is a pointer to distinguish between explicit zero and not specified. Defaults to 3.
	SuccessfulJobsHistoryLimit int32 `json:"successfulJobsHistoryLimit,omitempty"`

	// This flag tells the controller to suspend subsequent executions, it does not apply to already started executions.  Defaults to false.
	Suspend bool `json:"suspend,omitempty"`
}

CronJobSpec describes how the job execution will look like and when it will actually run.

type V1beta1CronJobStatus ¶

type V1beta1CronJobStatus struct {

	// A list of pointers to currently running jobs.
	Active []V1ObjectReference `json:"active,omitempty"`

	// Information when was the last time the job was successfully scheduled.
	LastScheduleTime time.Time `json:"lastScheduleTime,omitempty"`
}

CronJobStatus represents the current state of a cron job.

type V1beta1CustomResourceDefinition ¶

type V1beta1CustomResourceDefinition struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	Metadata *V1ObjectMeta `json:"metadata,omitempty"`

	// Spec describes how the user wants the resources to appear
	Spec *V1beta1CustomResourceDefinitionSpec `json:"spec,omitempty"`

	// Status indicates the actual state of the CustomResourceDefinition
	Status *V1beta1CustomResourceDefinitionStatus `json:"status,omitempty"`
}

CustomResourceDefinition represents a resource that should be exposed on the API server. Its name MUST be in the format <.spec.name>.<.spec.group>.

type V1beta1CustomResourceDefinitionCondition ¶

type V1beta1CustomResourceDefinitionCondition struct {

	// Last time the condition transitioned from one status to another.
	LastTransitionTime time.Time `json:"lastTransitionTime,omitempty"`

	// Human-readable message indicating details about last transition.
	Message string `json:"message,omitempty"`

	// Unique, one-word, CamelCase reason for the condition's last transition.
	Reason string `json:"reason,omitempty"`

	// Status is the status of the condition. Can be True, False, Unknown.
	Status string `json:"status"`

	// Type is the type of the condition.
	Type_ string `json:"type"`
}

CustomResourceDefinitionCondition contains details for the current condition of this pod.

type V1beta1CustomResourceDefinitionList ¶

type V1beta1CustomResourceDefinitionList struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Items individual CustomResourceDefinitions
	Items []V1beta1CustomResourceDefinition `json:"items"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	Metadata *V1ListMeta `json:"metadata,omitempty"`
}

CustomResourceDefinitionList is a list of CustomResourceDefinition objects.

type V1beta1CustomResourceDefinitionNames ¶

type V1beta1CustomResourceDefinitionNames struct {

	// Categories is a list of grouped resources custom resources belong to (e.g. 'all')
	Categories []string `json:"categories,omitempty"`

	// Kind is the serialized kind of the resource.  It is normally CamelCase and singular.
	Kind string `json:"kind"`

	// ListKind is the serialized kind of the list for this resource.  Defaults to <kind>List.
	ListKind string `json:"listKind,omitempty"`

	// Plural is the plural name of the resource to serve.  It must match the name of the CustomResourceDefinition-registration too: plural.group and it must be all lowercase.
	Plural string `json:"plural"`

	// ShortNames are short names for the resource.  It must be all lowercase.
	ShortNames []string `json:"shortNames,omitempty"`

	// Singular is the singular name of the resource.  It must be all lowercase  Defaults to lowercased <kind>
	Singular string `json:"singular,omitempty"`
}

CustomResourceDefinitionNames indicates the names to serve this CustomResourceDefinition

type V1beta1CustomResourceDefinitionSpec ¶

type V1beta1CustomResourceDefinitionSpec struct {

	// Group is the group this resource belongs in
	Group string `json:"group"`

	// Names are the names used to describe this custom resource
	Names *V1beta1CustomResourceDefinitionNames `json:"names"`

	// Scope indicates whether this resource is cluster or namespace scoped.  Default is namespaced
	Scope string `json:"scope"`

	// Subresources describes the subresources for CustomResources This field is alpha-level and should only be sent to servers that enable subresources via the CustomResourceSubresources feature gate.
	Subresources *V1beta1CustomResourceSubresources `json:"subresources,omitempty"`

	// Validation describes the validation methods for CustomResources
	Validation *V1beta1CustomResourceValidation `json:"validation,omitempty"`

	// Version is the version this resource belongs in
	Version string `json:"version"`
}

CustomResourceDefinitionSpec describes how a user wants their resource to appear

type V1beta1CustomResourceDefinitionStatus ¶

type V1beta1CustomResourceDefinitionStatus struct {

	// AcceptedNames are the names that are actually being used to serve discovery They may be different than the names in spec.
	AcceptedNames *V1beta1CustomResourceDefinitionNames `json:"acceptedNames"`

	// Conditions indicate state for particular aspects of a CustomResourceDefinition
	Conditions []V1beta1CustomResourceDefinitionCondition `json:"conditions"`
}

CustomResourceDefinitionStatus indicates the state of the CustomResourceDefinition

type V1beta1CustomResourceSubresourceScale ¶

type V1beta1CustomResourceSubresourceScale struct {

	// LabelSelectorPath defines the JSON path inside of a CustomResource that corresponds to Scale.Status.Selector. Only JSON paths without the array notation are allowed. Must be a JSON Path under .status. Must be set to work with HPA. If there is no value under the given path in the CustomResource, the status label selector value in the /scale subresource will default to the empty string.
	LabelSelectorPath string `json:"labelSelectorPath,omitempty"`

	// SpecReplicasPath defines the JSON path inside of a CustomResource that corresponds to Scale.Spec.Replicas. Only JSON paths without the array notation are allowed. Must be a JSON Path under .spec. If there is no value under the given path in the CustomResource, the /scale subresource will return an error on GET.
	SpecReplicasPath string `json:"specReplicasPath"`

	// StatusReplicasPath defines the JSON path inside of a CustomResource that corresponds to Scale.Status.Replicas. Only JSON paths without the array notation are allowed. Must be a JSON Path under .status. If there is no value under the given path in the CustomResource, the status replica value in the /scale subresource will default to 0.
	StatusReplicasPath string `json:"statusReplicasPath"`
}

CustomResourceSubresourceScale defines how to serve the scale subresource for CustomResources.

type V1beta1CustomResourceSubresources ¶

type V1beta1CustomResourceSubresources struct {

	// Scale denotes the scale subresource for CustomResources
	Scale *V1beta1CustomResourceSubresourceScale `json:"scale,omitempty"`

	// Status denotes the status subresource for CustomResources
	Status *interface{} `json:"status,omitempty"`
}

CustomResourceSubresources defines the status and scale subresources for CustomResources.

type V1beta1CustomResourceValidation ¶

type V1beta1CustomResourceValidation struct {

	// OpenAPIV3Schema is the OpenAPI v3 schema to be validated against.
	OpenAPIV3Schema *V1beta1JsonSchemaProps `json:"openAPIV3Schema,omitempty"`
}

CustomResourceValidation is a list of validation methods for CustomResources.

type V1beta1DaemonSet ¶

type V1beta1DaemonSet struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
	Metadata *V1ObjectMeta `json:"metadata,omitempty"`

	// The desired behavior of this daemon set. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status
	Spec *V1beta1DaemonSetSpec `json:"spec,omitempty"`

	// The current status of this daemon set. This data may be out of date by some window of time. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status
	Status *V1beta1DaemonSetStatus `json:"status,omitempty"`
}

DEPRECATED - This group version of DaemonSet is deprecated by apps/v1beta2/DaemonSet. See the release notes for more information. DaemonSet represents the configuration of a daemon set.

type V1beta1DaemonSetCondition ¶

type V1beta1DaemonSetCondition struct {

	// Last time the condition transitioned from one status to another.
	LastTransitionTime time.Time `json:"lastTransitionTime,omitempty"`

	// A human readable message indicating details about the transition.
	Message string `json:"message,omitempty"`

	// The reason for the condition's last transition.
	Reason string `json:"reason,omitempty"`

	// Status of the condition, one of True, False, Unknown.
	Status string `json:"status"`

	// Type of DaemonSet condition.
	Type_ string `json:"type"`
}

DaemonSetCondition describes the state of a DaemonSet at a certain point.

type V1beta1DaemonSetList ¶

type V1beta1DaemonSetList struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// A list of daemon sets.
	Items []V1beta1DaemonSet `json:"items"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
	Metadata *V1ListMeta `json:"metadata,omitempty"`
}

DaemonSetList is a collection of daemon sets.

type V1beta1DaemonSetSpec ¶

type V1beta1DaemonSetSpec struct {

	// The minimum number of seconds for which a newly created DaemonSet pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready).
	MinReadySeconds int32 `json:"minReadySeconds,omitempty"`

	// The number of old history to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
	RevisionHistoryLimit int32 `json:"revisionHistoryLimit,omitempty"`

	// A label query over pods that are managed by the daemon set. Must match in order to be controlled. If empty, defaulted to labels on Pod template. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
	Selector *V1LabelSelector `json:"selector,omitempty"`

	// An object that describes the pod that will be created. The DaemonSet will create exactly one copy of this pod on every node that matches the template's node selector (or on every node if no node selector is specified). More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template
	Template *V1PodTemplateSpec `json:"template"`

	// DEPRECATED. A sequence number representing a specific generation of the template. Populated by the system. It can be set only during the creation.
	TemplateGeneration int64 `json:"templateGeneration,omitempty"`

	// An update strategy to replace existing DaemonSet pods with new pods.
	UpdateStrategy *V1beta1DaemonSetUpdateStrategy `json:"updateStrategy,omitempty"`
}

DaemonSetSpec is the specification of a daemon set.

type V1beta1DaemonSetStatus ¶

type V1beta1DaemonSetStatus struct {

	// Count of hash collisions for the DaemonSet. The DaemonSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision.
	CollisionCount int32 `json:"collisionCount,omitempty"`

	// Represents the latest available observations of a DaemonSet's current state.
	Conditions []V1beta1DaemonSetCondition `json:"conditions,omitempty"`

	// The number of nodes that are running at least 1 daemon pod and are supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
	CurrentNumberScheduled int32 `json:"currentNumberScheduled"`

	// The total number of nodes that should be running the daemon pod (including nodes correctly running the daemon pod). More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
	DesiredNumberScheduled int32 `json:"desiredNumberScheduled"`

	// The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and available (ready for at least spec.minReadySeconds)
	NumberAvailable int32 `json:"numberAvailable,omitempty"`

	// The number of nodes that are running the daemon pod, but are not supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
	NumberMisscheduled int32 `json:"numberMisscheduled"`

	// The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and ready.
	NumberReady int32 `json:"numberReady"`

	// The number of nodes that should be running the daemon pod and have none of the daemon pod running and available (ready for at least spec.minReadySeconds)
	NumberUnavailable int32 `json:"numberUnavailable,omitempty"`

	// The most recent generation observed by the daemon set controller.
	ObservedGeneration int64 `json:"observedGeneration,omitempty"`

	// The total number of nodes that are running updated daemon pod
	UpdatedNumberScheduled int32 `json:"updatedNumberScheduled,omitempty"`
}

DaemonSetStatus represents the current status of a daemon set.

type V1beta1DaemonSetUpdateStrategy ¶

type V1beta1DaemonSetUpdateStrategy struct {

	// Rolling update config params. Present only if type = \"RollingUpdate\".
	RollingUpdate *V1beta1RollingUpdateDaemonSet `json:"rollingUpdate,omitempty"`

	// Type of daemon set update. Can be \"RollingUpdate\" or \"OnDelete\". Default is OnDelete.
	Type_ string `json:"type,omitempty"`
}

type V1beta1Event ¶

type V1beta1Event struct {

	// What action was taken/failed regarding to the regarding object.
	Action string `json:"action,omitempty"`

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Deprecated field assuring backward compatibility with core.v1 Event type
	DeprecatedCount int32 `json:"deprecatedCount,omitempty"`

	// Deprecated field assuring backward compatibility with core.v1 Event type
	DeprecatedFirstTimestamp time.Time `json:"deprecatedFirstTimestamp,omitempty"`

	// Deprecated field assuring backward compatibility with core.v1 Event type
	DeprecatedLastTimestamp time.Time `json:"deprecatedLastTimestamp,omitempty"`

	// Deprecated field assuring backward compatibility with core.v1 Event type
	DeprecatedSource *V1EventSource `json:"deprecatedSource,omitempty"`

	// Required. Time when this Event was first observed.
	EventTime time.Time `json:"eventTime"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	Metadata *V1ObjectMeta `json:"metadata,omitempty"`

	// Optional. A human-readable description of the status of this operation. Maximal length of the note is 1kB, but libraries should be prepared to handle values up to 64kB.
	Note string `json:"note,omitempty"`

	// Why the action was taken.
	Reason string `json:"reason,omitempty"`

	// The object this Event is about. In most cases it's an Object reporting controller implements. E.g. ReplicaSetController implements ReplicaSets and this event is emitted because it acts on some changes in a ReplicaSet object.
	Regarding *V1ObjectReference `json:"regarding,omitempty"`

	// Optional secondary object for more complex actions. E.g. when regarding object triggers a creation or deletion of related object.
	Related *V1ObjectReference `json:"related,omitempty"`

	// Name of the controller that emitted this Event, e.g. `kubernetes.io/kubelet`.
	ReportingController string `json:"reportingController,omitempty"`

	// ID of the controller instance, e.g. `kubelet-xyzf`.
	ReportingInstance string `json:"reportingInstance,omitempty"`

	// Data about the Event series this event represents or nil if it's a singleton Event.
	Series *V1beta1EventSeries `json:"series,omitempty"`

	// Type of this event (Normal, Warning), new types could be added in the future.
	Type_ string `json:"type,omitempty"`
}

Event is a report of an event somewhere in the cluster. It generally denotes some state change in the system.

type V1beta1EventList ¶

type V1beta1EventList struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Items is a list of schema objects.
	Items []V1beta1Event `json:"items"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
	Metadata *V1ListMeta `json:"metadata,omitempty"`
}

EventList is a list of Event objects.

type V1beta1EventSeries ¶

type V1beta1EventSeries struct {

	// Number of occurrences in this series up to the last heartbeat time
	Count int32 `json:"count"`

	// Time when last Event from the series was seen before last heartbeat.
	LastObservedTime time.Time `json:"lastObservedTime"`

	// Information whether this series is ongoing or finished.
	State string `json:"state"`
}

EventSeries contain information on series of events, i.e. thing that was/is happening continuously for some time.

type V1beta1Eviction ¶

type V1beta1Eviction struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// DeleteOptions may be provided
	DeleteOptions *V1DeleteOptions `json:"deleteOptions,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// ObjectMeta describes the pod that is being evicted.
	Metadata *V1ObjectMeta `json:"metadata,omitempty"`
}

Eviction evicts a pod from its node subject to certain policies and safety constraints. This is a subresource of Pod. A request to cause such an eviction is created by POSTing to .../pods/<pod name>/evictions.

type V1beta1ExternalDocumentation ¶

type V1beta1ExternalDocumentation struct {
	Description string `json:"description,omitempty"`

	Url string `json:"url,omitempty"`
}

ExternalDocumentation allows referencing an external resource for extended documentation.

type V1beta1HttpIngressPath ¶

type V1beta1HttpIngressPath struct {

	// Backend defines the referenced service endpoint to which the traffic will be forwarded to.
	Backend *V1beta1IngressBackend `json:"backend"`

	// Path is an extended POSIX regex as defined by IEEE Std 1003.1, (i.e this follows the egrep/unix syntax, not the perl syntax) matched against the path of an incoming request. Currently it can contain characters disallowed from the conventional \"path\" part of a URL as defined by RFC 3986. Paths must begin with a '/'. If unspecified, the path defaults to a catch all sending traffic to the backend.
	Path string `json:"path,omitempty"`
}

HTTPIngressPath associates a path regex with a backend. Incoming urls matching the path are forwarded to the backend.

type V1beta1HttpIngressRuleValue ¶

type V1beta1HttpIngressRuleValue struct {

	// A collection of paths that map requests to backends.
	Paths []V1beta1HttpIngressPath `json:"paths"`
}

HTTPIngressRuleValue is a list of http selectors pointing to backends. In the example: http://<host>/<path>?<searchpart> -> backend where where parts of the url correspond to RFC 3986, this resource will be used to match against everything after the last '/' and before the first '?' or '#'.

type V1beta1Ingress ¶

type V1beta1Ingress struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
	Metadata *V1ObjectMeta `json:"metadata,omitempty"`

	// Spec is the desired state of the Ingress. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status
	Spec *V1beta1IngressSpec `json:"spec,omitempty"`

	// Status is the current state of the Ingress. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status
	Status *V1beta1IngressStatus `json:"status,omitempty"`
}

Ingress is a collection of rules that allow inbound connections to reach the endpoints defined by a backend. An Ingress can be configured to give services externally-reachable urls, load balance traffic, terminate SSL, offer name based virtual hosting etc.

type V1beta1IngressBackend ¶

type V1beta1IngressBackend struct {

	// Specifies the name of the referenced service.
	ServiceName string `json:"serviceName"`

	// Specifies the port of the referenced service.
	ServicePort *interface{} `json:"servicePort"`
}

IngressBackend describes all endpoints for a given service and port.

type V1beta1IngressList ¶

type V1beta1IngressList struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Items is the list of Ingress.
	Items []V1beta1Ingress `json:"items"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
	Metadata *V1ListMeta `json:"metadata,omitempty"`
}

IngressList is a collection of Ingress.

type V1beta1IngressRule ¶

type V1beta1IngressRule struct {

	// Host is the fully qualified domain name of a network host, as defined by RFC 3986. Note the following deviations from the \"host\" part of the URI as defined in the RFC: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to the    IP in the Spec of the parent Ingress. 2. The `:` delimiter is not respected because ports are not allowed.    Currently the port of an Ingress is implicitly :80 for http and    :443 for https. Both these may change in the future. Incoming requests are matched against the host before the IngressRuleValue. If the host is unspecified, the Ingress routes all traffic based on the specified IngressRuleValue.
	Host string `json:"host,omitempty"`

	Http *V1beta1HttpIngressRuleValue `json:"http,omitempty"`
}

IngressRule represents the rules mapping the paths under a specified host to the related backend services. Incoming requests are first evaluated for a host match, then routed to the backend associated with the matching IngressRuleValue.

type V1beta1IngressSpec ¶

type V1beta1IngressSpec struct {

	// A default backend capable of servicing requests that don't match any rule. At least one of 'backend' or 'rules' must be specified. This field is optional to allow the loadbalancer controller or defaulting logic to specify a global default.
	Backend *V1beta1IngressBackend `json:"backend,omitempty"`

	// A list of host rules used to configure the Ingress. If unspecified, or no rule matches, all traffic is sent to the default backend.
	Rules []V1beta1IngressRule `json:"rules,omitempty"`

	// TLS configuration. Currently the Ingress only supports a single TLS port, 443. If multiple members of this list specify different hosts, they will be multiplexed on the same port according to the hostname specified through the SNI TLS extension, if the ingress controller fulfilling the ingress supports SNI.
	Tls []V1beta1IngressTls `json:"tls,omitempty"`
}

IngressSpec describes the Ingress the user wishes to exist.

type V1beta1IngressStatus ¶

type V1beta1IngressStatus struct {

	// LoadBalancer contains the current status of the load-balancer.
	LoadBalancer *V1LoadBalancerStatus `json:"loadBalancer,omitempty"`
}

IngressStatus describe the current state of the Ingress.

type V1beta1IngressTls ¶

type V1beta1IngressTls struct {

	// Hosts are a list of hosts included in the TLS certificate. The values in this list must match the name/s used in the tlsSecret. Defaults to the wildcard host setting for the loadbalancer controller fulfilling this Ingress, if left unspecified.
	Hosts []string `json:"hosts,omitempty"`

	// SecretName is the name of the secret used to terminate SSL traffic on 443. Field is left optional to allow SSL routing based on SNI hostname alone. If the SNI host in a listener conflicts with the \"Host\" header field used by an IngressRule, the SNI host is used for termination and value of the Host header is used for routing.
	SecretName string `json:"secretName,omitempty"`
}

IngressTLS describes the transport layer security associated with an Ingress.

type V1beta1IpBlock ¶

type V1beta1IpBlock struct {

	// CIDR is a string representing the IP Block Valid examples are \"192.168.1.1/24\"
	Cidr string `json:"cidr"`

	// Except is a slice of CIDRs that should not be included within an IP Block Valid examples are \"192.168.1.1/24\" Except values will be rejected if they are outside the CIDR range
	Except []string `json:"except,omitempty"`
}

DEPRECATED 1.9 - This group version of IPBlock is deprecated by networking/v1/IPBlock. IPBlock describes a particular CIDR (Ex. \"192.168.1.1/24\") that is allowed to the pods matched by a NetworkPolicySpec's podSelector. The except entry describes CIDRs that should not be included within this rule.

type V1beta1JobTemplateSpec ¶

type V1beta1JobTemplateSpec struct {

	// Standard object's metadata of the jobs created from this template. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
	Metadata *V1ObjectMeta `json:"metadata,omitempty"`

	// Specification of the desired behavior of the job. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status
	Spec *V1JobSpec `json:"spec,omitempty"`
}

JobTemplateSpec describes the data a Job should have when created from a template

type V1beta1Json ¶

type V1beta1Json struct {
	Raw string `json:"Raw"`
}

JSON represents any valid JSON value. These types are supported: bool, int64, float64, string, []interface{}, map[string]interface{} and nil.

type V1beta1JsonSchemaProps ¶

type V1beta1JsonSchemaProps struct {
	Ref string `json:"$ref,omitempty"`

	Schema string `json:"$schema,omitempty"`

	AdditionalItems *V1beta1JsonSchemaPropsOrBool `json:"additionalItems,omitempty"`

	AdditionalProperties *V1beta1JsonSchemaPropsOrBool `json:"additionalProperties,omitempty"`

	AllOf []V1beta1JsonSchemaProps `json:"allOf,omitempty"`

	AnyOf []V1beta1JsonSchemaProps `json:"anyOf,omitempty"`

	Default_ *V1beta1Json `json:"default,omitempty"`

	Definitions map[string]V1beta1JsonSchemaProps `json:"definitions,omitempty"`

	Dependencies map[string]V1beta1JsonSchemaPropsOrStringArray `json:"dependencies,omitempty"`

	Description string `json:"description,omitempty"`

	Enum []V1beta1Json `json:"enum,omitempty"`

	Example *V1beta1Json `json:"example,omitempty"`

	ExclusiveMaximum bool `json:"exclusiveMaximum,omitempty"`

	ExclusiveMinimum bool `json:"exclusiveMinimum,omitempty"`

	ExternalDocs *V1beta1ExternalDocumentation `json:"externalDocs,omitempty"`

	Format string `json:"format,omitempty"`

	Id string `json:"id,omitempty"`

	Items *V1beta1JsonSchemaPropsOrArray `json:"items,omitempty"`

	MaxItems int64 `json:"maxItems,omitempty"`

	MaxLength int64 `json:"maxLength,omitempty"`

	MaxProperties int64 `json:"maxProperties,omitempty"`

	Maximum float64 `json:"maximum,omitempty"`

	MinItems int64 `json:"minItems,omitempty"`

	MinLength int64 `json:"minLength,omitempty"`

	MinProperties int64 `json:"minProperties,omitempty"`

	Minimum float64 `json:"minimum,omitempty"`

	MultipleOf float64 `json:"multipleOf,omitempty"`

	Not *V1beta1JsonSchemaProps `json:"not,omitempty"`

	OneOf []V1beta1JsonSchemaProps `json:"oneOf,omitempty"`

	Pattern string `json:"pattern,omitempty"`

	PatternProperties map[string]V1beta1JsonSchemaProps `json:"patternProperties,omitempty"`

	Properties map[string]V1beta1JsonSchemaProps `json:"properties,omitempty"`

	Required []string `json:"required,omitempty"`

	Title string `json:"title,omitempty"`

	Type_ string `json:"type,omitempty"`

	UniqueItems bool `json:"uniqueItems,omitempty"`
}

JSONSchemaProps is a JSON-Schema following Specification Draft 4 (http://json-schema.org/).

type V1beta1JsonSchemaPropsOrArray ¶

type V1beta1JsonSchemaPropsOrArray struct {
	JSONSchemas []V1beta1JsonSchemaProps `json:"JSONSchemas"`

	Schema *V1beta1JsonSchemaProps `json:"Schema"`
}

JSONSchemaPropsOrArray represents a value that can either be a JSONSchemaProps or an array of JSONSchemaProps. Mainly here for serialization purposes.

type V1beta1JsonSchemaPropsOrBool ¶

type V1beta1JsonSchemaPropsOrBool struct {
	Allows bool `json:"Allows"`

	Schema *V1beta1JsonSchemaProps `json:"Schema"`
}

JSONSchemaPropsOrBool represents JSONSchemaProps or a boolean value. Defaults to true for the boolean property.

type V1beta1JsonSchemaPropsOrStringArray ¶

type V1beta1JsonSchemaPropsOrStringArray struct {
	Property []string `json:"Property"`

	Schema *V1beta1JsonSchemaProps `json:"Schema"`
}

JSONSchemaPropsOrStringArray represents a JSONSchemaProps or a string array.

type V1beta1LocalSubjectAccessReview ¶

type V1beta1LocalSubjectAccessReview struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	Metadata *V1ObjectMeta `json:"metadata,omitempty"`

	// Spec holds information about the request being evaluated.  spec.namespace must be equal to the namespace you made the request against.  If empty, it is defaulted.
	Spec *V1beta1SubjectAccessReviewSpec `json:"spec"`

	// Status is filled in by the server and indicates whether the request is allowed or not
	Status *V1beta1SubjectAccessReviewStatus `json:"status,omitempty"`
}

LocalSubjectAccessReview checks whether or not a user or group can perform an action in a given namespace. Having a namespace scoped resource makes it much easier to grant namespace scoped policy that includes permissions checking.

type V1beta1MutatingWebhookConfiguration ¶

type V1beta1MutatingWebhookConfiguration struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard object metadata; More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata.
	Metadata *V1ObjectMeta `json:"metadata,omitempty"`

	// Webhooks is a list of webhooks and the affected resources and operations.
	Webhooks []V1beta1Webhook `json:"webhooks,omitempty"`
}

MutatingWebhookConfiguration describes the configuration of and admission webhook that accept or reject and may change the object.

type V1beta1MutatingWebhookConfigurationList ¶

type V1beta1MutatingWebhookConfigurationList struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// List of MutatingWebhookConfiguration.
	Items []V1beta1MutatingWebhookConfiguration `json:"items"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Metadata *V1ListMeta `json:"metadata,omitempty"`
}

MutatingWebhookConfigurationList is a list of MutatingWebhookConfiguration.

type V1beta1NetworkPolicy ¶

type V1beta1NetworkPolicy struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
	Metadata *V1ObjectMeta `json:"metadata,omitempty"`

	// Specification of the desired behavior for this NetworkPolicy.
	Spec *V1beta1NetworkPolicySpec `json:"spec,omitempty"`
}

DEPRECATED 1.9 - This group version of NetworkPolicy is deprecated by networking/v1/NetworkPolicy. NetworkPolicy describes what network traffic is allowed for a set of Pods

type V1beta1NetworkPolicyEgressRule ¶

type V1beta1NetworkPolicyEgressRule struct {

	// List of destination ports for outgoing traffic. Each item in this list is combined using a logical OR. If this field is empty or missing, this rule matches all ports (traffic not restricted by port). If this field is present and contains at least one item, then this rule allows traffic only if the traffic matches at least one port in the list.
	Ports []V1beta1NetworkPolicyPort `json:"ports,omitempty"`

	// List of destinations for outgoing traffic of pods selected for this rule. Items in this list are combined using a logical OR operation. If this field is empty or missing, this rule matches all destinations (traffic not restricted by destination). If this field is present and contains at least one item, this rule allows traffic only if the traffic matches at least one item in the to list.
	To []V1beta1NetworkPolicyPeer `json:"to,omitempty"`
}

DEPRECATED 1.9 - This group version of NetworkPolicyEgressRule is deprecated by networking/v1/NetworkPolicyEgressRule. NetworkPolicyEgressRule describes a particular set of traffic that is allowed out of pods matched by a NetworkPolicySpec's podSelector. The traffic must match both ports and to. This type is beta-level in 1.8

type V1beta1NetworkPolicyIngressRule ¶

type V1beta1NetworkPolicyIngressRule struct {

	// List of sources which should be able to access the pods selected for this rule. Items in this list are combined using a logical OR operation. If this field is empty or missing, this rule matches all sources (traffic not restricted by source). If this field is present and contains at least on item, this rule allows traffic only if the traffic matches at least one item in the from list.
	From []V1beta1NetworkPolicyPeer `json:"from,omitempty"`

	// List of ports which should be made accessible on the pods selected for this rule. Each item in this list is combined using a logical OR. If this field is empty or missing, this rule matches all ports (traffic not restricted by port). If this field is present and contains at least one item, then this rule allows traffic only if the traffic matches at least one port in the list.
	Ports []V1beta1NetworkPolicyPort `json:"ports,omitempty"`
}

DEPRECATED 1.9 - This group version of NetworkPolicyIngressRule is deprecated by networking/v1/NetworkPolicyIngressRule. This NetworkPolicyIngressRule matches traffic if and only if the traffic matches both ports AND from.

type V1beta1NetworkPolicyList ¶

type V1beta1NetworkPolicyList struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Items is a list of schema objects.
	Items []V1beta1NetworkPolicy `json:"items"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
	Metadata *V1ListMeta `json:"metadata,omitempty"`
}

DEPRECATED 1.9 - This group version of NetworkPolicyList is deprecated by networking/v1/NetworkPolicyList. Network Policy List is a list of NetworkPolicy objects.

type V1beta1NetworkPolicyPeer ¶

type V1beta1NetworkPolicyPeer struct {

	// IPBlock defines policy on a particular IPBlock
	IpBlock *V1beta1IpBlock `json:"ipBlock,omitempty"`

	// Selects Namespaces using cluster scoped-labels.  This matches all pods in all namespaces selected by this label selector. This field follows standard label selector semantics. If present but empty, this selector selects all namespaces.
	NamespaceSelector *V1LabelSelector `json:"namespaceSelector,omitempty"`

	// This is a label selector which selects Pods in this namespace. This field follows standard label selector semantics. If present but empty, this selector selects all pods in this namespace.
	PodSelector *V1LabelSelector `json:"podSelector,omitempty"`
}

DEPRECATED 1.9 - This group version of NetworkPolicyPeer is deprecated by networking/v1/NetworkPolicyPeer.

type V1beta1NetworkPolicyPort ¶

type V1beta1NetworkPolicyPort struct {

	// If specified, the port on the given protocol.  This can either be a numerical or named port on a pod.  If this field is not provided, this matches all port names and numbers. If present, only traffic on the specified protocol AND port will be matched.
	Port *interface{} `json:"port,omitempty"`

	// Optional.  The protocol (TCP or UDP) which traffic must match. If not specified, this field defaults to TCP.
	Protocol string `json:"protocol,omitempty"`
}

DEPRECATED 1.9 - This group version of NetworkPolicyPort is deprecated by networking/v1/NetworkPolicyPort.

type V1beta1NetworkPolicySpec ¶

type V1beta1NetworkPolicySpec struct {

	// List of egress rules to be applied to the selected pods. Outgoing traffic is allowed if there are no NetworkPolicies selecting the pod (and cluster policy otherwise allows the traffic), OR if the traffic matches at least one egress rule across all of the NetworkPolicy objects whose podSelector matches the pod. If this field is empty then this NetworkPolicy limits all outgoing traffic (and serves solely to ensure that the pods it selects are isolated by default). This field is beta-level in 1.8
	Egress []V1beta1NetworkPolicyEgressRule `json:"egress,omitempty"`

	// List of ingress rules to be applied to the selected pods. Traffic is allowed to a pod if there are no NetworkPolicies selecting the pod OR if the traffic source is the pod's local node, OR if the traffic matches at least one ingress rule across all of the NetworkPolicy objects whose podSelector matches the pod. If this field is empty then this NetworkPolicy does not allow any traffic (and serves solely to ensure that the pods it selects are isolated by default).
	Ingress []V1beta1NetworkPolicyIngressRule `json:"ingress,omitempty"`

	// Selects the pods to which this NetworkPolicy object applies.  The array of ingress rules is applied to any pods selected by this field. Multiple network policies can select the same set of pods.  In this case, the ingress rules for each are combined additively. This field is NOT optional and follows standard label selector semantics. An empty podSelector matches all pods in this namespace.
	PodSelector *V1LabelSelector `json:"podSelector"`

	// List of rule types that the NetworkPolicy relates to. Valid options are Ingress, Egress, or Ingress,Egress. If this field is not specified, it will default based on the existence of Ingress or Egress rules; policies that contain an Egress section are assumed to affect Egress, and all policies (whether or not they contain an Ingress section) are assumed to affect Ingress. If you want to write an egress-only policy, you must explicitly specify policyTypes [ \"Egress\" ]. Likewise, if you want to write a policy that specifies that no egress is allowed, you must specify a policyTypes value that include \"Egress\" (since such a policy would not include an Egress section and would otherwise default to just [ \"Ingress\" ]). This field is beta-level in 1.8
	PolicyTypes []string `json:"policyTypes,omitempty"`
}

DEPRECATED 1.9 - This group version of NetworkPolicySpec is deprecated by networking/v1/NetworkPolicySpec.

type V1beta1NonResourceAttributes ¶

type V1beta1NonResourceAttributes struct {

	// Path is the URL path of the request
	Path string `json:"path,omitempty"`

	// Verb is the standard HTTP verb
	Verb string `json:"verb,omitempty"`
}

NonResourceAttributes includes the authorization attributes available for non-resource requests to the Authorizer interface

type V1beta1NonResourceRule ¶

type V1beta1NonResourceRule struct {

	// NonResourceURLs is a set of partial urls that a user should have access to.  *s are allowed, but only as the full, final step in the path.  \"*\" means all.
	NonResourceURLs []string `json:"nonResourceURLs,omitempty"`

	// Verb is a list of kubernetes non-resource API verbs, like: get, post, put, delete, patch, head, options.  \"*\" means all.
	Verbs []string `json:"verbs"`
}

NonResourceRule holds information that describes a rule for the non-resource

type V1beta1PodDisruptionBudget ¶

type V1beta1PodDisruptionBudget struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	Metadata *V1ObjectMeta `json:"metadata,omitempty"`

	// Specification of the desired behavior of the PodDisruptionBudget.
	Spec *V1beta1PodDisruptionBudgetSpec `json:"spec,omitempty"`

	// Most recently observed status of the PodDisruptionBudget.
	Status *V1beta1PodDisruptionBudgetStatus `json:"status,omitempty"`
}

PodDisruptionBudget is an object to define the max disruption that can be caused to a collection of pods

type V1beta1PodDisruptionBudgetList ¶

type V1beta1PodDisruptionBudgetList struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	Items []V1beta1PodDisruptionBudget `json:"items"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	Metadata *V1ListMeta `json:"metadata,omitempty"`
}

PodDisruptionBudgetList is a collection of PodDisruptionBudgets.

type V1beta1PodDisruptionBudgetSpec ¶

type V1beta1PodDisruptionBudgetSpec struct {

	// An eviction is allowed if at most \"maxUnavailable\" pods selected by \"selector\" are unavailable after the eviction, i.e. even in absence of the evicted pod. For example, one can prevent all voluntary evictions by specifying 0. This is a mutually exclusive setting with \"minAvailable\".
	MaxUnavailable *interface{} `json:"maxUnavailable,omitempty"`

	// An eviction is allowed if at least \"minAvailable\" pods selected by \"selector\" will still be available after the eviction, i.e. even in the absence of the evicted pod.  So for example you can prevent all voluntary evictions by specifying \"100%\".
	MinAvailable *interface{} `json:"minAvailable,omitempty"`

	// Label query over pods whose evictions are managed by the disruption budget.
	Selector *V1LabelSelector `json:"selector,omitempty"`
}

PodDisruptionBudgetSpec is a description of a PodDisruptionBudget.

type V1beta1PodDisruptionBudgetStatus ¶

type V1beta1PodDisruptionBudgetStatus struct {

	// current number of healthy pods
	CurrentHealthy int32 `json:"currentHealthy"`

	// minimum desired number of healthy pods
	DesiredHealthy int32 `json:"desiredHealthy"`

	// DisruptedPods contains information about pods whose eviction was processed by the API server eviction subresource handler but has not yet been observed by the PodDisruptionBudget controller. A pod will be in this map from the time when the API server processed the eviction request to the time when the pod is seen by PDB controller as having been marked for deletion (or after a timeout). The key in the map is the name of the pod and the value is the time when the API server processed the eviction request. If the deletion didn't occur and a pod is still there it will be removed from the list automatically by PodDisruptionBudget controller after some time. If everything goes smooth this map should be empty for the most of the time. Large number of entries in the map may indicate problems with pod deletions.
	DisruptedPods map[string]time.Time `json:"disruptedPods"`

	// Number of pod disruptions that are currently allowed.
	DisruptionsAllowed int32 `json:"disruptionsAllowed"`

	// total number of pods counted by this disruption budget
	ExpectedPods int32 `json:"expectedPods"`

	// Most recent generation observed when updating this PDB status. PodDisruptionsAllowed and other status informatio is valid only if observedGeneration equals to PDB's object generation.
	ObservedGeneration int64 `json:"observedGeneration,omitempty"`
}

PodDisruptionBudgetStatus represents information about the status of a PodDisruptionBudget. Status may trail the actual state of a system.

type V1beta1PolicyRule ¶

type V1beta1PolicyRule struct {

	// APIGroups is the name of the APIGroup that contains the resources.  If multiple API groups are specified, any action requested against one of the enumerated resources in any API group will be allowed.
	ApiGroups []string `json:"apiGroups,omitempty"`

	// NonResourceURLs is a set of partial urls that a user should have access to.  *s are allowed, but only as the full, final step in the path Since non-resource URLs are not namespaced, this field is only applicable for ClusterRoles referenced from a ClusterRoleBinding. Rules can either apply to API resources (such as \"pods\" or \"secrets\") or non-resource URL paths (such as \"/api\"),  but not both.
	NonResourceURLs []string `json:"nonResourceURLs,omitempty"`

	// ResourceNames is an optional white list of names that the rule applies to.  An empty set means that everything is allowed.
	ResourceNames []string `json:"resourceNames,omitempty"`

	// Resources is a list of resources this rule applies to.  '*' represents all resources in the specified apiGroups. '*_/foo' represents the subresource 'foo' for all resources in the specified apiGroups.
	Resources []string `json:"resources,omitempty"`

	// Verbs is a list of Verbs that apply to ALL the ResourceKinds and AttributeRestrictions contained in this rule.  VerbAll represents all kinds.
	Verbs []string `json:"verbs"`
}

PolicyRule holds information that describes a policy rule, but does not contain information about who the rule applies to or which namespace the rule applies to.

type V1beta1ReplicaSet ¶

type V1beta1ReplicaSet struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// If the Labels of a ReplicaSet are empty, they are defaulted to be the same as the Pod(s) that the ReplicaSet manages. Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
	Metadata *V1ObjectMeta `json:"metadata,omitempty"`

	// Spec defines the specification of the desired behavior of the ReplicaSet. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status
	Spec *V1beta1ReplicaSetSpec `json:"spec,omitempty"`

	// Status is the most recently observed status of the ReplicaSet. This data may be out of date by some window of time. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status
	Status *V1beta1ReplicaSetStatus `json:"status,omitempty"`
}

DEPRECATED - This group version of ReplicaSet is deprecated by apps/v1beta2/ReplicaSet. See the release notes for more information. ReplicaSet ensures that a specified number of pod replicas are running at any given time.

type V1beta1ReplicaSetCondition ¶

type V1beta1ReplicaSetCondition struct {

	// The last time the condition transitioned from one status to another.
	LastTransitionTime time.Time `json:"lastTransitionTime,omitempty"`

	// A human readable message indicating details about the transition.
	Message string `json:"message,omitempty"`

	// The reason for the condition's last transition.
	Reason string `json:"reason,omitempty"`

	// Status of the condition, one of True, False, Unknown.
	Status string `json:"status"`

	// Type of replica set condition.
	Type_ string `json:"type"`
}

ReplicaSetCondition describes the state of a replica set at a certain point.

type V1beta1ReplicaSetList ¶

type V1beta1ReplicaSetList struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// List of ReplicaSets. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller
	Items []V1beta1ReplicaSet `json:"items"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Metadata *V1ListMeta `json:"metadata,omitempty"`
}

ReplicaSetList is a collection of ReplicaSets.

type V1beta1ReplicaSetSpec ¶

type V1beta1ReplicaSetSpec struct {

	// Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
	MinReadySeconds int32 `json:"minReadySeconds,omitempty"`

	// Replicas is the number of desired replicas. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
	Replicas int32 `json:"replicas,omitempty"`

	// Selector is a label query over pods that should match the replica count. If the selector is empty, it is defaulted to the labels present on the pod template. Label keys and values that must match in order to be controlled by this replica set. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
	Selector *V1LabelSelector `json:"selector,omitempty"`

	// Template is the object that describes the pod that will be created if insufficient replicas are detected. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template
	Template *V1PodTemplateSpec `json:"template,omitempty"`
}

ReplicaSetSpec is the specification of a ReplicaSet.

type V1beta1ReplicaSetStatus ¶

type V1beta1ReplicaSetStatus struct {

	// The number of available replicas (ready for at least minReadySeconds) for this replica set.
	AvailableReplicas int32 `json:"availableReplicas,omitempty"`

	// Represents the latest available observations of a replica set's current state.
	Conditions []V1beta1ReplicaSetCondition `json:"conditions,omitempty"`

	// The number of pods that have labels matching the labels of the pod template of the replicaset.
	FullyLabeledReplicas int32 `json:"fullyLabeledReplicas,omitempty"`

	// ObservedGeneration reflects the generation of the most recently observed ReplicaSet.
	ObservedGeneration int64 `json:"observedGeneration,omitempty"`

	// The number of ready replicas for this replica set.
	ReadyReplicas int32 `json:"readyReplicas,omitempty"`

	// Replicas is the most recently oberved number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
	Replicas int32 `json:"replicas"`
}

ReplicaSetStatus represents the current status of a ReplicaSet.

type V1beta1ResourceAttributes ¶

type V1beta1ResourceAttributes struct {

	// Group is the API Group of the Resource.  \"*\" means all.
	Group string `json:"group,omitempty"`

	// Name is the name of the resource being requested for a \"get\" or deleted for a \"delete\". \"\" (empty) means all.
	Name string `json:"name,omitempty"`

	// Namespace is the namespace of the action being requested.  Currently, there is no distinction between no namespace and all namespaces \"\" (empty) is defaulted for LocalSubjectAccessReviews \"\" (empty) is empty for cluster-scoped resources \"\" (empty) means \"all\" for namespace scoped resources from a SubjectAccessReview or SelfSubjectAccessReview
	Namespace string `json:"namespace,omitempty"`

	// Resource is one of the existing resource types.  \"*\" means all.
	Resource string `json:"resource,omitempty"`

	// Subresource is one of the existing resource types.  \"\" means none.
	Subresource string `json:"subresource,omitempty"`

	// Verb is a kubernetes resource API verb, like: get, list, watch, create, update, delete, proxy.  \"*\" means all.
	Verb string `json:"verb,omitempty"`

	// Version is the API Version of the Resource.  \"*\" means all.
	Version string `json:"version,omitempty"`
}

ResourceAttributes includes the authorization attributes available for resource requests to the Authorizer interface

type V1beta1ResourceRule ¶

type V1beta1ResourceRule struct {

	// APIGroups is the name of the APIGroup that contains the resources.  If multiple API groups are specified, any action requested against one of the enumerated resources in any API group will be allowed.  \"*\" means all.
	ApiGroups []string `json:"apiGroups,omitempty"`

	// ResourceNames is an optional white list of names that the rule applies to.  An empty set means that everything is allowed.  \"*\" means all.
	ResourceNames []string `json:"resourceNames,omitempty"`

	// Resources is a list of resources this rule applies to.  \"*\" means all in the specified apiGroups.  \"*_/foo\" represents the subresource 'foo' for all resources in the specified apiGroups.
	Resources []string `json:"resources,omitempty"`

	// Verb is a list of kubernetes resource API verbs, like: get, list, watch, create, update, delete, proxy.  \"*\" means all.
	Verbs []string `json:"verbs"`
}

ResourceRule is the list of actions the subject is allowed to perform on resources. The list ordering isn't significant, may contain duplicates, and possibly be incomplete.

type V1beta1Role ¶

type V1beta1Role struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard object's metadata.
	Metadata *V1ObjectMeta `json:"metadata,omitempty"`

	// Rules holds all the PolicyRules for this Role
	Rules []V1beta1PolicyRule `json:"rules"`
}

Role is a namespaced, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding.

type V1beta1RoleBinding ¶

type V1beta1RoleBinding struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard object's metadata.
	Metadata *V1ObjectMeta `json:"metadata,omitempty"`

	// RoleRef can reference a Role in the current namespace or a ClusterRole in the global namespace. If the RoleRef cannot be resolved, the Authorizer must return an error.
	RoleRef *V1beta1RoleRef `json:"roleRef"`

	// Subjects holds references to the objects the role applies to.
	Subjects []V1beta1Subject `json:"subjects"`
}

RoleBinding references a role, but does not contain it. It can reference a Role in the same namespace or a ClusterRole in the global namespace. It adds who information via Subjects and namespace information by which namespace it exists in. RoleBindings in a given namespace only have effect in that namespace.

type V1beta1RoleBindingList ¶

type V1beta1RoleBindingList struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Items is a list of RoleBindings
	Items []V1beta1RoleBinding `json:"items"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard object's metadata.
	Metadata *V1ListMeta `json:"metadata,omitempty"`
}

RoleBindingList is a collection of RoleBindings

type V1beta1RoleList ¶

type V1beta1RoleList struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Items is a list of Roles
	Items []V1beta1Role `json:"items"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard object's metadata.
	Metadata *V1ListMeta `json:"metadata,omitempty"`
}

RoleList is a collection of Roles

type V1beta1RoleRef ¶

type V1beta1RoleRef struct {

	// APIGroup is the group for the resource being referenced
	ApiGroup string `json:"apiGroup"`

	// Kind is the type of resource being referenced
	Kind string `json:"kind"`

	// Name is the name of resource being referenced
	Name string `json:"name"`
}

RoleRef contains information that points to the role being used

type V1beta1RollingUpdateDaemonSet ¶

type V1beta1RollingUpdateDaemonSet struct {

	// The maximum number of DaemonSet pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of total number of DaemonSet pods at the start of the update (ex: 10%). Absolute number is calculated from percentage by rounding up. This cannot be 0. Default value is 1. Example: when this is set to 30%, at most 30% of the total number of nodes that should be running the daemon pod (i.e. status.desiredNumberScheduled) can have their pods stopped for an update at any given time. The update starts by stopping at most 30% of those DaemonSet pods and then brings up new DaemonSet pods in their place. Once the new pods are available, it then proceeds onto other DaemonSet pods, thus ensuring that at least 70% of original number of DaemonSet pods are available at all times during the update.
	MaxUnavailable *interface{} `json:"maxUnavailable,omitempty"`
}

Spec to control the desired behavior of daemon set rolling update.

type V1beta1RollingUpdateStatefulSetStrategy ¶

type V1beta1RollingUpdateStatefulSetStrategy struct {

	// Partition indicates the ordinal at which the StatefulSet should be partitioned.
	Partition int32 `json:"partition,omitempty"`
}

RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.

type V1beta1RuleWithOperations ¶

type V1beta1RuleWithOperations struct {

	// APIGroups is the API groups the resources belong to. '*' is all groups. If '*' is present, the length of the slice must be one. Required.
	ApiGroups []string `json:"apiGroups,omitempty"`

	// APIVersions is the API versions the resources belong to. '*' is all versions. If '*' is present, the length of the slice must be one. Required.
	ApiVersions []string `json:"apiVersions,omitempty"`

	// Operations is the operations the admission hook cares about - CREATE, UPDATE, or * for all operations. If '*' is present, the length of the slice must be one. Required.
	Operations []string `json:"operations,omitempty"`

	// Resources is a list of resources this rule applies to.  For example: 'pods' means pods. 'pods/log' means the log subresource of pods. '*' means all resources, but not subresources. 'pods/_*' means all subresources of pods. '*_/scale' means all scale subresources. '*_/_*' means all resources and their subresources.  If wildcard is present, the validation rule will ensure resources do not overlap with each other.  Depending on the enclosing object, subresources might not be allowed. Required.
	Resources []string `json:"resources,omitempty"`
}

RuleWithOperations is a tuple of Operations and Resources. It is recommended to make sure that all the tuple expansions are valid.

type V1beta1SelfSubjectAccessReview ¶

type V1beta1SelfSubjectAccessReview struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	Metadata *V1ObjectMeta `json:"metadata,omitempty"`

	// Spec holds information about the request being evaluated.  user and groups must be empty
	Spec *V1beta1SelfSubjectAccessReviewSpec `json:"spec"`

	// Status is filled in by the server and indicates whether the request is allowed or not
	Status *V1beta1SubjectAccessReviewStatus `json:"status,omitempty"`
}

SelfSubjectAccessReview checks whether or the current user can perform an action. Not filling in a spec.namespace means \"in all namespaces\". Self is a special case, because users should always be able to check whether they can perform an action

type V1beta1SelfSubjectAccessReviewSpec ¶

type V1beta1SelfSubjectAccessReviewSpec struct {

	// NonResourceAttributes describes information for a non-resource access request
	NonResourceAttributes *V1beta1NonResourceAttributes `json:"nonResourceAttributes,omitempty"`

	// ResourceAuthorizationAttributes describes information for a resource access request
	ResourceAttributes *V1beta1ResourceAttributes `json:"resourceAttributes,omitempty"`
}

SelfSubjectAccessReviewSpec is a description of the access request. Exactly one of ResourceAuthorizationAttributes and NonResourceAuthorizationAttributes must be set

type V1beta1SelfSubjectRulesReview ¶

type V1beta1SelfSubjectRulesReview struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	Metadata *V1ObjectMeta `json:"metadata,omitempty"`

	// Spec holds information about the request being evaluated.
	Spec *V1beta1SelfSubjectRulesReviewSpec `json:"spec"`

	// Status is filled in by the server and indicates the set of actions a user can perform.
	Status *V1beta1SubjectRulesReviewStatus `json:"status,omitempty"`
}

SelfSubjectRulesReview enumerates the set of actions the current user can perform within a namespace. The returned list of actions may be incomplete depending on the server's authorization mode, and any errors experienced during the evaluation. SelfSubjectRulesReview should be used by UIs to show/hide actions, or to quickly let an end user reason about their permissions. It should NOT Be used by external systems to drive authorization decisions as this raises confused deputy, cache lifetime/revocation, and correctness concerns. SubjectAccessReview, and LocalAccessReview are the correct way to defer authorization decisions to the API server.

type V1beta1SelfSubjectRulesReviewSpec ¶

type V1beta1SelfSubjectRulesReviewSpec struct {

	// Namespace to evaluate rules for. Required.
	Namespace string `json:"namespace,omitempty"`
}

type V1beta1StatefulSet ¶

type V1beta1StatefulSet struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	Metadata *V1ObjectMeta `json:"metadata,omitempty"`

	// Spec defines the desired identities of pods in this set.
	Spec *V1beta1StatefulSetSpec `json:"spec,omitempty"`

	// Status is the current status of Pods in this StatefulSet. This data may be out of date by some window of time.
	Status *V1beta1StatefulSetStatus `json:"status,omitempty"`
}

DEPRECATED - This group version of StatefulSet is deprecated by apps/v1beta2/StatefulSet. See the release notes for more information. StatefulSet represents a set of pods with consistent identities. Identities are defined as: - Network: A single stable DNS and hostname. - Storage: As many VolumeClaims as requested. The StatefulSet guarantees that a given network identity will always map to the same storage identity.

type V1beta1StatefulSetCondition ¶

type V1beta1StatefulSetCondition struct {

	// Last time the condition transitioned from one status to another.
	LastTransitionTime time.Time `json:"lastTransitionTime,omitempty"`

	// A human readable message indicating details about the transition.
	Message string `json:"message,omitempty"`

	// The reason for the condition's last transition.
	Reason string `json:"reason,omitempty"`

	// Status of the condition, one of True, False, Unknown.
	Status string `json:"status"`

	// Type of statefulset condition.
	Type_ string `json:"type"`
}

StatefulSetCondition describes the state of a statefulset at a certain point.

type V1beta1StatefulSetList ¶

type V1beta1StatefulSetList struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	Items []V1beta1StatefulSet `json:"items"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	Metadata *V1ListMeta `json:"metadata,omitempty"`
}

StatefulSetList is a collection of StatefulSets.

type V1beta1StatefulSetSpec ¶

type V1beta1StatefulSetSpec struct {

	// podManagementPolicy controls how pods are created during initial scale up, when replacing pods on nodes, or when scaling down. The default policy is `OrderedReady`, where pods are created in increasing order (pod-0, then pod-1, etc) and the controller will wait until each pod is ready before continuing. When scaling down, the pods are removed in the opposite order. The alternative policy is `Parallel` which will create pods in parallel to match the desired scale without waiting, and on scale down will delete all pods at once.
	PodManagementPolicy string `json:"podManagementPolicy,omitempty"`

	// replicas is the desired number of replicas of the given Template. These are replicas in the sense that they are instantiations of the same Template, but individual replicas also have a consistent identity. If unspecified, defaults to 1.
	Replicas int32 `json:"replicas,omitempty"`

	// revisionHistoryLimit is the maximum number of revisions that will be maintained in the StatefulSet's revision history. The revision history consists of all revisions not represented by a currently applied StatefulSetSpec version. The default value is 10.
	RevisionHistoryLimit int32 `json:"revisionHistoryLimit,omitempty"`

	// selector is a label query over pods that should match the replica count. If empty, defaulted to labels on the pod template. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
	Selector *V1LabelSelector `json:"selector,omitempty"`

	// serviceName is the name of the service that governs this StatefulSet. This service must exist before the StatefulSet, and is responsible for the network identity of the set. Pods get DNS/hostnames that follow the pattern: pod-specific-string.serviceName.default.svc.cluster.local where \"pod-specific-string\" is managed by the StatefulSet controller.
	ServiceName string `json:"serviceName"`

	// template is the object that describes the pod that will be created if insufficient replicas are detected. Each pod stamped out by the StatefulSet will fulfill this Template, but have a unique identity from the rest of the StatefulSet.
	Template *V1PodTemplateSpec `json:"template"`

	// updateStrategy indicates the StatefulSetUpdateStrategy that will be employed to update Pods in the StatefulSet when a revision is made to Template.
	UpdateStrategy *V1beta1StatefulSetUpdateStrategy `json:"updateStrategy,omitempty"`

	// volumeClaimTemplates is a list of claims that pods are allowed to reference. The StatefulSet controller is responsible for mapping network identities to claims in a way that maintains the identity of a pod. Every claim in this list must have at least one matching (by name) volumeMount in one container in the template. A claim in this list takes precedence over any volumes in the template, with the same name.
	VolumeClaimTemplates []V1PersistentVolumeClaim `json:"volumeClaimTemplates,omitempty"`
}

A StatefulSetSpec is the specification of a StatefulSet.

type V1beta1StatefulSetStatus ¶

type V1beta1StatefulSetStatus struct {

	// collisionCount is the count of hash collisions for the StatefulSet. The StatefulSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision.
	CollisionCount int32 `json:"collisionCount,omitempty"`

	// Represents the latest available observations of a statefulset's current state.
	Conditions []V1beta1StatefulSetCondition `json:"conditions,omitempty"`

	// currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.
	CurrentReplicas int32 `json:"currentReplicas,omitempty"`

	// currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).
	CurrentRevision string `json:"currentRevision,omitempty"`

	// observedGeneration is the most recent generation observed for this StatefulSet. It corresponds to the StatefulSet's generation, which is updated on mutation by the API Server.
	ObservedGeneration int64 `json:"observedGeneration,omitempty"`

	// readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition.
	ReadyReplicas int32 `json:"readyReplicas,omitempty"`

	// replicas is the number of Pods created by the StatefulSet controller.
	Replicas int32 `json:"replicas"`

	// updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)
	UpdateRevision string `json:"updateRevision,omitempty"`

	// updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.
	UpdatedReplicas int32 `json:"updatedReplicas,omitempty"`
}

StatefulSetStatus represents the current state of a StatefulSet.

type V1beta1StatefulSetUpdateStrategy ¶

type V1beta1StatefulSetUpdateStrategy struct {

	// RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType.
	RollingUpdate *V1beta1RollingUpdateStatefulSetStrategy `json:"rollingUpdate,omitempty"`

	// Type indicates the type of the StatefulSetUpdateStrategy.
	Type_ string `json:"type,omitempty"`
}

StatefulSetUpdateStrategy indicates the strategy that the StatefulSet controller will use to perform updates. It includes any additional parameters necessary to perform the update for the indicated strategy.

type V1beta1StorageClass ¶

type V1beta1StorageClass struct {

	// AllowVolumeExpansion shows whether the storage class allow volume expand
	AllowVolumeExpansion bool `json:"allowVolumeExpansion,omitempty"`

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
	Metadata *V1ObjectMeta `json:"metadata,omitempty"`

	// Dynamically provisioned PersistentVolumes of this storage class are created with these mountOptions, e.g. [\"ro\", \"soft\"]. Not validated - mount of the PVs will simply fail if one is invalid.
	MountOptions []string `json:"mountOptions,omitempty"`

	// Parameters holds the parameters for the provisioner that should create volumes of this storage class.
	Parameters map[string]string `json:"parameters,omitempty"`

	// Provisioner indicates the type of the provisioner.
	Provisioner string `json:"provisioner"`

	// Dynamically provisioned PersistentVolumes of this storage class are created with this reclaimPolicy. Defaults to Delete.
	ReclaimPolicy string `json:"reclaimPolicy,omitempty"`

	// VolumeBindingMode indicates how PersistentVolumeClaims should be provisioned and bound.  When unset, VolumeBindingImmediate is used. This field is alpha-level and is only honored by servers that enable the VolumeScheduling feature.
	VolumeBindingMode string `json:"volumeBindingMode,omitempty"`
}

StorageClass describes the parameters for a class of storage for which PersistentVolumes can be dynamically provisioned. StorageClasses are non-namespaced; the name of the storage class according to etcd is in ObjectMeta.Name.

type V1beta1StorageClassList ¶

type V1beta1StorageClassList struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Items is the list of StorageClasses
	Items []V1beta1StorageClass `json:"items"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard list metadata More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
	Metadata *V1ListMeta `json:"metadata,omitempty"`
}

StorageClassList is a collection of storage classes.

type V1beta1Subject ¶

type V1beta1Subject struct {

	// APIGroup holds the API group of the referenced subject. Defaults to \"\" for ServiceAccount subjects. Defaults to \"rbac.authorization.k8s.io\" for User and Group subjects.
	ApiGroup string `json:"apiGroup,omitempty"`

	// Kind of object being referenced. Values defined by this API group are \"User\", \"Group\", and \"ServiceAccount\". If the Authorizer does not recognized the kind value, the Authorizer should report an error.
	Kind string `json:"kind"`

	// Name of the object being referenced.
	Name string `json:"name"`

	// Namespace of the referenced object.  If the object kind is non-namespace, such as \"User\" or \"Group\", and this value is not empty the Authorizer should report an error.
	Namespace string `json:"namespace,omitempty"`
}

Subject contains a reference to the object or user identities a role binding applies to. This can either hold a direct API object reference, or a value for non-objects such as user and group names.

type V1beta1SubjectAccessReview ¶

type V1beta1SubjectAccessReview struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	Metadata *V1ObjectMeta `json:"metadata,omitempty"`

	// Spec holds information about the request being evaluated
	Spec *V1beta1SubjectAccessReviewSpec `json:"spec"`

	// Status is filled in by the server and indicates whether the request is allowed or not
	Status *V1beta1SubjectAccessReviewStatus `json:"status,omitempty"`
}

SubjectAccessReview checks whether or not a user or group can perform an action.

type V1beta1SubjectAccessReviewSpec ¶

type V1beta1SubjectAccessReviewSpec struct {

	// Extra corresponds to the user.Info.GetExtra() method from the authenticator.  Since that is input to the authorizer it needs a reflection here.
	Extra map[string][]string `json:"extra,omitempty"`

	// Groups is the groups you're testing for.
	Group []string `json:"group,omitempty"`

	// NonResourceAttributes describes information for a non-resource access request
	NonResourceAttributes *V1beta1NonResourceAttributes `json:"nonResourceAttributes,omitempty"`

	// ResourceAuthorizationAttributes describes information for a resource access request
	ResourceAttributes *V1beta1ResourceAttributes `json:"resourceAttributes,omitempty"`

	// UID information about the requesting user.
	Uid string `json:"uid,omitempty"`

	// User is the user you're testing for. If you specify \"User\" but not \"Group\", then is it interpreted as \"What if User were not a member of any groups
	User string `json:"user,omitempty"`
}

SubjectAccessReviewSpec is a description of the access request. Exactly one of ResourceAuthorizationAttributes and NonResourceAuthorizationAttributes must be set

type V1beta1SubjectAccessReviewStatus ¶

type V1beta1SubjectAccessReviewStatus struct {

	// Allowed is required. True if the action would be allowed, false otherwise.
	Allowed bool `json:"allowed"`

	// Denied is optional. True if the action would be denied, otherwise false. If both allowed is false and denied is false, then the authorizer has no opinion on whether to authorize the action. Denied may not be true if Allowed is true.
	Denied bool `json:"denied,omitempty"`

	// EvaluationError is an indication that some error occurred during the authorization check. It is entirely possible to get an error and be able to continue determine authorization status in spite of it. For instance, RBAC can be missing a role, but enough roles are still present and bound to reason about the request.
	EvaluationError string `json:"evaluationError,omitempty"`

	// Reason is optional.  It indicates why a request was allowed or denied.
	Reason string `json:"reason,omitempty"`
}

SubjectAccessReviewStatus

type V1beta1SubjectRulesReviewStatus ¶

type V1beta1SubjectRulesReviewStatus struct {

	// EvaluationError can appear in combination with Rules. It indicates an error occurred during rule evaluation, such as an authorizer that doesn't support rule evaluation, and that ResourceRules and/or NonResourceRules may be incomplete.
	EvaluationError string `json:"evaluationError,omitempty"`

	// Incomplete is true when the rules returned by this call are incomplete. This is most commonly encountered when an authorizer, such as an external authorizer, doesn't support rules evaluation.
	Incomplete bool `json:"incomplete"`

	// NonResourceRules is the list of actions the subject is allowed to perform on non-resources. The list ordering isn't significant, may contain duplicates, and possibly be incomplete.
	NonResourceRules []V1beta1NonResourceRule `json:"nonResourceRules"`

	// ResourceRules is the list of actions the subject is allowed to perform on resources. The list ordering isn't significant, may contain duplicates, and possibly be incomplete.
	ResourceRules []V1beta1ResourceRule `json:"resourceRules"`
}

SubjectRulesReviewStatus contains the result of a rules check. This check can be incomplete depending on the set of authorizers the server is configured with and any errors experienced during evaluation. Because authorization rules are additive, if a rule appears in a list it's safe to assume the subject has that permission, even if that list is incomplete.

type V1beta1TokenReview ¶

type V1beta1TokenReview struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	Metadata *V1ObjectMeta `json:"metadata,omitempty"`

	// Spec holds information about the request being evaluated
	Spec *V1beta1TokenReviewSpec `json:"spec"`

	// Status is filled in by the server and indicates whether the request can be authenticated.
	Status *V1beta1TokenReviewStatus `json:"status,omitempty"`
}

TokenReview attempts to authenticate a token to a known user. Note: TokenReview requests may be cached by the webhook token authenticator plugin in the kube-apiserver.

type V1beta1TokenReviewSpec ¶

type V1beta1TokenReviewSpec struct {

	// Token is the opaque bearer token.
	Token string `json:"token,omitempty"`
}

TokenReviewSpec is a description of the token authentication request.

type V1beta1TokenReviewStatus ¶

type V1beta1TokenReviewStatus struct {

	// Authenticated indicates that the token was associated with a known user.
	Authenticated bool `json:"authenticated,omitempty"`

	// Error indicates that the token couldn't be checked
	Error_ string `json:"error,omitempty"`

	// User is the UserInfo associated with the provided token.
	User *V1beta1UserInfo `json:"user,omitempty"`
}

TokenReviewStatus is the result of the token authentication request.

type V1beta1UserInfo ¶

type V1beta1UserInfo struct {

	// Any additional information provided by the authenticator.
	Extra map[string][]string `json:"extra,omitempty"`

	// The names of groups this user is a part of.
	Groups []string `json:"groups,omitempty"`

	// A unique value that identifies this user across time. If this user is deleted and another user by the same name is added, they will have different UIDs.
	Uid string `json:"uid,omitempty"`

	// The name that uniquely identifies this user among all active users.
	Username string `json:"username,omitempty"`
}

UserInfo holds the information about the user needed to implement the user.Info interface.

type V1beta1ValidatingWebhookConfiguration ¶

type V1beta1ValidatingWebhookConfiguration struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard object metadata; More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata.
	Metadata *V1ObjectMeta `json:"metadata,omitempty"`

	// Webhooks is a list of webhooks and the affected resources and operations.
	Webhooks []V1beta1Webhook `json:"webhooks,omitempty"`
}

ValidatingWebhookConfiguration describes the configuration of and admission webhook that accept or reject and object without changing it.

type V1beta1ValidatingWebhookConfigurationList ¶

type V1beta1ValidatingWebhookConfigurationList struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// List of ValidatingWebhookConfiguration.
	Items []V1beta1ValidatingWebhookConfiguration `json:"items"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Metadata *V1ListMeta `json:"metadata,omitempty"`
}

ValidatingWebhookConfigurationList is a list of ValidatingWebhookConfiguration.

type V1beta1VolumeAttachment ¶

type V1beta1VolumeAttachment struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard object metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
	Metadata *V1ObjectMeta `json:"metadata,omitempty"`

	// Specification of the desired attach/detach volume behavior. Populated by the Kubernetes system.
	Spec *V1beta1VolumeAttachmentSpec `json:"spec"`

	// Status of the VolumeAttachment request. Populated by the entity completing the attach or detach operation, i.e. the external-attacher.
	Status *V1beta1VolumeAttachmentStatus `json:"status,omitempty"`
}

VolumeAttachment captures the intent to attach or detach the specified volume to/from the specified node. VolumeAttachment objects are non-namespaced.

type V1beta1VolumeAttachmentList ¶

type V1beta1VolumeAttachmentList struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Items is the list of VolumeAttachments
	Items []V1beta1VolumeAttachment `json:"items"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard list metadata More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
	Metadata *V1ListMeta `json:"metadata,omitempty"`
}

VolumeAttachmentList is a collection of VolumeAttachment objects.

type V1beta1VolumeAttachmentSource ¶

type V1beta1VolumeAttachmentSource struct {

	// Name of the persistent volume to attach.
	PersistentVolumeName string `json:"persistentVolumeName,omitempty"`
}

VolumeAttachmentSource represents a volume that should be attached. Right now only PersistenVolumes can be attached via external attacher, in future we may allow also inline volumes in pods. Exactly one member can be set.

type V1beta1VolumeAttachmentSpec ¶

type V1beta1VolumeAttachmentSpec struct {

	// Attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName().
	Attacher string `json:"attacher"`

	// The node that the volume should be attached to.
	NodeName string `json:"nodeName"`

	// Source represents the volume that should be attached.
	Source *V1beta1VolumeAttachmentSource `json:"source"`
}

VolumeAttachmentSpec is the specification of a VolumeAttachment request.

type V1beta1VolumeAttachmentStatus ¶

type V1beta1VolumeAttachmentStatus struct {

	// The last error encountered during attach operation, if any. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.
	AttachError *V1beta1VolumeError `json:"attachError,omitempty"`

	// Indicates the volume is successfully attached. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.
	Attached bool `json:"attached"`

	// Upon successful attach, this field is populated with any information returned by the attach operation that must be passed into subsequent WaitForAttach or Mount calls. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.
	AttachmentMetadata map[string]string `json:"attachmentMetadata,omitempty"`

	// The last error encountered during detach operation, if any. This field must only be set by the entity completing the detach operation, i.e. the external-attacher.
	DetachError *V1beta1VolumeError `json:"detachError,omitempty"`
}

VolumeAttachmentStatus is the status of a VolumeAttachment request.

type V1beta1VolumeError ¶

type V1beta1VolumeError struct {

	// String detailing the error encountered during Attach or Detach operation. This string maybe logged, so it should not contain sensitive information.
	Message string `json:"message,omitempty"`

	// Time the error was encountered.
	Time time.Time `json:"time,omitempty"`
}

VolumeError captures an error encountered during a volume operation.

type V1beta1Webhook ¶

type V1beta1Webhook struct {

	// ClientConfig defines how to communicate with the hook. Required
	ClientConfig *V1beta1WebhookClientConfig `json:"clientConfig"`

	// FailurePolicy defines how unrecognized errors from the admission endpoint are handled - allowed values are Ignore or Fail. Defaults to Ignore.
	FailurePolicy string `json:"failurePolicy,omitempty"`

	// The name of the admission webhook. Name should be fully qualified, e.g., imagepolicy.kubernetes.io, where \"imagepolicy\" is the name of the webhook, and kubernetes.io is the name of the organization. Required.
	Name string `json:"name"`

	// NamespaceSelector decides whether to run the webhook on an object based on whether the namespace for that object matches the selector. If the object itself is a namespace, the matching is performed on object.metadata.labels. If the object is another cluster scoped resource, it never skips the webhook.  For example, to run the webhook on any objects whose namespace is not associated with \"runlevel\" of \"0\" or \"1\";  you will set the selector as follows: \"namespaceSelector\": {   \"matchExpressions\": [     {       \"key\": \"runlevel\",       \"operator\": \"NotIn\",       \"values\": [         \"0\",         \"1\"       ]     }   ] }  If instead you want to only run the webhook on any objects whose namespace is associated with the \"environment\" of \"prod\" or \"staging\"; you will set the selector as follows: \"namespaceSelector\": {   \"matchExpressions\": [     {       \"key\": \"environment\",       \"operator\": \"In\",       \"values\": [         \"prod\",         \"staging\"       ]     }   ] }  See https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/ for more examples of label selectors.  Default to the empty LabelSelector, which matches everything.
	NamespaceSelector *V1LabelSelector `json:"namespaceSelector,omitempty"`

	// Rules describes what operations on what resources/subresources the webhook cares about. The webhook cares about an operation if it matches _any_ Rule. However, in order to prevent ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks from putting the cluster in a state which cannot be recovered from without completely disabling the plugin, ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks are never called on admission requests for ValidatingWebhookConfiguration and MutatingWebhookConfiguration objects.
	Rules []V1beta1RuleWithOperations `json:"rules,omitempty"`
}

Webhook describes an admission webhook and the resources and operations it applies to.

type V1beta1WebhookClientConfig ¶

type V1beta1WebhookClientConfig struct {

	// `caBundle` is a PEM encoded CA bundle which will be used to validate the webhook's server certificate. Required.
	CaBundle string `json:"caBundle"`

	// `service` is a reference to the service for this webhook. Either `service` or `url` must be specified.  If the webhook is running within the cluster, then you should use `service`.  If there is only one port open for the service, that port will be used. If there are multiple ports open, port 443 will be used if it is open, otherwise it is an error.
	Service *AdmissionregistrationV1beta1ServiceReference `json:"service,omitempty"`

	// `url` gives the location of the webhook, in standard URL form (`[scheme://]host:port/path`). Exactly one of `url` or `service` must be specified.  The `host` should not refer to a service running in the cluster; use the `service` field instead. The host might be resolved via external DNS in some apiservers (e.g., `kube-apiserver` cannot resolve in-cluster DNS as that would be a layering violation). `host` may also be an IP address.  Please note that using `localhost` or `127.0.0.1` as a `host` is risky unless you take great care to run this webhook on all hosts which run an apiserver which might need to make calls to this webhook. Such installs are likely to be non-portable, i.e., not easy to turn up in a new cluster.  The scheme must be \"https\"; the URL must begin with \"https://\".  A path is optional, and if present may be any string permissible in a URL. You may use the path to pass an arbitrary string to the webhook, for example, a cluster identifier.  Attempting to use a user or basic auth e.g. \"user:password@\" is not allowed. Fragments (\"#...\") and query parameters (\"?...\") are not allowed, either.
	Url string `json:"url,omitempty"`
}

WebhookClientConfig contains the information to make a TLS connection with the webhook

type V1beta2ControllerRevision ¶

type V1beta2ControllerRevision struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Data is the serialized representation of the state.
	Data *RuntimeRawExtension `json:"data,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
	Metadata *V1ObjectMeta `json:"metadata,omitempty"`

	// Revision indicates the revision of the state represented by Data.
	Revision int64 `json:"revision"`
}

DEPRECATED - This group version of ControllerRevision is deprecated by apps/v1/ControllerRevision. See the release notes for more information. ControllerRevision implements an immutable snapshot of state data. Clients are responsible for serializing and deserializing the objects that contain their internal state. Once a ControllerRevision has been successfully created, it can not be updated. The API Server will fail validation of all requests that attempt to mutate the Data field. ControllerRevisions may, however, be deleted. Note that, due to its use by both the DaemonSet and StatefulSet controllers for update and rollback, this object is beta. However, it may be subject to name and representation changes in future releases, and clients should not depend on its stability. It is primarily for internal use by controllers.

type V1beta2ControllerRevisionList ¶

type V1beta2ControllerRevisionList struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Items is the list of ControllerRevisions
	Items []V1beta2ControllerRevision `json:"items"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
	Metadata *V1ListMeta `json:"metadata,omitempty"`
}

ControllerRevisionList is a resource containing a list of ControllerRevision objects.

type V1beta2DaemonSet ¶

type V1beta2DaemonSet struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
	Metadata *V1ObjectMeta `json:"metadata,omitempty"`

	// The desired behavior of this daemon set. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status
	Spec *V1beta2DaemonSetSpec `json:"spec,omitempty"`

	// The current status of this daemon set. This data may be out of date by some window of time. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status
	Status *V1beta2DaemonSetStatus `json:"status,omitempty"`
}

DEPRECATED - This group version of DaemonSet is deprecated by apps/v1/DaemonSet. See the release notes for more information. DaemonSet represents the configuration of a daemon set.

type V1beta2DaemonSetCondition ¶

type V1beta2DaemonSetCondition struct {

	// Last time the condition transitioned from one status to another.
	LastTransitionTime time.Time `json:"lastTransitionTime,omitempty"`

	// A human readable message indicating details about the transition.
	Message string `json:"message,omitempty"`

	// The reason for the condition's last transition.
	Reason string `json:"reason,omitempty"`

	// Status of the condition, one of True, False, Unknown.
	Status string `json:"status"`

	// Type of DaemonSet condition.
	Type_ string `json:"type"`
}

DaemonSetCondition describes the state of a DaemonSet at a certain point.

type V1beta2DaemonSetList ¶

type V1beta2DaemonSetList struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// A list of daemon sets.
	Items []V1beta2DaemonSet `json:"items"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
	Metadata *V1ListMeta `json:"metadata,omitempty"`
}

DaemonSetList is a collection of daemon sets.

type V1beta2DaemonSetSpec ¶

type V1beta2DaemonSetSpec struct {

	// The minimum number of seconds for which a newly created DaemonSet pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready).
	MinReadySeconds int32 `json:"minReadySeconds,omitempty"`

	// The number of old history to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
	RevisionHistoryLimit int32 `json:"revisionHistoryLimit,omitempty"`

	// A label query over pods that are managed by the daemon set. Must match in order to be controlled. It must match the pod template's labels. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
	Selector *V1LabelSelector `json:"selector"`

	// An object that describes the pod that will be created. The DaemonSet will create exactly one copy of this pod on every node that matches the template's node selector (or on every node if no node selector is specified). More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template
	Template *V1PodTemplateSpec `json:"template"`

	// An update strategy to replace existing DaemonSet pods with new pods.
	UpdateStrategy *V1beta2DaemonSetUpdateStrategy `json:"updateStrategy,omitempty"`
}

DaemonSetSpec is the specification of a daemon set.

type V1beta2DaemonSetStatus ¶

type V1beta2DaemonSetStatus struct {

	// Count of hash collisions for the DaemonSet. The DaemonSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision.
	CollisionCount int32 `json:"collisionCount,omitempty"`

	// Represents the latest available observations of a DaemonSet's current state.
	Conditions []V1beta2DaemonSetCondition `json:"conditions,omitempty"`

	// The number of nodes that are running at least 1 daemon pod and are supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
	CurrentNumberScheduled int32 `json:"currentNumberScheduled"`

	// The total number of nodes that should be running the daemon pod (including nodes correctly running the daemon pod). More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
	DesiredNumberScheduled int32 `json:"desiredNumberScheduled"`

	// The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and available (ready for at least spec.minReadySeconds)
	NumberAvailable int32 `json:"numberAvailable,omitempty"`

	// The number of nodes that are running the daemon pod, but are not supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
	NumberMisscheduled int32 `json:"numberMisscheduled"`

	// The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and ready.
	NumberReady int32 `json:"numberReady"`

	// The number of nodes that should be running the daemon pod and have none of the daemon pod running and available (ready for at least spec.minReadySeconds)
	NumberUnavailable int32 `json:"numberUnavailable,omitempty"`

	// The most recent generation observed by the daemon set controller.
	ObservedGeneration int64 `json:"observedGeneration,omitempty"`

	// The total number of nodes that are running updated daemon pod
	UpdatedNumberScheduled int32 `json:"updatedNumberScheduled,omitempty"`
}

DaemonSetStatus represents the current status of a daemon set.

type V1beta2DaemonSetUpdateStrategy ¶

type V1beta2DaemonSetUpdateStrategy struct {

	// Rolling update config params. Present only if type = \"RollingUpdate\".
	RollingUpdate *V1beta2RollingUpdateDaemonSet `json:"rollingUpdate,omitempty"`

	// Type of daemon set update. Can be \"RollingUpdate\" or \"OnDelete\". Default is RollingUpdate.
	Type_ string `json:"type,omitempty"`
}

DaemonSetUpdateStrategy is a struct used to control the update strategy for a DaemonSet.

type V1beta2Deployment ¶

type V1beta2Deployment struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard object metadata.
	Metadata *V1ObjectMeta `json:"metadata,omitempty"`

	// Specification of the desired behavior of the Deployment.
	Spec *V1beta2DeploymentSpec `json:"spec,omitempty"`

	// Most recently observed status of the Deployment.
	Status *V1beta2DeploymentStatus `json:"status,omitempty"`
}

DEPRECATED - This group version of Deployment is deprecated by apps/v1/Deployment. See the release notes for more information. Deployment enables declarative updates for Pods and ReplicaSets.

type V1beta2DeploymentCondition ¶

type V1beta2DeploymentCondition struct {

	// Last time the condition transitioned from one status to another.
	LastTransitionTime time.Time `json:"lastTransitionTime,omitempty"`

	// The last time this condition was updated.
	LastUpdateTime time.Time `json:"lastUpdateTime,omitempty"`

	// A human readable message indicating details about the transition.
	Message string `json:"message,omitempty"`

	// The reason for the condition's last transition.
	Reason string `json:"reason,omitempty"`

	// Status of the condition, one of True, False, Unknown.
	Status string `json:"status"`

	// Type of deployment condition.
	Type_ string `json:"type"`
}

DeploymentCondition describes the state of a deployment at a certain point.

type V1beta2DeploymentList ¶

type V1beta2DeploymentList struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Items is the list of Deployments.
	Items []V1beta2Deployment `json:"items"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard list metadata.
	Metadata *V1ListMeta `json:"metadata,omitempty"`
}

DeploymentList is a list of Deployments.

type V1beta2DeploymentSpec ¶

type V1beta2DeploymentSpec struct {

	// Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
	MinReadySeconds int32 `json:"minReadySeconds,omitempty"`

	// Indicates that the deployment is paused.
	Paused bool `json:"paused,omitempty"`

	// The maximum time in seconds for a deployment to make progress before it is considered to be failed. The deployment controller will continue to process failed deployments and a condition with a ProgressDeadlineExceeded reason will be surfaced in the deployment status. Note that progress will not be estimated during the time a deployment is paused. Defaults to 600s.
	ProgressDeadlineSeconds int32 `json:"progressDeadlineSeconds,omitempty"`

	// Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
	Replicas int32 `json:"replicas,omitempty"`

	// The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
	RevisionHistoryLimit int32 `json:"revisionHistoryLimit,omitempty"`

	// Label selector for pods. Existing ReplicaSets whose pods are selected by this will be the ones affected by this deployment. It must match the pod template's labels.
	Selector *V1LabelSelector `json:"selector"`

	// The deployment strategy to use to replace existing pods with new ones.
	Strategy *V1beta2DeploymentStrategy `json:"strategy,omitempty"`

	// Template describes the pods that will be created.
	Template *V1PodTemplateSpec `json:"template"`
}

DeploymentSpec is the specification of the desired behavior of the Deployment.

type V1beta2DeploymentStatus ¶

type V1beta2DeploymentStatus struct {

	// Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
	AvailableReplicas int32 `json:"availableReplicas,omitempty"`

	// Count of hash collisions for the Deployment. The Deployment controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ReplicaSet.
	CollisionCount int32 `json:"collisionCount,omitempty"`

	// Represents the latest available observations of a deployment's current state.
	Conditions []V1beta2DeploymentCondition `json:"conditions,omitempty"`

	// The generation observed by the deployment controller.
	ObservedGeneration int64 `json:"observedGeneration,omitempty"`

	// Total number of ready pods targeted by this deployment.
	ReadyReplicas int32 `json:"readyReplicas,omitempty"`

	// Total number of non-terminated pods targeted by this deployment (their labels match the selector).
	Replicas int32 `json:"replicas,omitempty"`

	// Total number of unavailable pods targeted by this deployment. This is the total number of pods that are still required for the deployment to have 100% available capacity. They may either be pods that are running but not yet available or pods that still have not been created.
	UnavailableReplicas int32 `json:"unavailableReplicas,omitempty"`

	// Total number of non-terminated pods targeted by this deployment that have the desired template spec.
	UpdatedReplicas int32 `json:"updatedReplicas,omitempty"`
}

DeploymentStatus is the most recently observed status of the Deployment.

type V1beta2DeploymentStrategy ¶

type V1beta2DeploymentStrategy struct {

	// Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate.
	RollingUpdate *V1beta2RollingUpdateDeployment `json:"rollingUpdate,omitempty"`

	// Type of deployment. Can be \"Recreate\" or \"RollingUpdate\". Default is RollingUpdate.
	Type_ string `json:"type,omitempty"`
}

DeploymentStrategy describes how to replace existing pods with new ones.

type V1beta2ReplicaSet ¶

type V1beta2ReplicaSet struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// If the Labels of a ReplicaSet are empty, they are defaulted to be the same as the Pod(s) that the ReplicaSet manages. Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
	Metadata *V1ObjectMeta `json:"metadata,omitempty"`

	// Spec defines the specification of the desired behavior of the ReplicaSet. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status
	Spec *V1beta2ReplicaSetSpec `json:"spec,omitempty"`

	// Status is the most recently observed status of the ReplicaSet. This data may be out of date by some window of time. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status
	Status *V1beta2ReplicaSetStatus `json:"status,omitempty"`
}

DEPRECATED - This group version of ReplicaSet is deprecated by apps/v1/ReplicaSet. See the release notes for more information. ReplicaSet ensures that a specified number of pod replicas are running at any given time.

type V1beta2ReplicaSetCondition ¶

type V1beta2ReplicaSetCondition struct {

	// The last time the condition transitioned from one status to another.
	LastTransitionTime time.Time `json:"lastTransitionTime,omitempty"`

	// A human readable message indicating details about the transition.
	Message string `json:"message,omitempty"`

	// The reason for the condition's last transition.
	Reason string `json:"reason,omitempty"`

	// Status of the condition, one of True, False, Unknown.
	Status string `json:"status"`

	// Type of replica set condition.
	Type_ string `json:"type"`
}

ReplicaSetCondition describes the state of a replica set at a certain point.

type V1beta2ReplicaSetList ¶

type V1beta2ReplicaSetList struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// List of ReplicaSets. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller
	Items []V1beta2ReplicaSet `json:"items"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Metadata *V1ListMeta `json:"metadata,omitempty"`
}

ReplicaSetList is a collection of ReplicaSets.

type V1beta2ReplicaSetSpec ¶

type V1beta2ReplicaSetSpec struct {

	// Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
	MinReadySeconds int32 `json:"minReadySeconds,omitempty"`

	// Replicas is the number of desired replicas. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
	Replicas int32 `json:"replicas,omitempty"`

	// Selector is a label query over pods that should match the replica count. Label keys and values that must match in order to be controlled by this replica set. It must match the pod template's labels. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
	Selector *V1LabelSelector `json:"selector"`

	// Template is the object that describes the pod that will be created if insufficient replicas are detected. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template
	Template *V1PodTemplateSpec `json:"template,omitempty"`
}

ReplicaSetSpec is the specification of a ReplicaSet.

type V1beta2ReplicaSetStatus ¶

type V1beta2ReplicaSetStatus struct {

	// The number of available replicas (ready for at least minReadySeconds) for this replica set.
	AvailableReplicas int32 `json:"availableReplicas,omitempty"`

	// Represents the latest available observations of a replica set's current state.
	Conditions []V1beta2ReplicaSetCondition `json:"conditions,omitempty"`

	// The number of pods that have labels matching the labels of the pod template of the replicaset.
	FullyLabeledReplicas int32 `json:"fullyLabeledReplicas,omitempty"`

	// ObservedGeneration reflects the generation of the most recently observed ReplicaSet.
	ObservedGeneration int64 `json:"observedGeneration,omitempty"`

	// The number of ready replicas for this replica set.
	ReadyReplicas int32 `json:"readyReplicas,omitempty"`

	// Replicas is the most recently oberved number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
	Replicas int32 `json:"replicas"`
}

ReplicaSetStatus represents the current status of a ReplicaSet.

type V1beta2RollingUpdateDaemonSet ¶

type V1beta2RollingUpdateDaemonSet struct {

	// The maximum number of DaemonSet pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of total number of DaemonSet pods at the start of the update (ex: 10%). Absolute number is calculated from percentage by rounding up. This cannot be 0. Default value is 1. Example: when this is set to 30%, at most 30% of the total number of nodes that should be running the daemon pod (i.e. status.desiredNumberScheduled) can have their pods stopped for an update at any given time. The update starts by stopping at most 30% of those DaemonSet pods and then brings up new DaemonSet pods in their place. Once the new pods are available, it then proceeds onto other DaemonSet pods, thus ensuring that at least 70% of original number of DaemonSet pods are available at all times during the update.
	MaxUnavailable *interface{} `json:"maxUnavailable,omitempty"`
}

Spec to control the desired behavior of daemon set rolling update.

type V1beta2RollingUpdateDeployment ¶

type V1beta2RollingUpdateDeployment struct {

	// The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. Defaults to 25%. Example: when this is set to 30%, the new RC can be scaled up immediately when the rolling update starts, such that the total number of old and new pods do not exceed 130% of desired pods. Once old pods have been killed, new RC can be scaled up further, ensuring that total number of pods running at any time during the update is atmost 130% of desired pods.
	MaxSurge *interface{} `json:"maxSurge,omitempty"`

	// The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. Defaults to 25%. Example: when this is set to 30%, the old RC can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old RC can be scaled down further, followed by scaling up the new RC, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods.
	MaxUnavailable *interface{} `json:"maxUnavailable,omitempty"`
}

Spec to control the desired behavior of rolling update.

type V1beta2RollingUpdateStatefulSetStrategy ¶

type V1beta2RollingUpdateStatefulSetStrategy struct {

	// Partition indicates the ordinal at which the StatefulSet should be partitioned. Default value is 0.
	Partition int32 `json:"partition,omitempty"`
}

RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.

type V1beta2Scale ¶

type V1beta2Scale struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard object metadata; More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata.
	Metadata *V1ObjectMeta `json:"metadata,omitempty"`

	// defines the behavior of the scale. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status.
	Spec *V1beta2ScaleSpec `json:"spec,omitempty"`

	// current status of the scale. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status. Read-only.
	Status *V1beta2ScaleStatus `json:"status,omitempty"`
}

Scale represents a scaling request for a resource.

type V1beta2ScaleSpec ¶

type V1beta2ScaleSpec struct {

	// desired number of instances for the scaled object.
	Replicas int32 `json:"replicas,omitempty"`
}

ScaleSpec describes the attributes of a scale subresource

type V1beta2ScaleStatus ¶

type V1beta2ScaleStatus struct {

	// actual number of observed instances of the scaled object.
	Replicas int32 `json:"replicas"`

	// label query over pods that should match the replicas count. More info: http://kubernetes.io/docs/user-guide/labels#label-selectors
	Selector map[string]string `json:"selector,omitempty"`

	// label selector for pods that should match the replicas count. This is a serializated version of both map-based and more expressive set-based selectors. This is done to avoid introspection in the clients. The string will be in the same format as the query-param syntax. If the target type only supports map-based selectors, both this field and map-based selector field are populated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
	TargetSelector string `json:"targetSelector,omitempty"`
}

ScaleStatus represents the current status of a scale subresource.

type V1beta2StatefulSet ¶

type V1beta2StatefulSet struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	Metadata *V1ObjectMeta `json:"metadata,omitempty"`

	// Spec defines the desired identities of pods in this set.
	Spec *V1beta2StatefulSetSpec `json:"spec,omitempty"`

	// Status is the current status of Pods in this StatefulSet. This data may be out of date by some window of time.
	Status *V1beta2StatefulSetStatus `json:"status,omitempty"`
}

DEPRECATED - This group version of StatefulSet is deprecated by apps/v1/StatefulSet. See the release notes for more information. StatefulSet represents a set of pods with consistent identities. Identities are defined as: - Network: A single stable DNS and hostname. - Storage: As many VolumeClaims as requested. The StatefulSet guarantees that a given network identity will always map to the same storage identity.

type V1beta2StatefulSetCondition ¶

type V1beta2StatefulSetCondition struct {

	// Last time the condition transitioned from one status to another.
	LastTransitionTime time.Time `json:"lastTransitionTime,omitempty"`

	// A human readable message indicating details about the transition.
	Message string `json:"message,omitempty"`

	// The reason for the condition's last transition.
	Reason string `json:"reason,omitempty"`

	// Status of the condition, one of True, False, Unknown.
	Status string `json:"status"`

	// Type of statefulset condition.
	Type_ string `json:"type"`
}

StatefulSetCondition describes the state of a statefulset at a certain point.

type V1beta2StatefulSetList ¶

type V1beta2StatefulSetList struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	Items []V1beta2StatefulSet `json:"items"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	Metadata *V1ListMeta `json:"metadata,omitempty"`
}

StatefulSetList is a collection of StatefulSets.

type V1beta2StatefulSetSpec ¶

type V1beta2StatefulSetSpec struct {

	// podManagementPolicy controls how pods are created during initial scale up, when replacing pods on nodes, or when scaling down. The default policy is `OrderedReady`, where pods are created in increasing order (pod-0, then pod-1, etc) and the controller will wait until each pod is ready before continuing. When scaling down, the pods are removed in the opposite order. The alternative policy is `Parallel` which will create pods in parallel to match the desired scale without waiting, and on scale down will delete all pods at once.
	PodManagementPolicy string `json:"podManagementPolicy,omitempty"`

	// replicas is the desired number of replicas of the given Template. These are replicas in the sense that they are instantiations of the same Template, but individual replicas also have a consistent identity. If unspecified, defaults to 1.
	Replicas int32 `json:"replicas,omitempty"`

	// revisionHistoryLimit is the maximum number of revisions that will be maintained in the StatefulSet's revision history. The revision history consists of all revisions not represented by a currently applied StatefulSetSpec version. The default value is 10.
	RevisionHistoryLimit int32 `json:"revisionHistoryLimit,omitempty"`

	// selector is a label query over pods that should match the replica count. It must match the pod template's labels. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
	Selector *V1LabelSelector `json:"selector"`

	// serviceName is the name of the service that governs this StatefulSet. This service must exist before the StatefulSet, and is responsible for the network identity of the set. Pods get DNS/hostnames that follow the pattern: pod-specific-string.serviceName.default.svc.cluster.local where \"pod-specific-string\" is managed by the StatefulSet controller.
	ServiceName string `json:"serviceName"`

	// template is the object that describes the pod that will be created if insufficient replicas are detected. Each pod stamped out by the StatefulSet will fulfill this Template, but have a unique identity from the rest of the StatefulSet.
	Template *V1PodTemplateSpec `json:"template"`

	// updateStrategy indicates the StatefulSetUpdateStrategy that will be employed to update Pods in the StatefulSet when a revision is made to Template.
	UpdateStrategy *V1beta2StatefulSetUpdateStrategy `json:"updateStrategy,omitempty"`

	// volumeClaimTemplates is a list of claims that pods are allowed to reference. The StatefulSet controller is responsible for mapping network identities to claims in a way that maintains the identity of a pod. Every claim in this list must have at least one matching (by name) volumeMount in one container in the template. A claim in this list takes precedence over any volumes in the template, with the same name.
	VolumeClaimTemplates []V1PersistentVolumeClaim `json:"volumeClaimTemplates,omitempty"`
}

A StatefulSetSpec is the specification of a StatefulSet.

type V1beta2StatefulSetStatus ¶

type V1beta2StatefulSetStatus struct {

	// collisionCount is the count of hash collisions for the StatefulSet. The StatefulSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision.
	CollisionCount int32 `json:"collisionCount,omitempty"`

	// Represents the latest available observations of a statefulset's current state.
	Conditions []V1beta2StatefulSetCondition `json:"conditions,omitempty"`

	// currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.
	CurrentReplicas int32 `json:"currentReplicas,omitempty"`

	// currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).
	CurrentRevision string `json:"currentRevision,omitempty"`

	// observedGeneration is the most recent generation observed for this StatefulSet. It corresponds to the StatefulSet's generation, which is updated on mutation by the API Server.
	ObservedGeneration int64 `json:"observedGeneration,omitempty"`

	// readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition.
	ReadyReplicas int32 `json:"readyReplicas,omitempty"`

	// replicas is the number of Pods created by the StatefulSet controller.
	Replicas int32 `json:"replicas"`

	// updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)
	UpdateRevision string `json:"updateRevision,omitempty"`

	// updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.
	UpdatedReplicas int32 `json:"updatedReplicas,omitempty"`
}

StatefulSetStatus represents the current state of a StatefulSet.

type V1beta2StatefulSetUpdateStrategy ¶

type V1beta2StatefulSetUpdateStrategy struct {

	// RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType.
	RollingUpdate *V1beta2RollingUpdateStatefulSetStrategy `json:"rollingUpdate,omitempty"`

	// Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.
	Type_ string `json:"type,omitempty"`
}

StatefulSetUpdateStrategy indicates the strategy that the StatefulSet controller will use to perform updates. It includes any additional parameters necessary to perform the update for the indicated strategy.

type V2alpha1CronJob ¶

type V2alpha1CronJob struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
	Metadata *V1ObjectMeta `json:"metadata,omitempty"`

	// Specification of the desired behavior of a cron job, including the schedule. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status
	Spec *V2alpha1CronJobSpec `json:"spec,omitempty"`

	// Current status of a cron job. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status
	Status *V2alpha1CronJobStatus `json:"status,omitempty"`
}

CronJob represents the configuration of a single cron job.

type V2alpha1CronJobList ¶

type V2alpha1CronJobList struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// items is the list of CronJobs.
	Items []V2alpha1CronJob `json:"items"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
	Metadata *V1ListMeta `json:"metadata,omitempty"`
}

CronJobList is a collection of cron jobs.

type V2alpha1CronJobSpec ¶

type V2alpha1CronJobSpec struct {

	// Specifies how to treat concurrent executions of a Job. Valid values are: - \"Allow\" (default): allows CronJobs to run concurrently; - \"Forbid\": forbids concurrent runs, skipping next run if previous run hasn't finished yet; - \"Replace\": cancels currently running job and replaces it with a new one
	ConcurrencyPolicy string `json:"concurrencyPolicy,omitempty"`

	// The number of failed finished jobs to retain. This is a pointer to distinguish between explicit zero and not specified.
	FailedJobsHistoryLimit int32 `json:"failedJobsHistoryLimit,omitempty"`

	// Specifies the job that will be created when executing a CronJob.
	JobTemplate *V2alpha1JobTemplateSpec `json:"jobTemplate"`

	// The schedule in Cron format, see https://en.wikipedia.org/wiki/Cron.
	Schedule string `json:"schedule"`

	// Optional deadline in seconds for starting the job if it misses scheduled time for any reason.  Missed jobs executions will be counted as failed ones.
	StartingDeadlineSeconds int64 `json:"startingDeadlineSeconds,omitempty"`

	// The number of successful finished jobs to retain. This is a pointer to distinguish between explicit zero and not specified.
	SuccessfulJobsHistoryLimit int32 `json:"successfulJobsHistoryLimit,omitempty"`

	// This flag tells the controller to suspend subsequent executions, it does not apply to already started executions.  Defaults to false.
	Suspend bool `json:"suspend,omitempty"`
}

CronJobSpec describes how the job execution will look like and when it will actually run.

type V2alpha1CronJobStatus ¶

type V2alpha1CronJobStatus struct {

	// A list of pointers to currently running jobs.
	Active []V1ObjectReference `json:"active,omitempty"`

	// Information when was the last time the job was successfully scheduled.
	LastScheduleTime time.Time `json:"lastScheduleTime,omitempty"`
}

CronJobStatus represents the current state of a cron job.

type V2alpha1JobTemplateSpec ¶

type V2alpha1JobTemplateSpec struct {

	// Standard object's metadata of the jobs created from this template. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
	Metadata *V1ObjectMeta `json:"metadata,omitempty"`

	// Specification of the desired behavior of the job. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status
	Spec *V1JobSpec `json:"spec,omitempty"`
}

JobTemplateSpec describes the data a Job should have when created from a template

type V2beta1CrossVersionObjectReference ¶

type V2beta1CrossVersionObjectReference struct {

	// API version of the referent
	ApiVersion string `json:"apiVersion,omitempty"`

	// Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds\"
	Kind string `json:"kind"`

	// Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names
	Name string `json:"name"`
}

CrossVersionObjectReference contains enough information to let you identify the referred resource.

type V2beta1ExternalMetricSource ¶

type V2beta1ExternalMetricSource struct {

	// metricName is the name of the metric in question.
	MetricName string `json:"metricName"`

	// metricSelector is used to identify a specific time series within a given metric.
	MetricSelector *V1LabelSelector `json:"metricSelector,omitempty"`

	// targetAverageValue is the target per-pod value of global metric (as a quantity). Mutually exclusive with TargetValue.
	TargetAverageValue string `json:"targetAverageValue,omitempty"`

	// targetValue is the target value of the metric (as a quantity). Mutually exclusive with TargetAverageValue.
	TargetValue string `json:"targetValue,omitempty"`
}

ExternalMetricSource indicates how to scale on a metric not associated with any Kubernetes object (for example length of queue in cloud messaging service, or QPS from loadbalancer running outside of cluster). Exactly one \"target\" type should be set.

type V2beta1ExternalMetricStatus ¶

type V2beta1ExternalMetricStatus struct {

	// currentAverageValue is the current value of metric averaged over autoscaled pods.
	CurrentAverageValue string `json:"currentAverageValue,omitempty"`

	// currentValue is the current value of the metric (as a quantity)
	CurrentValue string `json:"currentValue"`

	// metricName is the name of a metric used for autoscaling in metric system.
	MetricName string `json:"metricName"`

	// metricSelector is used to identify a specific time series within a given metric.
	MetricSelector *V1LabelSelector `json:"metricSelector,omitempty"`
}

ExternalMetricStatus indicates the current value of a global metric not associated with any Kubernetes object.

type V2beta1HorizontalPodAutoscaler ¶

type V2beta1HorizontalPodAutoscaler struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// metadata is the standard object metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
	Metadata *V1ObjectMeta `json:"metadata,omitempty"`

	// spec is the specification for the behaviour of the autoscaler. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status.
	Spec *V2beta1HorizontalPodAutoscalerSpec `json:"spec,omitempty"`

	// status is the current information about the autoscaler.
	Status *V2beta1HorizontalPodAutoscalerStatus `json:"status,omitempty"`
}

HorizontalPodAutoscaler is the configuration for a horizontal pod autoscaler, which automatically manages the replica count of any resource implementing the scale subresource based on the metrics specified.

type V2beta1HorizontalPodAutoscalerCondition ¶

type V2beta1HorizontalPodAutoscalerCondition struct {

	// lastTransitionTime is the last time the condition transitioned from one status to another
	LastTransitionTime time.Time `json:"lastTransitionTime,omitempty"`

	// message is a human-readable explanation containing details about the transition
	Message string `json:"message,omitempty"`

	// reason is the reason for the condition's last transition.
	Reason string `json:"reason,omitempty"`

	// status is the status of the condition (True, False, Unknown)
	Status string `json:"status"`

	// type describes the current condition
	Type_ string `json:"type"`
}

HorizontalPodAutoscalerCondition describes the state of a HorizontalPodAutoscaler at a certain point.

type V2beta1HorizontalPodAutoscalerList ¶

type V2beta1HorizontalPodAutoscalerList struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	ApiVersion string `json:"apiVersion,omitempty"`

	// items is the list of horizontal pod autoscaler objects.
	Items []V2beta1HorizontalPodAutoscaler `json:"items"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// metadata is the standard list metadata.
	Metadata *V1ListMeta `json:"metadata,omitempty"`
}

HorizontalPodAutoscaler is a list of horizontal pod autoscaler objects.

type V2beta1HorizontalPodAutoscalerSpec ¶

type V2beta1HorizontalPodAutoscalerSpec struct {

	// maxReplicas is the upper limit for the number of replicas to which the autoscaler can scale up. It cannot be less that minReplicas.
	MaxReplicas int32 `json:"maxReplicas"`

	// metrics contains the specifications for which to use to calculate the desired replica count (the maximum replica count across all metrics will be used).  The desired replica count is calculated multiplying the ratio between the target value and the current value by the current number of pods.  Ergo, metrics used must decrease as the pod count is increased, and vice-versa.  See the individual metric source types for more information about how each type of metric must respond.
	Metrics []V2beta1MetricSpec `json:"metrics,omitempty"`

	// minReplicas is the lower limit for the number of replicas to which the autoscaler can scale down. It defaults to 1 pod.
	MinReplicas int32 `json:"minReplicas,omitempty"`

	// scaleTargetRef points to the target resource to scale, and is used to the pods for which metrics should be collected, as well as to actually change the replica count.
	ScaleTargetRef *V2beta1CrossVersionObjectReference `json:"scaleTargetRef"`
}

HorizontalPodAutoscalerSpec describes the desired functionality of the HorizontalPodAutoscaler.

type V2beta1HorizontalPodAutoscalerStatus ¶

type V2beta1HorizontalPodAutoscalerStatus struct {

	// conditions is the set of conditions required for this autoscaler to scale its target, and indicates whether or not those conditions are met.
	Conditions []V2beta1HorizontalPodAutoscalerCondition `json:"conditions"`

	// currentMetrics is the last read state of the metrics used by this autoscaler.
	CurrentMetrics []V2beta1MetricStatus `json:"currentMetrics"`

	// currentReplicas is current number of replicas of pods managed by this autoscaler, as last seen by the autoscaler.
	CurrentReplicas int32 `json:"currentReplicas"`

	// desiredReplicas is the desired number of replicas of pods managed by this autoscaler, as last calculated by the autoscaler.
	DesiredReplicas int32 `json:"desiredReplicas"`

	// lastScaleTime is the last time the HorizontalPodAutoscaler scaled the number of pods, used by the autoscaler to control how often the number of pods is changed.
	LastScaleTime time.Time `json:"lastScaleTime,omitempty"`

	// observedGeneration is the most recent generation observed by this autoscaler.
	ObservedGeneration int64 `json:"observedGeneration,omitempty"`
}

HorizontalPodAutoscalerStatus describes the current status of a horizontal pod autoscaler.

type V2beta1MetricSpec ¶

type V2beta1MetricSpec struct {

	// external refers to a global metric that is not associated with any Kubernetes object. It allows autoscaling based on information coming from components running outside of cluster (for example length of queue in cloud messaging service, or QPS from loadbalancer running outside of cluster).
	External *V2beta1ExternalMetricSource `json:"external,omitempty"`

	// object refers to a metric describing a single kubernetes object (for example, hits-per-second on an Ingress object).
	Object *V2beta1ObjectMetricSource `json:"object,omitempty"`

	// pods refers to a metric describing each pod in the current scale target (for example, transactions-processed-per-second).  The values will be averaged together before being compared to the target value.
	Pods *V2beta1PodsMetricSource `json:"pods,omitempty"`

	// resource refers to a resource metric (such as those specified in requests and limits) known to Kubernetes describing each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the \"pods\" source.
	Resource *V2beta1ResourceMetricSource `json:"resource,omitempty"`

	// type is the type of metric source.  It should be one of \"Object\", \"Pods\" or \"Resource\", each mapping to a matching field in the object.
	Type_ string `json:"type"`
}

MetricSpec specifies how to scale based on a single metric (only `type` and one other matching field should be set at once).

type V2beta1MetricStatus ¶

type V2beta1MetricStatus struct {

	// external refers to a global metric that is not associated with any Kubernetes object. It allows autoscaling based on information coming from components running outside of cluster (for example length of queue in cloud messaging service, or QPS from loadbalancer running outside of cluster).
	External *V2beta1ExternalMetricStatus `json:"external,omitempty"`

	// object refers to a metric describing a single kubernetes object (for example, hits-per-second on an Ingress object).
	Object *V2beta1ObjectMetricStatus `json:"object,omitempty"`

	// pods refers to a metric describing each pod in the current scale target (for example, transactions-processed-per-second).  The values will be averaged together before being compared to the target value.
	Pods *V2beta1PodsMetricStatus `json:"pods,omitempty"`

	// resource refers to a resource metric (such as those specified in requests and limits) known to Kubernetes describing each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the \"pods\" source.
	Resource *V2beta1ResourceMetricStatus `json:"resource,omitempty"`

	// type is the type of metric source.  It will be one of \"Object\", \"Pods\" or \"Resource\", each corresponds to a matching field in the object.
	Type_ string `json:"type"`
}

MetricStatus describes the last-read state of a single metric.

type V2beta1ObjectMetricSource ¶

type V2beta1ObjectMetricSource struct {

	// metricName is the name of the metric in question.
	MetricName string `json:"metricName"`

	// target is the described Kubernetes object.
	Target *V2beta1CrossVersionObjectReference `json:"target"`

	// targetValue is the target value of the metric (as a quantity).
	TargetValue string `json:"targetValue"`
}

ObjectMetricSource indicates how to scale on a metric describing a kubernetes object (for example, hits-per-second on an Ingress object).

type V2beta1ObjectMetricStatus ¶

type V2beta1ObjectMetricStatus struct {

	// currentValue is the current value of the metric (as a quantity).
	CurrentValue string `json:"currentValue"`

	// metricName is the name of the metric in question.
	MetricName string `json:"metricName"`

	// target is the described Kubernetes object.
	Target *V2beta1CrossVersionObjectReference `json:"target"`
}

ObjectMetricStatus indicates the current value of a metric describing a kubernetes object (for example, hits-per-second on an Ingress object).

type V2beta1PodsMetricSource ¶

type V2beta1PodsMetricSource struct {

	// metricName is the name of the metric in question
	MetricName string `json:"metricName"`

	// targetAverageValue is the target value of the average of the metric across all relevant pods (as a quantity)
	TargetAverageValue string `json:"targetAverageValue"`
}

PodsMetricSource indicates how to scale on a metric describing each pod in the current scale target (for example, transactions-processed-per-second). The values will be averaged together before being compared to the target value.

type V2beta1PodsMetricStatus ¶

type V2beta1PodsMetricStatus struct {

	// currentAverageValue is the current value of the average of the metric across all relevant pods (as a quantity)
	CurrentAverageValue string `json:"currentAverageValue"`

	// metricName is the name of the metric in question
	MetricName string `json:"metricName"`
}

PodsMetricStatus indicates the current value of a metric describing each pod in the current scale target (for example, transactions-processed-per-second).

type V2beta1ResourceMetricSource ¶

type V2beta1ResourceMetricSource struct {

	// name is the name of the resource in question.
	Name string `json:"name"`

	// targetAverageUtilization is the target value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods.
	TargetAverageUtilization int32 `json:"targetAverageUtilization,omitempty"`

	// targetAverageValue is the target value of the average of the resource metric across all relevant pods, as a raw value (instead of as a percentage of the request), similar to the \"pods\" metric source type.
	TargetAverageValue string `json:"targetAverageValue,omitempty"`
}

ResourceMetricSource indicates how to scale on a resource metric known to Kubernetes, as specified in requests and limits, describing each pod in the current scale target (e.g. CPU or memory). The values will be averaged together before being compared to the target. Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the \"pods\" source. Only one \"target\" type should be set.

type V2beta1ResourceMetricStatus ¶

type V2beta1ResourceMetricStatus struct {

	// currentAverageUtilization is the current value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods.  It will only be present if `targetAverageValue` was set in the corresponding metric specification.
	CurrentAverageUtilization int32 `json:"currentAverageUtilization,omitempty"`

	// currentAverageValue is the current value of the average of the resource metric across all relevant pods, as a raw value (instead of as a percentage of the request), similar to the \"pods\" metric source type. It will always be set, regardless of the corresponding metric specification.
	CurrentAverageValue string `json:"currentAverageValue"`

	// name is the name of the resource in question.
	Name string `json:"name"`
}

ResourceMetricStatus indicates the current value of a resource metric known to Kubernetes, as specified in requests and limits, describing each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the \"pods\" source.

type VersionApiService ¶

type VersionApiService service

func (*VersionApiService) GetCode ¶

VersionApiService get the code version * @param ctx context.Context for authentication, logging, tracing, etc. @return VersionInfo

type VersionInfo ¶

type VersionInfo struct {
	BuildDate string `json:"buildDate"`

	Compiler string `json:"compiler"`

	GitCommit string `json:"gitCommit"`

	GitTreeState string `json:"gitTreeState"`

	GitVersion string `json:"gitVersion"`

	GoVersion string `json:"goVersion"`

	Major string `json:"major"`

	Minor string `json:"minor"`

	Platform string `json:"platform"`
}

Info contains versioning information. how we'll want to distribute that information.

type WatchClient ¶

type WatchClient struct {
	Cfg     *Configuration
	Client  *APIClient
	Path    string
	MakerFn func() interface{}
}

WatchClient is a client for Watching the Kubernetes API

func (*WatchClient) Connect ¶

func (w *WatchClient) Connect(ctx context.Context, resourceVersion string) (<-chan *Result, <-chan error, error)

Connect initiates a watch to the server.

Source Files ¶

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL