From c120630aa3664e13e0af71367e71e6c837451e74 Mon Sep 17 00:00:00 2001 From: mbohlool Date: Tue, 22 Nov 2016 15:19:05 -0800 Subject: [PATCH] Update/move generated client --- docs/UnversionedAPIVersions.md | 11 - .../.swagger-codegen-ignore | 1 + kubernetes/README.md | 798 ++++++ {k8sclient => kubernetes/client}/__init__.py | 0 .../client}/api_client.py | 0 .../client}/apis/__init__.py | 0 .../client}/apis/apis_api.py | 0 .../client}/apis/apps_api.py | 0 .../client}/apis/apps_v1beta1_api.py | 0 .../client}/apis/authentication_api.py | 0 .../apis/authentication_v1beta1_api.py | 0 .../client}/apis/authorization_api.py | 0 .../client}/apis/authorization_v1beta1_api.py | 0 .../client}/apis/autoscaling_api.py | 0 .../client}/apis/autoscaling_v1_api.py | 0 .../client}/apis/batch_api.py | 0 .../client}/apis/batch_v1_api.py | 0 .../client}/apis/batch_v2alpha1_api.py | 0 .../client}/apis/certificates_api.py | 0 .../client}/apis/certificates_v1alpha1_api.py | 0 .../client}/apis/core_api.py | 0 .../client}/apis/core_v1_api.py | 0 .../client}/apis/extensions_api.py | 0 .../client}/apis/extensions_v1beta1_api.py | 0 .../client}/apis/logs_api.py | 0 .../client}/apis/policy_api.py | 0 .../client}/apis/policy_v1beta1_api.py | 0 .../client}/apis/rbac_authorization_api.py | 0 .../apis/rbac_authorization_v1alpha1_api.py | 0 .../client}/apis/storage_api.py | 0 .../client}/apis/storage_v1beta1_api.py | 0 .../client}/apis/version_api.py | 0 .../client}/configuration.py | 2 +- .../client}/models/__init__.py | 0 .../client}/models/intstr_int_or_string.py | 0 .../client}/models/resource_quantity.py | 0 .../client}/models/runtime_raw_extension.py | 0 .../client}/models/unversioned_api_group.py | 0 .../models/unversioned_api_group_list.py | 0 .../models/unversioned_api_resource.py | 0 .../models/unversioned_api_resource_list.py | 0 .../models/unversioned_api_versions.py | 0 ...unversioned_group_version_for_discovery.py | 0 .../models/unversioned_label_selector.py | 0 .../unversioned_label_selector_requirement.py | 0 .../client}/models/unversioned_list_meta.py | 0 ...versioned_server_address_by_client_cidr.py | 0 .../client}/models/unversioned_status.py | 0 .../models/unversioned_status_cause.py | 0 .../models/unversioned_status_details.py | 0 .../client}/models/unversioned_time.py | 0 .../client}/models/v1_attached_volume.py | 0 .../client}/models/v1_binding.py | 0 .../client}/models/v1_capabilities.py | 0 .../client}/models/v1_component_condition.py | 0 .../client}/models/v1_component_status.py | 0 .../models/v1_component_status_list.py | 0 .../client}/models/v1_config_map.py | 0 .../models/v1_config_map_key_selector.py | 0 .../client}/models/v1_config_map_list.py | 0 .../client}/models/v1_container.py | 0 .../client}/models/v1_container_image.py | 0 .../client}/models/v1_container_port.py | 0 .../client}/models/v1_container_state.py | 0 .../models/v1_container_state_running.py | 0 .../models/v1_container_state_terminated.py | 0 .../models/v1_container_state_waiting.py | 0 .../client}/models/v1_container_status.py | 0 .../v1_cross_version_object_reference.py | 0 .../client}/models/v1_daemon_endpoint.py | 0 .../client}/models/v1_delete_options.py | 0 .../client}/models/v1_endpoint_address.py | 0 .../client}/models/v1_endpoint_port.py | 0 .../client}/models/v1_endpoint_subset.py | 0 .../client}/models/v1_endpoints.py | 0 .../client}/models/v1_endpoints_list.py | 0 .../client}/models/v1_env_var.py | 0 .../client}/models/v1_env_var_source.py | 0 .../client}/models/v1_event.py | 0 .../client}/models/v1_event_list.py | 0 .../client}/models/v1_event_source.py | 0 .../client}/models/v1_exec_action.py | 0 .../client}/models/v1_handler.py | 0 .../models/v1_horizontal_pod_autoscaler.py | 0 .../v1_horizontal_pod_autoscaler_list.py | 0 .../v1_horizontal_pod_autoscaler_spec.py | 0 .../v1_horizontal_pod_autoscaler_status.py | 0 .../client}/models/v1_http_get_action.py | 0 .../client}/models/v1_http_header.py | 0 .../client}/models/v1_job.py | 0 .../client}/models/v1_job_condition.py | 0 .../client}/models/v1_job_list.py | 0 .../client}/models/v1_job_spec.py | 0 .../client}/models/v1_job_status.py | 0 .../client}/models/v1_lifecycle.py | 0 .../client}/models/v1_limit_range.py | 0 .../client}/models/v1_limit_range_item.py | 0 .../client}/models/v1_limit_range_list.py | 0 .../client}/models/v1_limit_range_spec.py | 0 .../models/v1_load_balancer_ingress.py | 0 .../client}/models/v1_load_balancer_status.py | 0 .../models/v1_local_object_reference.py | 0 .../client}/models/v1_namespace.py | 0 .../client}/models/v1_namespace_list.py | 0 .../client}/models/v1_namespace_spec.py | 0 .../client}/models/v1_namespace_status.py | 0 .../client}/models/v1_node.py | 0 .../client}/models/v1_node_address.py | 0 .../client}/models/v1_node_condition.py | 0 .../models/v1_node_daemon_endpoints.py | 0 .../client}/models/v1_node_list.py | 0 .../client}/models/v1_node_spec.py | 0 .../client}/models/v1_node_status.py | 0 .../client}/models/v1_node_system_info.py | 0 .../models/v1_object_field_selector.py | 0 .../client}/models/v1_object_meta.py | 0 .../client}/models/v1_object_reference.py | 0 .../client}/models/v1_owner_reference.py | 0 .../client}/models/v1_persistent_volume.py | 0 .../models/v1_persistent_volume_claim.py | 0 .../models/v1_persistent_volume_claim_list.py | 0 .../models/v1_persistent_volume_claim_spec.py | 0 .../v1_persistent_volume_claim_status.py | 0 .../models/v1_persistent_volume_list.py | 0 .../models/v1_persistent_volume_spec.py | 0 .../models/v1_persistent_volume_status.py | 0 .../client}/models/v1_pod.py | 0 .../client}/models/v1_pod_condition.py | 0 .../client}/models/v1_pod_list.py | 0 .../client}/models/v1_pod_security_context.py | 0 .../client}/models/v1_pod_spec.py | 0 .../client}/models/v1_pod_status.py | 0 .../client}/models/v1_pod_template.py | 0 .../client}/models/v1_pod_template_list.py | 0 .../client}/models/v1_pod_template_spec.py | 0 .../client}/models/v1_preconditions.py | 0 .../client}/models/v1_probe.py | 0 .../models/v1_replication_controller.py | 0 .../v1_replication_controller_condition.py | 0 .../models/v1_replication_controller_list.py | 0 .../models/v1_replication_controller_spec.py | 0 .../v1_replication_controller_status.py | 0 .../models/v1_resource_field_selector.py | 0 .../client}/models/v1_resource_quota.py | 0 .../client}/models/v1_resource_quota_list.py | 0 .../client}/models/v1_resource_quota_spec.py | 0 .../models/v1_resource_quota_status.py | 0 .../models/v1_resource_requirements.py | 0 .../client}/models/v1_scale.py | 0 .../client}/models/v1_scale_spec.py | 0 .../client}/models/v1_scale_status.py | 0 .../client}/models/v1_se_linux_options.py | 0 .../client}/models/v1_secret.py | 0 .../client}/models/v1_secret_key_selector.py | 0 .../client}/models/v1_secret_list.py | 0 .../client}/models/v1_security_context.py | 0 .../client}/models/v1_service.py | 0 .../client}/models/v1_service_account.py | 0 .../client}/models/v1_service_account_list.py | 0 .../client}/models/v1_service_list.py | 0 .../client}/models/v1_service_port.py | 0 .../client}/models/v1_service_spec.py | 0 .../client}/models/v1_service_status.py | 0 .../client}/models/v1_tcp_socket_action.py | 0 .../client}/models/v1_volume.py | 0 .../client}/models/v1_volume_mount.py | 0 .../v1alpha1_certificate_signing_request.py | 0 ...1_certificate_signing_request_condition.py | 0 ...alpha1_certificate_signing_request_list.py | 0 ...alpha1_certificate_signing_request_spec.py | 0 ...pha1_certificate_signing_request_status.py | 0 .../client}/models/v1alpha1_cluster_role.py | 0 .../models/v1alpha1_cluster_role_binding.py | 0 .../v1alpha1_cluster_role_binding_list.py | 0 .../models/v1alpha1_cluster_role_list.py | 0 .../client}/models/v1alpha1_policy_rule.py | 0 .../client}/models/v1alpha1_role.py | 0 .../client}/models/v1alpha1_role_binding.py | 0 .../models/v1alpha1_role_binding_list.py | 0 .../client}/models/v1alpha1_role_list.py | 0 .../client}/models/v1alpha1_role_ref.py | 0 .../client}/models/v1alpha1_subject.py | 0 .../client}/models/v1beta1_api_version.py | 0 .../models/v1beta1_cpu_target_utilization.py | 0 .../client}/models/v1beta1_daemon_set.py | 0 .../client}/models/v1beta1_daemon_set_list.py | 0 .../client}/models/v1beta1_daemon_set_spec.py | 0 .../models/v1beta1_daemon_set_status.py | 0 .../client}/models/v1beta1_deployment.py | 0 .../models/v1beta1_deployment_condition.py | 0 .../client}/models/v1beta1_deployment_list.py | 0 .../models/v1beta1_deployment_rollback.py | 0 .../client}/models/v1beta1_deployment_spec.py | 0 .../models/v1beta1_deployment_status.py | 0 .../models/v1beta1_deployment_strategy.py | 0 .../client}/models/v1beta1_eviction.py | 0 .../v1beta1_horizontal_pod_autoscaler.py | 0 .../v1beta1_horizontal_pod_autoscaler_list.py | 0 .../v1beta1_horizontal_pod_autoscaler_spec.py | 0 ...1beta1_horizontal_pod_autoscaler_status.py | 0 .../client}/models/v1beta1_ingress.py | 0 .../client}/models/v1beta1_ingress_backend.py | 0 .../client}/models/v1beta1_ingress_list.py | 0 .../client}/models/v1beta1_ingress_rule.py | 0 .../client}/models/v1beta1_ingress_spec.py | 0 .../client}/models/v1beta1_ingress_status.py | 0 .../client}/models/v1beta1_ingress_tls.py | 0 .../client}/models/v1beta1_job.py | 0 .../client}/models/v1beta1_job_condition.py | 0 .../client}/models/v1beta1_job_list.py | 0 .../client}/models/v1beta1_job_spec.py | 0 .../client}/models/v1beta1_job_status.py | 0 .../v1beta1_local_subject_access_review.py | 0 .../client}/models/v1beta1_network_policy.py | 0 .../v1beta1_network_policy_ingress_rule.py | 0 .../models/v1beta1_network_policy_list.py | 0 .../models/v1beta1_network_policy_peer.py | 0 .../models/v1beta1_network_policy_port.py | 0 .../models/v1beta1_network_policy_spec.py | 0 .../models/v1beta1_non_resource_attributes.py | 0 .../models/v1beta1_pod_disruption_budget.py | 0 .../v1beta1_pod_disruption_budget_list.py | 0 .../v1beta1_pod_disruption_budget_spec.py | 0 .../v1beta1_pod_disruption_budget_status.py | 0 .../client}/models/v1beta1_replica_set.py | 0 .../models/v1beta1_replica_set_condition.py | 0 .../models/v1beta1_replica_set_list.py | 0 .../models/v1beta1_replica_set_spec.py | 0 .../models/v1beta1_replica_set_status.py | 0 .../models/v1beta1_resource_attributes.py | 0 .../client}/models/v1beta1_rollback_config.py | 0 .../v1beta1_rolling_update_deployment.py | 0 .../client}/models/v1beta1_scale.py | 0 .../client}/models/v1beta1_scale_spec.py | 0 .../client}/models/v1beta1_scale_status.py | 0 .../v1beta1_self_subject_access_review.py | 0 ...v1beta1_self_subject_access_review_spec.py | 0 .../client}/models/v1beta1_stateful_set.py | 0 .../models/v1beta1_stateful_set_list.py | 0 .../models/v1beta1_stateful_set_spec.py | 0 .../models/v1beta1_stateful_set_status.py | 0 .../client}/models/v1beta1_storage_class.py | 0 .../models/v1beta1_storage_class_list.py | 0 .../models/v1beta1_subject_access_review.py | 0 .../v1beta1_subject_access_review_spec.py | 0 .../v1beta1_subject_access_review_status.py | 0 .../models/v1beta1_subresource_reference.py | 0 .../models/v1beta1_third_party_resource.py | 0 .../v1beta1_third_party_resource_list.py | 0 .../client}/models/v1beta1_token_review.py | 0 .../models/v1beta1_token_review_spec.py | 0 .../models/v1beta1_token_review_status.py | 0 .../client}/models/v1beta1_user_info.py | 0 .../client}/models/v2alpha1_cron_job.py | 0 .../client}/models/v2alpha1_cron_job_list.py | 0 .../client}/models/v2alpha1_cron_job_spec.py | 0 .../models/v2alpha1_cron_job_status.py | 0 .../client}/models/v2alpha1_job.py | 0 .../client}/models/v2alpha1_job_condition.py | 0 .../client}/models/v2alpha1_job_list.py | 0 .../client}/models/v2alpha1_job_spec.py | 0 .../client}/models/v2alpha1_job_status.py | 0 .../models/v2alpha1_job_template_spec.py | 0 .../client}/models/version_info.py | 0 .../client}/models/versioned_event.py | 0 {k8sclient => kubernetes/client}/rest.py | 0 {docs => kubernetes/docs}/ApisApi.md | 12 +- {docs => kubernetes/docs}/AppsApi.md | 12 +- {docs => kubernetes/docs}/AppsV1beta1Api.md | 134 +- .../docs}/AuthenticationApi.md | 12 +- .../docs}/AuthenticationV1beta1Api.md | 24 +- {docs => kubernetes/docs}/AuthorizationApi.md | 12 +- .../docs}/AuthorizationV1beta1Api.md | 48 +- {docs => kubernetes/docs}/AutoscalingApi.md | 12 +- {docs => kubernetes/docs}/AutoscalingV1Api.md | 134 +- {docs => kubernetes/docs}/BatchApi.md | 12 +- {docs => kubernetes/docs}/BatchV1Api.md | 134 +- {docs => kubernetes/docs}/BatchV2alpha1Api.md | 378 +-- {docs => kubernetes/docs}/CertificatesApi.md | 12 +- .../docs}/CertificatesV1alpha1Api.md | 114 +- {docs => kubernetes/docs}/CoreApi.md | 12 +- {docs => kubernetes/docs}/CoreV1Api.md | 2454 ++++++++--------- {docs => kubernetes/docs}/ExtensionsApi.md | 12 +- .../docs}/ExtensionsV1beta1Api.md | 1024 +++---- .../docs}/IntstrIntOrString.md | 0 {docs => kubernetes/docs}/LogsApi.md | 22 +- {docs => kubernetes/docs}/PolicyApi.md | 12 +- {docs => kubernetes/docs}/PolicyV1beta1Api.md | 134 +- .../docs}/RbacAuthorizationApi.md | 12 +- .../docs}/RbacAuthorizationV1alpha1Api.md | 344 +-- {docs => kubernetes/docs}/ResourceQuantity.md | 0 .../docs}/RuntimeRawExtension.md | 0 {docs => kubernetes/docs}/StorageApi.md | 12 +- .../docs}/StorageV1beta1Api.md | 90 +- .../docs}/UnversionedAPIGroup.md | 2 +- .../docs}/UnversionedAPIGroupList.md | 0 .../docs}/UnversionedAPIResource.md | 0 .../docs}/UnversionedAPIResourceList.md | 0 kubernetes/docs/UnversionedAPIVersions.md | 11 + .../UnversionedGroupVersionForDiscovery.md | 2 +- .../docs}/UnversionedLabelSelector.md | 0 .../UnversionedLabelSelectorRequirement.md | 0 .../docs}/UnversionedListMeta.md | 2 +- .../UnversionedServerAddressByClientCIDR.md | 4 +- .../docs}/UnversionedStatus.md | 0 .../docs}/UnversionedStatusCause.md | 0 .../docs}/UnversionedStatusDetails.md | 0 {docs => kubernetes/docs}/UnversionedTime.md | 0 {docs => kubernetes/docs}/V1AttachedVolume.md | 0 {docs => kubernetes/docs}/V1Binding.md | 0 {docs => kubernetes/docs}/V1Capabilities.md | 0 .../docs}/V1ComponentCondition.md | 0 .../docs}/V1ComponentStatus.md | 0 .../docs}/V1ComponentStatusList.md | 0 {docs => kubernetes/docs}/V1ConfigMap.md | 0 .../docs}/V1ConfigMapKeySelector.md | 0 {docs => kubernetes/docs}/V1ConfigMapList.md | 0 {docs => kubernetes/docs}/V1Container.md | 2 +- {docs => kubernetes/docs}/V1ContainerImage.md | 0 {docs => kubernetes/docs}/V1ContainerPort.md | 0 {docs => kubernetes/docs}/V1ContainerState.md | 0 .../docs}/V1ContainerStateRunning.md | 0 .../docs}/V1ContainerStateTerminated.md | 0 .../docs}/V1ContainerStateWaiting.md | 0 .../docs}/V1ContainerStatus.md | 0 .../docs}/V1CrossVersionObjectReference.md | 0 {docs => kubernetes/docs}/V1DaemonEndpoint.md | 0 {docs => kubernetes/docs}/V1DeleteOptions.md | 0 .../docs}/V1EndpointAddress.md | 0 {docs => kubernetes/docs}/V1EndpointPort.md | 0 {docs => kubernetes/docs}/V1EndpointSubset.md | 2 +- {docs => kubernetes/docs}/V1Endpoints.md | 0 {docs => kubernetes/docs}/V1EndpointsList.md | 0 {docs => kubernetes/docs}/V1EnvVar.md | 0 {docs => kubernetes/docs}/V1EnvVarSource.md | 0 {docs => kubernetes/docs}/V1Event.md | 0 {docs => kubernetes/docs}/V1EventList.md | 0 {docs => kubernetes/docs}/V1EventSource.md | 0 {docs => kubernetes/docs}/V1ExecAction.md | 0 {docs => kubernetes/docs}/V1HTTPGetAction.md | 0 {docs => kubernetes/docs}/V1HTTPHeader.md | 0 {docs => kubernetes/docs}/V1Handler.md | 0 .../docs}/V1HorizontalPodAutoscaler.md | 0 .../docs}/V1HorizontalPodAutoscalerList.md | 0 .../docs}/V1HorizontalPodAutoscalerSpec.md | 0 .../docs}/V1HorizontalPodAutoscalerStatus.md | 0 {docs => kubernetes/docs}/V1Job.md | 0 {docs => kubernetes/docs}/V1JobCondition.md | 0 {docs => kubernetes/docs}/V1JobList.md | 0 {docs => kubernetes/docs}/V1JobSpec.md | 0 {docs => kubernetes/docs}/V1JobStatus.md | 0 {docs => kubernetes/docs}/V1Lifecycle.md | 0 {docs => kubernetes/docs}/V1LimitRange.md | 0 {docs => kubernetes/docs}/V1LimitRangeItem.md | 0 {docs => kubernetes/docs}/V1LimitRangeList.md | 0 {docs => kubernetes/docs}/V1LimitRangeSpec.md | 0 .../docs}/V1LoadBalancerIngress.md | 0 .../docs}/V1LoadBalancerStatus.md | 0 .../docs}/V1LocalObjectReference.md | 0 {docs => kubernetes/docs}/V1Namespace.md | 0 {docs => kubernetes/docs}/V1NamespaceList.md | 0 {docs => kubernetes/docs}/V1NamespaceSpec.md | 0 .../docs}/V1NamespaceStatus.md | 0 {docs => kubernetes/docs}/V1Node.md | 0 {docs => kubernetes/docs}/V1NodeAddress.md | 0 {docs => kubernetes/docs}/V1NodeCondition.md | 0 .../docs}/V1NodeDaemonEndpoints.md | 0 {docs => kubernetes/docs}/V1NodeList.md | 0 {docs => kubernetes/docs}/V1NodeSpec.md | 0 {docs => kubernetes/docs}/V1NodeStatus.md | 0 {docs => kubernetes/docs}/V1NodeSystemInfo.md | 0 .../docs}/V1ObjectFieldSelector.md | 0 {docs => kubernetes/docs}/V1ObjectMeta.md | 8 +- .../docs}/V1ObjectReference.md | 0 {docs => kubernetes/docs}/V1OwnerReference.md | 0 .../docs}/V1PersistentVolume.md | 0 .../docs}/V1PersistentVolumeClaim.md | 0 .../docs}/V1PersistentVolumeClaimList.md | 0 .../docs}/V1PersistentVolumeClaimSpec.md | 0 .../docs}/V1PersistentVolumeClaimStatus.md | 0 .../docs}/V1PersistentVolumeList.md | 0 .../docs}/V1PersistentVolumeSpec.md | 0 .../docs}/V1PersistentVolumeStatus.md | 0 {docs => kubernetes/docs}/V1Pod.md | 0 {docs => kubernetes/docs}/V1PodCondition.md | 0 {docs => kubernetes/docs}/V1PodList.md | 0 .../docs}/V1PodSecurityContext.md | 0 {docs => kubernetes/docs}/V1PodSpec.md | 0 {docs => kubernetes/docs}/V1PodStatus.md | 0 {docs => kubernetes/docs}/V1PodTemplate.md | 0 .../docs}/V1PodTemplateList.md | 0 .../docs}/V1PodTemplateSpec.md | 0 {docs => kubernetes/docs}/V1Preconditions.md | 0 {docs => kubernetes/docs}/V1Probe.md | 0 .../docs}/V1ReplicationController.md | 0 .../docs}/V1ReplicationControllerCondition.md | 0 .../docs}/V1ReplicationControllerList.md | 0 .../docs}/V1ReplicationControllerSpec.md | 0 .../docs}/V1ReplicationControllerStatus.md | 0 .../docs}/V1ResourceFieldSelector.md | 0 {docs => kubernetes/docs}/V1ResourceQuota.md | 0 .../docs}/V1ResourceQuotaList.md | 0 .../docs}/V1ResourceQuotaSpec.md | 0 .../docs}/V1ResourceQuotaStatus.md | 0 .../docs}/V1ResourceRequirements.md | 0 {docs => kubernetes/docs}/V1SELinuxOptions.md | 0 {docs => kubernetes/docs}/V1Scale.md | 0 {docs => kubernetes/docs}/V1ScaleSpec.md | 0 {docs => kubernetes/docs}/V1ScaleStatus.md | 2 +- {docs => kubernetes/docs}/V1Secret.md | 0 .../docs}/V1SecretKeySelector.md | 0 {docs => kubernetes/docs}/V1SecretList.md | 0 .../docs}/V1SecurityContext.md | 0 {docs => kubernetes/docs}/V1Service.md | 0 {docs => kubernetes/docs}/V1ServiceAccount.md | 0 .../docs}/V1ServiceAccountList.md | 0 {docs => kubernetes/docs}/V1ServiceList.md | 0 {docs => kubernetes/docs}/V1ServicePort.md | 0 {docs => kubernetes/docs}/V1ServiceSpec.md | 4 +- {docs => kubernetes/docs}/V1ServiceStatus.md | 0 .../docs}/V1TCPSocketAction.md | 0 {docs => kubernetes/docs}/V1Volume.md | 0 {docs => kubernetes/docs}/V1VolumeMount.md | 0 .../V1alpha1CertificateSigningRequest.md | 0 ...lpha1CertificateSigningRequestCondition.md | 0 .../V1alpha1CertificateSigningRequestList.md | 0 .../V1alpha1CertificateSigningRequestSpec.md | 0 ...V1alpha1CertificateSigningRequestStatus.md | 0 .../docs}/V1alpha1ClusterRole.md | 0 .../docs}/V1alpha1ClusterRoleBinding.md | 0 .../docs}/V1alpha1ClusterRoleBindingList.md | 0 .../docs}/V1alpha1ClusterRoleList.md | 0 .../docs}/V1alpha1PolicyRule.md | 0 {docs => kubernetes/docs}/V1alpha1Role.md | 0 .../docs}/V1alpha1RoleBinding.md | 0 .../docs}/V1alpha1RoleBindingList.md | 0 {docs => kubernetes/docs}/V1alpha1RoleList.md | 0 {docs => kubernetes/docs}/V1alpha1RoleRef.md | 0 {docs => kubernetes/docs}/V1alpha1Subject.md | 0 .../docs}/V1beta1APIVersion.md | 0 .../docs}/V1beta1CPUTargetUtilization.md | 0 {docs => kubernetes/docs}/V1beta1DaemonSet.md | 0 .../docs}/V1beta1DaemonSetList.md | 0 .../docs}/V1beta1DaemonSetSpec.md | 0 .../docs}/V1beta1DaemonSetStatus.md | 0 .../docs}/V1beta1Deployment.md | 0 .../docs}/V1beta1DeploymentCondition.md | 0 .../docs}/V1beta1DeploymentList.md | 0 .../docs}/V1beta1DeploymentRollback.md | 0 .../docs}/V1beta1DeploymentSpec.md | 0 .../docs}/V1beta1DeploymentStatus.md | 0 .../docs}/V1beta1DeploymentStrategy.md | 0 {docs => kubernetes/docs}/V1beta1Eviction.md | 0 .../docs}/V1beta1HorizontalPodAutoscaler.md | 0 .../V1beta1HorizontalPodAutoscalerList.md | 0 .../V1beta1HorizontalPodAutoscalerSpec.md | 0 .../V1beta1HorizontalPodAutoscalerStatus.md | 0 {docs => kubernetes/docs}/V1beta1Ingress.md | 0 .../docs}/V1beta1IngressBackend.md | 0 .../docs}/V1beta1IngressList.md | 0 .../docs}/V1beta1IngressRule.md | 0 .../docs}/V1beta1IngressSpec.md | 0 .../docs}/V1beta1IngressStatus.md | 0 .../docs}/V1beta1IngressTLS.md | 0 {docs => kubernetes/docs}/V1beta1Job.md | 0 .../docs}/V1beta1JobCondition.md | 0 {docs => kubernetes/docs}/V1beta1JobList.md | 0 {docs => kubernetes/docs}/V1beta1JobSpec.md | 0 {docs => kubernetes/docs}/V1beta1JobStatus.md | 0 .../docs}/V1beta1LocalSubjectAccessReview.md | 0 .../docs}/V1beta1NetworkPolicy.md | 0 .../docs}/V1beta1NetworkPolicyIngressRule.md | 0 .../docs}/V1beta1NetworkPolicyList.md | 0 .../docs}/V1beta1NetworkPolicyPeer.md | 0 .../docs}/V1beta1NetworkPolicyPort.md | 0 .../docs}/V1beta1NetworkPolicySpec.md | 0 .../docs}/V1beta1NonResourceAttributes.md | 0 .../docs}/V1beta1PodDisruptionBudget.md | 0 .../docs}/V1beta1PodDisruptionBudgetList.md | 0 .../docs}/V1beta1PodDisruptionBudgetSpec.md | 0 .../docs}/V1beta1PodDisruptionBudgetStatus.md | 0 .../docs}/V1beta1ReplicaSet.md | 0 .../docs}/V1beta1ReplicaSetCondition.md | 0 .../docs}/V1beta1ReplicaSetList.md | 0 .../docs}/V1beta1ReplicaSetSpec.md | 0 .../docs}/V1beta1ReplicaSetStatus.md | 0 .../docs}/V1beta1ResourceAttributes.md | 0 .../docs}/V1beta1RollbackConfig.md | 0 .../docs}/V1beta1RollingUpdateDeployment.md | 0 {docs => kubernetes/docs}/V1beta1Scale.md | 0 {docs => kubernetes/docs}/V1beta1ScaleSpec.md | 0 .../docs}/V1beta1ScaleStatus.md | 2 +- .../docs}/V1beta1SelfSubjectAccessReview.md | 0 .../V1beta1SelfSubjectAccessReviewSpec.md | 0 .../docs}/V1beta1StatefulSet.md | 0 .../docs}/V1beta1StatefulSetList.md | 0 .../docs}/V1beta1StatefulSetSpec.md | 0 .../docs}/V1beta1StatefulSetStatus.md | 0 .../docs}/V1beta1StorageClass.md | 0 .../docs}/V1beta1StorageClassList.md | 0 .../docs}/V1beta1SubjectAccessReview.md | 0 .../docs}/V1beta1SubjectAccessReviewSpec.md | 0 .../docs}/V1beta1SubjectAccessReviewStatus.md | 0 .../docs}/V1beta1SubresourceReference.md | 0 .../docs}/V1beta1ThirdPartyResource.md | 0 .../docs}/V1beta1ThirdPartyResourceList.md | 0 .../docs}/V1beta1TokenReview.md | 0 .../docs}/V1beta1TokenReviewSpec.md | 0 .../docs}/V1beta1TokenReviewStatus.md | 0 {docs => kubernetes/docs}/V1beta1UserInfo.md | 0 {docs => kubernetes/docs}/V2alpha1CronJob.md | 0 .../docs}/V2alpha1CronJobList.md | 0 .../docs}/V2alpha1CronJobSpec.md | 0 .../docs}/V2alpha1CronJobStatus.md | 0 {docs => kubernetes/docs}/V2alpha1Job.md | 0 .../docs}/V2alpha1JobCondition.md | 0 {docs => kubernetes/docs}/V2alpha1JobList.md | 0 {docs => kubernetes/docs}/V2alpha1JobSpec.md | 0 .../docs}/V2alpha1JobStatus.md | 0 .../docs}/V2alpha1JobTemplateSpec.md | 0 {docs => kubernetes/docs}/VersionApi.md | 12 +- {docs => kubernetes/docs}/VersionInfo.md | 0 {docs => kubernetes/docs}/VersionedEvent.md | 0 {test => kubernetes/test}/__init__.py | 0 {test => kubernetes/test}/test_apis_api.py | 8 +- {test => kubernetes/test}/test_apps_api.py | 8 +- .../test}/test_apps_v1beta1_api.py | 8 +- .../test}/test_authentication_api.py | 8 +- .../test}/test_authentication_v1beta1_api.py | 8 +- .../test}/test_authorization_api.py | 8 +- .../test}/test_authorization_v1beta1_api.py | 8 +- .../test}/test_autoscaling_api.py | 8 +- .../test}/test_autoscaling_v1_api.py | 8 +- {test => kubernetes/test}/test_batch_api.py | 8 +- .../test}/test_batch_v1_api.py | 8 +- .../test}/test_batch_v2alpha1_api.py | 8 +- .../test}/test_certificates_api.py | 8 +- .../test}/test_certificates_v1alpha1_api.py | 8 +- {test => kubernetes/test}/test_core_api.py | 8 +- {test => kubernetes/test}/test_core_v1_api.py | 8 +- .../test}/test_extensions_api.py | 8 +- .../test}/test_extensions_v1beta1_api.py | 8 +- .../test}/test_intstr_int_or_string.py | 8 +- {test => kubernetes/test}/test_logs_api.py | 8 +- {test => kubernetes/test}/test_policy_api.py | 8 +- .../test}/test_policy_v1beta1_api.py | 8 +- .../test}/test_rbac_authorization_api.py | 8 +- .../test_rbac_authorization_v1alpha1_api.py | 8 +- .../test}/test_resource_quantity.py | 8 +- .../test}/test_runtime_raw_extension.py | 8 +- {test => kubernetes/test}/test_storage_api.py | 8 +- .../test}/test_storage_v1beta1_api.py | 8 +- .../test}/test_unversioned_api_group.py | 8 +- .../test}/test_unversioned_api_group_list.py | 8 +- .../test}/test_unversioned_api_resource.py | 8 +- .../test_unversioned_api_resource_list.py | 8 +- .../test}/test_unversioned_api_versions.py | 8 +- ...unversioned_group_version_for_discovery.py | 8 +- .../test}/test_unversioned_label_selector.py | 8 +- ..._unversioned_label_selector_requirement.py | 8 +- .../test}/test_unversioned_list_meta.py | 8 +- ...versioned_server_address_by_client_cidr.py | 8 +- .../test}/test_unversioned_status.py | 8 +- .../test}/test_unversioned_status_cause.py | 8 +- .../test}/test_unversioned_status_details.py | 8 +- .../test}/test_unversioned_time.py | 8 +- .../test}/test_v1_attached_volume.py | 8 +- {test => kubernetes/test}/test_v1_binding.py | 8 +- .../test}/test_v1_capabilities.py | 8 +- .../test}/test_v1_component_condition.py | 8 +- .../test}/test_v1_component_status.py | 8 +- .../test}/test_v1_component_status_list.py | 8 +- .../test}/test_v1_config_map.py | 8 +- .../test}/test_v1_config_map_key_selector.py | 8 +- .../test}/test_v1_config_map_list.py | 8 +- .../test}/test_v1_container.py | 8 +- .../test}/test_v1_container_image.py | 8 +- .../test}/test_v1_container_port.py | 8 +- .../test}/test_v1_container_state.py | 8 +- .../test}/test_v1_container_state_running.py | 8 +- .../test_v1_container_state_terminated.py | 8 +- .../test}/test_v1_container_state_waiting.py | 8 +- .../test}/test_v1_container_status.py | 8 +- .../test_v1_cross_version_object_reference.py | 8 +- .../test}/test_v1_daemon_endpoint.py | 8 +- .../test}/test_v1_delete_options.py | 8 +- .../test}/test_v1_endpoint_address.py | 8 +- .../test}/test_v1_endpoint_port.py | 8 +- .../test}/test_v1_endpoint_subset.py | 8 +- .../test}/test_v1_endpoints.py | 8 +- .../test}/test_v1_endpoints_list.py | 8 +- {test => kubernetes/test}/test_v1_env_var.py | 8 +- .../test}/test_v1_env_var_source.py | 8 +- {test => kubernetes/test}/test_v1_event.py | 8 +- .../test}/test_v1_event_list.py | 8 +- .../test}/test_v1_event_source.py | 8 +- .../test}/test_v1_exec_action.py | 8 +- {test => kubernetes/test}/test_v1_handler.py | 8 +- .../test_v1_horizontal_pod_autoscaler.py | 8 +- .../test_v1_horizontal_pod_autoscaler_list.py | 8 +- .../test_v1_horizontal_pod_autoscaler_spec.py | 8 +- ...est_v1_horizontal_pod_autoscaler_status.py | 8 +- .../test}/test_v1_http_get_action.py | 8 +- .../test}/test_v1_http_header.py | 8 +- {test => kubernetes/test}/test_v1_job.py | 8 +- .../test}/test_v1_job_condition.py | 8 +- {test => kubernetes/test}/test_v1_job_list.py | 8 +- {test => kubernetes/test}/test_v1_job_spec.py | 8 +- .../test}/test_v1_job_status.py | 8 +- .../test}/test_v1_lifecycle.py | 8 +- .../test}/test_v1_limit_range.py | 8 +- .../test}/test_v1_limit_range_item.py | 8 +- .../test}/test_v1_limit_range_list.py | 8 +- .../test}/test_v1_limit_range_spec.py | 8 +- .../test}/test_v1_load_balancer_ingress.py | 8 +- .../test}/test_v1_load_balancer_status.py | 8 +- .../test}/test_v1_local_object_reference.py | 8 +- .../test}/test_v1_namespace.py | 8 +- .../test}/test_v1_namespace_list.py | 8 +- .../test}/test_v1_namespace_spec.py | 8 +- .../test}/test_v1_namespace_status.py | 8 +- {test => kubernetes/test}/test_v1_node.py | 8 +- .../test}/test_v1_node_address.py | 8 +- .../test}/test_v1_node_condition.py | 8 +- .../test}/test_v1_node_daemon_endpoints.py | 8 +- .../test}/test_v1_node_list.py | 8 +- .../test}/test_v1_node_spec.py | 8 +- .../test}/test_v1_node_status.py | 8 +- .../test}/test_v1_node_system_info.py | 8 +- .../test}/test_v1_object_field_selector.py | 8 +- .../test}/test_v1_object_meta.py | 8 +- .../test}/test_v1_object_reference.py | 8 +- .../test}/test_v1_owner_reference.py | 8 +- .../test}/test_v1_persistent_volume.py | 8 +- .../test}/test_v1_persistent_volume_claim.py | 8 +- .../test_v1_persistent_volume_claim_list.py | 8 +- .../test_v1_persistent_volume_claim_spec.py | 8 +- .../test_v1_persistent_volume_claim_status.py | 8 +- .../test}/test_v1_persistent_volume_list.py | 8 +- .../test}/test_v1_persistent_volume_spec.py | 8 +- .../test}/test_v1_persistent_volume_status.py | 8 +- {test => kubernetes/test}/test_v1_pod.py | 8 +- .../test}/test_v1_pod_condition.py | 8 +- {test => kubernetes/test}/test_v1_pod_list.py | 8 +- .../test}/test_v1_pod_security_context.py | 8 +- {test => kubernetes/test}/test_v1_pod_spec.py | 8 +- .../test}/test_v1_pod_status.py | 8 +- .../test}/test_v1_pod_template.py | 8 +- .../test}/test_v1_pod_template_list.py | 8 +- .../test}/test_v1_pod_template_spec.py | 8 +- .../test}/test_v1_preconditions.py | 8 +- {test => kubernetes/test}/test_v1_probe.py | 8 +- .../test}/test_v1_replication_controller.py | 8 +- ...est_v1_replication_controller_condition.py | 8 +- .../test_v1_replication_controller_list.py | 8 +- .../test_v1_replication_controller_spec.py | 8 +- .../test_v1_replication_controller_status.py | 8 +- .../test}/test_v1_resource_field_selector.py | 8 +- .../test}/test_v1_resource_quota.py | 8 +- .../test}/test_v1_resource_quota_list.py | 8 +- .../test}/test_v1_resource_quota_spec.py | 8 +- .../test}/test_v1_resource_quota_status.py | 8 +- .../test}/test_v1_resource_requirements.py | 8 +- {test => kubernetes/test}/test_v1_scale.py | 8 +- .../test}/test_v1_scale_spec.py | 8 +- .../test}/test_v1_scale_status.py | 8 +- .../test}/test_v1_se_linux_options.py | 8 +- {test => kubernetes/test}/test_v1_secret.py | 8 +- .../test}/test_v1_secret_key_selector.py | 8 +- .../test}/test_v1_secret_list.py | 8 +- .../test}/test_v1_security_context.py | 8 +- {test => kubernetes/test}/test_v1_service.py | 8 +- .../test}/test_v1_service_account.py | 8 +- .../test}/test_v1_service_account_list.py | 8 +- .../test}/test_v1_service_list.py | 8 +- .../test}/test_v1_service_port.py | 8 +- .../test}/test_v1_service_spec.py | 8 +- .../test}/test_v1_service_status.py | 8 +- .../test}/test_v1_tcp_socket_action.py | 8 +- {test => kubernetes/test}/test_v1_volume.py | 8 +- .../test}/test_v1_volume_mount.py | 8 +- ...st_v1alpha1_certificate_signing_request.py | 8 +- ...1_certificate_signing_request_condition.py | 8 +- ...alpha1_certificate_signing_request_list.py | 8 +- ...alpha1_certificate_signing_request_spec.py | 8 +- ...pha1_certificate_signing_request_status.py | 8 +- .../test}/test_v1alpha1_cluster_role.py | 8 +- .../test_v1alpha1_cluster_role_binding.py | 8 +- ...test_v1alpha1_cluster_role_binding_list.py | 8 +- .../test}/test_v1alpha1_cluster_role_list.py | 8 +- .../test}/test_v1alpha1_policy_rule.py | 8 +- .../test}/test_v1alpha1_role.py | 8 +- .../test}/test_v1alpha1_role_binding.py | 8 +- .../test}/test_v1alpha1_role_binding_list.py | 8 +- .../test}/test_v1alpha1_role_list.py | 8 +- .../test}/test_v1alpha1_role_ref.py | 8 +- .../test}/test_v1alpha1_subject.py | 8 +- .../test}/test_v1beta1_api_version.py | 8 +- .../test_v1beta1_cpu_target_utilization.py | 8 +- .../test}/test_v1beta1_daemon_set.py | 8 +- .../test}/test_v1beta1_daemon_set_list.py | 8 +- .../test}/test_v1beta1_daemon_set_spec.py | 8 +- .../test}/test_v1beta1_daemon_set_status.py | 8 +- .../test}/test_v1beta1_deployment.py | 8 +- .../test_v1beta1_deployment_condition.py | 8 +- .../test}/test_v1beta1_deployment_list.py | 8 +- .../test}/test_v1beta1_deployment_rollback.py | 8 +- .../test}/test_v1beta1_deployment_spec.py | 8 +- .../test}/test_v1beta1_deployment_status.py | 8 +- .../test}/test_v1beta1_deployment_strategy.py | 8 +- .../test}/test_v1beta1_eviction.py | 8 +- .../test_v1beta1_horizontal_pod_autoscaler.py | 8 +- ..._v1beta1_horizontal_pod_autoscaler_list.py | 8 +- ..._v1beta1_horizontal_pod_autoscaler_spec.py | 8 +- ...1beta1_horizontal_pod_autoscaler_status.py | 8 +- .../test}/test_v1beta1_ingress.py | 8 +- .../test}/test_v1beta1_ingress_backend.py | 8 +- .../test}/test_v1beta1_ingress_list.py | 8 +- .../test}/test_v1beta1_ingress_rule.py | 8 +- .../test}/test_v1beta1_ingress_spec.py | 8 +- .../test}/test_v1beta1_ingress_status.py | 8 +- .../test}/test_v1beta1_ingress_tls.py | 8 +- {test => kubernetes/test}/test_v1beta1_job.py | 8 +- .../test}/test_v1beta1_job_condition.py | 8 +- .../test}/test_v1beta1_job_list.py | 8 +- .../test}/test_v1beta1_job_spec.py | 8 +- .../test}/test_v1beta1_job_status.py | 8 +- ...est_v1beta1_local_subject_access_review.py | 8 +- .../test}/test_v1beta1_network_policy.py | 8 +- ...est_v1beta1_network_policy_ingress_rule.py | 8 +- .../test}/test_v1beta1_network_policy_list.py | 8 +- .../test}/test_v1beta1_network_policy_peer.py | 8 +- .../test}/test_v1beta1_network_policy_port.py | 8 +- .../test}/test_v1beta1_network_policy_spec.py | 8 +- .../test_v1beta1_non_resource_attributes.py | 8 +- .../test_v1beta1_pod_disruption_budget.py | 8 +- ...test_v1beta1_pod_disruption_budget_list.py | 8 +- ...test_v1beta1_pod_disruption_budget_spec.py | 8 +- ...st_v1beta1_pod_disruption_budget_status.py | 8 +- .../test}/test_v1beta1_replica_set.py | 8 +- .../test_v1beta1_replica_set_condition.py | 8 +- .../test}/test_v1beta1_replica_set_list.py | 8 +- .../test}/test_v1beta1_replica_set_spec.py | 8 +- .../test}/test_v1beta1_replica_set_status.py | 8 +- .../test}/test_v1beta1_resource_attributes.py | 8 +- .../test}/test_v1beta1_rollback_config.py | 8 +- .../test_v1beta1_rolling_update_deployment.py | 8 +- .../test}/test_v1beta1_scale.py | 8 +- .../test}/test_v1beta1_scale_spec.py | 8 +- .../test}/test_v1beta1_scale_status.py | 8 +- ...test_v1beta1_self_subject_access_review.py | 8 +- ...v1beta1_self_subject_access_review_spec.py | 8 +- .../test}/test_v1beta1_stateful_set.py | 8 +- .../test}/test_v1beta1_stateful_set_list.py | 8 +- .../test}/test_v1beta1_stateful_set_spec.py | 8 +- .../test}/test_v1beta1_stateful_set_status.py | 8 +- .../test}/test_v1beta1_storage_class.py | 8 +- .../test}/test_v1beta1_storage_class_list.py | 8 +- .../test_v1beta1_subject_access_review.py | 8 +- ...test_v1beta1_subject_access_review_spec.py | 8 +- ...st_v1beta1_subject_access_review_status.py | 8 +- .../test_v1beta1_subresource_reference.py | 8 +- .../test_v1beta1_third_party_resource.py | 8 +- .../test_v1beta1_third_party_resource_list.py | 8 +- .../test}/test_v1beta1_token_review.py | 8 +- .../test}/test_v1beta1_token_review_spec.py | 8 +- .../test}/test_v1beta1_token_review_status.py | 8 +- .../test}/test_v1beta1_user_info.py | 8 +- .../test}/test_v2alpha1_cron_job.py | 8 +- .../test}/test_v2alpha1_cron_job_list.py | 8 +- .../test}/test_v2alpha1_cron_job_spec.py | 8 +- .../test}/test_v2alpha1_cron_job_status.py | 8 +- .../test}/test_v2alpha1_job.py | 8 +- .../test}/test_v2alpha1_job_condition.py | 8 +- .../test}/test_v2alpha1_job_list.py | 8 +- .../test}/test_v2alpha1_job_spec.py | 8 +- .../test}/test_v2alpha1_job_status.py | 8 +- .../test}/test_v2alpha1_job_template_spec.py | 8 +- {test => kubernetes/test}/test_version_api.py | 8 +- .../test}/test_version_info.py | 8 +- .../test}/test_versioned_event.py | 8 +- 781 files changed, 4449 insertions(+), 3650 deletions(-) delete mode 100644 docs/UnversionedAPIVersions.md rename .swagger-codegen-ignore => kubernetes/.swagger-codegen-ignore (91%) create mode 100644 kubernetes/README.md rename {k8sclient => kubernetes/client}/__init__.py (100%) rename {k8sclient => kubernetes/client}/api_client.py (100%) rename {k8sclient => kubernetes/client}/apis/__init__.py (100%) rename {k8sclient => kubernetes/client}/apis/apis_api.py (100%) rename {k8sclient => kubernetes/client}/apis/apps_api.py (100%) rename {k8sclient => kubernetes/client}/apis/apps_v1beta1_api.py (100%) rename {k8sclient => kubernetes/client}/apis/authentication_api.py (100%) rename {k8sclient => kubernetes/client}/apis/authentication_v1beta1_api.py (100%) rename {k8sclient => kubernetes/client}/apis/authorization_api.py (100%) rename {k8sclient => kubernetes/client}/apis/authorization_v1beta1_api.py (100%) rename {k8sclient => kubernetes/client}/apis/autoscaling_api.py (100%) rename {k8sclient => kubernetes/client}/apis/autoscaling_v1_api.py (100%) rename {k8sclient => kubernetes/client}/apis/batch_api.py (100%) rename {k8sclient => kubernetes/client}/apis/batch_v1_api.py (100%) rename {k8sclient => kubernetes/client}/apis/batch_v2alpha1_api.py (100%) rename {k8sclient => kubernetes/client}/apis/certificates_api.py (100%) rename {k8sclient => kubernetes/client}/apis/certificates_v1alpha1_api.py (100%) rename {k8sclient => kubernetes/client}/apis/core_api.py (100%) rename {k8sclient => kubernetes/client}/apis/core_v1_api.py (100%) rename {k8sclient => kubernetes/client}/apis/extensions_api.py (100%) rename {k8sclient => kubernetes/client}/apis/extensions_v1beta1_api.py (100%) rename {k8sclient => kubernetes/client}/apis/logs_api.py (100%) rename {k8sclient => kubernetes/client}/apis/policy_api.py (100%) rename {k8sclient => kubernetes/client}/apis/policy_v1beta1_api.py (100%) rename {k8sclient => kubernetes/client}/apis/rbac_authorization_api.py (100%) rename {k8sclient => kubernetes/client}/apis/rbac_authorization_v1alpha1_api.py (100%) rename {k8sclient => kubernetes/client}/apis/storage_api.py (100%) rename {k8sclient => kubernetes/client}/apis/storage_v1beta1_api.py (100%) rename {k8sclient => kubernetes/client}/apis/version_api.py (100%) rename {k8sclient => kubernetes/client}/configuration.py (99%) rename {k8sclient => kubernetes/client}/models/__init__.py (100%) rename {k8sclient => kubernetes/client}/models/intstr_int_or_string.py (100%) rename {k8sclient => kubernetes/client}/models/resource_quantity.py (100%) rename {k8sclient => kubernetes/client}/models/runtime_raw_extension.py (100%) rename {k8sclient => kubernetes/client}/models/unversioned_api_group.py (100%) rename {k8sclient => kubernetes/client}/models/unversioned_api_group_list.py (100%) rename {k8sclient => kubernetes/client}/models/unversioned_api_resource.py (100%) rename {k8sclient => kubernetes/client}/models/unversioned_api_resource_list.py (100%) rename {k8sclient => kubernetes/client}/models/unversioned_api_versions.py (100%) rename {k8sclient => kubernetes/client}/models/unversioned_group_version_for_discovery.py (100%) rename {k8sclient => kubernetes/client}/models/unversioned_label_selector.py (100%) rename {k8sclient => kubernetes/client}/models/unversioned_label_selector_requirement.py (100%) rename {k8sclient => kubernetes/client}/models/unversioned_list_meta.py (100%) rename {k8sclient => kubernetes/client}/models/unversioned_server_address_by_client_cidr.py (100%) rename {k8sclient => kubernetes/client}/models/unversioned_status.py (100%) rename {k8sclient => kubernetes/client}/models/unversioned_status_cause.py (100%) rename {k8sclient => kubernetes/client}/models/unversioned_status_details.py (100%) rename {k8sclient => kubernetes/client}/models/unversioned_time.py (100%) rename {k8sclient => kubernetes/client}/models/v1_attached_volume.py (100%) rename {k8sclient => kubernetes/client}/models/v1_binding.py (100%) rename {k8sclient => kubernetes/client}/models/v1_capabilities.py (100%) rename {k8sclient => kubernetes/client}/models/v1_component_condition.py (100%) rename {k8sclient => kubernetes/client}/models/v1_component_status.py (100%) rename {k8sclient => kubernetes/client}/models/v1_component_status_list.py (100%) rename {k8sclient => kubernetes/client}/models/v1_config_map.py (100%) rename {k8sclient => kubernetes/client}/models/v1_config_map_key_selector.py (100%) rename {k8sclient => kubernetes/client}/models/v1_config_map_list.py (100%) rename {k8sclient => kubernetes/client}/models/v1_container.py (100%) rename {k8sclient => kubernetes/client}/models/v1_container_image.py (100%) rename {k8sclient => kubernetes/client}/models/v1_container_port.py (100%) rename {k8sclient => kubernetes/client}/models/v1_container_state.py (100%) rename {k8sclient => kubernetes/client}/models/v1_container_state_running.py (100%) rename {k8sclient => kubernetes/client}/models/v1_container_state_terminated.py (100%) rename {k8sclient => kubernetes/client}/models/v1_container_state_waiting.py (100%) rename {k8sclient => kubernetes/client}/models/v1_container_status.py (100%) rename {k8sclient => kubernetes/client}/models/v1_cross_version_object_reference.py (100%) rename {k8sclient => kubernetes/client}/models/v1_daemon_endpoint.py (100%) rename {k8sclient => kubernetes/client}/models/v1_delete_options.py (100%) rename {k8sclient => kubernetes/client}/models/v1_endpoint_address.py (100%) rename {k8sclient => kubernetes/client}/models/v1_endpoint_port.py (100%) rename {k8sclient => kubernetes/client}/models/v1_endpoint_subset.py (100%) rename {k8sclient => kubernetes/client}/models/v1_endpoints.py (100%) rename {k8sclient => kubernetes/client}/models/v1_endpoints_list.py (100%) rename {k8sclient => kubernetes/client}/models/v1_env_var.py (100%) rename {k8sclient => kubernetes/client}/models/v1_env_var_source.py (100%) rename {k8sclient => kubernetes/client}/models/v1_event.py (100%) rename {k8sclient => kubernetes/client}/models/v1_event_list.py (100%) rename {k8sclient => kubernetes/client}/models/v1_event_source.py (100%) rename {k8sclient => kubernetes/client}/models/v1_exec_action.py (100%) rename {k8sclient => kubernetes/client}/models/v1_handler.py (100%) rename {k8sclient => kubernetes/client}/models/v1_horizontal_pod_autoscaler.py (100%) rename {k8sclient => kubernetes/client}/models/v1_horizontal_pod_autoscaler_list.py (100%) rename {k8sclient => kubernetes/client}/models/v1_horizontal_pod_autoscaler_spec.py (100%) rename {k8sclient => kubernetes/client}/models/v1_horizontal_pod_autoscaler_status.py (100%) rename {k8sclient => kubernetes/client}/models/v1_http_get_action.py (100%) rename {k8sclient => kubernetes/client}/models/v1_http_header.py (100%) rename {k8sclient => kubernetes/client}/models/v1_job.py (100%) rename {k8sclient => kubernetes/client}/models/v1_job_condition.py (100%) rename {k8sclient => kubernetes/client}/models/v1_job_list.py (100%) rename {k8sclient => kubernetes/client}/models/v1_job_spec.py (100%) rename {k8sclient => kubernetes/client}/models/v1_job_status.py (100%) rename {k8sclient => kubernetes/client}/models/v1_lifecycle.py (100%) rename {k8sclient => kubernetes/client}/models/v1_limit_range.py (100%) rename {k8sclient => kubernetes/client}/models/v1_limit_range_item.py (100%) rename {k8sclient => kubernetes/client}/models/v1_limit_range_list.py (100%) rename {k8sclient => kubernetes/client}/models/v1_limit_range_spec.py (100%) rename {k8sclient => kubernetes/client}/models/v1_load_balancer_ingress.py (100%) rename {k8sclient => kubernetes/client}/models/v1_load_balancer_status.py (100%) rename {k8sclient => kubernetes/client}/models/v1_local_object_reference.py (100%) rename {k8sclient => kubernetes/client}/models/v1_namespace.py (100%) rename {k8sclient => kubernetes/client}/models/v1_namespace_list.py (100%) rename {k8sclient => kubernetes/client}/models/v1_namespace_spec.py (100%) rename {k8sclient => kubernetes/client}/models/v1_namespace_status.py (100%) rename {k8sclient => kubernetes/client}/models/v1_node.py (100%) rename {k8sclient => kubernetes/client}/models/v1_node_address.py (100%) rename {k8sclient => kubernetes/client}/models/v1_node_condition.py (100%) rename {k8sclient => kubernetes/client}/models/v1_node_daemon_endpoints.py (100%) rename {k8sclient => kubernetes/client}/models/v1_node_list.py (100%) rename {k8sclient => kubernetes/client}/models/v1_node_spec.py (100%) rename {k8sclient => kubernetes/client}/models/v1_node_status.py (100%) rename {k8sclient => kubernetes/client}/models/v1_node_system_info.py (100%) rename {k8sclient => kubernetes/client}/models/v1_object_field_selector.py (100%) rename {k8sclient => kubernetes/client}/models/v1_object_meta.py (100%) rename {k8sclient => kubernetes/client}/models/v1_object_reference.py (100%) rename {k8sclient => kubernetes/client}/models/v1_owner_reference.py (100%) rename {k8sclient => kubernetes/client}/models/v1_persistent_volume.py (100%) rename {k8sclient => kubernetes/client}/models/v1_persistent_volume_claim.py (100%) rename {k8sclient => kubernetes/client}/models/v1_persistent_volume_claim_list.py (100%) rename {k8sclient => kubernetes/client}/models/v1_persistent_volume_claim_spec.py (100%) rename {k8sclient => kubernetes/client}/models/v1_persistent_volume_claim_status.py (100%) rename {k8sclient => kubernetes/client}/models/v1_persistent_volume_list.py (100%) rename {k8sclient => kubernetes/client}/models/v1_persistent_volume_spec.py (100%) rename {k8sclient => kubernetes/client}/models/v1_persistent_volume_status.py (100%) rename {k8sclient => kubernetes/client}/models/v1_pod.py (100%) rename {k8sclient => kubernetes/client}/models/v1_pod_condition.py (100%) rename {k8sclient => kubernetes/client}/models/v1_pod_list.py (100%) rename {k8sclient => kubernetes/client}/models/v1_pod_security_context.py (100%) rename {k8sclient => kubernetes/client}/models/v1_pod_spec.py (100%) rename {k8sclient => kubernetes/client}/models/v1_pod_status.py (100%) rename {k8sclient => kubernetes/client}/models/v1_pod_template.py (100%) rename {k8sclient => kubernetes/client}/models/v1_pod_template_list.py (100%) rename {k8sclient => kubernetes/client}/models/v1_pod_template_spec.py (100%) rename {k8sclient => kubernetes/client}/models/v1_preconditions.py (100%) rename {k8sclient => kubernetes/client}/models/v1_probe.py (100%) rename {k8sclient => kubernetes/client}/models/v1_replication_controller.py (100%) rename {k8sclient => kubernetes/client}/models/v1_replication_controller_condition.py (100%) rename {k8sclient => kubernetes/client}/models/v1_replication_controller_list.py (100%) rename {k8sclient => kubernetes/client}/models/v1_replication_controller_spec.py (100%) rename {k8sclient => kubernetes/client}/models/v1_replication_controller_status.py (100%) rename {k8sclient => kubernetes/client}/models/v1_resource_field_selector.py (100%) rename {k8sclient => kubernetes/client}/models/v1_resource_quota.py (100%) rename {k8sclient => kubernetes/client}/models/v1_resource_quota_list.py (100%) rename {k8sclient => kubernetes/client}/models/v1_resource_quota_spec.py (100%) rename {k8sclient => kubernetes/client}/models/v1_resource_quota_status.py (100%) rename {k8sclient => kubernetes/client}/models/v1_resource_requirements.py (100%) rename {k8sclient => kubernetes/client}/models/v1_scale.py (100%) rename {k8sclient => kubernetes/client}/models/v1_scale_spec.py (100%) rename {k8sclient => kubernetes/client}/models/v1_scale_status.py (100%) rename {k8sclient => kubernetes/client}/models/v1_se_linux_options.py (100%) rename {k8sclient => kubernetes/client}/models/v1_secret.py (100%) rename {k8sclient => kubernetes/client}/models/v1_secret_key_selector.py (100%) rename {k8sclient => kubernetes/client}/models/v1_secret_list.py (100%) rename {k8sclient => kubernetes/client}/models/v1_security_context.py (100%) rename {k8sclient => kubernetes/client}/models/v1_service.py (100%) rename {k8sclient => kubernetes/client}/models/v1_service_account.py (100%) rename {k8sclient => kubernetes/client}/models/v1_service_account_list.py (100%) rename {k8sclient => kubernetes/client}/models/v1_service_list.py (100%) rename {k8sclient => kubernetes/client}/models/v1_service_port.py (100%) rename {k8sclient => kubernetes/client}/models/v1_service_spec.py (100%) rename {k8sclient => kubernetes/client}/models/v1_service_status.py (100%) rename {k8sclient => kubernetes/client}/models/v1_tcp_socket_action.py (100%) rename {k8sclient => kubernetes/client}/models/v1_volume.py (100%) rename {k8sclient => kubernetes/client}/models/v1_volume_mount.py (100%) rename {k8sclient => kubernetes/client}/models/v1alpha1_certificate_signing_request.py (100%) rename {k8sclient => kubernetes/client}/models/v1alpha1_certificate_signing_request_condition.py (100%) rename {k8sclient => kubernetes/client}/models/v1alpha1_certificate_signing_request_list.py (100%) rename {k8sclient => kubernetes/client}/models/v1alpha1_certificate_signing_request_spec.py (100%) rename {k8sclient => kubernetes/client}/models/v1alpha1_certificate_signing_request_status.py (100%) rename {k8sclient => kubernetes/client}/models/v1alpha1_cluster_role.py (100%) rename {k8sclient => kubernetes/client}/models/v1alpha1_cluster_role_binding.py (100%) rename {k8sclient => kubernetes/client}/models/v1alpha1_cluster_role_binding_list.py (100%) rename {k8sclient => kubernetes/client}/models/v1alpha1_cluster_role_list.py (100%) rename {k8sclient => kubernetes/client}/models/v1alpha1_policy_rule.py (100%) rename {k8sclient => kubernetes/client}/models/v1alpha1_role.py (100%) rename {k8sclient => kubernetes/client}/models/v1alpha1_role_binding.py (100%) rename {k8sclient => kubernetes/client}/models/v1alpha1_role_binding_list.py (100%) rename {k8sclient => kubernetes/client}/models/v1alpha1_role_list.py (100%) rename {k8sclient => kubernetes/client}/models/v1alpha1_role_ref.py (100%) rename {k8sclient => kubernetes/client}/models/v1alpha1_subject.py (100%) rename {k8sclient => kubernetes/client}/models/v1beta1_api_version.py (100%) rename {k8sclient => kubernetes/client}/models/v1beta1_cpu_target_utilization.py (100%) rename {k8sclient => kubernetes/client}/models/v1beta1_daemon_set.py (100%) rename {k8sclient => kubernetes/client}/models/v1beta1_daemon_set_list.py (100%) rename {k8sclient => kubernetes/client}/models/v1beta1_daemon_set_spec.py (100%) rename {k8sclient => kubernetes/client}/models/v1beta1_daemon_set_status.py (100%) rename {k8sclient => kubernetes/client}/models/v1beta1_deployment.py (100%) rename {k8sclient => kubernetes/client}/models/v1beta1_deployment_condition.py (100%) rename {k8sclient => kubernetes/client}/models/v1beta1_deployment_list.py (100%) rename {k8sclient => kubernetes/client}/models/v1beta1_deployment_rollback.py (100%) rename {k8sclient => kubernetes/client}/models/v1beta1_deployment_spec.py (100%) rename {k8sclient => kubernetes/client}/models/v1beta1_deployment_status.py (100%) rename {k8sclient => kubernetes/client}/models/v1beta1_deployment_strategy.py (100%) rename {k8sclient => kubernetes/client}/models/v1beta1_eviction.py (100%) rename {k8sclient => kubernetes/client}/models/v1beta1_horizontal_pod_autoscaler.py (100%) rename {k8sclient => kubernetes/client}/models/v1beta1_horizontal_pod_autoscaler_list.py (100%) rename {k8sclient => kubernetes/client}/models/v1beta1_horizontal_pod_autoscaler_spec.py (100%) rename {k8sclient => kubernetes/client}/models/v1beta1_horizontal_pod_autoscaler_status.py (100%) rename {k8sclient => kubernetes/client}/models/v1beta1_ingress.py (100%) rename {k8sclient => kubernetes/client}/models/v1beta1_ingress_backend.py (100%) rename {k8sclient => kubernetes/client}/models/v1beta1_ingress_list.py (100%) rename {k8sclient => kubernetes/client}/models/v1beta1_ingress_rule.py (100%) rename {k8sclient => kubernetes/client}/models/v1beta1_ingress_spec.py (100%) rename {k8sclient => kubernetes/client}/models/v1beta1_ingress_status.py (100%) rename {k8sclient => kubernetes/client}/models/v1beta1_ingress_tls.py (100%) rename {k8sclient => kubernetes/client}/models/v1beta1_job.py (100%) rename {k8sclient => kubernetes/client}/models/v1beta1_job_condition.py (100%) rename {k8sclient => kubernetes/client}/models/v1beta1_job_list.py (100%) rename {k8sclient => kubernetes/client}/models/v1beta1_job_spec.py (100%) rename {k8sclient => kubernetes/client}/models/v1beta1_job_status.py (100%) rename {k8sclient => kubernetes/client}/models/v1beta1_local_subject_access_review.py (100%) rename {k8sclient => kubernetes/client}/models/v1beta1_network_policy.py (100%) rename {k8sclient => kubernetes/client}/models/v1beta1_network_policy_ingress_rule.py (100%) rename {k8sclient => kubernetes/client}/models/v1beta1_network_policy_list.py (100%) rename {k8sclient => kubernetes/client}/models/v1beta1_network_policy_peer.py (100%) rename {k8sclient => kubernetes/client}/models/v1beta1_network_policy_port.py (100%) rename {k8sclient => kubernetes/client}/models/v1beta1_network_policy_spec.py (100%) rename {k8sclient => kubernetes/client}/models/v1beta1_non_resource_attributes.py (100%) rename {k8sclient => kubernetes/client}/models/v1beta1_pod_disruption_budget.py (100%) rename {k8sclient => kubernetes/client}/models/v1beta1_pod_disruption_budget_list.py (100%) rename {k8sclient => kubernetes/client}/models/v1beta1_pod_disruption_budget_spec.py (100%) rename {k8sclient => kubernetes/client}/models/v1beta1_pod_disruption_budget_status.py (100%) rename {k8sclient => kubernetes/client}/models/v1beta1_replica_set.py (100%) rename {k8sclient => kubernetes/client}/models/v1beta1_replica_set_condition.py (100%) rename {k8sclient => kubernetes/client}/models/v1beta1_replica_set_list.py (100%) rename {k8sclient => kubernetes/client}/models/v1beta1_replica_set_spec.py (100%) rename {k8sclient => kubernetes/client}/models/v1beta1_replica_set_status.py (100%) rename {k8sclient => kubernetes/client}/models/v1beta1_resource_attributes.py (100%) rename {k8sclient => kubernetes/client}/models/v1beta1_rollback_config.py (100%) rename {k8sclient => kubernetes/client}/models/v1beta1_rolling_update_deployment.py (100%) rename {k8sclient => kubernetes/client}/models/v1beta1_scale.py (100%) rename {k8sclient => kubernetes/client}/models/v1beta1_scale_spec.py (100%) rename {k8sclient => kubernetes/client}/models/v1beta1_scale_status.py (100%) rename {k8sclient => kubernetes/client}/models/v1beta1_self_subject_access_review.py (100%) rename {k8sclient => kubernetes/client}/models/v1beta1_self_subject_access_review_spec.py (100%) rename {k8sclient => kubernetes/client}/models/v1beta1_stateful_set.py (100%) rename {k8sclient => kubernetes/client}/models/v1beta1_stateful_set_list.py (100%) rename {k8sclient => kubernetes/client}/models/v1beta1_stateful_set_spec.py (100%) rename {k8sclient => kubernetes/client}/models/v1beta1_stateful_set_status.py (100%) rename {k8sclient => kubernetes/client}/models/v1beta1_storage_class.py (100%) rename {k8sclient => kubernetes/client}/models/v1beta1_storage_class_list.py (100%) rename {k8sclient => kubernetes/client}/models/v1beta1_subject_access_review.py (100%) rename {k8sclient => kubernetes/client}/models/v1beta1_subject_access_review_spec.py (100%) rename {k8sclient => kubernetes/client}/models/v1beta1_subject_access_review_status.py (100%) rename {k8sclient => kubernetes/client}/models/v1beta1_subresource_reference.py (100%) rename {k8sclient => kubernetes/client}/models/v1beta1_third_party_resource.py (100%) rename {k8sclient => kubernetes/client}/models/v1beta1_third_party_resource_list.py (100%) rename {k8sclient => kubernetes/client}/models/v1beta1_token_review.py (100%) rename {k8sclient => kubernetes/client}/models/v1beta1_token_review_spec.py (100%) rename {k8sclient => kubernetes/client}/models/v1beta1_token_review_status.py (100%) rename {k8sclient => kubernetes/client}/models/v1beta1_user_info.py (100%) rename {k8sclient => kubernetes/client}/models/v2alpha1_cron_job.py (100%) rename {k8sclient => kubernetes/client}/models/v2alpha1_cron_job_list.py (100%) rename {k8sclient => kubernetes/client}/models/v2alpha1_cron_job_spec.py (100%) rename {k8sclient => kubernetes/client}/models/v2alpha1_cron_job_status.py (100%) rename {k8sclient => kubernetes/client}/models/v2alpha1_job.py (100%) rename {k8sclient => kubernetes/client}/models/v2alpha1_job_condition.py (100%) rename {k8sclient => kubernetes/client}/models/v2alpha1_job_list.py (100%) rename {k8sclient => kubernetes/client}/models/v2alpha1_job_spec.py (100%) rename {k8sclient => kubernetes/client}/models/v2alpha1_job_status.py (100%) rename {k8sclient => kubernetes/client}/models/v2alpha1_job_template_spec.py (100%) rename {k8sclient => kubernetes/client}/models/version_info.py (100%) rename {k8sclient => kubernetes/client}/models/versioned_event.py (100%) rename {k8sclient => kubernetes/client}/rest.py (100%) rename {docs => kubernetes/docs}/ApisApi.md (81%) rename {docs => kubernetes/docs}/AppsApi.md (81%) rename {docs => kubernetes/docs}/AppsV1beta1Api.md (88%) rename {docs => kubernetes/docs}/AuthenticationApi.md (80%) rename {docs => kubernetes/docs}/AuthenticationV1beta1Api.md (81%) rename {docs => kubernetes/docs}/AuthorizationApi.md (81%) rename {docs => kubernetes/docs}/AuthorizationV1beta1Api.md (82%) rename {docs => kubernetes/docs}/AutoscalingApi.md (81%) rename {docs => kubernetes/docs}/AutoscalingV1Api.md (89%) rename {docs => kubernetes/docs}/BatchApi.md (81%) rename {docs => kubernetes/docs}/BatchV1Api.md (88%) rename {docs => kubernetes/docs}/BatchV2alpha1Api.md (88%) rename {docs => kubernetes/docs}/CertificatesApi.md (81%) rename {docs => kubernetes/docs}/CertificatesV1alpha1Api.md (87%) rename {docs => kubernetes/docs}/CoreApi.md (81%) rename {docs => kubernetes/docs}/CoreV1Api.md (88%) rename {docs => kubernetes/docs}/ExtensionsApi.md (81%) rename {docs => kubernetes/docs}/ExtensionsV1beta1Api.md (88%) rename {docs => kubernetes/docs}/IntstrIntOrString.md (100%) rename {docs => kubernetes/docs}/LogsApi.md (79%) rename {docs => kubernetes/docs}/PolicyApi.md (81%) rename {docs => kubernetes/docs}/PolicyV1beta1Api.md (88%) rename {docs => kubernetes/docs}/RbacAuthorizationApi.md (80%) rename {docs => kubernetes/docs}/RbacAuthorizationV1alpha1Api.md (88%) rename {docs => kubernetes/docs}/ResourceQuantity.md (100%) rename {docs => kubernetes/docs}/RuntimeRawExtension.md (100%) rename {docs => kubernetes/docs}/StorageApi.md (81%) rename {docs => kubernetes/docs}/StorageV1beta1Api.md (87%) rename {docs => kubernetes/docs}/UnversionedAPIGroup.md (55%) rename {docs => kubernetes/docs}/UnversionedAPIGroupList.md (100%) rename {docs => kubernetes/docs}/UnversionedAPIResource.md (100%) rename {docs => kubernetes/docs}/UnversionedAPIResourceList.md (100%) create mode 100644 kubernetes/docs/UnversionedAPIVersions.md rename {docs => kubernetes/docs}/UnversionedGroupVersionForDiscovery.md (81%) rename {docs => kubernetes/docs}/UnversionedLabelSelector.md (100%) rename {docs => kubernetes/docs}/UnversionedLabelSelectorRequirement.md (100%) rename {docs => kubernetes/docs}/UnversionedListMeta.md (56%) rename {docs => kubernetes/docs}/UnversionedServerAddressByClientCIDR.md (58%) rename {docs => kubernetes/docs}/UnversionedStatus.md (100%) rename {docs => kubernetes/docs}/UnversionedStatusCause.md (100%) rename {docs => kubernetes/docs}/UnversionedStatusDetails.md (100%) rename {docs => kubernetes/docs}/UnversionedTime.md (100%) rename {docs => kubernetes/docs}/V1AttachedVolume.md (100%) rename {docs => kubernetes/docs}/V1Binding.md (100%) rename {docs => kubernetes/docs}/V1Capabilities.md (100%) rename {docs => kubernetes/docs}/V1ComponentCondition.md (100%) rename {docs => kubernetes/docs}/V1ComponentStatus.md (100%) rename {docs => kubernetes/docs}/V1ComponentStatusList.md (100%) rename {docs => kubernetes/docs}/V1ConfigMap.md (100%) rename {docs => kubernetes/docs}/V1ConfigMapKeySelector.md (100%) rename {docs => kubernetes/docs}/V1ConfigMapList.md (100%) rename {docs => kubernetes/docs}/V1Container.md (93%) rename {docs => kubernetes/docs}/V1ContainerImage.md (100%) rename {docs => kubernetes/docs}/V1ContainerPort.md (100%) rename {docs => kubernetes/docs}/V1ContainerState.md (100%) rename {docs => kubernetes/docs}/V1ContainerStateRunning.md (100%) rename {docs => kubernetes/docs}/V1ContainerStateTerminated.md (100%) rename {docs => kubernetes/docs}/V1ContainerStateWaiting.md (100%) rename {docs => kubernetes/docs}/V1ContainerStatus.md (100%) rename {docs => kubernetes/docs}/V1CrossVersionObjectReference.md (100%) rename {docs => kubernetes/docs}/V1DaemonEndpoint.md (100%) rename {docs => kubernetes/docs}/V1DeleteOptions.md (100%) rename {docs => kubernetes/docs}/V1EndpointAddress.md (100%) rename {docs => kubernetes/docs}/V1EndpointPort.md (100%) rename {docs => kubernetes/docs}/V1EndpointSubset.md (94%) rename {docs => kubernetes/docs}/V1Endpoints.md (100%) rename {docs => kubernetes/docs}/V1EndpointsList.md (100%) rename {docs => kubernetes/docs}/V1EnvVar.md (100%) rename {docs => kubernetes/docs}/V1EnvVarSource.md (100%) rename {docs => kubernetes/docs}/V1Event.md (100%) rename {docs => kubernetes/docs}/V1EventList.md (100%) rename {docs => kubernetes/docs}/V1EventSource.md (100%) rename {docs => kubernetes/docs}/V1ExecAction.md (100%) rename {docs => kubernetes/docs}/V1HTTPGetAction.md (100%) rename {docs => kubernetes/docs}/V1HTTPHeader.md (100%) rename {docs => kubernetes/docs}/V1Handler.md (100%) rename {docs => kubernetes/docs}/V1HorizontalPodAutoscaler.md (100%) rename {docs => kubernetes/docs}/V1HorizontalPodAutoscalerList.md (100%) rename {docs => kubernetes/docs}/V1HorizontalPodAutoscalerSpec.md (100%) rename {docs => kubernetes/docs}/V1HorizontalPodAutoscalerStatus.md (100%) rename {docs => kubernetes/docs}/V1Job.md (100%) rename {docs => kubernetes/docs}/V1JobCondition.md (100%) rename {docs => kubernetes/docs}/V1JobList.md (100%) rename {docs => kubernetes/docs}/V1JobSpec.md (100%) rename {docs => kubernetes/docs}/V1JobStatus.md (100%) rename {docs => kubernetes/docs}/V1Lifecycle.md (100%) rename {docs => kubernetes/docs}/V1LimitRange.md (100%) rename {docs => kubernetes/docs}/V1LimitRangeItem.md (100%) rename {docs => kubernetes/docs}/V1LimitRangeList.md (100%) rename {docs => kubernetes/docs}/V1LimitRangeSpec.md (100%) rename {docs => kubernetes/docs}/V1LoadBalancerIngress.md (100%) rename {docs => kubernetes/docs}/V1LoadBalancerStatus.md (100%) rename {docs => kubernetes/docs}/V1LocalObjectReference.md (100%) rename {docs => kubernetes/docs}/V1Namespace.md (100%) rename {docs => kubernetes/docs}/V1NamespaceList.md (100%) rename {docs => kubernetes/docs}/V1NamespaceSpec.md (100%) rename {docs => kubernetes/docs}/V1NamespaceStatus.md (100%) rename {docs => kubernetes/docs}/V1Node.md (100%) rename {docs => kubernetes/docs}/V1NodeAddress.md (100%) rename {docs => kubernetes/docs}/V1NodeCondition.md (100%) rename {docs => kubernetes/docs}/V1NodeDaemonEndpoints.md (100%) rename {docs => kubernetes/docs}/V1NodeList.md (100%) rename {docs => kubernetes/docs}/V1NodeSpec.md (100%) rename {docs => kubernetes/docs}/V1NodeStatus.md (100%) rename {docs => kubernetes/docs}/V1NodeSystemInfo.md (100%) rename {docs => kubernetes/docs}/V1ObjectFieldSelector.md (100%) rename {docs => kubernetes/docs}/V1ObjectMeta.md (61%) rename {docs => kubernetes/docs}/V1ObjectReference.md (100%) rename {docs => kubernetes/docs}/V1OwnerReference.md (100%) rename {docs => kubernetes/docs}/V1PersistentVolume.md (100%) rename {docs => kubernetes/docs}/V1PersistentVolumeClaim.md (100%) rename {docs => kubernetes/docs}/V1PersistentVolumeClaimList.md (100%) rename {docs => kubernetes/docs}/V1PersistentVolumeClaimSpec.md (100%) rename {docs => kubernetes/docs}/V1PersistentVolumeClaimStatus.md (100%) rename {docs => kubernetes/docs}/V1PersistentVolumeList.md (100%) rename {docs => kubernetes/docs}/V1PersistentVolumeSpec.md (100%) rename {docs => kubernetes/docs}/V1PersistentVolumeStatus.md (100%) rename {docs => kubernetes/docs}/V1Pod.md (100%) rename {docs => kubernetes/docs}/V1PodCondition.md (100%) rename {docs => kubernetes/docs}/V1PodList.md (100%) rename {docs => kubernetes/docs}/V1PodSecurityContext.md (100%) rename {docs => kubernetes/docs}/V1PodSpec.md (100%) rename {docs => kubernetes/docs}/V1PodStatus.md (100%) rename {docs => kubernetes/docs}/V1PodTemplate.md (100%) rename {docs => kubernetes/docs}/V1PodTemplateList.md (100%) rename {docs => kubernetes/docs}/V1PodTemplateSpec.md (100%) rename {docs => kubernetes/docs}/V1Preconditions.md (100%) rename {docs => kubernetes/docs}/V1Probe.md (100%) rename {docs => kubernetes/docs}/V1ReplicationController.md (100%) rename {docs => kubernetes/docs}/V1ReplicationControllerCondition.md (100%) rename {docs => kubernetes/docs}/V1ReplicationControllerList.md (100%) rename {docs => kubernetes/docs}/V1ReplicationControllerSpec.md (100%) rename {docs => kubernetes/docs}/V1ReplicationControllerStatus.md (100%) rename {docs => kubernetes/docs}/V1ResourceFieldSelector.md (100%) rename {docs => kubernetes/docs}/V1ResourceQuota.md (100%) rename {docs => kubernetes/docs}/V1ResourceQuotaList.md (100%) rename {docs => kubernetes/docs}/V1ResourceQuotaSpec.md (100%) rename {docs => kubernetes/docs}/V1ResourceQuotaStatus.md (100%) rename {docs => kubernetes/docs}/V1ResourceRequirements.md (100%) rename {docs => kubernetes/docs}/V1SELinuxOptions.md (100%) rename {docs => kubernetes/docs}/V1Scale.md (100%) rename {docs => kubernetes/docs}/V1ScaleSpec.md (100%) rename {docs => kubernetes/docs}/V1ScaleStatus.md (68%) rename {docs => kubernetes/docs}/V1Secret.md (100%) rename {docs => kubernetes/docs}/V1SecretKeySelector.md (100%) rename {docs => kubernetes/docs}/V1SecretList.md (100%) rename {docs => kubernetes/docs}/V1SecurityContext.md (100%) rename {docs => kubernetes/docs}/V1Service.md (100%) rename {docs => kubernetes/docs}/V1ServiceAccount.md (100%) rename {docs => kubernetes/docs}/V1ServiceAccountList.md (100%) rename {docs => kubernetes/docs}/V1ServiceList.md (100%) rename {docs => kubernetes/docs}/V1ServicePort.md (100%) rename {docs => kubernetes/docs}/V1ServiceSpec.md (91%) rename {docs => kubernetes/docs}/V1ServiceStatus.md (100%) rename {docs => kubernetes/docs}/V1TCPSocketAction.md (100%) rename {docs => kubernetes/docs}/V1Volume.md (100%) rename {docs => kubernetes/docs}/V1VolumeMount.md (100%) rename {docs => kubernetes/docs}/V1alpha1CertificateSigningRequest.md (100%) rename {docs => kubernetes/docs}/V1alpha1CertificateSigningRequestCondition.md (100%) rename {docs => kubernetes/docs}/V1alpha1CertificateSigningRequestList.md (100%) rename {docs => kubernetes/docs}/V1alpha1CertificateSigningRequestSpec.md (100%) rename {docs => kubernetes/docs}/V1alpha1CertificateSigningRequestStatus.md (100%) rename {docs => kubernetes/docs}/V1alpha1ClusterRole.md (100%) rename {docs => kubernetes/docs}/V1alpha1ClusterRoleBinding.md (100%) rename {docs => kubernetes/docs}/V1alpha1ClusterRoleBindingList.md (100%) rename {docs => kubernetes/docs}/V1alpha1ClusterRoleList.md (100%) rename {docs => kubernetes/docs}/V1alpha1PolicyRule.md (100%) rename {docs => kubernetes/docs}/V1alpha1Role.md (100%) rename {docs => kubernetes/docs}/V1alpha1RoleBinding.md (100%) rename {docs => kubernetes/docs}/V1alpha1RoleBindingList.md (100%) rename {docs => kubernetes/docs}/V1alpha1RoleList.md (100%) rename {docs => kubernetes/docs}/V1alpha1RoleRef.md (100%) rename {docs => kubernetes/docs}/V1alpha1Subject.md (100%) rename {docs => kubernetes/docs}/V1beta1APIVersion.md (100%) rename {docs => kubernetes/docs}/V1beta1CPUTargetUtilization.md (100%) rename {docs => kubernetes/docs}/V1beta1DaemonSet.md (100%) rename {docs => kubernetes/docs}/V1beta1DaemonSetList.md (100%) rename {docs => kubernetes/docs}/V1beta1DaemonSetSpec.md (100%) rename {docs => kubernetes/docs}/V1beta1DaemonSetStatus.md (100%) rename {docs => kubernetes/docs}/V1beta1Deployment.md (100%) rename {docs => kubernetes/docs}/V1beta1DeploymentCondition.md (100%) rename {docs => kubernetes/docs}/V1beta1DeploymentList.md (100%) rename {docs => kubernetes/docs}/V1beta1DeploymentRollback.md (100%) rename {docs => kubernetes/docs}/V1beta1DeploymentSpec.md (100%) rename {docs => kubernetes/docs}/V1beta1DeploymentStatus.md (100%) rename {docs => kubernetes/docs}/V1beta1DeploymentStrategy.md (100%) rename {docs => kubernetes/docs}/V1beta1Eviction.md (100%) rename {docs => kubernetes/docs}/V1beta1HorizontalPodAutoscaler.md (100%) rename {docs => kubernetes/docs}/V1beta1HorizontalPodAutoscalerList.md (100%) rename {docs => kubernetes/docs}/V1beta1HorizontalPodAutoscalerSpec.md (100%) rename {docs => kubernetes/docs}/V1beta1HorizontalPodAutoscalerStatus.md (100%) rename {docs => kubernetes/docs}/V1beta1Ingress.md (100%) rename {docs => kubernetes/docs}/V1beta1IngressBackend.md (100%) rename {docs => kubernetes/docs}/V1beta1IngressList.md (100%) rename {docs => kubernetes/docs}/V1beta1IngressRule.md (100%) rename {docs => kubernetes/docs}/V1beta1IngressSpec.md (100%) rename {docs => kubernetes/docs}/V1beta1IngressStatus.md (100%) rename {docs => kubernetes/docs}/V1beta1IngressTLS.md (100%) rename {docs => kubernetes/docs}/V1beta1Job.md (100%) rename {docs => kubernetes/docs}/V1beta1JobCondition.md (100%) rename {docs => kubernetes/docs}/V1beta1JobList.md (100%) rename {docs => kubernetes/docs}/V1beta1JobSpec.md (100%) rename {docs => kubernetes/docs}/V1beta1JobStatus.md (100%) rename {docs => kubernetes/docs}/V1beta1LocalSubjectAccessReview.md (100%) rename {docs => kubernetes/docs}/V1beta1NetworkPolicy.md (100%) rename {docs => kubernetes/docs}/V1beta1NetworkPolicyIngressRule.md (100%) rename {docs => kubernetes/docs}/V1beta1NetworkPolicyList.md (100%) rename {docs => kubernetes/docs}/V1beta1NetworkPolicyPeer.md (100%) rename {docs => kubernetes/docs}/V1beta1NetworkPolicyPort.md (100%) rename {docs => kubernetes/docs}/V1beta1NetworkPolicySpec.md (100%) rename {docs => kubernetes/docs}/V1beta1NonResourceAttributes.md (100%) rename {docs => kubernetes/docs}/V1beta1PodDisruptionBudget.md (100%) rename {docs => kubernetes/docs}/V1beta1PodDisruptionBudgetList.md (100%) rename {docs => kubernetes/docs}/V1beta1PodDisruptionBudgetSpec.md (100%) rename {docs => kubernetes/docs}/V1beta1PodDisruptionBudgetStatus.md (100%) rename {docs => kubernetes/docs}/V1beta1ReplicaSet.md (100%) rename {docs => kubernetes/docs}/V1beta1ReplicaSetCondition.md (100%) rename {docs => kubernetes/docs}/V1beta1ReplicaSetList.md (100%) rename {docs => kubernetes/docs}/V1beta1ReplicaSetSpec.md (100%) rename {docs => kubernetes/docs}/V1beta1ReplicaSetStatus.md (100%) rename {docs => kubernetes/docs}/V1beta1ResourceAttributes.md (100%) rename {docs => kubernetes/docs}/V1beta1RollbackConfig.md (100%) rename {docs => kubernetes/docs}/V1beta1RollingUpdateDeployment.md (100%) rename {docs => kubernetes/docs}/V1beta1Scale.md (100%) rename {docs => kubernetes/docs}/V1beta1ScaleSpec.md (100%) rename {docs => kubernetes/docs}/V1beta1ScaleStatus.md (70%) rename {docs => kubernetes/docs}/V1beta1SelfSubjectAccessReview.md (100%) rename {docs => kubernetes/docs}/V1beta1SelfSubjectAccessReviewSpec.md (100%) rename {docs => kubernetes/docs}/V1beta1StatefulSet.md (100%) rename {docs => kubernetes/docs}/V1beta1StatefulSetList.md (100%) rename {docs => kubernetes/docs}/V1beta1StatefulSetSpec.md (100%) rename {docs => kubernetes/docs}/V1beta1StatefulSetStatus.md (100%) rename {docs => kubernetes/docs}/V1beta1StorageClass.md (100%) rename {docs => kubernetes/docs}/V1beta1StorageClassList.md (100%) rename {docs => kubernetes/docs}/V1beta1SubjectAccessReview.md (100%) rename {docs => kubernetes/docs}/V1beta1SubjectAccessReviewSpec.md (100%) rename {docs => kubernetes/docs}/V1beta1SubjectAccessReviewStatus.md (100%) rename {docs => kubernetes/docs}/V1beta1SubresourceReference.md (100%) rename {docs => kubernetes/docs}/V1beta1ThirdPartyResource.md (100%) rename {docs => kubernetes/docs}/V1beta1ThirdPartyResourceList.md (100%) rename {docs => kubernetes/docs}/V1beta1TokenReview.md (100%) rename {docs => kubernetes/docs}/V1beta1TokenReviewSpec.md (100%) rename {docs => kubernetes/docs}/V1beta1TokenReviewStatus.md (100%) rename {docs => kubernetes/docs}/V1beta1UserInfo.md (100%) rename {docs => kubernetes/docs}/V2alpha1CronJob.md (100%) rename {docs => kubernetes/docs}/V2alpha1CronJobList.md (100%) rename {docs => kubernetes/docs}/V2alpha1CronJobSpec.md (100%) rename {docs => kubernetes/docs}/V2alpha1CronJobStatus.md (100%) rename {docs => kubernetes/docs}/V2alpha1Job.md (100%) rename {docs => kubernetes/docs}/V2alpha1JobCondition.md (100%) rename {docs => kubernetes/docs}/V2alpha1JobList.md (100%) rename {docs => kubernetes/docs}/V2alpha1JobSpec.md (100%) rename {docs => kubernetes/docs}/V2alpha1JobStatus.md (100%) rename {docs => kubernetes/docs}/V2alpha1JobTemplateSpec.md (100%) rename {docs => kubernetes/docs}/VersionApi.md (79%) rename {docs => kubernetes/docs}/VersionInfo.md (100%) rename {docs => kubernetes/docs}/VersionedEvent.md (100%) rename {test => kubernetes/test}/__init__.py (100%) rename {test => kubernetes/test}/test_apis_api.py (86%) rename {test => kubernetes/test}/test_apps_api.py (86%) rename {test => kubernetes/test}/test_apps_v1beta1_api.py (93%) rename {test => kubernetes/test}/test_authentication_api.py (84%) rename {test => kubernetes/test}/test_authentication_v1beta1_api.py (84%) rename {test => kubernetes/test}/test_authorization_api.py (84%) rename {test => kubernetes/test}/test_authorization_v1beta1_api.py (87%) rename {test => kubernetes/test}/test_autoscaling_api.py (85%) rename {test => kubernetes/test}/test_autoscaling_v1_api.py (93%) rename {test => kubernetes/test}/test_batch_api.py (86%) rename {test => kubernetes/test}/test_batch_v1_api.py (93%) rename {test => kubernetes/test}/test_batch_v2alpha1_api.py (96%) rename {test => kubernetes/test}/test_certificates_api.py (84%) rename {test => kubernetes/test}/test_certificates_v1alpha1_api.py (91%) rename {test => kubernetes/test}/test_core_api.py (86%) rename {test => kubernetes/test}/test_core_v1_api.py (99%) rename {test => kubernetes/test}/test_extensions_api.py (85%) rename {test => kubernetes/test}/test_extensions_v1beta1_api.py (98%) rename {test => kubernetes/test}/test_intstr_int_or_string.py (83%) rename {test => kubernetes/test}/test_logs_api.py (87%) rename {test => kubernetes/test}/test_policy_api.py (86%) rename {test => kubernetes/test}/test_policy_v1beta1_api.py (93%) rename {test => kubernetes/test}/test_rbac_authorization_api.py (83%) rename {test => kubernetes/test}/test_rbac_authorization_v1alpha1_api.py (95%) rename {test => kubernetes/test}/test_resource_quantity.py (84%) rename {test => kubernetes/test}/test_runtime_raw_extension.py (83%) rename {test => kubernetes/test}/test_storage_api.py (85%) rename {test => kubernetes/test}/test_storage_v1beta1_api.py (90%) rename {test => kubernetes/test}/test_unversioned_api_group.py (83%) rename {test => kubernetes/test}/test_unversioned_api_group_list.py (82%) rename {test => kubernetes/test}/test_unversioned_api_resource.py (83%) rename {test => kubernetes/test}/test_unversioned_api_resource_list.py (82%) rename {test => kubernetes/test}/test_unversioned_api_versions.py (83%) rename {test => kubernetes/test}/test_unversioned_group_version_for_discovery.py (80%) rename {test => kubernetes/test}/test_unversioned_label_selector.py (82%) rename {test => kubernetes/test}/test_unversioned_label_selector_requirement.py (80%) rename {test => kubernetes/test}/test_unversioned_list_meta.py (83%) rename {test => kubernetes/test}/test_unversioned_server_address_by_client_cidr.py (80%) rename {test => kubernetes/test}/test_unversioned_status.py (84%) rename {test => kubernetes/test}/test_unversioned_status_cause.py (83%) rename {test => kubernetes/test}/test_unversioned_status_details.py (82%) rename {test => kubernetes/test}/test_unversioned_time.py (84%) rename {test => kubernetes/test}/test_v1_attached_volume.py (84%) rename {test => kubernetes/test}/test_v1_binding.py (85%) rename {test => kubernetes/test}/test_v1_capabilities.py (84%) rename {test => kubernetes/test}/test_v1_component_condition.py (83%) rename {test => kubernetes/test}/test_v1_component_status.py (84%) rename {test => kubernetes/test}/test_v1_component_status_list.py (83%) rename {test => kubernetes/test}/test_v1_config_map.py (85%) rename {test => kubernetes/test}/test_v1_config_map_key_selector.py (82%) rename {test => kubernetes/test}/test_v1_config_map_list.py (84%) rename {test => kubernetes/test}/test_v1_container.py (85%) rename {test => kubernetes/test}/test_v1_container_image.py (84%) rename {test => kubernetes/test}/test_v1_container_port.py (84%) rename {test => kubernetes/test}/test_v1_container_state.py (84%) rename {test => kubernetes/test}/test_v1_container_state_running.py (82%) rename {test => kubernetes/test}/test_v1_container_state_terminated.py (82%) rename {test => kubernetes/test}/test_v1_container_state_waiting.py (82%) rename {test => kubernetes/test}/test_v1_container_status.py (84%) rename {test => kubernetes/test}/test_v1_cross_version_object_reference.py (81%) rename {test => kubernetes/test}/test_v1_daemon_endpoint.py (84%) rename {test => kubernetes/test}/test_v1_delete_options.py (84%) rename {test => kubernetes/test}/test_v1_endpoint_address.py (84%) rename {test => kubernetes/test}/test_v1_endpoint_port.py (84%) rename {test => kubernetes/test}/test_v1_endpoint_subset.py (84%) rename {test => kubernetes/test}/test_v1_endpoints.py (85%) rename {test => kubernetes/test}/test_v1_endpoints_list.py (84%) rename {test => kubernetes/test}/test_v1_env_var.py (85%) rename {test => kubernetes/test}/test_v1_env_var_source.py (84%) rename {test => kubernetes/test}/test_v1_event.py (86%) rename {test => kubernetes/test}/test_v1_event_list.py (85%) rename {test => kubernetes/test}/test_v1_event_source.py (84%) rename {test => kubernetes/test}/test_v1_exec_action.py (85%) rename {test => kubernetes/test}/test_v1_handler.py (85%) rename {test => kubernetes/test}/test_v1_horizontal_pod_autoscaler.py (82%) rename {test => kubernetes/test}/test_v1_horizontal_pod_autoscaler_list.py (81%) rename {test => kubernetes/test}/test_v1_horizontal_pod_autoscaler_spec.py (81%) rename {test => kubernetes/test}/test_v1_horizontal_pod_autoscaler_status.py (81%) rename {test => kubernetes/test}/test_v1_http_get_action.py (84%) rename {test => kubernetes/test}/test_v1_http_header.py (85%) rename {test => kubernetes/test}/test_v1_job.py (86%) rename {test => kubernetes/test}/test_v1_job_condition.py (84%) rename {test => kubernetes/test}/test_v1_job_list.py (85%) rename {test => kubernetes/test}/test_v1_job_spec.py (85%) rename {test => kubernetes/test}/test_v1_job_status.py (85%) rename {test => kubernetes/test}/test_v1_lifecycle.py (85%) rename {test => kubernetes/test}/test_v1_limit_range.py (85%) rename {test => kubernetes/test}/test_v1_limit_range_item.py (84%) rename {test => kubernetes/test}/test_v1_limit_range_list.py (84%) rename {test => kubernetes/test}/test_v1_limit_range_spec.py (84%) rename {test => kubernetes/test}/test_v1_load_balancer_ingress.py (83%) rename {test => kubernetes/test}/test_v1_load_balancer_status.py (83%) rename {test => kubernetes/test}/test_v1_local_object_reference.py (83%) rename {test => kubernetes/test}/test_v1_namespace.py (85%) rename {test => kubernetes/test}/test_v1_namespace_list.py (84%) rename {test => kubernetes/test}/test_v1_namespace_spec.py (84%) rename {test => kubernetes/test}/test_v1_namespace_status.py (84%) rename {test => kubernetes/test}/test_v1_node.py (86%) rename {test => kubernetes/test}/test_v1_node_address.py (84%) rename {test => kubernetes/test}/test_v1_node_condition.py (84%) rename {test => kubernetes/test}/test_v1_node_daemon_endpoints.py (83%) rename {test => kubernetes/test}/test_v1_node_list.py (85%) rename {test => kubernetes/test}/test_v1_node_spec.py (85%) rename {test => kubernetes/test}/test_v1_node_status.py (85%) rename {test => kubernetes/test}/test_v1_node_system_info.py (84%) rename {test => kubernetes/test}/test_v1_object_field_selector.py (83%) rename {test => kubernetes/test}/test_v1_object_meta.py (85%) rename {test => kubernetes/test}/test_v1_object_reference.py (84%) rename {test => kubernetes/test}/test_v1_owner_reference.py (84%) rename {test => kubernetes/test}/test_v1_persistent_volume.py (83%) rename {test => kubernetes/test}/test_v1_persistent_volume_claim.py (82%) rename {test => kubernetes/test}/test_v1_persistent_volume_claim_list.py (82%) rename {test => kubernetes/test}/test_v1_persistent_volume_claim_spec.py (82%) rename {test => kubernetes/test}/test_v1_persistent_volume_claim_status.py (81%) rename {test => kubernetes/test}/test_v1_persistent_volume_list.py (83%) rename {test => kubernetes/test}/test_v1_persistent_volume_spec.py (83%) rename {test => kubernetes/test}/test_v1_persistent_volume_status.py (82%) rename {test => kubernetes/test}/test_v1_pod.py (86%) rename {test => kubernetes/test}/test_v1_pod_condition.py (84%) rename {test => kubernetes/test}/test_v1_pod_list.py (85%) rename {test => kubernetes/test}/test_v1_pod_security_context.py (83%) rename {test => kubernetes/test}/test_v1_pod_spec.py (85%) rename {test => kubernetes/test}/test_v1_pod_status.py (85%) rename {test => kubernetes/test}/test_v1_pod_template.py (84%) rename {test => kubernetes/test}/test_v1_pod_template_list.py (83%) rename {test => kubernetes/test}/test_v1_pod_template_spec.py (83%) rename {test => kubernetes/test}/test_v1_preconditions.py (84%) rename {test => kubernetes/test}/test_v1_probe.py (86%) rename {test => kubernetes/test}/test_v1_replication_controller.py (82%) rename {test => kubernetes/test}/test_v1_replication_controller_condition.py (81%) rename {test => kubernetes/test}/test_v1_replication_controller_list.py (82%) rename {test => kubernetes/test}/test_v1_replication_controller_spec.py (82%) rename {test => kubernetes/test}/test_v1_replication_controller_status.py (81%) rename {test => kubernetes/test}/test_v1_resource_field_selector.py (82%) rename {test => kubernetes/test}/test_v1_resource_quota.py (84%) rename {test => kubernetes/test}/test_v1_resource_quota_list.py (83%) rename {test => kubernetes/test}/test_v1_resource_quota_spec.py (83%) rename {test => kubernetes/test}/test_v1_resource_quota_status.py (83%) rename {test => kubernetes/test}/test_v1_resource_requirements.py (83%) rename {test => kubernetes/test}/test_v1_scale.py (86%) rename {test => kubernetes/test}/test_v1_scale_spec.py (85%) rename {test => kubernetes/test}/test_v1_scale_status.py (84%) rename {test => kubernetes/test}/test_v1_se_linux_options.py (84%) rename {test => kubernetes/test}/test_v1_secret.py (86%) rename {test => kubernetes/test}/test_v1_secret_key_selector.py (83%) rename {test => kubernetes/test}/test_v1_secret_list.py (85%) rename {test => kubernetes/test}/test_v1_security_context.py (84%) rename {test => kubernetes/test}/test_v1_service.py (85%) rename {test => kubernetes/test}/test_v1_service_account.py (84%) rename {test => kubernetes/test}/test_v1_service_account_list.py (83%) rename {test => kubernetes/test}/test_v1_service_list.py (84%) rename {test => kubernetes/test}/test_v1_service_port.py (84%) rename {test => kubernetes/test}/test_v1_service_spec.py (84%) rename {test => kubernetes/test}/test_v1_service_status.py (84%) rename {test => kubernetes/test}/test_v1_tcp_socket_action.py (83%) rename {test => kubernetes/test}/test_v1_volume.py (86%) rename {test => kubernetes/test}/test_v1_volume_mount.py (84%) rename {test => kubernetes/test}/test_v1alpha1_certificate_signing_request.py (81%) rename {test => kubernetes/test}/test_v1alpha1_certificate_signing_request_condition.py (79%) rename {test => kubernetes/test}/test_v1alpha1_certificate_signing_request_list.py (80%) rename {test => kubernetes/test}/test_v1alpha1_certificate_signing_request_spec.py (80%) rename {test => kubernetes/test}/test_v1alpha1_certificate_signing_request_status.py (80%) rename {test => kubernetes/test}/test_v1alpha1_cluster_role.py (83%) rename {test => kubernetes/test}/test_v1alpha1_cluster_role_binding.py (82%) rename {test => kubernetes/test}/test_v1alpha1_cluster_role_binding_list.py (81%) rename {test => kubernetes/test}/test_v1alpha1_cluster_role_list.py (82%) rename {test => kubernetes/test}/test_v1alpha1_policy_rule.py (83%) rename {test => kubernetes/test}/test_v1alpha1_role.py (85%) rename {test => kubernetes/test}/test_v1alpha1_role_binding.py (83%) rename {test => kubernetes/test}/test_v1alpha1_role_binding_list.py (82%) rename {test => kubernetes/test}/test_v1alpha1_role_list.py (84%) rename {test => kubernetes/test}/test_v1alpha1_role_ref.py (84%) rename {test => kubernetes/test}/test_v1alpha1_subject.py (84%) rename {test => kubernetes/test}/test_v1beta1_api_version.py (84%) rename {test => kubernetes/test}/test_v1beta1_cpu_target_utilization.py (83%) rename {test => kubernetes/test}/test_v1beta1_daemon_set.py (84%) rename {test => kubernetes/test}/test_v1beta1_daemon_set_list.py (83%) rename {test => kubernetes/test}/test_v1beta1_daemon_set_spec.py (83%) rename {test => kubernetes/test}/test_v1beta1_daemon_set_status.py (83%) rename {test => kubernetes/test}/test_v1beta1_deployment.py (84%) rename {test => kubernetes/test}/test_v1beta1_deployment_condition.py (82%) rename {test => kubernetes/test}/test_v1beta1_deployment_list.py (83%) rename {test => kubernetes/test}/test_v1beta1_deployment_rollback.py (82%) rename {test => kubernetes/test}/test_v1beta1_deployment_spec.py (83%) rename {test => kubernetes/test}/test_v1beta1_deployment_status.py (82%) rename {test => kubernetes/test}/test_v1beta1_deployment_strategy.py (82%) rename {test => kubernetes/test}/test_v1beta1_eviction.py (84%) rename {test => kubernetes/test}/test_v1beta1_horizontal_pod_autoscaler.py (81%) rename {test => kubernetes/test}/test_v1beta1_horizontal_pod_autoscaler_list.py (80%) rename {test => kubernetes/test}/test_v1beta1_horizontal_pod_autoscaler_spec.py (80%) rename {test => kubernetes/test}/test_v1beta1_horizontal_pod_autoscaler_status.py (80%) rename {test => kubernetes/test}/test_v1beta1_ingress.py (84%) rename {test => kubernetes/test}/test_v1beta1_ingress_backend.py (83%) rename {test => kubernetes/test}/test_v1beta1_ingress_list.py (83%) rename {test => kubernetes/test}/test_v1beta1_ingress_rule.py (83%) rename {test => kubernetes/test}/test_v1beta1_ingress_spec.py (83%) rename {test => kubernetes/test}/test_v1beta1_ingress_status.py (83%) rename {test => kubernetes/test}/test_v1beta1_ingress_tls.py (84%) rename {test => kubernetes/test}/test_v1beta1_job.py (85%) rename {test => kubernetes/test}/test_v1beta1_job_condition.py (83%) rename {test => kubernetes/test}/test_v1beta1_job_list.py (84%) rename {test => kubernetes/test}/test_v1beta1_job_spec.py (84%) rename {test => kubernetes/test}/test_v1beta1_job_status.py (84%) rename {test => kubernetes/test}/test_v1beta1_local_subject_access_review.py (81%) rename {test => kubernetes/test}/test_v1beta1_network_policy.py (83%) rename {test => kubernetes/test}/test_v1beta1_network_policy_ingress_rule.py (81%) rename {test => kubernetes/test}/test_v1beta1_network_policy_list.py (82%) rename {test => kubernetes/test}/test_v1beta1_network_policy_peer.py (82%) rename {test => kubernetes/test}/test_v1beta1_network_policy_port.py (82%) rename {test => kubernetes/test}/test_v1beta1_network_policy_spec.py (82%) rename {test => kubernetes/test}/test_v1beta1_non_resource_attributes.py (82%) rename {test => kubernetes/test}/test_v1beta1_pod_disruption_budget.py (82%) rename {test => kubernetes/test}/test_v1beta1_pod_disruption_budget_list.py (81%) rename {test => kubernetes/test}/test_v1beta1_pod_disruption_budget_spec.py (81%) rename {test => kubernetes/test}/test_v1beta1_pod_disruption_budget_status.py (81%) rename {test => kubernetes/test}/test_v1beta1_replica_set.py (84%) rename {test => kubernetes/test}/test_v1beta1_replica_set_condition.py (82%) rename {test => kubernetes/test}/test_v1beta1_replica_set_list.py (83%) rename {test => kubernetes/test}/test_v1beta1_replica_set_spec.py (83%) rename {test => kubernetes/test}/test_v1beta1_replica_set_status.py (82%) rename {test => kubernetes/test}/test_v1beta1_resource_attributes.py (82%) rename {test => kubernetes/test}/test_v1beta1_rollback_config.py (83%) rename {test => kubernetes/test}/test_v1beta1_rolling_update_deployment.py (81%) rename {test => kubernetes/test}/test_v1beta1_scale.py (85%) rename {test => kubernetes/test}/test_v1beta1_scale_spec.py (84%) rename {test => kubernetes/test}/test_v1beta1_scale_status.py (83%) rename {test => kubernetes/test}/test_v1beta1_self_subject_access_review.py (81%) rename {test => kubernetes/test}/test_v1beta1_self_subject_access_review_spec.py (80%) rename {test => kubernetes/test}/test_v1beta1_stateful_set.py (83%) rename {test => kubernetes/test}/test_v1beta1_stateful_set_list.py (83%) rename {test => kubernetes/test}/test_v1beta1_stateful_set_spec.py (83%) rename {test => kubernetes/test}/test_v1beta1_stateful_set_status.py (82%) rename {test => kubernetes/test}/test_v1beta1_storage_class.py (83%) rename {test => kubernetes/test}/test_v1beta1_storage_class_list.py (82%) rename {test => kubernetes/test}/test_v1beta1_subject_access_review.py (82%) rename {test => kubernetes/test}/test_v1beta1_subject_access_review_spec.py (81%) rename {test => kubernetes/test}/test_v1beta1_subject_access_review_status.py (81%) rename {test => kubernetes/test}/test_v1beta1_subresource_reference.py (82%) rename {test => kubernetes/test}/test_v1beta1_third_party_resource.py (82%) rename {test => kubernetes/test}/test_v1beta1_third_party_resource_list.py (81%) rename {test => kubernetes/test}/test_v1beta1_token_review.py (83%) rename {test => kubernetes/test}/test_v1beta1_token_review_spec.py (83%) rename {test => kubernetes/test}/test_v1beta1_token_review_status.py (82%) rename {test => kubernetes/test}/test_v1beta1_user_info.py (84%) rename {test => kubernetes/test}/test_v2alpha1_cron_job.py (84%) rename {test => kubernetes/test}/test_v2alpha1_cron_job_list.py (83%) rename {test => kubernetes/test}/test_v2alpha1_cron_job_spec.py (83%) rename {test => kubernetes/test}/test_v2alpha1_cron_job_status.py (83%) rename {test => kubernetes/test}/test_v2alpha1_job.py (85%) rename {test => kubernetes/test}/test_v2alpha1_job_condition.py (83%) rename {test => kubernetes/test}/test_v2alpha1_job_list.py (84%) rename {test => kubernetes/test}/test_v2alpha1_job_spec.py (84%) rename {test => kubernetes/test}/test_v2alpha1_job_status.py (84%) rename {test => kubernetes/test}/test_v2alpha1_job_template_spec.py (82%) rename {test => kubernetes/test}/test_version_api.py (85%) rename {test => kubernetes/test}/test_version_info.py (85%) rename {test => kubernetes/test}/test_versioned_event.py (84%) diff --git a/docs/UnversionedAPIVersions.md b/docs/UnversionedAPIVersions.md deleted file mode 100644 index 9b445e293a..0000000000 --- a/docs/UnversionedAPIVersions.md +++ /dev/null @@ -1,11 +0,0 @@ -# UnversionedAPIVersions - -## Properties -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**server_address_by_client_cid_rs** | [**list[UnversionedServerAddressByClientCIDR]**](UnversionedServerAddressByClientCIDR.md) | 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. | -**versions** | **list[str]** | versions are the api versions that are available. | - -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) - - diff --git a/.swagger-codegen-ignore b/kubernetes/.swagger-codegen-ignore similarity index 91% rename from .swagger-codegen-ignore rename to kubernetes/.swagger-codegen-ignore index 0ebf41d72d..0e3da8478c 100644 --- a/.swagger-codegen-ignore +++ b/kubernetes/.swagger-codegen-ignore @@ -4,3 +4,4 @@ requirements.txt test-requirements.txt setup.py .travis.yml +tox.ini diff --git a/kubernetes/README.md b/kubernetes/README.md new file mode 100644 index 0000000000..86f83cdafe --- /dev/null +++ b/kubernetes/README.md @@ -0,0 +1,798 @@ +# kubernetes.client +No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) + +This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project: + +- API version: unversioned +- Package version: 1.0.0 +- Build package: class io.swagger.codegen.languages.PythonClientCodegen + +## Requirements. + +Python 2.7 and 3.4+ + +## Installation & Usage +### pip install + +If the python package is hosted on Github, you can install directly from Github + +```sh +pip install git+https://github.com/kubernetes-incubator/client-python.git +``` +(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/kubernetes-incubator/client-python.git`) + +Then import the package: +```python +import kubernetes.client +``` + +### Setuptools + +Install via [Setuptools](http://pypi.python.org/pypi/setuptools). + +```sh +python setup.py install --user +``` +(or `sudo python setup.py install` to install the package for all users) + +Then import the package: +```python +import kubernetes.client +``` + +## Getting Started + +Please follow the [installation procedure](#installation--usage) and then run the following: + +```python +from __future__ import print_function +import time +import kubernetes.client +from kubernetes.client.rest import ApiException +from pprint import pprint + +# Configure API key authorization: BearerToken +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' +# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' +# create an instance of the API class +api_instance = kubernetes.client.ApisApi() + +try: + api_response = api_instance.get_api_versions() + pprint(api_response) +except ApiException as e: + print("Exception when calling ApisApi->get_api_versions: %s\n" % e) + +``` + +## Documentation for API Endpoints + +All URIs are relative to *https://localhost* + +Class | Method | HTTP request | Description +------------ | ------------- | ------------- | ------------- +*ApisApi* | [**get_api_versions**](docs/ApisApi.md#get_api_versions) | **GET** /apis/ | +*AppsApi* | [**get_api_group**](docs/AppsApi.md#get_api_group) | **GET** /apis/apps/ | +*AppsV1beta1Api* | [**create_namespaced_stateful_set**](docs/AppsV1beta1Api.md#create_namespaced_stateful_set) | **POST** /apis/apps/v1beta1/namespaces/{namespace}/statefulsets | +*AppsV1beta1Api* | [**delete_collection_namespaced_stateful_set**](docs/AppsV1beta1Api.md#delete_collection_namespaced_stateful_set) | **DELETE** /apis/apps/v1beta1/namespaces/{namespace}/statefulsets | +*AppsV1beta1Api* | [**delete_namespaced_stateful_set**](docs/AppsV1beta1Api.md#delete_namespaced_stateful_set) | **DELETE** /apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name} | +*AppsV1beta1Api* | [**get_api_resources**](docs/AppsV1beta1Api.md#get_api_resources) | **GET** /apis/apps/v1beta1/ | +*AppsV1beta1Api* | [**list_namespaced_stateful_set**](docs/AppsV1beta1Api.md#list_namespaced_stateful_set) | **GET** /apis/apps/v1beta1/namespaces/{namespace}/statefulsets | +*AppsV1beta1Api* | [**list_stateful_set_for_all_namespaces**](docs/AppsV1beta1Api.md#list_stateful_set_for_all_namespaces) | **GET** /apis/apps/v1beta1/statefulsets | +*AppsV1beta1Api* | [**patch_namespaced_stateful_set**](docs/AppsV1beta1Api.md#patch_namespaced_stateful_set) | **PATCH** /apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name} | +*AppsV1beta1Api* | [**patch_namespaced_stateful_set_status**](docs/AppsV1beta1Api.md#patch_namespaced_stateful_set_status) | **PATCH** /apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name}/status | +*AppsV1beta1Api* | [**read_namespaced_stateful_set**](docs/AppsV1beta1Api.md#read_namespaced_stateful_set) | **GET** /apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name} | +*AppsV1beta1Api* | [**read_namespaced_stateful_set_status**](docs/AppsV1beta1Api.md#read_namespaced_stateful_set_status) | **GET** /apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name}/status | +*AppsV1beta1Api* | [**replace_namespaced_stateful_set**](docs/AppsV1beta1Api.md#replace_namespaced_stateful_set) | **PUT** /apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name} | +*AppsV1beta1Api* | [**replace_namespaced_stateful_set_status**](docs/AppsV1beta1Api.md#replace_namespaced_stateful_set_status) | **PUT** /apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name}/status | +*AuthenticationApi* | [**get_api_group**](docs/AuthenticationApi.md#get_api_group) | **GET** /apis/authentication.k8s.io/ | +*AuthenticationV1beta1Api* | [**create_token_review**](docs/AuthenticationV1beta1Api.md#create_token_review) | **POST** /apis/authentication.k8s.io/v1beta1/tokenreviews | +*AuthenticationV1beta1Api* | [**get_api_resources**](docs/AuthenticationV1beta1Api.md#get_api_resources) | **GET** /apis/authentication.k8s.io/v1beta1/ | +*AuthorizationApi* | [**get_api_group**](docs/AuthorizationApi.md#get_api_group) | **GET** /apis/authorization.k8s.io/ | +*AuthorizationV1beta1Api* | [**create_namespaced_local_subject_access_review**](docs/AuthorizationV1beta1Api.md#create_namespaced_local_subject_access_review) | **POST** /apis/authorization.k8s.io/v1beta1/namespaces/{namespace}/localsubjectaccessreviews | +*AuthorizationV1beta1Api* | [**create_self_subject_access_review**](docs/AuthorizationV1beta1Api.md#create_self_subject_access_review) | **POST** /apis/authorization.k8s.io/v1beta1/selfsubjectaccessreviews | +*AuthorizationV1beta1Api* | [**create_subject_access_review**](docs/AuthorizationV1beta1Api.md#create_subject_access_review) | **POST** /apis/authorization.k8s.io/v1beta1/subjectaccessreviews | +*AuthorizationV1beta1Api* | [**get_api_resources**](docs/AuthorizationV1beta1Api.md#get_api_resources) | **GET** /apis/authorization.k8s.io/v1beta1/ | +*AutoscalingApi* | [**get_api_group**](docs/AutoscalingApi.md#get_api_group) | **GET** /apis/autoscaling/ | +*AutoscalingV1Api* | [**create_namespaced_horizontal_pod_autoscaler**](docs/AutoscalingV1Api.md#create_namespaced_horizontal_pod_autoscaler) | **POST** /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers | +*AutoscalingV1Api* | [**delete_collection_namespaced_horizontal_pod_autoscaler**](docs/AutoscalingV1Api.md#delete_collection_namespaced_horizontal_pod_autoscaler) | **DELETE** /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers | +*AutoscalingV1Api* | [**delete_namespaced_horizontal_pod_autoscaler**](docs/AutoscalingV1Api.md#delete_namespaced_horizontal_pod_autoscaler) | **DELETE** /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name} | +*AutoscalingV1Api* | [**get_api_resources**](docs/AutoscalingV1Api.md#get_api_resources) | **GET** /apis/autoscaling/v1/ | +*AutoscalingV1Api* | [**list_horizontal_pod_autoscaler_for_all_namespaces**](docs/AutoscalingV1Api.md#list_horizontal_pod_autoscaler_for_all_namespaces) | **GET** /apis/autoscaling/v1/horizontalpodautoscalers | +*AutoscalingV1Api* | [**list_namespaced_horizontal_pod_autoscaler**](docs/AutoscalingV1Api.md#list_namespaced_horizontal_pod_autoscaler) | **GET** /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers | +*AutoscalingV1Api* | [**patch_namespaced_horizontal_pod_autoscaler**](docs/AutoscalingV1Api.md#patch_namespaced_horizontal_pod_autoscaler) | **PATCH** /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name} | +*AutoscalingV1Api* | [**patch_namespaced_horizontal_pod_autoscaler_status**](docs/AutoscalingV1Api.md#patch_namespaced_horizontal_pod_autoscaler_status) | **PATCH** /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status | +*AutoscalingV1Api* | [**read_namespaced_horizontal_pod_autoscaler**](docs/AutoscalingV1Api.md#read_namespaced_horizontal_pod_autoscaler) | **GET** /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name} | +*AutoscalingV1Api* | [**read_namespaced_horizontal_pod_autoscaler_status**](docs/AutoscalingV1Api.md#read_namespaced_horizontal_pod_autoscaler_status) | **GET** /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status | +*AutoscalingV1Api* | [**replace_namespaced_horizontal_pod_autoscaler**](docs/AutoscalingV1Api.md#replace_namespaced_horizontal_pod_autoscaler) | **PUT** /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name} | +*AutoscalingV1Api* | [**replace_namespaced_horizontal_pod_autoscaler_status**](docs/AutoscalingV1Api.md#replace_namespaced_horizontal_pod_autoscaler_status) | **PUT** /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status | +*BatchApi* | [**get_api_group**](docs/BatchApi.md#get_api_group) | **GET** /apis/batch/ | +*BatchV1Api* | [**create_namespaced_job**](docs/BatchV1Api.md#create_namespaced_job) | **POST** /apis/batch/v1/namespaces/{namespace}/jobs | +*BatchV1Api* | [**delete_collection_namespaced_job**](docs/BatchV1Api.md#delete_collection_namespaced_job) | **DELETE** /apis/batch/v1/namespaces/{namespace}/jobs | +*BatchV1Api* | [**delete_namespaced_job**](docs/BatchV1Api.md#delete_namespaced_job) | **DELETE** /apis/batch/v1/namespaces/{namespace}/jobs/{name} | +*BatchV1Api* | [**get_api_resources**](docs/BatchV1Api.md#get_api_resources) | **GET** /apis/batch/v1/ | +*BatchV1Api* | [**list_job_for_all_namespaces**](docs/BatchV1Api.md#list_job_for_all_namespaces) | **GET** /apis/batch/v1/jobs | +*BatchV1Api* | [**list_namespaced_job**](docs/BatchV1Api.md#list_namespaced_job) | **GET** /apis/batch/v1/namespaces/{namespace}/jobs | +*BatchV1Api* | [**patch_namespaced_job**](docs/BatchV1Api.md#patch_namespaced_job) | **PATCH** /apis/batch/v1/namespaces/{namespace}/jobs/{name} | +*BatchV1Api* | [**patch_namespaced_job_status**](docs/BatchV1Api.md#patch_namespaced_job_status) | **PATCH** /apis/batch/v1/namespaces/{namespace}/jobs/{name}/status | +*BatchV1Api* | [**read_namespaced_job**](docs/BatchV1Api.md#read_namespaced_job) | **GET** /apis/batch/v1/namespaces/{namespace}/jobs/{name} | +*BatchV1Api* | [**read_namespaced_job_status**](docs/BatchV1Api.md#read_namespaced_job_status) | **GET** /apis/batch/v1/namespaces/{namespace}/jobs/{name}/status | +*BatchV1Api* | [**replace_namespaced_job**](docs/BatchV1Api.md#replace_namespaced_job) | **PUT** /apis/batch/v1/namespaces/{namespace}/jobs/{name} | +*BatchV1Api* | [**replace_namespaced_job_status**](docs/BatchV1Api.md#replace_namespaced_job_status) | **PUT** /apis/batch/v1/namespaces/{namespace}/jobs/{name}/status | +*BatchV2alpha1Api* | [**create_namespaced_cron_job**](docs/BatchV2alpha1Api.md#create_namespaced_cron_job) | **POST** /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs | +*BatchV2alpha1Api* | [**create_namespaced_job**](docs/BatchV2alpha1Api.md#create_namespaced_job) | **POST** /apis/batch/v2alpha1/namespaces/{namespace}/jobs | +*BatchV2alpha1Api* | [**create_namespaced_scheduled_job**](docs/BatchV2alpha1Api.md#create_namespaced_scheduled_job) | **POST** /apis/batch/v2alpha1/namespaces/{namespace}/scheduledjobs | +*BatchV2alpha1Api* | [**delete_collection_namespaced_cron_job**](docs/BatchV2alpha1Api.md#delete_collection_namespaced_cron_job) | **DELETE** /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs | +*BatchV2alpha1Api* | [**delete_collection_namespaced_job**](docs/BatchV2alpha1Api.md#delete_collection_namespaced_job) | **DELETE** /apis/batch/v2alpha1/namespaces/{namespace}/jobs | +*BatchV2alpha1Api* | [**delete_collection_namespaced_scheduled_job**](docs/BatchV2alpha1Api.md#delete_collection_namespaced_scheduled_job) | **DELETE** /apis/batch/v2alpha1/namespaces/{namespace}/scheduledjobs | +*BatchV2alpha1Api* | [**delete_namespaced_cron_job**](docs/BatchV2alpha1Api.md#delete_namespaced_cron_job) | **DELETE** /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs/{name} | +*BatchV2alpha1Api* | [**delete_namespaced_job**](docs/BatchV2alpha1Api.md#delete_namespaced_job) | **DELETE** /apis/batch/v2alpha1/namespaces/{namespace}/jobs/{name} | +*BatchV2alpha1Api* | [**delete_namespaced_scheduled_job**](docs/BatchV2alpha1Api.md#delete_namespaced_scheduled_job) | **DELETE** /apis/batch/v2alpha1/namespaces/{namespace}/scheduledjobs/{name} | +*BatchV2alpha1Api* | [**get_api_resources**](docs/BatchV2alpha1Api.md#get_api_resources) | **GET** /apis/batch/v2alpha1/ | +*BatchV2alpha1Api* | [**list_cron_job_for_all_namespaces**](docs/BatchV2alpha1Api.md#list_cron_job_for_all_namespaces) | **GET** /apis/batch/v2alpha1/cronjobs | +*BatchV2alpha1Api* | [**list_job_for_all_namespaces**](docs/BatchV2alpha1Api.md#list_job_for_all_namespaces) | **GET** /apis/batch/v2alpha1/jobs | +*BatchV2alpha1Api* | [**list_namespaced_cron_job**](docs/BatchV2alpha1Api.md#list_namespaced_cron_job) | **GET** /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs | +*BatchV2alpha1Api* | [**list_namespaced_job**](docs/BatchV2alpha1Api.md#list_namespaced_job) | **GET** /apis/batch/v2alpha1/namespaces/{namespace}/jobs | +*BatchV2alpha1Api* | [**list_namespaced_scheduled_job**](docs/BatchV2alpha1Api.md#list_namespaced_scheduled_job) | **GET** /apis/batch/v2alpha1/namespaces/{namespace}/scheduledjobs | +*BatchV2alpha1Api* | [**list_scheduled_job_for_all_namespaces**](docs/BatchV2alpha1Api.md#list_scheduled_job_for_all_namespaces) | **GET** /apis/batch/v2alpha1/scheduledjobs | +*BatchV2alpha1Api* | [**patch_namespaced_cron_job**](docs/BatchV2alpha1Api.md#patch_namespaced_cron_job) | **PATCH** /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs/{name} | +*BatchV2alpha1Api* | [**patch_namespaced_cron_job_status**](docs/BatchV2alpha1Api.md#patch_namespaced_cron_job_status) | **PATCH** /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs/{name}/status | +*BatchV2alpha1Api* | [**patch_namespaced_job**](docs/BatchV2alpha1Api.md#patch_namespaced_job) | **PATCH** /apis/batch/v2alpha1/namespaces/{namespace}/jobs/{name} | +*BatchV2alpha1Api* | [**patch_namespaced_job_status**](docs/BatchV2alpha1Api.md#patch_namespaced_job_status) | **PATCH** /apis/batch/v2alpha1/namespaces/{namespace}/jobs/{name}/status | +*BatchV2alpha1Api* | [**patch_namespaced_scheduled_job**](docs/BatchV2alpha1Api.md#patch_namespaced_scheduled_job) | **PATCH** /apis/batch/v2alpha1/namespaces/{namespace}/scheduledjobs/{name} | +*BatchV2alpha1Api* | [**patch_namespaced_scheduled_job_status**](docs/BatchV2alpha1Api.md#patch_namespaced_scheduled_job_status) | **PATCH** /apis/batch/v2alpha1/namespaces/{namespace}/scheduledjobs/{name}/status | +*BatchV2alpha1Api* | [**read_namespaced_cron_job**](docs/BatchV2alpha1Api.md#read_namespaced_cron_job) | **GET** /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs/{name} | +*BatchV2alpha1Api* | [**read_namespaced_cron_job_status**](docs/BatchV2alpha1Api.md#read_namespaced_cron_job_status) | **GET** /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs/{name}/status | +*BatchV2alpha1Api* | [**read_namespaced_job**](docs/BatchV2alpha1Api.md#read_namespaced_job) | **GET** /apis/batch/v2alpha1/namespaces/{namespace}/jobs/{name} | +*BatchV2alpha1Api* | [**read_namespaced_job_status**](docs/BatchV2alpha1Api.md#read_namespaced_job_status) | **GET** /apis/batch/v2alpha1/namespaces/{namespace}/jobs/{name}/status | +*BatchV2alpha1Api* | [**read_namespaced_scheduled_job**](docs/BatchV2alpha1Api.md#read_namespaced_scheduled_job) | **GET** /apis/batch/v2alpha1/namespaces/{namespace}/scheduledjobs/{name} | +*BatchV2alpha1Api* | [**read_namespaced_scheduled_job_status**](docs/BatchV2alpha1Api.md#read_namespaced_scheduled_job_status) | **GET** /apis/batch/v2alpha1/namespaces/{namespace}/scheduledjobs/{name}/status | +*BatchV2alpha1Api* | [**replace_namespaced_cron_job**](docs/BatchV2alpha1Api.md#replace_namespaced_cron_job) | **PUT** /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs/{name} | +*BatchV2alpha1Api* | [**replace_namespaced_cron_job_status**](docs/BatchV2alpha1Api.md#replace_namespaced_cron_job_status) | **PUT** /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs/{name}/status | +*BatchV2alpha1Api* | [**replace_namespaced_job**](docs/BatchV2alpha1Api.md#replace_namespaced_job) | **PUT** /apis/batch/v2alpha1/namespaces/{namespace}/jobs/{name} | +*BatchV2alpha1Api* | [**replace_namespaced_job_status**](docs/BatchV2alpha1Api.md#replace_namespaced_job_status) | **PUT** /apis/batch/v2alpha1/namespaces/{namespace}/jobs/{name}/status | +*BatchV2alpha1Api* | [**replace_namespaced_scheduled_job**](docs/BatchV2alpha1Api.md#replace_namespaced_scheduled_job) | **PUT** /apis/batch/v2alpha1/namespaces/{namespace}/scheduledjobs/{name} | +*BatchV2alpha1Api* | [**replace_namespaced_scheduled_job_status**](docs/BatchV2alpha1Api.md#replace_namespaced_scheduled_job_status) | **PUT** /apis/batch/v2alpha1/namespaces/{namespace}/scheduledjobs/{name}/status | +*CertificatesApi* | [**get_api_group**](docs/CertificatesApi.md#get_api_group) | **GET** /apis/certificates.k8s.io/ | +*CertificatesV1alpha1Api* | [**create_certificate_signing_request**](docs/CertificatesV1alpha1Api.md#create_certificate_signing_request) | **POST** /apis/certificates.k8s.io/v1alpha1/certificatesigningrequests | +*CertificatesV1alpha1Api* | [**delete_certificate_signing_request**](docs/CertificatesV1alpha1Api.md#delete_certificate_signing_request) | **DELETE** /apis/certificates.k8s.io/v1alpha1/certificatesigningrequests/{name} | +*CertificatesV1alpha1Api* | [**delete_collection_certificate_signing_request**](docs/CertificatesV1alpha1Api.md#delete_collection_certificate_signing_request) | **DELETE** /apis/certificates.k8s.io/v1alpha1/certificatesigningrequests | +*CertificatesV1alpha1Api* | [**get_api_resources**](docs/CertificatesV1alpha1Api.md#get_api_resources) | **GET** /apis/certificates.k8s.io/v1alpha1/ | +*CertificatesV1alpha1Api* | [**list_certificate_signing_request**](docs/CertificatesV1alpha1Api.md#list_certificate_signing_request) | **GET** /apis/certificates.k8s.io/v1alpha1/certificatesigningrequests | +*CertificatesV1alpha1Api* | [**patch_certificate_signing_request**](docs/CertificatesV1alpha1Api.md#patch_certificate_signing_request) | **PATCH** /apis/certificates.k8s.io/v1alpha1/certificatesigningrequests/{name} | +*CertificatesV1alpha1Api* | [**read_certificate_signing_request**](docs/CertificatesV1alpha1Api.md#read_certificate_signing_request) | **GET** /apis/certificates.k8s.io/v1alpha1/certificatesigningrequests/{name} | +*CertificatesV1alpha1Api* | [**replace_certificate_signing_request**](docs/CertificatesV1alpha1Api.md#replace_certificate_signing_request) | **PUT** /apis/certificates.k8s.io/v1alpha1/certificatesigningrequests/{name} | +*CertificatesV1alpha1Api* | [**replace_certificate_signing_request_approval**](docs/CertificatesV1alpha1Api.md#replace_certificate_signing_request_approval) | **PUT** /apis/certificates.k8s.io/v1alpha1/certificatesigningrequests/{name}/approval | +*CertificatesV1alpha1Api* | [**replace_certificate_signing_request_status**](docs/CertificatesV1alpha1Api.md#replace_certificate_signing_request_status) | **PUT** /apis/certificates.k8s.io/v1alpha1/certificatesigningrequests/{name}/status | +*CoreApi* | [**get_api_versions**](docs/CoreApi.md#get_api_versions) | **GET** /api/ | +*CoreV1Api* | [**connect_delete_namespaced_pod_proxy**](docs/CoreV1Api.md#connect_delete_namespaced_pod_proxy) | **DELETE** /api/v1/namespaces/{namespace}/pods/{name}/proxy | +*CoreV1Api* | [**connect_delete_namespaced_pod_proxy_with_path**](docs/CoreV1Api.md#connect_delete_namespaced_pod_proxy_with_path) | **DELETE** /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path} | +*CoreV1Api* | [**connect_delete_namespaced_service_proxy**](docs/CoreV1Api.md#connect_delete_namespaced_service_proxy) | **DELETE** /api/v1/namespaces/{namespace}/services/{name}/proxy | +*CoreV1Api* | [**connect_delete_namespaced_service_proxy_with_path**](docs/CoreV1Api.md#connect_delete_namespaced_service_proxy_with_path) | **DELETE** /api/v1/namespaces/{namespace}/services/{name}/proxy/{path} | +*CoreV1Api* | [**connect_delete_node_proxy**](docs/CoreV1Api.md#connect_delete_node_proxy) | **DELETE** /api/v1/nodes/{name}/proxy | +*CoreV1Api* | [**connect_delete_node_proxy_with_path**](docs/CoreV1Api.md#connect_delete_node_proxy_with_path) | **DELETE** /api/v1/nodes/{name}/proxy/{path} | +*CoreV1Api* | [**connect_get_namespaced_pod_attach**](docs/CoreV1Api.md#connect_get_namespaced_pod_attach) | **GET** /api/v1/namespaces/{namespace}/pods/{name}/attach | +*CoreV1Api* | [**connect_get_namespaced_pod_exec**](docs/CoreV1Api.md#connect_get_namespaced_pod_exec) | **GET** /api/v1/namespaces/{namespace}/pods/{name}/exec | +*CoreV1Api* | [**connect_get_namespaced_pod_portforward**](docs/CoreV1Api.md#connect_get_namespaced_pod_portforward) | **GET** /api/v1/namespaces/{namespace}/pods/{name}/portforward | +*CoreV1Api* | [**connect_get_namespaced_pod_proxy**](docs/CoreV1Api.md#connect_get_namespaced_pod_proxy) | **GET** /api/v1/namespaces/{namespace}/pods/{name}/proxy | +*CoreV1Api* | [**connect_get_namespaced_pod_proxy_with_path**](docs/CoreV1Api.md#connect_get_namespaced_pod_proxy_with_path) | **GET** /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path} | +*CoreV1Api* | [**connect_get_namespaced_service_proxy**](docs/CoreV1Api.md#connect_get_namespaced_service_proxy) | **GET** /api/v1/namespaces/{namespace}/services/{name}/proxy | +*CoreV1Api* | [**connect_get_namespaced_service_proxy_with_path**](docs/CoreV1Api.md#connect_get_namespaced_service_proxy_with_path) | **GET** /api/v1/namespaces/{namespace}/services/{name}/proxy/{path} | +*CoreV1Api* | [**connect_get_node_proxy**](docs/CoreV1Api.md#connect_get_node_proxy) | **GET** /api/v1/nodes/{name}/proxy | +*CoreV1Api* | [**connect_get_node_proxy_with_path**](docs/CoreV1Api.md#connect_get_node_proxy_with_path) | **GET** /api/v1/nodes/{name}/proxy/{path} | +*CoreV1Api* | [**connect_head_namespaced_pod_proxy**](docs/CoreV1Api.md#connect_head_namespaced_pod_proxy) | **HEAD** /api/v1/namespaces/{namespace}/pods/{name}/proxy | +*CoreV1Api* | [**connect_head_namespaced_pod_proxy_with_path**](docs/CoreV1Api.md#connect_head_namespaced_pod_proxy_with_path) | **HEAD** /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path} | +*CoreV1Api* | [**connect_head_namespaced_service_proxy**](docs/CoreV1Api.md#connect_head_namespaced_service_proxy) | **HEAD** /api/v1/namespaces/{namespace}/services/{name}/proxy | +*CoreV1Api* | [**connect_head_namespaced_service_proxy_with_path**](docs/CoreV1Api.md#connect_head_namespaced_service_proxy_with_path) | **HEAD** /api/v1/namespaces/{namespace}/services/{name}/proxy/{path} | +*CoreV1Api* | [**connect_head_node_proxy**](docs/CoreV1Api.md#connect_head_node_proxy) | **HEAD** /api/v1/nodes/{name}/proxy | +*CoreV1Api* | [**connect_head_node_proxy_with_path**](docs/CoreV1Api.md#connect_head_node_proxy_with_path) | **HEAD** /api/v1/nodes/{name}/proxy/{path} | +*CoreV1Api* | [**connect_options_namespaced_pod_proxy**](docs/CoreV1Api.md#connect_options_namespaced_pod_proxy) | **OPTIONS** /api/v1/namespaces/{namespace}/pods/{name}/proxy | +*CoreV1Api* | [**connect_options_namespaced_pod_proxy_with_path**](docs/CoreV1Api.md#connect_options_namespaced_pod_proxy_with_path) | **OPTIONS** /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path} | +*CoreV1Api* | [**connect_options_namespaced_service_proxy**](docs/CoreV1Api.md#connect_options_namespaced_service_proxy) | **OPTIONS** /api/v1/namespaces/{namespace}/services/{name}/proxy | +*CoreV1Api* | [**connect_options_namespaced_service_proxy_with_path**](docs/CoreV1Api.md#connect_options_namespaced_service_proxy_with_path) | **OPTIONS** /api/v1/namespaces/{namespace}/services/{name}/proxy/{path} | +*CoreV1Api* | [**connect_options_node_proxy**](docs/CoreV1Api.md#connect_options_node_proxy) | **OPTIONS** /api/v1/nodes/{name}/proxy | +*CoreV1Api* | [**connect_options_node_proxy_with_path**](docs/CoreV1Api.md#connect_options_node_proxy_with_path) | **OPTIONS** /api/v1/nodes/{name}/proxy/{path} | +*CoreV1Api* | [**connect_post_namespaced_pod_attach**](docs/CoreV1Api.md#connect_post_namespaced_pod_attach) | **POST** /api/v1/namespaces/{namespace}/pods/{name}/attach | +*CoreV1Api* | [**connect_post_namespaced_pod_exec**](docs/CoreV1Api.md#connect_post_namespaced_pod_exec) | **POST** /api/v1/namespaces/{namespace}/pods/{name}/exec | +*CoreV1Api* | [**connect_post_namespaced_pod_portforward**](docs/CoreV1Api.md#connect_post_namespaced_pod_portforward) | **POST** /api/v1/namespaces/{namespace}/pods/{name}/portforward | +*CoreV1Api* | [**connect_post_namespaced_pod_proxy**](docs/CoreV1Api.md#connect_post_namespaced_pod_proxy) | **POST** /api/v1/namespaces/{namespace}/pods/{name}/proxy | +*CoreV1Api* | [**connect_post_namespaced_pod_proxy_with_path**](docs/CoreV1Api.md#connect_post_namespaced_pod_proxy_with_path) | **POST** /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path} | +*CoreV1Api* | [**connect_post_namespaced_service_proxy**](docs/CoreV1Api.md#connect_post_namespaced_service_proxy) | **POST** /api/v1/namespaces/{namespace}/services/{name}/proxy | +*CoreV1Api* | [**connect_post_namespaced_service_proxy_with_path**](docs/CoreV1Api.md#connect_post_namespaced_service_proxy_with_path) | **POST** /api/v1/namespaces/{namespace}/services/{name}/proxy/{path} | +*CoreV1Api* | [**connect_post_node_proxy**](docs/CoreV1Api.md#connect_post_node_proxy) | **POST** /api/v1/nodes/{name}/proxy | +*CoreV1Api* | [**connect_post_node_proxy_with_path**](docs/CoreV1Api.md#connect_post_node_proxy_with_path) | **POST** /api/v1/nodes/{name}/proxy/{path} | +*CoreV1Api* | [**connect_put_namespaced_pod_proxy**](docs/CoreV1Api.md#connect_put_namespaced_pod_proxy) | **PUT** /api/v1/namespaces/{namespace}/pods/{name}/proxy | +*CoreV1Api* | [**connect_put_namespaced_pod_proxy_with_path**](docs/CoreV1Api.md#connect_put_namespaced_pod_proxy_with_path) | **PUT** /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path} | +*CoreV1Api* | [**connect_put_namespaced_service_proxy**](docs/CoreV1Api.md#connect_put_namespaced_service_proxy) | **PUT** /api/v1/namespaces/{namespace}/services/{name}/proxy | +*CoreV1Api* | [**connect_put_namespaced_service_proxy_with_path**](docs/CoreV1Api.md#connect_put_namespaced_service_proxy_with_path) | **PUT** /api/v1/namespaces/{namespace}/services/{name}/proxy/{path} | +*CoreV1Api* | [**connect_put_node_proxy**](docs/CoreV1Api.md#connect_put_node_proxy) | **PUT** /api/v1/nodes/{name}/proxy | +*CoreV1Api* | [**connect_put_node_proxy_with_path**](docs/CoreV1Api.md#connect_put_node_proxy_with_path) | **PUT** /api/v1/nodes/{name}/proxy/{path} | +*CoreV1Api* | [**create_namespace**](docs/CoreV1Api.md#create_namespace) | **POST** /api/v1/namespaces | +*CoreV1Api* | [**create_namespaced_binding**](docs/CoreV1Api.md#create_namespaced_binding) | **POST** /api/v1/namespaces/{namespace}/bindings | +*CoreV1Api* | [**create_namespaced_binding_binding**](docs/CoreV1Api.md#create_namespaced_binding_binding) | **POST** /api/v1/namespaces/{namespace}/pods/{name}/binding | +*CoreV1Api* | [**create_namespaced_config_map**](docs/CoreV1Api.md#create_namespaced_config_map) | **POST** /api/v1/namespaces/{namespace}/configmaps | +*CoreV1Api* | [**create_namespaced_endpoints**](docs/CoreV1Api.md#create_namespaced_endpoints) | **POST** /api/v1/namespaces/{namespace}/endpoints | +*CoreV1Api* | [**create_namespaced_event**](docs/CoreV1Api.md#create_namespaced_event) | **POST** /api/v1/namespaces/{namespace}/events | +*CoreV1Api* | [**create_namespaced_eviction_eviction**](docs/CoreV1Api.md#create_namespaced_eviction_eviction) | **POST** /api/v1/namespaces/{namespace}/pods/{name}/eviction | +*CoreV1Api* | [**create_namespaced_limit_range**](docs/CoreV1Api.md#create_namespaced_limit_range) | **POST** /api/v1/namespaces/{namespace}/limitranges | +*CoreV1Api* | [**create_namespaced_persistent_volume_claim**](docs/CoreV1Api.md#create_namespaced_persistent_volume_claim) | **POST** /api/v1/namespaces/{namespace}/persistentvolumeclaims | +*CoreV1Api* | [**create_namespaced_pod**](docs/CoreV1Api.md#create_namespaced_pod) | **POST** /api/v1/namespaces/{namespace}/pods | +*CoreV1Api* | [**create_namespaced_pod_template**](docs/CoreV1Api.md#create_namespaced_pod_template) | **POST** /api/v1/namespaces/{namespace}/podtemplates | +*CoreV1Api* | [**create_namespaced_replication_controller**](docs/CoreV1Api.md#create_namespaced_replication_controller) | **POST** /api/v1/namespaces/{namespace}/replicationcontrollers | +*CoreV1Api* | [**create_namespaced_resource_quota**](docs/CoreV1Api.md#create_namespaced_resource_quota) | **POST** /api/v1/namespaces/{namespace}/resourcequotas | +*CoreV1Api* | [**create_namespaced_secret**](docs/CoreV1Api.md#create_namespaced_secret) | **POST** /api/v1/namespaces/{namespace}/secrets | +*CoreV1Api* | [**create_namespaced_service**](docs/CoreV1Api.md#create_namespaced_service) | **POST** /api/v1/namespaces/{namespace}/services | +*CoreV1Api* | [**create_namespaced_service_account**](docs/CoreV1Api.md#create_namespaced_service_account) | **POST** /api/v1/namespaces/{namespace}/serviceaccounts | +*CoreV1Api* | [**create_node**](docs/CoreV1Api.md#create_node) | **POST** /api/v1/nodes | +*CoreV1Api* | [**create_persistent_volume**](docs/CoreV1Api.md#create_persistent_volume) | **POST** /api/v1/persistentvolumes | +*CoreV1Api* | [**delete_collection_namespace**](docs/CoreV1Api.md#delete_collection_namespace) | **DELETE** /api/v1/namespaces | +*CoreV1Api* | [**delete_collection_namespaced_config_map**](docs/CoreV1Api.md#delete_collection_namespaced_config_map) | **DELETE** /api/v1/namespaces/{namespace}/configmaps | +*CoreV1Api* | [**delete_collection_namespaced_endpoints**](docs/CoreV1Api.md#delete_collection_namespaced_endpoints) | **DELETE** /api/v1/namespaces/{namespace}/endpoints | +*CoreV1Api* | [**delete_collection_namespaced_event**](docs/CoreV1Api.md#delete_collection_namespaced_event) | **DELETE** /api/v1/namespaces/{namespace}/events | +*CoreV1Api* | [**delete_collection_namespaced_limit_range**](docs/CoreV1Api.md#delete_collection_namespaced_limit_range) | **DELETE** /api/v1/namespaces/{namespace}/limitranges | +*CoreV1Api* | [**delete_collection_namespaced_persistent_volume_claim**](docs/CoreV1Api.md#delete_collection_namespaced_persistent_volume_claim) | **DELETE** /api/v1/namespaces/{namespace}/persistentvolumeclaims | +*CoreV1Api* | [**delete_collection_namespaced_pod**](docs/CoreV1Api.md#delete_collection_namespaced_pod) | **DELETE** /api/v1/namespaces/{namespace}/pods | +*CoreV1Api* | [**delete_collection_namespaced_pod_template**](docs/CoreV1Api.md#delete_collection_namespaced_pod_template) | **DELETE** /api/v1/namespaces/{namespace}/podtemplates | +*CoreV1Api* | [**delete_collection_namespaced_replication_controller**](docs/CoreV1Api.md#delete_collection_namespaced_replication_controller) | **DELETE** /api/v1/namespaces/{namespace}/replicationcontrollers | +*CoreV1Api* | [**delete_collection_namespaced_resource_quota**](docs/CoreV1Api.md#delete_collection_namespaced_resource_quota) | **DELETE** /api/v1/namespaces/{namespace}/resourcequotas | +*CoreV1Api* | [**delete_collection_namespaced_secret**](docs/CoreV1Api.md#delete_collection_namespaced_secret) | **DELETE** /api/v1/namespaces/{namespace}/secrets | +*CoreV1Api* | [**delete_collection_namespaced_service_account**](docs/CoreV1Api.md#delete_collection_namespaced_service_account) | **DELETE** /api/v1/namespaces/{namespace}/serviceaccounts | +*CoreV1Api* | [**delete_collection_node**](docs/CoreV1Api.md#delete_collection_node) | **DELETE** /api/v1/nodes | +*CoreV1Api* | [**delete_collection_persistent_volume**](docs/CoreV1Api.md#delete_collection_persistent_volume) | **DELETE** /api/v1/persistentvolumes | +*CoreV1Api* | [**delete_namespace**](docs/CoreV1Api.md#delete_namespace) | **DELETE** /api/v1/namespaces/{name} | +*CoreV1Api* | [**delete_namespaced_config_map**](docs/CoreV1Api.md#delete_namespaced_config_map) | **DELETE** /api/v1/namespaces/{namespace}/configmaps/{name} | +*CoreV1Api* | [**delete_namespaced_endpoints**](docs/CoreV1Api.md#delete_namespaced_endpoints) | **DELETE** /api/v1/namespaces/{namespace}/endpoints/{name} | +*CoreV1Api* | [**delete_namespaced_event**](docs/CoreV1Api.md#delete_namespaced_event) | **DELETE** /api/v1/namespaces/{namespace}/events/{name} | +*CoreV1Api* | [**delete_namespaced_limit_range**](docs/CoreV1Api.md#delete_namespaced_limit_range) | **DELETE** /api/v1/namespaces/{namespace}/limitranges/{name} | +*CoreV1Api* | [**delete_namespaced_persistent_volume_claim**](docs/CoreV1Api.md#delete_namespaced_persistent_volume_claim) | **DELETE** /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name} | +*CoreV1Api* | [**delete_namespaced_pod**](docs/CoreV1Api.md#delete_namespaced_pod) | **DELETE** /api/v1/namespaces/{namespace}/pods/{name} | +*CoreV1Api* | [**delete_namespaced_pod_template**](docs/CoreV1Api.md#delete_namespaced_pod_template) | **DELETE** /api/v1/namespaces/{namespace}/podtemplates/{name} | +*CoreV1Api* | [**delete_namespaced_replication_controller**](docs/CoreV1Api.md#delete_namespaced_replication_controller) | **DELETE** /api/v1/namespaces/{namespace}/replicationcontrollers/{name} | +*CoreV1Api* | [**delete_namespaced_resource_quota**](docs/CoreV1Api.md#delete_namespaced_resource_quota) | **DELETE** /api/v1/namespaces/{namespace}/resourcequotas/{name} | +*CoreV1Api* | [**delete_namespaced_secret**](docs/CoreV1Api.md#delete_namespaced_secret) | **DELETE** /api/v1/namespaces/{namespace}/secrets/{name} | +*CoreV1Api* | [**delete_namespaced_service**](docs/CoreV1Api.md#delete_namespaced_service) | **DELETE** /api/v1/namespaces/{namespace}/services/{name} | +*CoreV1Api* | [**delete_namespaced_service_account**](docs/CoreV1Api.md#delete_namespaced_service_account) | **DELETE** /api/v1/namespaces/{namespace}/serviceaccounts/{name} | +*CoreV1Api* | [**delete_node**](docs/CoreV1Api.md#delete_node) | **DELETE** /api/v1/nodes/{name} | +*CoreV1Api* | [**delete_persistent_volume**](docs/CoreV1Api.md#delete_persistent_volume) | **DELETE** /api/v1/persistentvolumes/{name} | +*CoreV1Api* | [**get_api_resources**](docs/CoreV1Api.md#get_api_resources) | **GET** /api/v1/ | +*CoreV1Api* | [**list_component_status**](docs/CoreV1Api.md#list_component_status) | **GET** /api/v1/componentstatuses | +*CoreV1Api* | [**list_config_map_for_all_namespaces**](docs/CoreV1Api.md#list_config_map_for_all_namespaces) | **GET** /api/v1/configmaps | +*CoreV1Api* | [**list_endpoints_for_all_namespaces**](docs/CoreV1Api.md#list_endpoints_for_all_namespaces) | **GET** /api/v1/endpoints | +*CoreV1Api* | [**list_event_for_all_namespaces**](docs/CoreV1Api.md#list_event_for_all_namespaces) | **GET** /api/v1/events | +*CoreV1Api* | [**list_limit_range_for_all_namespaces**](docs/CoreV1Api.md#list_limit_range_for_all_namespaces) | **GET** /api/v1/limitranges | +*CoreV1Api* | [**list_namespace**](docs/CoreV1Api.md#list_namespace) | **GET** /api/v1/namespaces | +*CoreV1Api* | [**list_namespaced_config_map**](docs/CoreV1Api.md#list_namespaced_config_map) | **GET** /api/v1/namespaces/{namespace}/configmaps | +*CoreV1Api* | [**list_namespaced_endpoints**](docs/CoreV1Api.md#list_namespaced_endpoints) | **GET** /api/v1/namespaces/{namespace}/endpoints | +*CoreV1Api* | [**list_namespaced_event**](docs/CoreV1Api.md#list_namespaced_event) | **GET** /api/v1/namespaces/{namespace}/events | +*CoreV1Api* | [**list_namespaced_limit_range**](docs/CoreV1Api.md#list_namespaced_limit_range) | **GET** /api/v1/namespaces/{namespace}/limitranges | +*CoreV1Api* | [**list_namespaced_persistent_volume_claim**](docs/CoreV1Api.md#list_namespaced_persistent_volume_claim) | **GET** /api/v1/namespaces/{namespace}/persistentvolumeclaims | +*CoreV1Api* | [**list_namespaced_pod**](docs/CoreV1Api.md#list_namespaced_pod) | **GET** /api/v1/namespaces/{namespace}/pods | +*CoreV1Api* | [**list_namespaced_pod_template**](docs/CoreV1Api.md#list_namespaced_pod_template) | **GET** /api/v1/namespaces/{namespace}/podtemplates | +*CoreV1Api* | [**list_namespaced_replication_controller**](docs/CoreV1Api.md#list_namespaced_replication_controller) | **GET** /api/v1/namespaces/{namespace}/replicationcontrollers | +*CoreV1Api* | [**list_namespaced_resource_quota**](docs/CoreV1Api.md#list_namespaced_resource_quota) | **GET** /api/v1/namespaces/{namespace}/resourcequotas | +*CoreV1Api* | [**list_namespaced_secret**](docs/CoreV1Api.md#list_namespaced_secret) | **GET** /api/v1/namespaces/{namespace}/secrets | +*CoreV1Api* | [**list_namespaced_service**](docs/CoreV1Api.md#list_namespaced_service) | **GET** /api/v1/namespaces/{namespace}/services | +*CoreV1Api* | [**list_namespaced_service_account**](docs/CoreV1Api.md#list_namespaced_service_account) | **GET** /api/v1/namespaces/{namespace}/serviceaccounts | +*CoreV1Api* | [**list_node**](docs/CoreV1Api.md#list_node) | **GET** /api/v1/nodes | +*CoreV1Api* | [**list_persistent_volume**](docs/CoreV1Api.md#list_persistent_volume) | **GET** /api/v1/persistentvolumes | +*CoreV1Api* | [**list_persistent_volume_claim_for_all_namespaces**](docs/CoreV1Api.md#list_persistent_volume_claim_for_all_namespaces) | **GET** /api/v1/persistentvolumeclaims | +*CoreV1Api* | [**list_pod_for_all_namespaces**](docs/CoreV1Api.md#list_pod_for_all_namespaces) | **GET** /api/v1/pods | +*CoreV1Api* | [**list_pod_template_for_all_namespaces**](docs/CoreV1Api.md#list_pod_template_for_all_namespaces) | **GET** /api/v1/podtemplates | +*CoreV1Api* | [**list_replication_controller_for_all_namespaces**](docs/CoreV1Api.md#list_replication_controller_for_all_namespaces) | **GET** /api/v1/replicationcontrollers | +*CoreV1Api* | [**list_resource_quota_for_all_namespaces**](docs/CoreV1Api.md#list_resource_quota_for_all_namespaces) | **GET** /api/v1/resourcequotas | +*CoreV1Api* | [**list_secret_for_all_namespaces**](docs/CoreV1Api.md#list_secret_for_all_namespaces) | **GET** /api/v1/secrets | +*CoreV1Api* | [**list_service_account_for_all_namespaces**](docs/CoreV1Api.md#list_service_account_for_all_namespaces) | **GET** /api/v1/serviceaccounts | +*CoreV1Api* | [**list_service_for_all_namespaces**](docs/CoreV1Api.md#list_service_for_all_namespaces) | **GET** /api/v1/services | +*CoreV1Api* | [**patch_namespace**](docs/CoreV1Api.md#patch_namespace) | **PATCH** /api/v1/namespaces/{name} | +*CoreV1Api* | [**patch_namespace_status**](docs/CoreV1Api.md#patch_namespace_status) | **PATCH** /api/v1/namespaces/{name}/status | +*CoreV1Api* | [**patch_namespaced_config_map**](docs/CoreV1Api.md#patch_namespaced_config_map) | **PATCH** /api/v1/namespaces/{namespace}/configmaps/{name} | +*CoreV1Api* | [**patch_namespaced_endpoints**](docs/CoreV1Api.md#patch_namespaced_endpoints) | **PATCH** /api/v1/namespaces/{namespace}/endpoints/{name} | +*CoreV1Api* | [**patch_namespaced_event**](docs/CoreV1Api.md#patch_namespaced_event) | **PATCH** /api/v1/namespaces/{namespace}/events/{name} | +*CoreV1Api* | [**patch_namespaced_limit_range**](docs/CoreV1Api.md#patch_namespaced_limit_range) | **PATCH** /api/v1/namespaces/{namespace}/limitranges/{name} | +*CoreV1Api* | [**patch_namespaced_persistent_volume_claim**](docs/CoreV1Api.md#patch_namespaced_persistent_volume_claim) | **PATCH** /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name} | +*CoreV1Api* | [**patch_namespaced_persistent_volume_claim_status**](docs/CoreV1Api.md#patch_namespaced_persistent_volume_claim_status) | **PATCH** /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}/status | +*CoreV1Api* | [**patch_namespaced_pod**](docs/CoreV1Api.md#patch_namespaced_pod) | **PATCH** /api/v1/namespaces/{namespace}/pods/{name} | +*CoreV1Api* | [**patch_namespaced_pod_status**](docs/CoreV1Api.md#patch_namespaced_pod_status) | **PATCH** /api/v1/namespaces/{namespace}/pods/{name}/status | +*CoreV1Api* | [**patch_namespaced_pod_template**](docs/CoreV1Api.md#patch_namespaced_pod_template) | **PATCH** /api/v1/namespaces/{namespace}/podtemplates/{name} | +*CoreV1Api* | [**patch_namespaced_replication_controller**](docs/CoreV1Api.md#patch_namespaced_replication_controller) | **PATCH** /api/v1/namespaces/{namespace}/replicationcontrollers/{name} | +*CoreV1Api* | [**patch_namespaced_replication_controller_status**](docs/CoreV1Api.md#patch_namespaced_replication_controller_status) | **PATCH** /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/status | +*CoreV1Api* | [**patch_namespaced_resource_quota**](docs/CoreV1Api.md#patch_namespaced_resource_quota) | **PATCH** /api/v1/namespaces/{namespace}/resourcequotas/{name} | +*CoreV1Api* | [**patch_namespaced_resource_quota_status**](docs/CoreV1Api.md#patch_namespaced_resource_quota_status) | **PATCH** /api/v1/namespaces/{namespace}/resourcequotas/{name}/status | +*CoreV1Api* | [**patch_namespaced_scale_scale**](docs/CoreV1Api.md#patch_namespaced_scale_scale) | **PATCH** /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/scale | +*CoreV1Api* | [**patch_namespaced_secret**](docs/CoreV1Api.md#patch_namespaced_secret) | **PATCH** /api/v1/namespaces/{namespace}/secrets/{name} | +*CoreV1Api* | [**patch_namespaced_service**](docs/CoreV1Api.md#patch_namespaced_service) | **PATCH** /api/v1/namespaces/{namespace}/services/{name} | +*CoreV1Api* | [**patch_namespaced_service_account**](docs/CoreV1Api.md#patch_namespaced_service_account) | **PATCH** /api/v1/namespaces/{namespace}/serviceaccounts/{name} | +*CoreV1Api* | [**patch_namespaced_service_status**](docs/CoreV1Api.md#patch_namespaced_service_status) | **PATCH** /api/v1/namespaces/{namespace}/services/{name}/status | +*CoreV1Api* | [**patch_node**](docs/CoreV1Api.md#patch_node) | **PATCH** /api/v1/nodes/{name} | +*CoreV1Api* | [**patch_node_status**](docs/CoreV1Api.md#patch_node_status) | **PATCH** /api/v1/nodes/{name}/status | +*CoreV1Api* | [**patch_persistent_volume**](docs/CoreV1Api.md#patch_persistent_volume) | **PATCH** /api/v1/persistentvolumes/{name} | +*CoreV1Api* | [**patch_persistent_volume_status**](docs/CoreV1Api.md#patch_persistent_volume_status) | **PATCH** /api/v1/persistentvolumes/{name}/status | +*CoreV1Api* | [**proxy_delete_namespaced_pod**](docs/CoreV1Api.md#proxy_delete_namespaced_pod) | **DELETE** /api/v1/proxy/namespaces/{namespace}/pods/{name} | +*CoreV1Api* | [**proxy_delete_namespaced_pod_with_path**](docs/CoreV1Api.md#proxy_delete_namespaced_pod_with_path) | **DELETE** /api/v1/proxy/namespaces/{namespace}/pods/{name}/{path} | +*CoreV1Api* | [**proxy_delete_namespaced_service**](docs/CoreV1Api.md#proxy_delete_namespaced_service) | **DELETE** /api/v1/proxy/namespaces/{namespace}/services/{name} | +*CoreV1Api* | [**proxy_delete_namespaced_service_with_path**](docs/CoreV1Api.md#proxy_delete_namespaced_service_with_path) | **DELETE** /api/v1/proxy/namespaces/{namespace}/services/{name}/{path} | +*CoreV1Api* | [**proxy_delete_node**](docs/CoreV1Api.md#proxy_delete_node) | **DELETE** /api/v1/proxy/nodes/{name} | +*CoreV1Api* | [**proxy_delete_node_with_path**](docs/CoreV1Api.md#proxy_delete_node_with_path) | **DELETE** /api/v1/proxy/nodes/{name}/{path} | +*CoreV1Api* | [**proxy_get_namespaced_pod**](docs/CoreV1Api.md#proxy_get_namespaced_pod) | **GET** /api/v1/proxy/namespaces/{namespace}/pods/{name} | +*CoreV1Api* | [**proxy_get_namespaced_pod_with_path**](docs/CoreV1Api.md#proxy_get_namespaced_pod_with_path) | **GET** /api/v1/proxy/namespaces/{namespace}/pods/{name}/{path} | +*CoreV1Api* | [**proxy_get_namespaced_service**](docs/CoreV1Api.md#proxy_get_namespaced_service) | **GET** /api/v1/proxy/namespaces/{namespace}/services/{name} | +*CoreV1Api* | [**proxy_get_namespaced_service_with_path**](docs/CoreV1Api.md#proxy_get_namespaced_service_with_path) | **GET** /api/v1/proxy/namespaces/{namespace}/services/{name}/{path} | +*CoreV1Api* | [**proxy_get_node**](docs/CoreV1Api.md#proxy_get_node) | **GET** /api/v1/proxy/nodes/{name} | +*CoreV1Api* | [**proxy_get_node_with_path**](docs/CoreV1Api.md#proxy_get_node_with_path) | **GET** /api/v1/proxy/nodes/{name}/{path} | +*CoreV1Api* | [**proxy_head_namespaced_pod**](docs/CoreV1Api.md#proxy_head_namespaced_pod) | **HEAD** /api/v1/proxy/namespaces/{namespace}/pods/{name} | +*CoreV1Api* | [**proxy_head_namespaced_pod_with_path**](docs/CoreV1Api.md#proxy_head_namespaced_pod_with_path) | **HEAD** /api/v1/proxy/namespaces/{namespace}/pods/{name}/{path} | +*CoreV1Api* | [**proxy_head_namespaced_service**](docs/CoreV1Api.md#proxy_head_namespaced_service) | **HEAD** /api/v1/proxy/namespaces/{namespace}/services/{name} | +*CoreV1Api* | [**proxy_head_namespaced_service_with_path**](docs/CoreV1Api.md#proxy_head_namespaced_service_with_path) | **HEAD** /api/v1/proxy/namespaces/{namespace}/services/{name}/{path} | +*CoreV1Api* | [**proxy_head_node**](docs/CoreV1Api.md#proxy_head_node) | **HEAD** /api/v1/proxy/nodes/{name} | +*CoreV1Api* | [**proxy_head_node_with_path**](docs/CoreV1Api.md#proxy_head_node_with_path) | **HEAD** /api/v1/proxy/nodes/{name}/{path} | +*CoreV1Api* | [**proxy_options_namespaced_pod**](docs/CoreV1Api.md#proxy_options_namespaced_pod) | **OPTIONS** /api/v1/proxy/namespaces/{namespace}/pods/{name} | +*CoreV1Api* | [**proxy_options_namespaced_pod_with_path**](docs/CoreV1Api.md#proxy_options_namespaced_pod_with_path) | **OPTIONS** /api/v1/proxy/namespaces/{namespace}/pods/{name}/{path} | +*CoreV1Api* | [**proxy_options_namespaced_service**](docs/CoreV1Api.md#proxy_options_namespaced_service) | **OPTIONS** /api/v1/proxy/namespaces/{namespace}/services/{name} | +*CoreV1Api* | [**proxy_options_namespaced_service_with_path**](docs/CoreV1Api.md#proxy_options_namespaced_service_with_path) | **OPTIONS** /api/v1/proxy/namespaces/{namespace}/services/{name}/{path} | +*CoreV1Api* | [**proxy_options_node**](docs/CoreV1Api.md#proxy_options_node) | **OPTIONS** /api/v1/proxy/nodes/{name} | +*CoreV1Api* | [**proxy_options_node_with_path**](docs/CoreV1Api.md#proxy_options_node_with_path) | **OPTIONS** /api/v1/proxy/nodes/{name}/{path} | +*CoreV1Api* | [**proxy_post_namespaced_pod**](docs/CoreV1Api.md#proxy_post_namespaced_pod) | **POST** /api/v1/proxy/namespaces/{namespace}/pods/{name} | +*CoreV1Api* | [**proxy_post_namespaced_pod_with_path**](docs/CoreV1Api.md#proxy_post_namespaced_pod_with_path) | **POST** /api/v1/proxy/namespaces/{namespace}/pods/{name}/{path} | +*CoreV1Api* | [**proxy_post_namespaced_service**](docs/CoreV1Api.md#proxy_post_namespaced_service) | **POST** /api/v1/proxy/namespaces/{namespace}/services/{name} | +*CoreV1Api* | [**proxy_post_namespaced_service_with_path**](docs/CoreV1Api.md#proxy_post_namespaced_service_with_path) | **POST** /api/v1/proxy/namespaces/{namespace}/services/{name}/{path} | +*CoreV1Api* | [**proxy_post_node**](docs/CoreV1Api.md#proxy_post_node) | **POST** /api/v1/proxy/nodes/{name} | +*CoreV1Api* | [**proxy_post_node_with_path**](docs/CoreV1Api.md#proxy_post_node_with_path) | **POST** /api/v1/proxy/nodes/{name}/{path} | +*CoreV1Api* | [**proxy_put_namespaced_pod**](docs/CoreV1Api.md#proxy_put_namespaced_pod) | **PUT** /api/v1/proxy/namespaces/{namespace}/pods/{name} | +*CoreV1Api* | [**proxy_put_namespaced_pod_with_path**](docs/CoreV1Api.md#proxy_put_namespaced_pod_with_path) | **PUT** /api/v1/proxy/namespaces/{namespace}/pods/{name}/{path} | +*CoreV1Api* | [**proxy_put_namespaced_service**](docs/CoreV1Api.md#proxy_put_namespaced_service) | **PUT** /api/v1/proxy/namespaces/{namespace}/services/{name} | +*CoreV1Api* | [**proxy_put_namespaced_service_with_path**](docs/CoreV1Api.md#proxy_put_namespaced_service_with_path) | **PUT** /api/v1/proxy/namespaces/{namespace}/services/{name}/{path} | +*CoreV1Api* | [**proxy_put_node**](docs/CoreV1Api.md#proxy_put_node) | **PUT** /api/v1/proxy/nodes/{name} | +*CoreV1Api* | [**proxy_put_node_with_path**](docs/CoreV1Api.md#proxy_put_node_with_path) | **PUT** /api/v1/proxy/nodes/{name}/{path} | +*CoreV1Api* | [**read_component_status**](docs/CoreV1Api.md#read_component_status) | **GET** /api/v1/componentstatuses/{name} | +*CoreV1Api* | [**read_namespace**](docs/CoreV1Api.md#read_namespace) | **GET** /api/v1/namespaces/{name} | +*CoreV1Api* | [**read_namespace_status**](docs/CoreV1Api.md#read_namespace_status) | **GET** /api/v1/namespaces/{name}/status | +*CoreV1Api* | [**read_namespaced_config_map**](docs/CoreV1Api.md#read_namespaced_config_map) | **GET** /api/v1/namespaces/{namespace}/configmaps/{name} | +*CoreV1Api* | [**read_namespaced_endpoints**](docs/CoreV1Api.md#read_namespaced_endpoints) | **GET** /api/v1/namespaces/{namespace}/endpoints/{name} | +*CoreV1Api* | [**read_namespaced_event**](docs/CoreV1Api.md#read_namespaced_event) | **GET** /api/v1/namespaces/{namespace}/events/{name} | +*CoreV1Api* | [**read_namespaced_limit_range**](docs/CoreV1Api.md#read_namespaced_limit_range) | **GET** /api/v1/namespaces/{namespace}/limitranges/{name} | +*CoreV1Api* | [**read_namespaced_persistent_volume_claim**](docs/CoreV1Api.md#read_namespaced_persistent_volume_claim) | **GET** /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name} | +*CoreV1Api* | [**read_namespaced_persistent_volume_claim_status**](docs/CoreV1Api.md#read_namespaced_persistent_volume_claim_status) | **GET** /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}/status | +*CoreV1Api* | [**read_namespaced_pod**](docs/CoreV1Api.md#read_namespaced_pod) | **GET** /api/v1/namespaces/{namespace}/pods/{name} | +*CoreV1Api* | [**read_namespaced_pod_log**](docs/CoreV1Api.md#read_namespaced_pod_log) | **GET** /api/v1/namespaces/{namespace}/pods/{name}/log | +*CoreV1Api* | [**read_namespaced_pod_status**](docs/CoreV1Api.md#read_namespaced_pod_status) | **GET** /api/v1/namespaces/{namespace}/pods/{name}/status | +*CoreV1Api* | [**read_namespaced_pod_template**](docs/CoreV1Api.md#read_namespaced_pod_template) | **GET** /api/v1/namespaces/{namespace}/podtemplates/{name} | +*CoreV1Api* | [**read_namespaced_replication_controller**](docs/CoreV1Api.md#read_namespaced_replication_controller) | **GET** /api/v1/namespaces/{namespace}/replicationcontrollers/{name} | +*CoreV1Api* | [**read_namespaced_replication_controller_status**](docs/CoreV1Api.md#read_namespaced_replication_controller_status) | **GET** /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/status | +*CoreV1Api* | [**read_namespaced_resource_quota**](docs/CoreV1Api.md#read_namespaced_resource_quota) | **GET** /api/v1/namespaces/{namespace}/resourcequotas/{name} | +*CoreV1Api* | [**read_namespaced_resource_quota_status**](docs/CoreV1Api.md#read_namespaced_resource_quota_status) | **GET** /api/v1/namespaces/{namespace}/resourcequotas/{name}/status | +*CoreV1Api* | [**read_namespaced_scale_scale**](docs/CoreV1Api.md#read_namespaced_scale_scale) | **GET** /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/scale | +*CoreV1Api* | [**read_namespaced_secret**](docs/CoreV1Api.md#read_namespaced_secret) | **GET** /api/v1/namespaces/{namespace}/secrets/{name} | +*CoreV1Api* | [**read_namespaced_service**](docs/CoreV1Api.md#read_namespaced_service) | **GET** /api/v1/namespaces/{namespace}/services/{name} | +*CoreV1Api* | [**read_namespaced_service_account**](docs/CoreV1Api.md#read_namespaced_service_account) | **GET** /api/v1/namespaces/{namespace}/serviceaccounts/{name} | +*CoreV1Api* | [**read_namespaced_service_status**](docs/CoreV1Api.md#read_namespaced_service_status) | **GET** /api/v1/namespaces/{namespace}/services/{name}/status | +*CoreV1Api* | [**read_node**](docs/CoreV1Api.md#read_node) | **GET** /api/v1/nodes/{name} | +*CoreV1Api* | [**read_node_status**](docs/CoreV1Api.md#read_node_status) | **GET** /api/v1/nodes/{name}/status | +*CoreV1Api* | [**read_persistent_volume**](docs/CoreV1Api.md#read_persistent_volume) | **GET** /api/v1/persistentvolumes/{name} | +*CoreV1Api* | [**read_persistent_volume_status**](docs/CoreV1Api.md#read_persistent_volume_status) | **GET** /api/v1/persistentvolumes/{name}/status | +*CoreV1Api* | [**replace_namespace**](docs/CoreV1Api.md#replace_namespace) | **PUT** /api/v1/namespaces/{name} | +*CoreV1Api* | [**replace_namespace_finalize**](docs/CoreV1Api.md#replace_namespace_finalize) | **PUT** /api/v1/namespaces/{name}/finalize | +*CoreV1Api* | [**replace_namespace_status**](docs/CoreV1Api.md#replace_namespace_status) | **PUT** /api/v1/namespaces/{name}/status | +*CoreV1Api* | [**replace_namespaced_config_map**](docs/CoreV1Api.md#replace_namespaced_config_map) | **PUT** /api/v1/namespaces/{namespace}/configmaps/{name} | +*CoreV1Api* | [**replace_namespaced_endpoints**](docs/CoreV1Api.md#replace_namespaced_endpoints) | **PUT** /api/v1/namespaces/{namespace}/endpoints/{name} | +*CoreV1Api* | [**replace_namespaced_event**](docs/CoreV1Api.md#replace_namespaced_event) | **PUT** /api/v1/namespaces/{namespace}/events/{name} | +*CoreV1Api* | [**replace_namespaced_limit_range**](docs/CoreV1Api.md#replace_namespaced_limit_range) | **PUT** /api/v1/namespaces/{namespace}/limitranges/{name} | +*CoreV1Api* | [**replace_namespaced_persistent_volume_claim**](docs/CoreV1Api.md#replace_namespaced_persistent_volume_claim) | **PUT** /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name} | +*CoreV1Api* | [**replace_namespaced_persistent_volume_claim_status**](docs/CoreV1Api.md#replace_namespaced_persistent_volume_claim_status) | **PUT** /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}/status | +*CoreV1Api* | [**replace_namespaced_pod**](docs/CoreV1Api.md#replace_namespaced_pod) | **PUT** /api/v1/namespaces/{namespace}/pods/{name} | +*CoreV1Api* | [**replace_namespaced_pod_status**](docs/CoreV1Api.md#replace_namespaced_pod_status) | **PUT** /api/v1/namespaces/{namespace}/pods/{name}/status | +*CoreV1Api* | [**replace_namespaced_pod_template**](docs/CoreV1Api.md#replace_namespaced_pod_template) | **PUT** /api/v1/namespaces/{namespace}/podtemplates/{name} | +*CoreV1Api* | [**replace_namespaced_replication_controller**](docs/CoreV1Api.md#replace_namespaced_replication_controller) | **PUT** /api/v1/namespaces/{namespace}/replicationcontrollers/{name} | +*CoreV1Api* | [**replace_namespaced_replication_controller_status**](docs/CoreV1Api.md#replace_namespaced_replication_controller_status) | **PUT** /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/status | +*CoreV1Api* | [**replace_namespaced_resource_quota**](docs/CoreV1Api.md#replace_namespaced_resource_quota) | **PUT** /api/v1/namespaces/{namespace}/resourcequotas/{name} | +*CoreV1Api* | [**replace_namespaced_resource_quota_status**](docs/CoreV1Api.md#replace_namespaced_resource_quota_status) | **PUT** /api/v1/namespaces/{namespace}/resourcequotas/{name}/status | +*CoreV1Api* | [**replace_namespaced_scale_scale**](docs/CoreV1Api.md#replace_namespaced_scale_scale) | **PUT** /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/scale | +*CoreV1Api* | [**replace_namespaced_secret**](docs/CoreV1Api.md#replace_namespaced_secret) | **PUT** /api/v1/namespaces/{namespace}/secrets/{name} | +*CoreV1Api* | [**replace_namespaced_service**](docs/CoreV1Api.md#replace_namespaced_service) | **PUT** /api/v1/namespaces/{namespace}/services/{name} | +*CoreV1Api* | [**replace_namespaced_service_account**](docs/CoreV1Api.md#replace_namespaced_service_account) | **PUT** /api/v1/namespaces/{namespace}/serviceaccounts/{name} | +*CoreV1Api* | [**replace_namespaced_service_status**](docs/CoreV1Api.md#replace_namespaced_service_status) | **PUT** /api/v1/namespaces/{namespace}/services/{name}/status | +*CoreV1Api* | [**replace_node**](docs/CoreV1Api.md#replace_node) | **PUT** /api/v1/nodes/{name} | +*CoreV1Api* | [**replace_node_status**](docs/CoreV1Api.md#replace_node_status) | **PUT** /api/v1/nodes/{name}/status | +*CoreV1Api* | [**replace_persistent_volume**](docs/CoreV1Api.md#replace_persistent_volume) | **PUT** /api/v1/persistentvolumes/{name} | +*CoreV1Api* | [**replace_persistent_volume_status**](docs/CoreV1Api.md#replace_persistent_volume_status) | **PUT** /api/v1/persistentvolumes/{name}/status | +*ExtensionsApi* | [**get_api_group**](docs/ExtensionsApi.md#get_api_group) | **GET** /apis/extensions/ | +*ExtensionsV1beta1Api* | [**create_namespaced_daemon_set**](docs/ExtensionsV1beta1Api.md#create_namespaced_daemon_set) | **POST** /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets | +*ExtensionsV1beta1Api* | [**create_namespaced_deployment**](docs/ExtensionsV1beta1Api.md#create_namespaced_deployment) | **POST** /apis/extensions/v1beta1/namespaces/{namespace}/deployments | +*ExtensionsV1beta1Api* | [**create_namespaced_deployment_rollback_rollback**](docs/ExtensionsV1beta1Api.md#create_namespaced_deployment_rollback_rollback) | **POST** /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/rollback | +*ExtensionsV1beta1Api* | [**create_namespaced_horizontal_pod_autoscaler**](docs/ExtensionsV1beta1Api.md#create_namespaced_horizontal_pod_autoscaler) | **POST** /apis/extensions/v1beta1/namespaces/{namespace}/horizontalpodautoscalers | +*ExtensionsV1beta1Api* | [**create_namespaced_ingress**](docs/ExtensionsV1beta1Api.md#create_namespaced_ingress) | **POST** /apis/extensions/v1beta1/namespaces/{namespace}/ingresses | +*ExtensionsV1beta1Api* | [**create_namespaced_job**](docs/ExtensionsV1beta1Api.md#create_namespaced_job) | **POST** /apis/extensions/v1beta1/namespaces/{namespace}/jobs | +*ExtensionsV1beta1Api* | [**create_namespaced_network_policy**](docs/ExtensionsV1beta1Api.md#create_namespaced_network_policy) | **POST** /apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies | +*ExtensionsV1beta1Api* | [**create_namespaced_replica_set**](docs/ExtensionsV1beta1Api.md#create_namespaced_replica_set) | **POST** /apis/extensions/v1beta1/namespaces/{namespace}/replicasets | +*ExtensionsV1beta1Api* | [**create_third_party_resource**](docs/ExtensionsV1beta1Api.md#create_third_party_resource) | **POST** /apis/extensions/v1beta1/thirdpartyresources | +*ExtensionsV1beta1Api* | [**delete_collection_namespaced_daemon_set**](docs/ExtensionsV1beta1Api.md#delete_collection_namespaced_daemon_set) | **DELETE** /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets | +*ExtensionsV1beta1Api* | [**delete_collection_namespaced_deployment**](docs/ExtensionsV1beta1Api.md#delete_collection_namespaced_deployment) | **DELETE** /apis/extensions/v1beta1/namespaces/{namespace}/deployments | +*ExtensionsV1beta1Api* | [**delete_collection_namespaced_horizontal_pod_autoscaler**](docs/ExtensionsV1beta1Api.md#delete_collection_namespaced_horizontal_pod_autoscaler) | **DELETE** /apis/extensions/v1beta1/namespaces/{namespace}/horizontalpodautoscalers | +*ExtensionsV1beta1Api* | [**delete_collection_namespaced_ingress**](docs/ExtensionsV1beta1Api.md#delete_collection_namespaced_ingress) | **DELETE** /apis/extensions/v1beta1/namespaces/{namespace}/ingresses | +*ExtensionsV1beta1Api* | [**delete_collection_namespaced_job**](docs/ExtensionsV1beta1Api.md#delete_collection_namespaced_job) | **DELETE** /apis/extensions/v1beta1/namespaces/{namespace}/jobs | +*ExtensionsV1beta1Api* | [**delete_collection_namespaced_network_policy**](docs/ExtensionsV1beta1Api.md#delete_collection_namespaced_network_policy) | **DELETE** /apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies | +*ExtensionsV1beta1Api* | [**delete_collection_namespaced_replica_set**](docs/ExtensionsV1beta1Api.md#delete_collection_namespaced_replica_set) | **DELETE** /apis/extensions/v1beta1/namespaces/{namespace}/replicasets | +*ExtensionsV1beta1Api* | [**delete_collection_third_party_resource**](docs/ExtensionsV1beta1Api.md#delete_collection_third_party_resource) | **DELETE** /apis/extensions/v1beta1/thirdpartyresources | +*ExtensionsV1beta1Api* | [**delete_namespaced_daemon_set**](docs/ExtensionsV1beta1Api.md#delete_namespaced_daemon_set) | **DELETE** /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets/{name} | +*ExtensionsV1beta1Api* | [**delete_namespaced_deployment**](docs/ExtensionsV1beta1Api.md#delete_namespaced_deployment) | **DELETE** /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name} | +*ExtensionsV1beta1Api* | [**delete_namespaced_horizontal_pod_autoscaler**](docs/ExtensionsV1beta1Api.md#delete_namespaced_horizontal_pod_autoscaler) | **DELETE** /apis/extensions/v1beta1/namespaces/{namespace}/horizontalpodautoscalers/{name} | +*ExtensionsV1beta1Api* | [**delete_namespaced_ingress**](docs/ExtensionsV1beta1Api.md#delete_namespaced_ingress) | **DELETE** /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name} | +*ExtensionsV1beta1Api* | [**delete_namespaced_job**](docs/ExtensionsV1beta1Api.md#delete_namespaced_job) | **DELETE** /apis/extensions/v1beta1/namespaces/{namespace}/jobs/{name} | +*ExtensionsV1beta1Api* | [**delete_namespaced_network_policy**](docs/ExtensionsV1beta1Api.md#delete_namespaced_network_policy) | **DELETE** /apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies/{name} | +*ExtensionsV1beta1Api* | [**delete_namespaced_replica_set**](docs/ExtensionsV1beta1Api.md#delete_namespaced_replica_set) | **DELETE** /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name} | +*ExtensionsV1beta1Api* | [**delete_third_party_resource**](docs/ExtensionsV1beta1Api.md#delete_third_party_resource) | **DELETE** /apis/extensions/v1beta1/thirdpartyresources/{name} | +*ExtensionsV1beta1Api* | [**get_api_resources**](docs/ExtensionsV1beta1Api.md#get_api_resources) | **GET** /apis/extensions/v1beta1/ | +*ExtensionsV1beta1Api* | [**list_daemon_set_for_all_namespaces**](docs/ExtensionsV1beta1Api.md#list_daemon_set_for_all_namespaces) | **GET** /apis/extensions/v1beta1/daemonsets | +*ExtensionsV1beta1Api* | [**list_deployment_for_all_namespaces**](docs/ExtensionsV1beta1Api.md#list_deployment_for_all_namespaces) | **GET** /apis/extensions/v1beta1/deployments | +*ExtensionsV1beta1Api* | [**list_horizontal_pod_autoscaler_for_all_namespaces**](docs/ExtensionsV1beta1Api.md#list_horizontal_pod_autoscaler_for_all_namespaces) | **GET** /apis/extensions/v1beta1/horizontalpodautoscalers | +*ExtensionsV1beta1Api* | [**list_ingress_for_all_namespaces**](docs/ExtensionsV1beta1Api.md#list_ingress_for_all_namespaces) | **GET** /apis/extensions/v1beta1/ingresses | +*ExtensionsV1beta1Api* | [**list_job_for_all_namespaces**](docs/ExtensionsV1beta1Api.md#list_job_for_all_namespaces) | **GET** /apis/extensions/v1beta1/jobs | +*ExtensionsV1beta1Api* | [**list_namespaced_daemon_set**](docs/ExtensionsV1beta1Api.md#list_namespaced_daemon_set) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets | +*ExtensionsV1beta1Api* | [**list_namespaced_deployment**](docs/ExtensionsV1beta1Api.md#list_namespaced_deployment) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/deployments | +*ExtensionsV1beta1Api* | [**list_namespaced_horizontal_pod_autoscaler**](docs/ExtensionsV1beta1Api.md#list_namespaced_horizontal_pod_autoscaler) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/horizontalpodautoscalers | +*ExtensionsV1beta1Api* | [**list_namespaced_ingress**](docs/ExtensionsV1beta1Api.md#list_namespaced_ingress) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/ingresses | +*ExtensionsV1beta1Api* | [**list_namespaced_job**](docs/ExtensionsV1beta1Api.md#list_namespaced_job) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/jobs | +*ExtensionsV1beta1Api* | [**list_namespaced_network_policy**](docs/ExtensionsV1beta1Api.md#list_namespaced_network_policy) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies | +*ExtensionsV1beta1Api* | [**list_namespaced_replica_set**](docs/ExtensionsV1beta1Api.md#list_namespaced_replica_set) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/replicasets | +*ExtensionsV1beta1Api* | [**list_network_policy_for_all_namespaces**](docs/ExtensionsV1beta1Api.md#list_network_policy_for_all_namespaces) | **GET** /apis/extensions/v1beta1/networkpolicies | +*ExtensionsV1beta1Api* | [**list_replica_set_for_all_namespaces**](docs/ExtensionsV1beta1Api.md#list_replica_set_for_all_namespaces) | **GET** /apis/extensions/v1beta1/replicasets | +*ExtensionsV1beta1Api* | [**list_third_party_resource**](docs/ExtensionsV1beta1Api.md#list_third_party_resource) | **GET** /apis/extensions/v1beta1/thirdpartyresources | +*ExtensionsV1beta1Api* | [**patch_namespaced_daemon_set**](docs/ExtensionsV1beta1Api.md#patch_namespaced_daemon_set) | **PATCH** /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets/{name} | +*ExtensionsV1beta1Api* | [**patch_namespaced_daemon_set_status**](docs/ExtensionsV1beta1Api.md#patch_namespaced_daemon_set_status) | **PATCH** /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets/{name}/status | +*ExtensionsV1beta1Api* | [**patch_namespaced_deployment**](docs/ExtensionsV1beta1Api.md#patch_namespaced_deployment) | **PATCH** /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name} | +*ExtensionsV1beta1Api* | [**patch_namespaced_deployment_status**](docs/ExtensionsV1beta1Api.md#patch_namespaced_deployment_status) | **PATCH** /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/status | +*ExtensionsV1beta1Api* | [**patch_namespaced_deployments_scale**](docs/ExtensionsV1beta1Api.md#patch_namespaced_deployments_scale) | **PATCH** /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/scale | +*ExtensionsV1beta1Api* | [**patch_namespaced_horizontal_pod_autoscaler**](docs/ExtensionsV1beta1Api.md#patch_namespaced_horizontal_pod_autoscaler) | **PATCH** /apis/extensions/v1beta1/namespaces/{namespace}/horizontalpodautoscalers/{name} | +*ExtensionsV1beta1Api* | [**patch_namespaced_horizontal_pod_autoscaler_status**](docs/ExtensionsV1beta1Api.md#patch_namespaced_horizontal_pod_autoscaler_status) | **PATCH** /apis/extensions/v1beta1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status | +*ExtensionsV1beta1Api* | [**patch_namespaced_ingress**](docs/ExtensionsV1beta1Api.md#patch_namespaced_ingress) | **PATCH** /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name} | +*ExtensionsV1beta1Api* | [**patch_namespaced_ingress_status**](docs/ExtensionsV1beta1Api.md#patch_namespaced_ingress_status) | **PATCH** /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name}/status | +*ExtensionsV1beta1Api* | [**patch_namespaced_job**](docs/ExtensionsV1beta1Api.md#patch_namespaced_job) | **PATCH** /apis/extensions/v1beta1/namespaces/{namespace}/jobs/{name} | +*ExtensionsV1beta1Api* | [**patch_namespaced_job_status**](docs/ExtensionsV1beta1Api.md#patch_namespaced_job_status) | **PATCH** /apis/extensions/v1beta1/namespaces/{namespace}/jobs/{name}/status | +*ExtensionsV1beta1Api* | [**patch_namespaced_network_policy**](docs/ExtensionsV1beta1Api.md#patch_namespaced_network_policy) | **PATCH** /apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies/{name} | +*ExtensionsV1beta1Api* | [**patch_namespaced_replica_set**](docs/ExtensionsV1beta1Api.md#patch_namespaced_replica_set) | **PATCH** /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name} | +*ExtensionsV1beta1Api* | [**patch_namespaced_replica_set_status**](docs/ExtensionsV1beta1Api.md#patch_namespaced_replica_set_status) | **PATCH** /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/status | +*ExtensionsV1beta1Api* | [**patch_namespaced_replicasets_scale**](docs/ExtensionsV1beta1Api.md#patch_namespaced_replicasets_scale) | **PATCH** /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/scale | +*ExtensionsV1beta1Api* | [**patch_namespaced_replicationcontrollers_scale**](docs/ExtensionsV1beta1Api.md#patch_namespaced_replicationcontrollers_scale) | **PATCH** /apis/extensions/v1beta1/namespaces/{namespace}/replicationcontrollers/{name}/scale | +*ExtensionsV1beta1Api* | [**patch_third_party_resource**](docs/ExtensionsV1beta1Api.md#patch_third_party_resource) | **PATCH** /apis/extensions/v1beta1/thirdpartyresources/{name} | +*ExtensionsV1beta1Api* | [**read_namespaced_daemon_set**](docs/ExtensionsV1beta1Api.md#read_namespaced_daemon_set) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets/{name} | +*ExtensionsV1beta1Api* | [**read_namespaced_daemon_set_status**](docs/ExtensionsV1beta1Api.md#read_namespaced_daemon_set_status) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets/{name}/status | +*ExtensionsV1beta1Api* | [**read_namespaced_deployment**](docs/ExtensionsV1beta1Api.md#read_namespaced_deployment) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name} | +*ExtensionsV1beta1Api* | [**read_namespaced_deployment_status**](docs/ExtensionsV1beta1Api.md#read_namespaced_deployment_status) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/status | +*ExtensionsV1beta1Api* | [**read_namespaced_deployments_scale**](docs/ExtensionsV1beta1Api.md#read_namespaced_deployments_scale) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/scale | +*ExtensionsV1beta1Api* | [**read_namespaced_horizontal_pod_autoscaler**](docs/ExtensionsV1beta1Api.md#read_namespaced_horizontal_pod_autoscaler) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/horizontalpodautoscalers/{name} | +*ExtensionsV1beta1Api* | [**read_namespaced_horizontal_pod_autoscaler_status**](docs/ExtensionsV1beta1Api.md#read_namespaced_horizontal_pod_autoscaler_status) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status | +*ExtensionsV1beta1Api* | [**read_namespaced_ingress**](docs/ExtensionsV1beta1Api.md#read_namespaced_ingress) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name} | +*ExtensionsV1beta1Api* | [**read_namespaced_ingress_status**](docs/ExtensionsV1beta1Api.md#read_namespaced_ingress_status) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name}/status | +*ExtensionsV1beta1Api* | [**read_namespaced_job**](docs/ExtensionsV1beta1Api.md#read_namespaced_job) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/jobs/{name} | +*ExtensionsV1beta1Api* | [**read_namespaced_job_status**](docs/ExtensionsV1beta1Api.md#read_namespaced_job_status) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/jobs/{name}/status | +*ExtensionsV1beta1Api* | [**read_namespaced_network_policy**](docs/ExtensionsV1beta1Api.md#read_namespaced_network_policy) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies/{name} | +*ExtensionsV1beta1Api* | [**read_namespaced_replica_set**](docs/ExtensionsV1beta1Api.md#read_namespaced_replica_set) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name} | +*ExtensionsV1beta1Api* | [**read_namespaced_replica_set_status**](docs/ExtensionsV1beta1Api.md#read_namespaced_replica_set_status) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/status | +*ExtensionsV1beta1Api* | [**read_namespaced_replicasets_scale**](docs/ExtensionsV1beta1Api.md#read_namespaced_replicasets_scale) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/scale | +*ExtensionsV1beta1Api* | [**read_namespaced_replicationcontrollers_scale**](docs/ExtensionsV1beta1Api.md#read_namespaced_replicationcontrollers_scale) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/replicationcontrollers/{name}/scale | +*ExtensionsV1beta1Api* | [**read_third_party_resource**](docs/ExtensionsV1beta1Api.md#read_third_party_resource) | **GET** /apis/extensions/v1beta1/thirdpartyresources/{name} | +*ExtensionsV1beta1Api* | [**replace_namespaced_daemon_set**](docs/ExtensionsV1beta1Api.md#replace_namespaced_daemon_set) | **PUT** /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets/{name} | +*ExtensionsV1beta1Api* | [**replace_namespaced_daemon_set_status**](docs/ExtensionsV1beta1Api.md#replace_namespaced_daemon_set_status) | **PUT** /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets/{name}/status | +*ExtensionsV1beta1Api* | [**replace_namespaced_deployment**](docs/ExtensionsV1beta1Api.md#replace_namespaced_deployment) | **PUT** /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name} | +*ExtensionsV1beta1Api* | [**replace_namespaced_deployment_status**](docs/ExtensionsV1beta1Api.md#replace_namespaced_deployment_status) | **PUT** /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/status | +*ExtensionsV1beta1Api* | [**replace_namespaced_deployments_scale**](docs/ExtensionsV1beta1Api.md#replace_namespaced_deployments_scale) | **PUT** /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/scale | +*ExtensionsV1beta1Api* | [**replace_namespaced_horizontal_pod_autoscaler**](docs/ExtensionsV1beta1Api.md#replace_namespaced_horizontal_pod_autoscaler) | **PUT** /apis/extensions/v1beta1/namespaces/{namespace}/horizontalpodautoscalers/{name} | +*ExtensionsV1beta1Api* | [**replace_namespaced_horizontal_pod_autoscaler_status**](docs/ExtensionsV1beta1Api.md#replace_namespaced_horizontal_pod_autoscaler_status) | **PUT** /apis/extensions/v1beta1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status | +*ExtensionsV1beta1Api* | [**replace_namespaced_ingress**](docs/ExtensionsV1beta1Api.md#replace_namespaced_ingress) | **PUT** /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name} | +*ExtensionsV1beta1Api* | [**replace_namespaced_ingress_status**](docs/ExtensionsV1beta1Api.md#replace_namespaced_ingress_status) | **PUT** /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name}/status | +*ExtensionsV1beta1Api* | [**replace_namespaced_job**](docs/ExtensionsV1beta1Api.md#replace_namespaced_job) | **PUT** /apis/extensions/v1beta1/namespaces/{namespace}/jobs/{name} | +*ExtensionsV1beta1Api* | [**replace_namespaced_job_status**](docs/ExtensionsV1beta1Api.md#replace_namespaced_job_status) | **PUT** /apis/extensions/v1beta1/namespaces/{namespace}/jobs/{name}/status | +*ExtensionsV1beta1Api* | [**replace_namespaced_network_policy**](docs/ExtensionsV1beta1Api.md#replace_namespaced_network_policy) | **PUT** /apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies/{name} | +*ExtensionsV1beta1Api* | [**replace_namespaced_replica_set**](docs/ExtensionsV1beta1Api.md#replace_namespaced_replica_set) | **PUT** /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name} | +*ExtensionsV1beta1Api* | [**replace_namespaced_replica_set_status**](docs/ExtensionsV1beta1Api.md#replace_namespaced_replica_set_status) | **PUT** /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/status | +*ExtensionsV1beta1Api* | [**replace_namespaced_replicasets_scale**](docs/ExtensionsV1beta1Api.md#replace_namespaced_replicasets_scale) | **PUT** /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/scale | +*ExtensionsV1beta1Api* | [**replace_namespaced_replicationcontrollers_scale**](docs/ExtensionsV1beta1Api.md#replace_namespaced_replicationcontrollers_scale) | **PUT** /apis/extensions/v1beta1/namespaces/{namespace}/replicationcontrollers/{name}/scale | +*ExtensionsV1beta1Api* | [**replace_third_party_resource**](docs/ExtensionsV1beta1Api.md#replace_third_party_resource) | **PUT** /apis/extensions/v1beta1/thirdpartyresources/{name} | +*LogsApi* | [**log_file_handler**](docs/LogsApi.md#log_file_handler) | **GET** /logs/{logpath} | +*LogsApi* | [**log_file_list_handler**](docs/LogsApi.md#log_file_list_handler) | **GET** /logs/ | +*PolicyApi* | [**get_api_group**](docs/PolicyApi.md#get_api_group) | **GET** /apis/policy/ | +*PolicyV1beta1Api* | [**create_namespaced_pod_disruption_budget**](docs/PolicyV1beta1Api.md#create_namespaced_pod_disruption_budget) | **POST** /apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets | +*PolicyV1beta1Api* | [**delete_collection_namespaced_pod_disruption_budget**](docs/PolicyV1beta1Api.md#delete_collection_namespaced_pod_disruption_budget) | **DELETE** /apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets | +*PolicyV1beta1Api* | [**delete_namespaced_pod_disruption_budget**](docs/PolicyV1beta1Api.md#delete_namespaced_pod_disruption_budget) | **DELETE** /apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets/{name} | +*PolicyV1beta1Api* | [**get_api_resources**](docs/PolicyV1beta1Api.md#get_api_resources) | **GET** /apis/policy/v1beta1/ | +*PolicyV1beta1Api* | [**list_namespaced_pod_disruption_budget**](docs/PolicyV1beta1Api.md#list_namespaced_pod_disruption_budget) | **GET** /apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets | +*PolicyV1beta1Api* | [**list_pod_disruption_budget_for_all_namespaces**](docs/PolicyV1beta1Api.md#list_pod_disruption_budget_for_all_namespaces) | **GET** /apis/policy/v1beta1/poddisruptionbudgets | +*PolicyV1beta1Api* | [**patch_namespaced_pod_disruption_budget**](docs/PolicyV1beta1Api.md#patch_namespaced_pod_disruption_budget) | **PATCH** /apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets/{name} | +*PolicyV1beta1Api* | [**patch_namespaced_pod_disruption_budget_status**](docs/PolicyV1beta1Api.md#patch_namespaced_pod_disruption_budget_status) | **PATCH** /apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets/{name}/status | +*PolicyV1beta1Api* | [**read_namespaced_pod_disruption_budget**](docs/PolicyV1beta1Api.md#read_namespaced_pod_disruption_budget) | **GET** /apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets/{name} | +*PolicyV1beta1Api* | [**read_namespaced_pod_disruption_budget_status**](docs/PolicyV1beta1Api.md#read_namespaced_pod_disruption_budget_status) | **GET** /apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets/{name}/status | +*PolicyV1beta1Api* | [**replace_namespaced_pod_disruption_budget**](docs/PolicyV1beta1Api.md#replace_namespaced_pod_disruption_budget) | **PUT** /apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets/{name} | +*PolicyV1beta1Api* | [**replace_namespaced_pod_disruption_budget_status**](docs/PolicyV1beta1Api.md#replace_namespaced_pod_disruption_budget_status) | **PUT** /apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets/{name}/status | +*RbacAuthorizationApi* | [**get_api_group**](docs/RbacAuthorizationApi.md#get_api_group) | **GET** /apis/rbac.authorization.k8s.io/ | +*RbacAuthorizationV1alpha1Api* | [**create_cluster_role**](docs/RbacAuthorizationV1alpha1Api.md#create_cluster_role) | **POST** /apis/rbac.authorization.k8s.io/v1alpha1/clusterroles | +*RbacAuthorizationV1alpha1Api* | [**create_cluster_role_binding**](docs/RbacAuthorizationV1alpha1Api.md#create_cluster_role_binding) | **POST** /apis/rbac.authorization.k8s.io/v1alpha1/clusterrolebindings | +*RbacAuthorizationV1alpha1Api* | [**create_namespaced_role**](docs/RbacAuthorizationV1alpha1Api.md#create_namespaced_role) | **POST** /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/roles | +*RbacAuthorizationV1alpha1Api* | [**create_namespaced_role_binding**](docs/RbacAuthorizationV1alpha1Api.md#create_namespaced_role_binding) | **POST** /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/rolebindings | +*RbacAuthorizationV1alpha1Api* | [**delete_cluster_role**](docs/RbacAuthorizationV1alpha1Api.md#delete_cluster_role) | **DELETE** /apis/rbac.authorization.k8s.io/v1alpha1/clusterroles/{name} | +*RbacAuthorizationV1alpha1Api* | [**delete_cluster_role_binding**](docs/RbacAuthorizationV1alpha1Api.md#delete_cluster_role_binding) | **DELETE** /apis/rbac.authorization.k8s.io/v1alpha1/clusterrolebindings/{name} | +*RbacAuthorizationV1alpha1Api* | [**delete_collection_cluster_role**](docs/RbacAuthorizationV1alpha1Api.md#delete_collection_cluster_role) | **DELETE** /apis/rbac.authorization.k8s.io/v1alpha1/clusterroles | +*RbacAuthorizationV1alpha1Api* | [**delete_collection_cluster_role_binding**](docs/RbacAuthorizationV1alpha1Api.md#delete_collection_cluster_role_binding) | **DELETE** /apis/rbac.authorization.k8s.io/v1alpha1/clusterrolebindings | +*RbacAuthorizationV1alpha1Api* | [**delete_collection_namespaced_role**](docs/RbacAuthorizationV1alpha1Api.md#delete_collection_namespaced_role) | **DELETE** /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/roles | +*RbacAuthorizationV1alpha1Api* | [**delete_collection_namespaced_role_binding**](docs/RbacAuthorizationV1alpha1Api.md#delete_collection_namespaced_role_binding) | **DELETE** /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/rolebindings | +*RbacAuthorizationV1alpha1Api* | [**delete_namespaced_role**](docs/RbacAuthorizationV1alpha1Api.md#delete_namespaced_role) | **DELETE** /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/roles/{name} | +*RbacAuthorizationV1alpha1Api* | [**delete_namespaced_role_binding**](docs/RbacAuthorizationV1alpha1Api.md#delete_namespaced_role_binding) | **DELETE** /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/rolebindings/{name} | +*RbacAuthorizationV1alpha1Api* | [**get_api_resources**](docs/RbacAuthorizationV1alpha1Api.md#get_api_resources) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/ | +*RbacAuthorizationV1alpha1Api* | [**list_cluster_role**](docs/RbacAuthorizationV1alpha1Api.md#list_cluster_role) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/clusterroles | +*RbacAuthorizationV1alpha1Api* | [**list_cluster_role_binding**](docs/RbacAuthorizationV1alpha1Api.md#list_cluster_role_binding) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/clusterrolebindings | +*RbacAuthorizationV1alpha1Api* | [**list_namespaced_role**](docs/RbacAuthorizationV1alpha1Api.md#list_namespaced_role) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/roles | +*RbacAuthorizationV1alpha1Api* | [**list_namespaced_role_binding**](docs/RbacAuthorizationV1alpha1Api.md#list_namespaced_role_binding) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/rolebindings | +*RbacAuthorizationV1alpha1Api* | [**list_role_binding_for_all_namespaces**](docs/RbacAuthorizationV1alpha1Api.md#list_role_binding_for_all_namespaces) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/rolebindings | +*RbacAuthorizationV1alpha1Api* | [**list_role_for_all_namespaces**](docs/RbacAuthorizationV1alpha1Api.md#list_role_for_all_namespaces) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/roles | +*RbacAuthorizationV1alpha1Api* | [**patch_cluster_role**](docs/RbacAuthorizationV1alpha1Api.md#patch_cluster_role) | **PATCH** /apis/rbac.authorization.k8s.io/v1alpha1/clusterroles/{name} | +*RbacAuthorizationV1alpha1Api* | [**patch_cluster_role_binding**](docs/RbacAuthorizationV1alpha1Api.md#patch_cluster_role_binding) | **PATCH** /apis/rbac.authorization.k8s.io/v1alpha1/clusterrolebindings/{name} | +*RbacAuthorizationV1alpha1Api* | [**patch_namespaced_role**](docs/RbacAuthorizationV1alpha1Api.md#patch_namespaced_role) | **PATCH** /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/roles/{name} | +*RbacAuthorizationV1alpha1Api* | [**patch_namespaced_role_binding**](docs/RbacAuthorizationV1alpha1Api.md#patch_namespaced_role_binding) | **PATCH** /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/rolebindings/{name} | +*RbacAuthorizationV1alpha1Api* | [**read_cluster_role**](docs/RbacAuthorizationV1alpha1Api.md#read_cluster_role) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/clusterroles/{name} | +*RbacAuthorizationV1alpha1Api* | [**read_cluster_role_binding**](docs/RbacAuthorizationV1alpha1Api.md#read_cluster_role_binding) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/clusterrolebindings/{name} | +*RbacAuthorizationV1alpha1Api* | [**read_namespaced_role**](docs/RbacAuthorizationV1alpha1Api.md#read_namespaced_role) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/roles/{name} | +*RbacAuthorizationV1alpha1Api* | [**read_namespaced_role_binding**](docs/RbacAuthorizationV1alpha1Api.md#read_namespaced_role_binding) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/rolebindings/{name} | +*RbacAuthorizationV1alpha1Api* | [**replace_cluster_role**](docs/RbacAuthorizationV1alpha1Api.md#replace_cluster_role) | **PUT** /apis/rbac.authorization.k8s.io/v1alpha1/clusterroles/{name} | +*RbacAuthorizationV1alpha1Api* | [**replace_cluster_role_binding**](docs/RbacAuthorizationV1alpha1Api.md#replace_cluster_role_binding) | **PUT** /apis/rbac.authorization.k8s.io/v1alpha1/clusterrolebindings/{name} | +*RbacAuthorizationV1alpha1Api* | [**replace_namespaced_role**](docs/RbacAuthorizationV1alpha1Api.md#replace_namespaced_role) | **PUT** /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/roles/{name} | +*RbacAuthorizationV1alpha1Api* | [**replace_namespaced_role_binding**](docs/RbacAuthorizationV1alpha1Api.md#replace_namespaced_role_binding) | **PUT** /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/rolebindings/{name} | +*StorageApi* | [**get_api_group**](docs/StorageApi.md#get_api_group) | **GET** /apis/storage.k8s.io/ | +*StorageV1beta1Api* | [**create_storage_class**](docs/StorageV1beta1Api.md#create_storage_class) | **POST** /apis/storage.k8s.io/v1beta1/storageclasses | +*StorageV1beta1Api* | [**delete_collection_storage_class**](docs/StorageV1beta1Api.md#delete_collection_storage_class) | **DELETE** /apis/storage.k8s.io/v1beta1/storageclasses | +*StorageV1beta1Api* | [**delete_storage_class**](docs/StorageV1beta1Api.md#delete_storage_class) | **DELETE** /apis/storage.k8s.io/v1beta1/storageclasses/{name} | +*StorageV1beta1Api* | [**get_api_resources**](docs/StorageV1beta1Api.md#get_api_resources) | **GET** /apis/storage.k8s.io/v1beta1/ | +*StorageV1beta1Api* | [**list_storage_class**](docs/StorageV1beta1Api.md#list_storage_class) | **GET** /apis/storage.k8s.io/v1beta1/storageclasses | +*StorageV1beta1Api* | [**patch_storage_class**](docs/StorageV1beta1Api.md#patch_storage_class) | **PATCH** /apis/storage.k8s.io/v1beta1/storageclasses/{name} | +*StorageV1beta1Api* | [**read_storage_class**](docs/StorageV1beta1Api.md#read_storage_class) | **GET** /apis/storage.k8s.io/v1beta1/storageclasses/{name} | +*StorageV1beta1Api* | [**replace_storage_class**](docs/StorageV1beta1Api.md#replace_storage_class) | **PUT** /apis/storage.k8s.io/v1beta1/storageclasses/{name} | +*VersionApi* | [**get_code**](docs/VersionApi.md#get_code) | **GET** /version/ | + + +## Documentation For Models + + - [IntstrIntOrString](docs/IntstrIntOrString.md) + - [ResourceQuantity](docs/ResourceQuantity.md) + - [RuntimeRawExtension](docs/RuntimeRawExtension.md) + - [UnversionedAPIGroup](docs/UnversionedAPIGroup.md) + - [UnversionedAPIGroupList](docs/UnversionedAPIGroupList.md) + - [UnversionedAPIResource](docs/UnversionedAPIResource.md) + - [UnversionedAPIResourceList](docs/UnversionedAPIResourceList.md) + - [UnversionedAPIVersions](docs/UnversionedAPIVersions.md) + - [UnversionedGroupVersionForDiscovery](docs/UnversionedGroupVersionForDiscovery.md) + - [UnversionedLabelSelector](docs/UnversionedLabelSelector.md) + - [UnversionedLabelSelectorRequirement](docs/UnversionedLabelSelectorRequirement.md) + - [UnversionedListMeta](docs/UnversionedListMeta.md) + - [UnversionedServerAddressByClientCIDR](docs/UnversionedServerAddressByClientCIDR.md) + - [UnversionedStatus](docs/UnversionedStatus.md) + - [UnversionedStatusCause](docs/UnversionedStatusCause.md) + - [UnversionedStatusDetails](docs/UnversionedStatusDetails.md) + - [UnversionedTime](docs/UnversionedTime.md) + - [V1AttachedVolume](docs/V1AttachedVolume.md) + - [V1Binding](docs/V1Binding.md) + - [V1Capabilities](docs/V1Capabilities.md) + - [V1ComponentCondition](docs/V1ComponentCondition.md) + - [V1ComponentStatus](docs/V1ComponentStatus.md) + - [V1ComponentStatusList](docs/V1ComponentStatusList.md) + - [V1ConfigMap](docs/V1ConfigMap.md) + - [V1ConfigMapKeySelector](docs/V1ConfigMapKeySelector.md) + - [V1ConfigMapList](docs/V1ConfigMapList.md) + - [V1Container](docs/V1Container.md) + - [V1ContainerImage](docs/V1ContainerImage.md) + - [V1ContainerPort](docs/V1ContainerPort.md) + - [V1ContainerState](docs/V1ContainerState.md) + - [V1ContainerStateRunning](docs/V1ContainerStateRunning.md) + - [V1ContainerStateTerminated](docs/V1ContainerStateTerminated.md) + - [V1ContainerStateWaiting](docs/V1ContainerStateWaiting.md) + - [V1ContainerStatus](docs/V1ContainerStatus.md) + - [V1CrossVersionObjectReference](docs/V1CrossVersionObjectReference.md) + - [V1DaemonEndpoint](docs/V1DaemonEndpoint.md) + - [V1DeleteOptions](docs/V1DeleteOptions.md) + - [V1EndpointAddress](docs/V1EndpointAddress.md) + - [V1EndpointPort](docs/V1EndpointPort.md) + - [V1EndpointSubset](docs/V1EndpointSubset.md) + - [V1Endpoints](docs/V1Endpoints.md) + - [V1EndpointsList](docs/V1EndpointsList.md) + - [V1EnvVar](docs/V1EnvVar.md) + - [V1EnvVarSource](docs/V1EnvVarSource.md) + - [V1Event](docs/V1Event.md) + - [V1EventList](docs/V1EventList.md) + - [V1EventSource](docs/V1EventSource.md) + - [V1ExecAction](docs/V1ExecAction.md) + - [V1HTTPGetAction](docs/V1HTTPGetAction.md) + - [V1HTTPHeader](docs/V1HTTPHeader.md) + - [V1Handler](docs/V1Handler.md) + - [V1HorizontalPodAutoscaler](docs/V1HorizontalPodAutoscaler.md) + - [V1HorizontalPodAutoscalerList](docs/V1HorizontalPodAutoscalerList.md) + - [V1HorizontalPodAutoscalerSpec](docs/V1HorizontalPodAutoscalerSpec.md) + - [V1HorizontalPodAutoscalerStatus](docs/V1HorizontalPodAutoscalerStatus.md) + - [V1Job](docs/V1Job.md) + - [V1JobCondition](docs/V1JobCondition.md) + - [V1JobList](docs/V1JobList.md) + - [V1JobSpec](docs/V1JobSpec.md) + - [V1JobStatus](docs/V1JobStatus.md) + - [V1Lifecycle](docs/V1Lifecycle.md) + - [V1LimitRange](docs/V1LimitRange.md) + - [V1LimitRangeItem](docs/V1LimitRangeItem.md) + - [V1LimitRangeList](docs/V1LimitRangeList.md) + - [V1LimitRangeSpec](docs/V1LimitRangeSpec.md) + - [V1LoadBalancerIngress](docs/V1LoadBalancerIngress.md) + - [V1LoadBalancerStatus](docs/V1LoadBalancerStatus.md) + - [V1LocalObjectReference](docs/V1LocalObjectReference.md) + - [V1Namespace](docs/V1Namespace.md) + - [V1NamespaceList](docs/V1NamespaceList.md) + - [V1NamespaceSpec](docs/V1NamespaceSpec.md) + - [V1NamespaceStatus](docs/V1NamespaceStatus.md) + - [V1Node](docs/V1Node.md) + - [V1NodeAddress](docs/V1NodeAddress.md) + - [V1NodeCondition](docs/V1NodeCondition.md) + - [V1NodeDaemonEndpoints](docs/V1NodeDaemonEndpoints.md) + - [V1NodeList](docs/V1NodeList.md) + - [V1NodeSpec](docs/V1NodeSpec.md) + - [V1NodeStatus](docs/V1NodeStatus.md) + - [V1NodeSystemInfo](docs/V1NodeSystemInfo.md) + - [V1ObjectFieldSelector](docs/V1ObjectFieldSelector.md) + - [V1ObjectMeta](docs/V1ObjectMeta.md) + - [V1ObjectReference](docs/V1ObjectReference.md) + - [V1OwnerReference](docs/V1OwnerReference.md) + - [V1PersistentVolume](docs/V1PersistentVolume.md) + - [V1PersistentVolumeClaim](docs/V1PersistentVolumeClaim.md) + - [V1PersistentVolumeClaimList](docs/V1PersistentVolumeClaimList.md) + - [V1PersistentVolumeClaimSpec](docs/V1PersistentVolumeClaimSpec.md) + - [V1PersistentVolumeClaimStatus](docs/V1PersistentVolumeClaimStatus.md) + - [V1PersistentVolumeList](docs/V1PersistentVolumeList.md) + - [V1PersistentVolumeSpec](docs/V1PersistentVolumeSpec.md) + - [V1PersistentVolumeStatus](docs/V1PersistentVolumeStatus.md) + - [V1Pod](docs/V1Pod.md) + - [V1PodCondition](docs/V1PodCondition.md) + - [V1PodList](docs/V1PodList.md) + - [V1PodSecurityContext](docs/V1PodSecurityContext.md) + - [V1PodSpec](docs/V1PodSpec.md) + - [V1PodStatus](docs/V1PodStatus.md) + - [V1PodTemplate](docs/V1PodTemplate.md) + - [V1PodTemplateList](docs/V1PodTemplateList.md) + - [V1PodTemplateSpec](docs/V1PodTemplateSpec.md) + - [V1Preconditions](docs/V1Preconditions.md) + - [V1Probe](docs/V1Probe.md) + - [V1ReplicationController](docs/V1ReplicationController.md) + - [V1ReplicationControllerCondition](docs/V1ReplicationControllerCondition.md) + - [V1ReplicationControllerList](docs/V1ReplicationControllerList.md) + - [V1ReplicationControllerSpec](docs/V1ReplicationControllerSpec.md) + - [V1ReplicationControllerStatus](docs/V1ReplicationControllerStatus.md) + - [V1ResourceFieldSelector](docs/V1ResourceFieldSelector.md) + - [V1ResourceQuota](docs/V1ResourceQuota.md) + - [V1ResourceQuotaList](docs/V1ResourceQuotaList.md) + - [V1ResourceQuotaSpec](docs/V1ResourceQuotaSpec.md) + - [V1ResourceQuotaStatus](docs/V1ResourceQuotaStatus.md) + - [V1ResourceRequirements](docs/V1ResourceRequirements.md) + - [V1SELinuxOptions](docs/V1SELinuxOptions.md) + - [V1Scale](docs/V1Scale.md) + - [V1ScaleSpec](docs/V1ScaleSpec.md) + - [V1ScaleStatus](docs/V1ScaleStatus.md) + - [V1Secret](docs/V1Secret.md) + - [V1SecretKeySelector](docs/V1SecretKeySelector.md) + - [V1SecretList](docs/V1SecretList.md) + - [V1SecurityContext](docs/V1SecurityContext.md) + - [V1Service](docs/V1Service.md) + - [V1ServiceAccount](docs/V1ServiceAccount.md) + - [V1ServiceAccountList](docs/V1ServiceAccountList.md) + - [V1ServiceList](docs/V1ServiceList.md) + - [V1ServicePort](docs/V1ServicePort.md) + - [V1ServiceSpec](docs/V1ServiceSpec.md) + - [V1ServiceStatus](docs/V1ServiceStatus.md) + - [V1TCPSocketAction](docs/V1TCPSocketAction.md) + - [V1Volume](docs/V1Volume.md) + - [V1VolumeMount](docs/V1VolumeMount.md) + - [V1alpha1CertificateSigningRequest](docs/V1alpha1CertificateSigningRequest.md) + - [V1alpha1CertificateSigningRequestCondition](docs/V1alpha1CertificateSigningRequestCondition.md) + - [V1alpha1CertificateSigningRequestList](docs/V1alpha1CertificateSigningRequestList.md) + - [V1alpha1CertificateSigningRequestSpec](docs/V1alpha1CertificateSigningRequestSpec.md) + - [V1alpha1CertificateSigningRequestStatus](docs/V1alpha1CertificateSigningRequestStatus.md) + - [V1alpha1ClusterRole](docs/V1alpha1ClusterRole.md) + - [V1alpha1ClusterRoleBinding](docs/V1alpha1ClusterRoleBinding.md) + - [V1alpha1ClusterRoleBindingList](docs/V1alpha1ClusterRoleBindingList.md) + - [V1alpha1ClusterRoleList](docs/V1alpha1ClusterRoleList.md) + - [V1alpha1PolicyRule](docs/V1alpha1PolicyRule.md) + - [V1alpha1Role](docs/V1alpha1Role.md) + - [V1alpha1RoleBinding](docs/V1alpha1RoleBinding.md) + - [V1alpha1RoleBindingList](docs/V1alpha1RoleBindingList.md) + - [V1alpha1RoleList](docs/V1alpha1RoleList.md) + - [V1alpha1RoleRef](docs/V1alpha1RoleRef.md) + - [V1alpha1Subject](docs/V1alpha1Subject.md) + - [V1beta1APIVersion](docs/V1beta1APIVersion.md) + - [V1beta1CPUTargetUtilization](docs/V1beta1CPUTargetUtilization.md) + - [V1beta1DaemonSet](docs/V1beta1DaemonSet.md) + - [V1beta1DaemonSetList](docs/V1beta1DaemonSetList.md) + - [V1beta1DaemonSetSpec](docs/V1beta1DaemonSetSpec.md) + - [V1beta1DaemonSetStatus](docs/V1beta1DaemonSetStatus.md) + - [V1beta1Deployment](docs/V1beta1Deployment.md) + - [V1beta1DeploymentCondition](docs/V1beta1DeploymentCondition.md) + - [V1beta1DeploymentList](docs/V1beta1DeploymentList.md) + - [V1beta1DeploymentRollback](docs/V1beta1DeploymentRollback.md) + - [V1beta1DeploymentSpec](docs/V1beta1DeploymentSpec.md) + - [V1beta1DeploymentStatus](docs/V1beta1DeploymentStatus.md) + - [V1beta1DeploymentStrategy](docs/V1beta1DeploymentStrategy.md) + - [V1beta1Eviction](docs/V1beta1Eviction.md) + - [V1beta1HorizontalPodAutoscaler](docs/V1beta1HorizontalPodAutoscaler.md) + - [V1beta1HorizontalPodAutoscalerList](docs/V1beta1HorizontalPodAutoscalerList.md) + - [V1beta1HorizontalPodAutoscalerSpec](docs/V1beta1HorizontalPodAutoscalerSpec.md) + - [V1beta1HorizontalPodAutoscalerStatus](docs/V1beta1HorizontalPodAutoscalerStatus.md) + - [V1beta1Ingress](docs/V1beta1Ingress.md) + - [V1beta1IngressBackend](docs/V1beta1IngressBackend.md) + - [V1beta1IngressList](docs/V1beta1IngressList.md) + - [V1beta1IngressRule](docs/V1beta1IngressRule.md) + - [V1beta1IngressSpec](docs/V1beta1IngressSpec.md) + - [V1beta1IngressStatus](docs/V1beta1IngressStatus.md) + - [V1beta1IngressTLS](docs/V1beta1IngressTLS.md) + - [V1beta1Job](docs/V1beta1Job.md) + - [V1beta1JobCondition](docs/V1beta1JobCondition.md) + - [V1beta1JobList](docs/V1beta1JobList.md) + - [V1beta1JobSpec](docs/V1beta1JobSpec.md) + - [V1beta1JobStatus](docs/V1beta1JobStatus.md) + - [V1beta1LocalSubjectAccessReview](docs/V1beta1LocalSubjectAccessReview.md) + - [V1beta1NetworkPolicy](docs/V1beta1NetworkPolicy.md) + - [V1beta1NetworkPolicyIngressRule](docs/V1beta1NetworkPolicyIngressRule.md) + - [V1beta1NetworkPolicyList](docs/V1beta1NetworkPolicyList.md) + - [V1beta1NetworkPolicyPeer](docs/V1beta1NetworkPolicyPeer.md) + - [V1beta1NetworkPolicyPort](docs/V1beta1NetworkPolicyPort.md) + - [V1beta1NetworkPolicySpec](docs/V1beta1NetworkPolicySpec.md) + - [V1beta1NonResourceAttributes](docs/V1beta1NonResourceAttributes.md) + - [V1beta1PodDisruptionBudget](docs/V1beta1PodDisruptionBudget.md) + - [V1beta1PodDisruptionBudgetList](docs/V1beta1PodDisruptionBudgetList.md) + - [V1beta1PodDisruptionBudgetSpec](docs/V1beta1PodDisruptionBudgetSpec.md) + - [V1beta1PodDisruptionBudgetStatus](docs/V1beta1PodDisruptionBudgetStatus.md) + - [V1beta1ReplicaSet](docs/V1beta1ReplicaSet.md) + - [V1beta1ReplicaSetCondition](docs/V1beta1ReplicaSetCondition.md) + - [V1beta1ReplicaSetList](docs/V1beta1ReplicaSetList.md) + - [V1beta1ReplicaSetSpec](docs/V1beta1ReplicaSetSpec.md) + - [V1beta1ReplicaSetStatus](docs/V1beta1ReplicaSetStatus.md) + - [V1beta1ResourceAttributes](docs/V1beta1ResourceAttributes.md) + - [V1beta1RollbackConfig](docs/V1beta1RollbackConfig.md) + - [V1beta1RollingUpdateDeployment](docs/V1beta1RollingUpdateDeployment.md) + - [V1beta1Scale](docs/V1beta1Scale.md) + - [V1beta1ScaleSpec](docs/V1beta1ScaleSpec.md) + - [V1beta1ScaleStatus](docs/V1beta1ScaleStatus.md) + - [V1beta1SelfSubjectAccessReview](docs/V1beta1SelfSubjectAccessReview.md) + - [V1beta1SelfSubjectAccessReviewSpec](docs/V1beta1SelfSubjectAccessReviewSpec.md) + - [V1beta1StatefulSet](docs/V1beta1StatefulSet.md) + - [V1beta1StatefulSetList](docs/V1beta1StatefulSetList.md) + - [V1beta1StatefulSetSpec](docs/V1beta1StatefulSetSpec.md) + - [V1beta1StatefulSetStatus](docs/V1beta1StatefulSetStatus.md) + - [V1beta1StorageClass](docs/V1beta1StorageClass.md) + - [V1beta1StorageClassList](docs/V1beta1StorageClassList.md) + - [V1beta1SubjectAccessReview](docs/V1beta1SubjectAccessReview.md) + - [V1beta1SubjectAccessReviewSpec](docs/V1beta1SubjectAccessReviewSpec.md) + - [V1beta1SubjectAccessReviewStatus](docs/V1beta1SubjectAccessReviewStatus.md) + - [V1beta1SubresourceReference](docs/V1beta1SubresourceReference.md) + - [V1beta1ThirdPartyResource](docs/V1beta1ThirdPartyResource.md) + - [V1beta1ThirdPartyResourceList](docs/V1beta1ThirdPartyResourceList.md) + - [V1beta1TokenReview](docs/V1beta1TokenReview.md) + - [V1beta1TokenReviewSpec](docs/V1beta1TokenReviewSpec.md) + - [V1beta1TokenReviewStatus](docs/V1beta1TokenReviewStatus.md) + - [V1beta1UserInfo](docs/V1beta1UserInfo.md) + - [V2alpha1CronJob](docs/V2alpha1CronJob.md) + - [V2alpha1CronJobList](docs/V2alpha1CronJobList.md) + - [V2alpha1CronJobSpec](docs/V2alpha1CronJobSpec.md) + - [V2alpha1CronJobStatus](docs/V2alpha1CronJobStatus.md) + - [V2alpha1Job](docs/V2alpha1Job.md) + - [V2alpha1JobCondition](docs/V2alpha1JobCondition.md) + - [V2alpha1JobList](docs/V2alpha1JobList.md) + - [V2alpha1JobSpec](docs/V2alpha1JobSpec.md) + - [V2alpha1JobStatus](docs/V2alpha1JobStatus.md) + - [V2alpha1JobTemplateSpec](docs/V2alpha1JobTemplateSpec.md) + - [VersionInfo](docs/VersionInfo.md) + - [VersionedEvent](docs/VersionedEvent.md) + + +## Documentation For Authorization + + +## BearerToken + +- **Type**: API key +- **API key parameter name**: authorization +- **Location**: HTTP header + + +## Author + + + diff --git a/k8sclient/__init__.py b/kubernetes/client/__init__.py similarity index 100% rename from k8sclient/__init__.py rename to kubernetes/client/__init__.py diff --git a/k8sclient/api_client.py b/kubernetes/client/api_client.py similarity index 100% rename from k8sclient/api_client.py rename to kubernetes/client/api_client.py diff --git a/k8sclient/apis/__init__.py b/kubernetes/client/apis/__init__.py similarity index 100% rename from k8sclient/apis/__init__.py rename to kubernetes/client/apis/__init__.py diff --git a/k8sclient/apis/apis_api.py b/kubernetes/client/apis/apis_api.py similarity index 100% rename from k8sclient/apis/apis_api.py rename to kubernetes/client/apis/apis_api.py diff --git a/k8sclient/apis/apps_api.py b/kubernetes/client/apis/apps_api.py similarity index 100% rename from k8sclient/apis/apps_api.py rename to kubernetes/client/apis/apps_api.py diff --git a/k8sclient/apis/apps_v1beta1_api.py b/kubernetes/client/apis/apps_v1beta1_api.py similarity index 100% rename from k8sclient/apis/apps_v1beta1_api.py rename to kubernetes/client/apis/apps_v1beta1_api.py diff --git a/k8sclient/apis/authentication_api.py b/kubernetes/client/apis/authentication_api.py similarity index 100% rename from k8sclient/apis/authentication_api.py rename to kubernetes/client/apis/authentication_api.py diff --git a/k8sclient/apis/authentication_v1beta1_api.py b/kubernetes/client/apis/authentication_v1beta1_api.py similarity index 100% rename from k8sclient/apis/authentication_v1beta1_api.py rename to kubernetes/client/apis/authentication_v1beta1_api.py diff --git a/k8sclient/apis/authorization_api.py b/kubernetes/client/apis/authorization_api.py similarity index 100% rename from k8sclient/apis/authorization_api.py rename to kubernetes/client/apis/authorization_api.py diff --git a/k8sclient/apis/authorization_v1beta1_api.py b/kubernetes/client/apis/authorization_v1beta1_api.py similarity index 100% rename from k8sclient/apis/authorization_v1beta1_api.py rename to kubernetes/client/apis/authorization_v1beta1_api.py diff --git a/k8sclient/apis/autoscaling_api.py b/kubernetes/client/apis/autoscaling_api.py similarity index 100% rename from k8sclient/apis/autoscaling_api.py rename to kubernetes/client/apis/autoscaling_api.py diff --git a/k8sclient/apis/autoscaling_v1_api.py b/kubernetes/client/apis/autoscaling_v1_api.py similarity index 100% rename from k8sclient/apis/autoscaling_v1_api.py rename to kubernetes/client/apis/autoscaling_v1_api.py diff --git a/k8sclient/apis/batch_api.py b/kubernetes/client/apis/batch_api.py similarity index 100% rename from k8sclient/apis/batch_api.py rename to kubernetes/client/apis/batch_api.py diff --git a/k8sclient/apis/batch_v1_api.py b/kubernetes/client/apis/batch_v1_api.py similarity index 100% rename from k8sclient/apis/batch_v1_api.py rename to kubernetes/client/apis/batch_v1_api.py diff --git a/k8sclient/apis/batch_v2alpha1_api.py b/kubernetes/client/apis/batch_v2alpha1_api.py similarity index 100% rename from k8sclient/apis/batch_v2alpha1_api.py rename to kubernetes/client/apis/batch_v2alpha1_api.py diff --git a/k8sclient/apis/certificates_api.py b/kubernetes/client/apis/certificates_api.py similarity index 100% rename from k8sclient/apis/certificates_api.py rename to kubernetes/client/apis/certificates_api.py diff --git a/k8sclient/apis/certificates_v1alpha1_api.py b/kubernetes/client/apis/certificates_v1alpha1_api.py similarity index 100% rename from k8sclient/apis/certificates_v1alpha1_api.py rename to kubernetes/client/apis/certificates_v1alpha1_api.py diff --git a/k8sclient/apis/core_api.py b/kubernetes/client/apis/core_api.py similarity index 100% rename from k8sclient/apis/core_api.py rename to kubernetes/client/apis/core_api.py diff --git a/k8sclient/apis/core_v1_api.py b/kubernetes/client/apis/core_v1_api.py similarity index 100% rename from k8sclient/apis/core_v1_api.py rename to kubernetes/client/apis/core_v1_api.py diff --git a/k8sclient/apis/extensions_api.py b/kubernetes/client/apis/extensions_api.py similarity index 100% rename from k8sclient/apis/extensions_api.py rename to kubernetes/client/apis/extensions_api.py diff --git a/k8sclient/apis/extensions_v1beta1_api.py b/kubernetes/client/apis/extensions_v1beta1_api.py similarity index 100% rename from k8sclient/apis/extensions_v1beta1_api.py rename to kubernetes/client/apis/extensions_v1beta1_api.py diff --git a/k8sclient/apis/logs_api.py b/kubernetes/client/apis/logs_api.py similarity index 100% rename from k8sclient/apis/logs_api.py rename to kubernetes/client/apis/logs_api.py diff --git a/k8sclient/apis/policy_api.py b/kubernetes/client/apis/policy_api.py similarity index 100% rename from k8sclient/apis/policy_api.py rename to kubernetes/client/apis/policy_api.py diff --git a/k8sclient/apis/policy_v1beta1_api.py b/kubernetes/client/apis/policy_v1beta1_api.py similarity index 100% rename from k8sclient/apis/policy_v1beta1_api.py rename to kubernetes/client/apis/policy_v1beta1_api.py diff --git a/k8sclient/apis/rbac_authorization_api.py b/kubernetes/client/apis/rbac_authorization_api.py similarity index 100% rename from k8sclient/apis/rbac_authorization_api.py rename to kubernetes/client/apis/rbac_authorization_api.py diff --git a/k8sclient/apis/rbac_authorization_v1alpha1_api.py b/kubernetes/client/apis/rbac_authorization_v1alpha1_api.py similarity index 100% rename from k8sclient/apis/rbac_authorization_v1alpha1_api.py rename to kubernetes/client/apis/rbac_authorization_v1alpha1_api.py diff --git a/k8sclient/apis/storage_api.py b/kubernetes/client/apis/storage_api.py similarity index 100% rename from k8sclient/apis/storage_api.py rename to kubernetes/client/apis/storage_api.py diff --git a/k8sclient/apis/storage_v1beta1_api.py b/kubernetes/client/apis/storage_v1beta1_api.py similarity index 100% rename from k8sclient/apis/storage_v1beta1_api.py rename to kubernetes/client/apis/storage_v1beta1_api.py diff --git a/k8sclient/apis/version_api.py b/kubernetes/client/apis/version_api.py similarity index 100% rename from k8sclient/apis/version_api.py rename to kubernetes/client/apis/version_api.py diff --git a/k8sclient/configuration.py b/kubernetes/client/configuration.py similarity index 99% rename from k8sclient/configuration.py rename to kubernetes/client/configuration.py index 96b0161b56..3900d631a6 100644 --- a/k8sclient/configuration.py +++ b/kubernetes/client/configuration.py @@ -74,7 +74,7 @@ def __init__(self): # Logging Settings self.logger = {} - self.logger["package_logger"] = logging.getLogger("k8sclient") + self.logger["package_logger"] = logging.getLogger("client") self.logger["urllib3_logger"] = logging.getLogger("urllib3") # Log format self.logger_format = '%(asctime)s %(levelname)s %(message)s' diff --git a/k8sclient/models/__init__.py b/kubernetes/client/models/__init__.py similarity index 100% rename from k8sclient/models/__init__.py rename to kubernetes/client/models/__init__.py diff --git a/k8sclient/models/intstr_int_or_string.py b/kubernetes/client/models/intstr_int_or_string.py similarity index 100% rename from k8sclient/models/intstr_int_or_string.py rename to kubernetes/client/models/intstr_int_or_string.py diff --git a/k8sclient/models/resource_quantity.py b/kubernetes/client/models/resource_quantity.py similarity index 100% rename from k8sclient/models/resource_quantity.py rename to kubernetes/client/models/resource_quantity.py diff --git a/k8sclient/models/runtime_raw_extension.py b/kubernetes/client/models/runtime_raw_extension.py similarity index 100% rename from k8sclient/models/runtime_raw_extension.py rename to kubernetes/client/models/runtime_raw_extension.py diff --git a/k8sclient/models/unversioned_api_group.py b/kubernetes/client/models/unversioned_api_group.py similarity index 100% rename from k8sclient/models/unversioned_api_group.py rename to kubernetes/client/models/unversioned_api_group.py diff --git a/k8sclient/models/unversioned_api_group_list.py b/kubernetes/client/models/unversioned_api_group_list.py similarity index 100% rename from k8sclient/models/unversioned_api_group_list.py rename to kubernetes/client/models/unversioned_api_group_list.py diff --git a/k8sclient/models/unversioned_api_resource.py b/kubernetes/client/models/unversioned_api_resource.py similarity index 100% rename from k8sclient/models/unversioned_api_resource.py rename to kubernetes/client/models/unversioned_api_resource.py diff --git a/k8sclient/models/unversioned_api_resource_list.py b/kubernetes/client/models/unversioned_api_resource_list.py similarity index 100% rename from k8sclient/models/unversioned_api_resource_list.py rename to kubernetes/client/models/unversioned_api_resource_list.py diff --git a/k8sclient/models/unversioned_api_versions.py b/kubernetes/client/models/unversioned_api_versions.py similarity index 100% rename from k8sclient/models/unversioned_api_versions.py rename to kubernetes/client/models/unversioned_api_versions.py diff --git a/k8sclient/models/unversioned_group_version_for_discovery.py b/kubernetes/client/models/unversioned_group_version_for_discovery.py similarity index 100% rename from k8sclient/models/unversioned_group_version_for_discovery.py rename to kubernetes/client/models/unversioned_group_version_for_discovery.py diff --git a/k8sclient/models/unversioned_label_selector.py b/kubernetes/client/models/unversioned_label_selector.py similarity index 100% rename from k8sclient/models/unversioned_label_selector.py rename to kubernetes/client/models/unversioned_label_selector.py diff --git a/k8sclient/models/unversioned_label_selector_requirement.py b/kubernetes/client/models/unversioned_label_selector_requirement.py similarity index 100% rename from k8sclient/models/unversioned_label_selector_requirement.py rename to kubernetes/client/models/unversioned_label_selector_requirement.py diff --git a/k8sclient/models/unversioned_list_meta.py b/kubernetes/client/models/unversioned_list_meta.py similarity index 100% rename from k8sclient/models/unversioned_list_meta.py rename to kubernetes/client/models/unversioned_list_meta.py diff --git a/k8sclient/models/unversioned_server_address_by_client_cidr.py b/kubernetes/client/models/unversioned_server_address_by_client_cidr.py similarity index 100% rename from k8sclient/models/unversioned_server_address_by_client_cidr.py rename to kubernetes/client/models/unversioned_server_address_by_client_cidr.py diff --git a/k8sclient/models/unversioned_status.py b/kubernetes/client/models/unversioned_status.py similarity index 100% rename from k8sclient/models/unversioned_status.py rename to kubernetes/client/models/unversioned_status.py diff --git a/k8sclient/models/unversioned_status_cause.py b/kubernetes/client/models/unversioned_status_cause.py similarity index 100% rename from k8sclient/models/unversioned_status_cause.py rename to kubernetes/client/models/unversioned_status_cause.py diff --git a/k8sclient/models/unversioned_status_details.py b/kubernetes/client/models/unversioned_status_details.py similarity index 100% rename from k8sclient/models/unversioned_status_details.py rename to kubernetes/client/models/unversioned_status_details.py diff --git a/k8sclient/models/unversioned_time.py b/kubernetes/client/models/unversioned_time.py similarity index 100% rename from k8sclient/models/unversioned_time.py rename to kubernetes/client/models/unversioned_time.py diff --git a/k8sclient/models/v1_attached_volume.py b/kubernetes/client/models/v1_attached_volume.py similarity index 100% rename from k8sclient/models/v1_attached_volume.py rename to kubernetes/client/models/v1_attached_volume.py diff --git a/k8sclient/models/v1_binding.py b/kubernetes/client/models/v1_binding.py similarity index 100% rename from k8sclient/models/v1_binding.py rename to kubernetes/client/models/v1_binding.py diff --git a/k8sclient/models/v1_capabilities.py b/kubernetes/client/models/v1_capabilities.py similarity index 100% rename from k8sclient/models/v1_capabilities.py rename to kubernetes/client/models/v1_capabilities.py diff --git a/k8sclient/models/v1_component_condition.py b/kubernetes/client/models/v1_component_condition.py similarity index 100% rename from k8sclient/models/v1_component_condition.py rename to kubernetes/client/models/v1_component_condition.py diff --git a/k8sclient/models/v1_component_status.py b/kubernetes/client/models/v1_component_status.py similarity index 100% rename from k8sclient/models/v1_component_status.py rename to kubernetes/client/models/v1_component_status.py diff --git a/k8sclient/models/v1_component_status_list.py b/kubernetes/client/models/v1_component_status_list.py similarity index 100% rename from k8sclient/models/v1_component_status_list.py rename to kubernetes/client/models/v1_component_status_list.py diff --git a/k8sclient/models/v1_config_map.py b/kubernetes/client/models/v1_config_map.py similarity index 100% rename from k8sclient/models/v1_config_map.py rename to kubernetes/client/models/v1_config_map.py diff --git a/k8sclient/models/v1_config_map_key_selector.py b/kubernetes/client/models/v1_config_map_key_selector.py similarity index 100% rename from k8sclient/models/v1_config_map_key_selector.py rename to kubernetes/client/models/v1_config_map_key_selector.py diff --git a/k8sclient/models/v1_config_map_list.py b/kubernetes/client/models/v1_config_map_list.py similarity index 100% rename from k8sclient/models/v1_config_map_list.py rename to kubernetes/client/models/v1_config_map_list.py diff --git a/k8sclient/models/v1_container.py b/kubernetes/client/models/v1_container.py similarity index 100% rename from k8sclient/models/v1_container.py rename to kubernetes/client/models/v1_container.py diff --git a/k8sclient/models/v1_container_image.py b/kubernetes/client/models/v1_container_image.py similarity index 100% rename from k8sclient/models/v1_container_image.py rename to kubernetes/client/models/v1_container_image.py diff --git a/k8sclient/models/v1_container_port.py b/kubernetes/client/models/v1_container_port.py similarity index 100% rename from k8sclient/models/v1_container_port.py rename to kubernetes/client/models/v1_container_port.py diff --git a/k8sclient/models/v1_container_state.py b/kubernetes/client/models/v1_container_state.py similarity index 100% rename from k8sclient/models/v1_container_state.py rename to kubernetes/client/models/v1_container_state.py diff --git a/k8sclient/models/v1_container_state_running.py b/kubernetes/client/models/v1_container_state_running.py similarity index 100% rename from k8sclient/models/v1_container_state_running.py rename to kubernetes/client/models/v1_container_state_running.py diff --git a/k8sclient/models/v1_container_state_terminated.py b/kubernetes/client/models/v1_container_state_terminated.py similarity index 100% rename from k8sclient/models/v1_container_state_terminated.py rename to kubernetes/client/models/v1_container_state_terminated.py diff --git a/k8sclient/models/v1_container_state_waiting.py b/kubernetes/client/models/v1_container_state_waiting.py similarity index 100% rename from k8sclient/models/v1_container_state_waiting.py rename to kubernetes/client/models/v1_container_state_waiting.py diff --git a/k8sclient/models/v1_container_status.py b/kubernetes/client/models/v1_container_status.py similarity index 100% rename from k8sclient/models/v1_container_status.py rename to kubernetes/client/models/v1_container_status.py diff --git a/k8sclient/models/v1_cross_version_object_reference.py b/kubernetes/client/models/v1_cross_version_object_reference.py similarity index 100% rename from k8sclient/models/v1_cross_version_object_reference.py rename to kubernetes/client/models/v1_cross_version_object_reference.py diff --git a/k8sclient/models/v1_daemon_endpoint.py b/kubernetes/client/models/v1_daemon_endpoint.py similarity index 100% rename from k8sclient/models/v1_daemon_endpoint.py rename to kubernetes/client/models/v1_daemon_endpoint.py diff --git a/k8sclient/models/v1_delete_options.py b/kubernetes/client/models/v1_delete_options.py similarity index 100% rename from k8sclient/models/v1_delete_options.py rename to kubernetes/client/models/v1_delete_options.py diff --git a/k8sclient/models/v1_endpoint_address.py b/kubernetes/client/models/v1_endpoint_address.py similarity index 100% rename from k8sclient/models/v1_endpoint_address.py rename to kubernetes/client/models/v1_endpoint_address.py diff --git a/k8sclient/models/v1_endpoint_port.py b/kubernetes/client/models/v1_endpoint_port.py similarity index 100% rename from k8sclient/models/v1_endpoint_port.py rename to kubernetes/client/models/v1_endpoint_port.py diff --git a/k8sclient/models/v1_endpoint_subset.py b/kubernetes/client/models/v1_endpoint_subset.py similarity index 100% rename from k8sclient/models/v1_endpoint_subset.py rename to kubernetes/client/models/v1_endpoint_subset.py diff --git a/k8sclient/models/v1_endpoints.py b/kubernetes/client/models/v1_endpoints.py similarity index 100% rename from k8sclient/models/v1_endpoints.py rename to kubernetes/client/models/v1_endpoints.py diff --git a/k8sclient/models/v1_endpoints_list.py b/kubernetes/client/models/v1_endpoints_list.py similarity index 100% rename from k8sclient/models/v1_endpoints_list.py rename to kubernetes/client/models/v1_endpoints_list.py diff --git a/k8sclient/models/v1_env_var.py b/kubernetes/client/models/v1_env_var.py similarity index 100% rename from k8sclient/models/v1_env_var.py rename to kubernetes/client/models/v1_env_var.py diff --git a/k8sclient/models/v1_env_var_source.py b/kubernetes/client/models/v1_env_var_source.py similarity index 100% rename from k8sclient/models/v1_env_var_source.py rename to kubernetes/client/models/v1_env_var_source.py diff --git a/k8sclient/models/v1_event.py b/kubernetes/client/models/v1_event.py similarity index 100% rename from k8sclient/models/v1_event.py rename to kubernetes/client/models/v1_event.py diff --git a/k8sclient/models/v1_event_list.py b/kubernetes/client/models/v1_event_list.py similarity index 100% rename from k8sclient/models/v1_event_list.py rename to kubernetes/client/models/v1_event_list.py diff --git a/k8sclient/models/v1_event_source.py b/kubernetes/client/models/v1_event_source.py similarity index 100% rename from k8sclient/models/v1_event_source.py rename to kubernetes/client/models/v1_event_source.py diff --git a/k8sclient/models/v1_exec_action.py b/kubernetes/client/models/v1_exec_action.py similarity index 100% rename from k8sclient/models/v1_exec_action.py rename to kubernetes/client/models/v1_exec_action.py diff --git a/k8sclient/models/v1_handler.py b/kubernetes/client/models/v1_handler.py similarity index 100% rename from k8sclient/models/v1_handler.py rename to kubernetes/client/models/v1_handler.py diff --git a/k8sclient/models/v1_horizontal_pod_autoscaler.py b/kubernetes/client/models/v1_horizontal_pod_autoscaler.py similarity index 100% rename from k8sclient/models/v1_horizontal_pod_autoscaler.py rename to kubernetes/client/models/v1_horizontal_pod_autoscaler.py diff --git a/k8sclient/models/v1_horizontal_pod_autoscaler_list.py b/kubernetes/client/models/v1_horizontal_pod_autoscaler_list.py similarity index 100% rename from k8sclient/models/v1_horizontal_pod_autoscaler_list.py rename to kubernetes/client/models/v1_horizontal_pod_autoscaler_list.py diff --git a/k8sclient/models/v1_horizontal_pod_autoscaler_spec.py b/kubernetes/client/models/v1_horizontal_pod_autoscaler_spec.py similarity index 100% rename from k8sclient/models/v1_horizontal_pod_autoscaler_spec.py rename to kubernetes/client/models/v1_horizontal_pod_autoscaler_spec.py diff --git a/k8sclient/models/v1_horizontal_pod_autoscaler_status.py b/kubernetes/client/models/v1_horizontal_pod_autoscaler_status.py similarity index 100% rename from k8sclient/models/v1_horizontal_pod_autoscaler_status.py rename to kubernetes/client/models/v1_horizontal_pod_autoscaler_status.py diff --git a/k8sclient/models/v1_http_get_action.py b/kubernetes/client/models/v1_http_get_action.py similarity index 100% rename from k8sclient/models/v1_http_get_action.py rename to kubernetes/client/models/v1_http_get_action.py diff --git a/k8sclient/models/v1_http_header.py b/kubernetes/client/models/v1_http_header.py similarity index 100% rename from k8sclient/models/v1_http_header.py rename to kubernetes/client/models/v1_http_header.py diff --git a/k8sclient/models/v1_job.py b/kubernetes/client/models/v1_job.py similarity index 100% rename from k8sclient/models/v1_job.py rename to kubernetes/client/models/v1_job.py diff --git a/k8sclient/models/v1_job_condition.py b/kubernetes/client/models/v1_job_condition.py similarity index 100% rename from k8sclient/models/v1_job_condition.py rename to kubernetes/client/models/v1_job_condition.py diff --git a/k8sclient/models/v1_job_list.py b/kubernetes/client/models/v1_job_list.py similarity index 100% rename from k8sclient/models/v1_job_list.py rename to kubernetes/client/models/v1_job_list.py diff --git a/k8sclient/models/v1_job_spec.py b/kubernetes/client/models/v1_job_spec.py similarity index 100% rename from k8sclient/models/v1_job_spec.py rename to kubernetes/client/models/v1_job_spec.py diff --git a/k8sclient/models/v1_job_status.py b/kubernetes/client/models/v1_job_status.py similarity index 100% rename from k8sclient/models/v1_job_status.py rename to kubernetes/client/models/v1_job_status.py diff --git a/k8sclient/models/v1_lifecycle.py b/kubernetes/client/models/v1_lifecycle.py similarity index 100% rename from k8sclient/models/v1_lifecycle.py rename to kubernetes/client/models/v1_lifecycle.py diff --git a/k8sclient/models/v1_limit_range.py b/kubernetes/client/models/v1_limit_range.py similarity index 100% rename from k8sclient/models/v1_limit_range.py rename to kubernetes/client/models/v1_limit_range.py diff --git a/k8sclient/models/v1_limit_range_item.py b/kubernetes/client/models/v1_limit_range_item.py similarity index 100% rename from k8sclient/models/v1_limit_range_item.py rename to kubernetes/client/models/v1_limit_range_item.py diff --git a/k8sclient/models/v1_limit_range_list.py b/kubernetes/client/models/v1_limit_range_list.py similarity index 100% rename from k8sclient/models/v1_limit_range_list.py rename to kubernetes/client/models/v1_limit_range_list.py diff --git a/k8sclient/models/v1_limit_range_spec.py b/kubernetes/client/models/v1_limit_range_spec.py similarity index 100% rename from k8sclient/models/v1_limit_range_spec.py rename to kubernetes/client/models/v1_limit_range_spec.py diff --git a/k8sclient/models/v1_load_balancer_ingress.py b/kubernetes/client/models/v1_load_balancer_ingress.py similarity index 100% rename from k8sclient/models/v1_load_balancer_ingress.py rename to kubernetes/client/models/v1_load_balancer_ingress.py diff --git a/k8sclient/models/v1_load_balancer_status.py b/kubernetes/client/models/v1_load_balancer_status.py similarity index 100% rename from k8sclient/models/v1_load_balancer_status.py rename to kubernetes/client/models/v1_load_balancer_status.py diff --git a/k8sclient/models/v1_local_object_reference.py b/kubernetes/client/models/v1_local_object_reference.py similarity index 100% rename from k8sclient/models/v1_local_object_reference.py rename to kubernetes/client/models/v1_local_object_reference.py diff --git a/k8sclient/models/v1_namespace.py b/kubernetes/client/models/v1_namespace.py similarity index 100% rename from k8sclient/models/v1_namespace.py rename to kubernetes/client/models/v1_namespace.py diff --git a/k8sclient/models/v1_namespace_list.py b/kubernetes/client/models/v1_namespace_list.py similarity index 100% rename from k8sclient/models/v1_namespace_list.py rename to kubernetes/client/models/v1_namespace_list.py diff --git a/k8sclient/models/v1_namespace_spec.py b/kubernetes/client/models/v1_namespace_spec.py similarity index 100% rename from k8sclient/models/v1_namespace_spec.py rename to kubernetes/client/models/v1_namespace_spec.py diff --git a/k8sclient/models/v1_namespace_status.py b/kubernetes/client/models/v1_namespace_status.py similarity index 100% rename from k8sclient/models/v1_namespace_status.py rename to kubernetes/client/models/v1_namespace_status.py diff --git a/k8sclient/models/v1_node.py b/kubernetes/client/models/v1_node.py similarity index 100% rename from k8sclient/models/v1_node.py rename to kubernetes/client/models/v1_node.py diff --git a/k8sclient/models/v1_node_address.py b/kubernetes/client/models/v1_node_address.py similarity index 100% rename from k8sclient/models/v1_node_address.py rename to kubernetes/client/models/v1_node_address.py diff --git a/k8sclient/models/v1_node_condition.py b/kubernetes/client/models/v1_node_condition.py similarity index 100% rename from k8sclient/models/v1_node_condition.py rename to kubernetes/client/models/v1_node_condition.py diff --git a/k8sclient/models/v1_node_daemon_endpoints.py b/kubernetes/client/models/v1_node_daemon_endpoints.py similarity index 100% rename from k8sclient/models/v1_node_daemon_endpoints.py rename to kubernetes/client/models/v1_node_daemon_endpoints.py diff --git a/k8sclient/models/v1_node_list.py b/kubernetes/client/models/v1_node_list.py similarity index 100% rename from k8sclient/models/v1_node_list.py rename to kubernetes/client/models/v1_node_list.py diff --git a/k8sclient/models/v1_node_spec.py b/kubernetes/client/models/v1_node_spec.py similarity index 100% rename from k8sclient/models/v1_node_spec.py rename to kubernetes/client/models/v1_node_spec.py diff --git a/k8sclient/models/v1_node_status.py b/kubernetes/client/models/v1_node_status.py similarity index 100% rename from k8sclient/models/v1_node_status.py rename to kubernetes/client/models/v1_node_status.py diff --git a/k8sclient/models/v1_node_system_info.py b/kubernetes/client/models/v1_node_system_info.py similarity index 100% rename from k8sclient/models/v1_node_system_info.py rename to kubernetes/client/models/v1_node_system_info.py diff --git a/k8sclient/models/v1_object_field_selector.py b/kubernetes/client/models/v1_object_field_selector.py similarity index 100% rename from k8sclient/models/v1_object_field_selector.py rename to kubernetes/client/models/v1_object_field_selector.py diff --git a/k8sclient/models/v1_object_meta.py b/kubernetes/client/models/v1_object_meta.py similarity index 100% rename from k8sclient/models/v1_object_meta.py rename to kubernetes/client/models/v1_object_meta.py diff --git a/k8sclient/models/v1_object_reference.py b/kubernetes/client/models/v1_object_reference.py similarity index 100% rename from k8sclient/models/v1_object_reference.py rename to kubernetes/client/models/v1_object_reference.py diff --git a/k8sclient/models/v1_owner_reference.py b/kubernetes/client/models/v1_owner_reference.py similarity index 100% rename from k8sclient/models/v1_owner_reference.py rename to kubernetes/client/models/v1_owner_reference.py diff --git a/k8sclient/models/v1_persistent_volume.py b/kubernetes/client/models/v1_persistent_volume.py similarity index 100% rename from k8sclient/models/v1_persistent_volume.py rename to kubernetes/client/models/v1_persistent_volume.py diff --git a/k8sclient/models/v1_persistent_volume_claim.py b/kubernetes/client/models/v1_persistent_volume_claim.py similarity index 100% rename from k8sclient/models/v1_persistent_volume_claim.py rename to kubernetes/client/models/v1_persistent_volume_claim.py diff --git a/k8sclient/models/v1_persistent_volume_claim_list.py b/kubernetes/client/models/v1_persistent_volume_claim_list.py similarity index 100% rename from k8sclient/models/v1_persistent_volume_claim_list.py rename to kubernetes/client/models/v1_persistent_volume_claim_list.py diff --git a/k8sclient/models/v1_persistent_volume_claim_spec.py b/kubernetes/client/models/v1_persistent_volume_claim_spec.py similarity index 100% rename from k8sclient/models/v1_persistent_volume_claim_spec.py rename to kubernetes/client/models/v1_persistent_volume_claim_spec.py diff --git a/k8sclient/models/v1_persistent_volume_claim_status.py b/kubernetes/client/models/v1_persistent_volume_claim_status.py similarity index 100% rename from k8sclient/models/v1_persistent_volume_claim_status.py rename to kubernetes/client/models/v1_persistent_volume_claim_status.py diff --git a/k8sclient/models/v1_persistent_volume_list.py b/kubernetes/client/models/v1_persistent_volume_list.py similarity index 100% rename from k8sclient/models/v1_persistent_volume_list.py rename to kubernetes/client/models/v1_persistent_volume_list.py diff --git a/k8sclient/models/v1_persistent_volume_spec.py b/kubernetes/client/models/v1_persistent_volume_spec.py similarity index 100% rename from k8sclient/models/v1_persistent_volume_spec.py rename to kubernetes/client/models/v1_persistent_volume_spec.py diff --git a/k8sclient/models/v1_persistent_volume_status.py b/kubernetes/client/models/v1_persistent_volume_status.py similarity index 100% rename from k8sclient/models/v1_persistent_volume_status.py rename to kubernetes/client/models/v1_persistent_volume_status.py diff --git a/k8sclient/models/v1_pod.py b/kubernetes/client/models/v1_pod.py similarity index 100% rename from k8sclient/models/v1_pod.py rename to kubernetes/client/models/v1_pod.py diff --git a/k8sclient/models/v1_pod_condition.py b/kubernetes/client/models/v1_pod_condition.py similarity index 100% rename from k8sclient/models/v1_pod_condition.py rename to kubernetes/client/models/v1_pod_condition.py diff --git a/k8sclient/models/v1_pod_list.py b/kubernetes/client/models/v1_pod_list.py similarity index 100% rename from k8sclient/models/v1_pod_list.py rename to kubernetes/client/models/v1_pod_list.py diff --git a/k8sclient/models/v1_pod_security_context.py b/kubernetes/client/models/v1_pod_security_context.py similarity index 100% rename from k8sclient/models/v1_pod_security_context.py rename to kubernetes/client/models/v1_pod_security_context.py diff --git a/k8sclient/models/v1_pod_spec.py b/kubernetes/client/models/v1_pod_spec.py similarity index 100% rename from k8sclient/models/v1_pod_spec.py rename to kubernetes/client/models/v1_pod_spec.py diff --git a/k8sclient/models/v1_pod_status.py b/kubernetes/client/models/v1_pod_status.py similarity index 100% rename from k8sclient/models/v1_pod_status.py rename to kubernetes/client/models/v1_pod_status.py diff --git a/k8sclient/models/v1_pod_template.py b/kubernetes/client/models/v1_pod_template.py similarity index 100% rename from k8sclient/models/v1_pod_template.py rename to kubernetes/client/models/v1_pod_template.py diff --git a/k8sclient/models/v1_pod_template_list.py b/kubernetes/client/models/v1_pod_template_list.py similarity index 100% rename from k8sclient/models/v1_pod_template_list.py rename to kubernetes/client/models/v1_pod_template_list.py diff --git a/k8sclient/models/v1_pod_template_spec.py b/kubernetes/client/models/v1_pod_template_spec.py similarity index 100% rename from k8sclient/models/v1_pod_template_spec.py rename to kubernetes/client/models/v1_pod_template_spec.py diff --git a/k8sclient/models/v1_preconditions.py b/kubernetes/client/models/v1_preconditions.py similarity index 100% rename from k8sclient/models/v1_preconditions.py rename to kubernetes/client/models/v1_preconditions.py diff --git a/k8sclient/models/v1_probe.py b/kubernetes/client/models/v1_probe.py similarity index 100% rename from k8sclient/models/v1_probe.py rename to kubernetes/client/models/v1_probe.py diff --git a/k8sclient/models/v1_replication_controller.py b/kubernetes/client/models/v1_replication_controller.py similarity index 100% rename from k8sclient/models/v1_replication_controller.py rename to kubernetes/client/models/v1_replication_controller.py diff --git a/k8sclient/models/v1_replication_controller_condition.py b/kubernetes/client/models/v1_replication_controller_condition.py similarity index 100% rename from k8sclient/models/v1_replication_controller_condition.py rename to kubernetes/client/models/v1_replication_controller_condition.py diff --git a/k8sclient/models/v1_replication_controller_list.py b/kubernetes/client/models/v1_replication_controller_list.py similarity index 100% rename from k8sclient/models/v1_replication_controller_list.py rename to kubernetes/client/models/v1_replication_controller_list.py diff --git a/k8sclient/models/v1_replication_controller_spec.py b/kubernetes/client/models/v1_replication_controller_spec.py similarity index 100% rename from k8sclient/models/v1_replication_controller_spec.py rename to kubernetes/client/models/v1_replication_controller_spec.py diff --git a/k8sclient/models/v1_replication_controller_status.py b/kubernetes/client/models/v1_replication_controller_status.py similarity index 100% rename from k8sclient/models/v1_replication_controller_status.py rename to kubernetes/client/models/v1_replication_controller_status.py diff --git a/k8sclient/models/v1_resource_field_selector.py b/kubernetes/client/models/v1_resource_field_selector.py similarity index 100% rename from k8sclient/models/v1_resource_field_selector.py rename to kubernetes/client/models/v1_resource_field_selector.py diff --git a/k8sclient/models/v1_resource_quota.py b/kubernetes/client/models/v1_resource_quota.py similarity index 100% rename from k8sclient/models/v1_resource_quota.py rename to kubernetes/client/models/v1_resource_quota.py diff --git a/k8sclient/models/v1_resource_quota_list.py b/kubernetes/client/models/v1_resource_quota_list.py similarity index 100% rename from k8sclient/models/v1_resource_quota_list.py rename to kubernetes/client/models/v1_resource_quota_list.py diff --git a/k8sclient/models/v1_resource_quota_spec.py b/kubernetes/client/models/v1_resource_quota_spec.py similarity index 100% rename from k8sclient/models/v1_resource_quota_spec.py rename to kubernetes/client/models/v1_resource_quota_spec.py diff --git a/k8sclient/models/v1_resource_quota_status.py b/kubernetes/client/models/v1_resource_quota_status.py similarity index 100% rename from k8sclient/models/v1_resource_quota_status.py rename to kubernetes/client/models/v1_resource_quota_status.py diff --git a/k8sclient/models/v1_resource_requirements.py b/kubernetes/client/models/v1_resource_requirements.py similarity index 100% rename from k8sclient/models/v1_resource_requirements.py rename to kubernetes/client/models/v1_resource_requirements.py diff --git a/k8sclient/models/v1_scale.py b/kubernetes/client/models/v1_scale.py similarity index 100% rename from k8sclient/models/v1_scale.py rename to kubernetes/client/models/v1_scale.py diff --git a/k8sclient/models/v1_scale_spec.py b/kubernetes/client/models/v1_scale_spec.py similarity index 100% rename from k8sclient/models/v1_scale_spec.py rename to kubernetes/client/models/v1_scale_spec.py diff --git a/k8sclient/models/v1_scale_status.py b/kubernetes/client/models/v1_scale_status.py similarity index 100% rename from k8sclient/models/v1_scale_status.py rename to kubernetes/client/models/v1_scale_status.py diff --git a/k8sclient/models/v1_se_linux_options.py b/kubernetes/client/models/v1_se_linux_options.py similarity index 100% rename from k8sclient/models/v1_se_linux_options.py rename to kubernetes/client/models/v1_se_linux_options.py diff --git a/k8sclient/models/v1_secret.py b/kubernetes/client/models/v1_secret.py similarity index 100% rename from k8sclient/models/v1_secret.py rename to kubernetes/client/models/v1_secret.py diff --git a/k8sclient/models/v1_secret_key_selector.py b/kubernetes/client/models/v1_secret_key_selector.py similarity index 100% rename from k8sclient/models/v1_secret_key_selector.py rename to kubernetes/client/models/v1_secret_key_selector.py diff --git a/k8sclient/models/v1_secret_list.py b/kubernetes/client/models/v1_secret_list.py similarity index 100% rename from k8sclient/models/v1_secret_list.py rename to kubernetes/client/models/v1_secret_list.py diff --git a/k8sclient/models/v1_security_context.py b/kubernetes/client/models/v1_security_context.py similarity index 100% rename from k8sclient/models/v1_security_context.py rename to kubernetes/client/models/v1_security_context.py diff --git a/k8sclient/models/v1_service.py b/kubernetes/client/models/v1_service.py similarity index 100% rename from k8sclient/models/v1_service.py rename to kubernetes/client/models/v1_service.py diff --git a/k8sclient/models/v1_service_account.py b/kubernetes/client/models/v1_service_account.py similarity index 100% rename from k8sclient/models/v1_service_account.py rename to kubernetes/client/models/v1_service_account.py diff --git a/k8sclient/models/v1_service_account_list.py b/kubernetes/client/models/v1_service_account_list.py similarity index 100% rename from k8sclient/models/v1_service_account_list.py rename to kubernetes/client/models/v1_service_account_list.py diff --git a/k8sclient/models/v1_service_list.py b/kubernetes/client/models/v1_service_list.py similarity index 100% rename from k8sclient/models/v1_service_list.py rename to kubernetes/client/models/v1_service_list.py diff --git a/k8sclient/models/v1_service_port.py b/kubernetes/client/models/v1_service_port.py similarity index 100% rename from k8sclient/models/v1_service_port.py rename to kubernetes/client/models/v1_service_port.py diff --git a/k8sclient/models/v1_service_spec.py b/kubernetes/client/models/v1_service_spec.py similarity index 100% rename from k8sclient/models/v1_service_spec.py rename to kubernetes/client/models/v1_service_spec.py diff --git a/k8sclient/models/v1_service_status.py b/kubernetes/client/models/v1_service_status.py similarity index 100% rename from k8sclient/models/v1_service_status.py rename to kubernetes/client/models/v1_service_status.py diff --git a/k8sclient/models/v1_tcp_socket_action.py b/kubernetes/client/models/v1_tcp_socket_action.py similarity index 100% rename from k8sclient/models/v1_tcp_socket_action.py rename to kubernetes/client/models/v1_tcp_socket_action.py diff --git a/k8sclient/models/v1_volume.py b/kubernetes/client/models/v1_volume.py similarity index 100% rename from k8sclient/models/v1_volume.py rename to kubernetes/client/models/v1_volume.py diff --git a/k8sclient/models/v1_volume_mount.py b/kubernetes/client/models/v1_volume_mount.py similarity index 100% rename from k8sclient/models/v1_volume_mount.py rename to kubernetes/client/models/v1_volume_mount.py diff --git a/k8sclient/models/v1alpha1_certificate_signing_request.py b/kubernetes/client/models/v1alpha1_certificate_signing_request.py similarity index 100% rename from k8sclient/models/v1alpha1_certificate_signing_request.py rename to kubernetes/client/models/v1alpha1_certificate_signing_request.py diff --git a/k8sclient/models/v1alpha1_certificate_signing_request_condition.py b/kubernetes/client/models/v1alpha1_certificate_signing_request_condition.py similarity index 100% rename from k8sclient/models/v1alpha1_certificate_signing_request_condition.py rename to kubernetes/client/models/v1alpha1_certificate_signing_request_condition.py diff --git a/k8sclient/models/v1alpha1_certificate_signing_request_list.py b/kubernetes/client/models/v1alpha1_certificate_signing_request_list.py similarity index 100% rename from k8sclient/models/v1alpha1_certificate_signing_request_list.py rename to kubernetes/client/models/v1alpha1_certificate_signing_request_list.py diff --git a/k8sclient/models/v1alpha1_certificate_signing_request_spec.py b/kubernetes/client/models/v1alpha1_certificate_signing_request_spec.py similarity index 100% rename from k8sclient/models/v1alpha1_certificate_signing_request_spec.py rename to kubernetes/client/models/v1alpha1_certificate_signing_request_spec.py diff --git a/k8sclient/models/v1alpha1_certificate_signing_request_status.py b/kubernetes/client/models/v1alpha1_certificate_signing_request_status.py similarity index 100% rename from k8sclient/models/v1alpha1_certificate_signing_request_status.py rename to kubernetes/client/models/v1alpha1_certificate_signing_request_status.py diff --git a/k8sclient/models/v1alpha1_cluster_role.py b/kubernetes/client/models/v1alpha1_cluster_role.py similarity index 100% rename from k8sclient/models/v1alpha1_cluster_role.py rename to kubernetes/client/models/v1alpha1_cluster_role.py diff --git a/k8sclient/models/v1alpha1_cluster_role_binding.py b/kubernetes/client/models/v1alpha1_cluster_role_binding.py similarity index 100% rename from k8sclient/models/v1alpha1_cluster_role_binding.py rename to kubernetes/client/models/v1alpha1_cluster_role_binding.py diff --git a/k8sclient/models/v1alpha1_cluster_role_binding_list.py b/kubernetes/client/models/v1alpha1_cluster_role_binding_list.py similarity index 100% rename from k8sclient/models/v1alpha1_cluster_role_binding_list.py rename to kubernetes/client/models/v1alpha1_cluster_role_binding_list.py diff --git a/k8sclient/models/v1alpha1_cluster_role_list.py b/kubernetes/client/models/v1alpha1_cluster_role_list.py similarity index 100% rename from k8sclient/models/v1alpha1_cluster_role_list.py rename to kubernetes/client/models/v1alpha1_cluster_role_list.py diff --git a/k8sclient/models/v1alpha1_policy_rule.py b/kubernetes/client/models/v1alpha1_policy_rule.py similarity index 100% rename from k8sclient/models/v1alpha1_policy_rule.py rename to kubernetes/client/models/v1alpha1_policy_rule.py diff --git a/k8sclient/models/v1alpha1_role.py b/kubernetes/client/models/v1alpha1_role.py similarity index 100% rename from k8sclient/models/v1alpha1_role.py rename to kubernetes/client/models/v1alpha1_role.py diff --git a/k8sclient/models/v1alpha1_role_binding.py b/kubernetes/client/models/v1alpha1_role_binding.py similarity index 100% rename from k8sclient/models/v1alpha1_role_binding.py rename to kubernetes/client/models/v1alpha1_role_binding.py diff --git a/k8sclient/models/v1alpha1_role_binding_list.py b/kubernetes/client/models/v1alpha1_role_binding_list.py similarity index 100% rename from k8sclient/models/v1alpha1_role_binding_list.py rename to kubernetes/client/models/v1alpha1_role_binding_list.py diff --git a/k8sclient/models/v1alpha1_role_list.py b/kubernetes/client/models/v1alpha1_role_list.py similarity index 100% rename from k8sclient/models/v1alpha1_role_list.py rename to kubernetes/client/models/v1alpha1_role_list.py diff --git a/k8sclient/models/v1alpha1_role_ref.py b/kubernetes/client/models/v1alpha1_role_ref.py similarity index 100% rename from k8sclient/models/v1alpha1_role_ref.py rename to kubernetes/client/models/v1alpha1_role_ref.py diff --git a/k8sclient/models/v1alpha1_subject.py b/kubernetes/client/models/v1alpha1_subject.py similarity index 100% rename from k8sclient/models/v1alpha1_subject.py rename to kubernetes/client/models/v1alpha1_subject.py diff --git a/k8sclient/models/v1beta1_api_version.py b/kubernetes/client/models/v1beta1_api_version.py similarity index 100% rename from k8sclient/models/v1beta1_api_version.py rename to kubernetes/client/models/v1beta1_api_version.py diff --git a/k8sclient/models/v1beta1_cpu_target_utilization.py b/kubernetes/client/models/v1beta1_cpu_target_utilization.py similarity index 100% rename from k8sclient/models/v1beta1_cpu_target_utilization.py rename to kubernetes/client/models/v1beta1_cpu_target_utilization.py diff --git a/k8sclient/models/v1beta1_daemon_set.py b/kubernetes/client/models/v1beta1_daemon_set.py similarity index 100% rename from k8sclient/models/v1beta1_daemon_set.py rename to kubernetes/client/models/v1beta1_daemon_set.py diff --git a/k8sclient/models/v1beta1_daemon_set_list.py b/kubernetes/client/models/v1beta1_daemon_set_list.py similarity index 100% rename from k8sclient/models/v1beta1_daemon_set_list.py rename to kubernetes/client/models/v1beta1_daemon_set_list.py diff --git a/k8sclient/models/v1beta1_daemon_set_spec.py b/kubernetes/client/models/v1beta1_daemon_set_spec.py similarity index 100% rename from k8sclient/models/v1beta1_daemon_set_spec.py rename to kubernetes/client/models/v1beta1_daemon_set_spec.py diff --git a/k8sclient/models/v1beta1_daemon_set_status.py b/kubernetes/client/models/v1beta1_daemon_set_status.py similarity index 100% rename from k8sclient/models/v1beta1_daemon_set_status.py rename to kubernetes/client/models/v1beta1_daemon_set_status.py diff --git a/k8sclient/models/v1beta1_deployment.py b/kubernetes/client/models/v1beta1_deployment.py similarity index 100% rename from k8sclient/models/v1beta1_deployment.py rename to kubernetes/client/models/v1beta1_deployment.py diff --git a/k8sclient/models/v1beta1_deployment_condition.py b/kubernetes/client/models/v1beta1_deployment_condition.py similarity index 100% rename from k8sclient/models/v1beta1_deployment_condition.py rename to kubernetes/client/models/v1beta1_deployment_condition.py diff --git a/k8sclient/models/v1beta1_deployment_list.py b/kubernetes/client/models/v1beta1_deployment_list.py similarity index 100% rename from k8sclient/models/v1beta1_deployment_list.py rename to kubernetes/client/models/v1beta1_deployment_list.py diff --git a/k8sclient/models/v1beta1_deployment_rollback.py b/kubernetes/client/models/v1beta1_deployment_rollback.py similarity index 100% rename from k8sclient/models/v1beta1_deployment_rollback.py rename to kubernetes/client/models/v1beta1_deployment_rollback.py diff --git a/k8sclient/models/v1beta1_deployment_spec.py b/kubernetes/client/models/v1beta1_deployment_spec.py similarity index 100% rename from k8sclient/models/v1beta1_deployment_spec.py rename to kubernetes/client/models/v1beta1_deployment_spec.py diff --git a/k8sclient/models/v1beta1_deployment_status.py b/kubernetes/client/models/v1beta1_deployment_status.py similarity index 100% rename from k8sclient/models/v1beta1_deployment_status.py rename to kubernetes/client/models/v1beta1_deployment_status.py diff --git a/k8sclient/models/v1beta1_deployment_strategy.py b/kubernetes/client/models/v1beta1_deployment_strategy.py similarity index 100% rename from k8sclient/models/v1beta1_deployment_strategy.py rename to kubernetes/client/models/v1beta1_deployment_strategy.py diff --git a/k8sclient/models/v1beta1_eviction.py b/kubernetes/client/models/v1beta1_eviction.py similarity index 100% rename from k8sclient/models/v1beta1_eviction.py rename to kubernetes/client/models/v1beta1_eviction.py diff --git a/k8sclient/models/v1beta1_horizontal_pod_autoscaler.py b/kubernetes/client/models/v1beta1_horizontal_pod_autoscaler.py similarity index 100% rename from k8sclient/models/v1beta1_horizontal_pod_autoscaler.py rename to kubernetes/client/models/v1beta1_horizontal_pod_autoscaler.py diff --git a/k8sclient/models/v1beta1_horizontal_pod_autoscaler_list.py b/kubernetes/client/models/v1beta1_horizontal_pod_autoscaler_list.py similarity index 100% rename from k8sclient/models/v1beta1_horizontal_pod_autoscaler_list.py rename to kubernetes/client/models/v1beta1_horizontal_pod_autoscaler_list.py diff --git a/k8sclient/models/v1beta1_horizontal_pod_autoscaler_spec.py b/kubernetes/client/models/v1beta1_horizontal_pod_autoscaler_spec.py similarity index 100% rename from k8sclient/models/v1beta1_horizontal_pod_autoscaler_spec.py rename to kubernetes/client/models/v1beta1_horizontal_pod_autoscaler_spec.py diff --git a/k8sclient/models/v1beta1_horizontal_pod_autoscaler_status.py b/kubernetes/client/models/v1beta1_horizontal_pod_autoscaler_status.py similarity index 100% rename from k8sclient/models/v1beta1_horizontal_pod_autoscaler_status.py rename to kubernetes/client/models/v1beta1_horizontal_pod_autoscaler_status.py diff --git a/k8sclient/models/v1beta1_ingress.py b/kubernetes/client/models/v1beta1_ingress.py similarity index 100% rename from k8sclient/models/v1beta1_ingress.py rename to kubernetes/client/models/v1beta1_ingress.py diff --git a/k8sclient/models/v1beta1_ingress_backend.py b/kubernetes/client/models/v1beta1_ingress_backend.py similarity index 100% rename from k8sclient/models/v1beta1_ingress_backend.py rename to kubernetes/client/models/v1beta1_ingress_backend.py diff --git a/k8sclient/models/v1beta1_ingress_list.py b/kubernetes/client/models/v1beta1_ingress_list.py similarity index 100% rename from k8sclient/models/v1beta1_ingress_list.py rename to kubernetes/client/models/v1beta1_ingress_list.py diff --git a/k8sclient/models/v1beta1_ingress_rule.py b/kubernetes/client/models/v1beta1_ingress_rule.py similarity index 100% rename from k8sclient/models/v1beta1_ingress_rule.py rename to kubernetes/client/models/v1beta1_ingress_rule.py diff --git a/k8sclient/models/v1beta1_ingress_spec.py b/kubernetes/client/models/v1beta1_ingress_spec.py similarity index 100% rename from k8sclient/models/v1beta1_ingress_spec.py rename to kubernetes/client/models/v1beta1_ingress_spec.py diff --git a/k8sclient/models/v1beta1_ingress_status.py b/kubernetes/client/models/v1beta1_ingress_status.py similarity index 100% rename from k8sclient/models/v1beta1_ingress_status.py rename to kubernetes/client/models/v1beta1_ingress_status.py diff --git a/k8sclient/models/v1beta1_ingress_tls.py b/kubernetes/client/models/v1beta1_ingress_tls.py similarity index 100% rename from k8sclient/models/v1beta1_ingress_tls.py rename to kubernetes/client/models/v1beta1_ingress_tls.py diff --git a/k8sclient/models/v1beta1_job.py b/kubernetes/client/models/v1beta1_job.py similarity index 100% rename from k8sclient/models/v1beta1_job.py rename to kubernetes/client/models/v1beta1_job.py diff --git a/k8sclient/models/v1beta1_job_condition.py b/kubernetes/client/models/v1beta1_job_condition.py similarity index 100% rename from k8sclient/models/v1beta1_job_condition.py rename to kubernetes/client/models/v1beta1_job_condition.py diff --git a/k8sclient/models/v1beta1_job_list.py b/kubernetes/client/models/v1beta1_job_list.py similarity index 100% rename from k8sclient/models/v1beta1_job_list.py rename to kubernetes/client/models/v1beta1_job_list.py diff --git a/k8sclient/models/v1beta1_job_spec.py b/kubernetes/client/models/v1beta1_job_spec.py similarity index 100% rename from k8sclient/models/v1beta1_job_spec.py rename to kubernetes/client/models/v1beta1_job_spec.py diff --git a/k8sclient/models/v1beta1_job_status.py b/kubernetes/client/models/v1beta1_job_status.py similarity index 100% rename from k8sclient/models/v1beta1_job_status.py rename to kubernetes/client/models/v1beta1_job_status.py diff --git a/k8sclient/models/v1beta1_local_subject_access_review.py b/kubernetes/client/models/v1beta1_local_subject_access_review.py similarity index 100% rename from k8sclient/models/v1beta1_local_subject_access_review.py rename to kubernetes/client/models/v1beta1_local_subject_access_review.py diff --git a/k8sclient/models/v1beta1_network_policy.py b/kubernetes/client/models/v1beta1_network_policy.py similarity index 100% rename from k8sclient/models/v1beta1_network_policy.py rename to kubernetes/client/models/v1beta1_network_policy.py diff --git a/k8sclient/models/v1beta1_network_policy_ingress_rule.py b/kubernetes/client/models/v1beta1_network_policy_ingress_rule.py similarity index 100% rename from k8sclient/models/v1beta1_network_policy_ingress_rule.py rename to kubernetes/client/models/v1beta1_network_policy_ingress_rule.py diff --git a/k8sclient/models/v1beta1_network_policy_list.py b/kubernetes/client/models/v1beta1_network_policy_list.py similarity index 100% rename from k8sclient/models/v1beta1_network_policy_list.py rename to kubernetes/client/models/v1beta1_network_policy_list.py diff --git a/k8sclient/models/v1beta1_network_policy_peer.py b/kubernetes/client/models/v1beta1_network_policy_peer.py similarity index 100% rename from k8sclient/models/v1beta1_network_policy_peer.py rename to kubernetes/client/models/v1beta1_network_policy_peer.py diff --git a/k8sclient/models/v1beta1_network_policy_port.py b/kubernetes/client/models/v1beta1_network_policy_port.py similarity index 100% rename from k8sclient/models/v1beta1_network_policy_port.py rename to kubernetes/client/models/v1beta1_network_policy_port.py diff --git a/k8sclient/models/v1beta1_network_policy_spec.py b/kubernetes/client/models/v1beta1_network_policy_spec.py similarity index 100% rename from k8sclient/models/v1beta1_network_policy_spec.py rename to kubernetes/client/models/v1beta1_network_policy_spec.py diff --git a/k8sclient/models/v1beta1_non_resource_attributes.py b/kubernetes/client/models/v1beta1_non_resource_attributes.py similarity index 100% rename from k8sclient/models/v1beta1_non_resource_attributes.py rename to kubernetes/client/models/v1beta1_non_resource_attributes.py diff --git a/k8sclient/models/v1beta1_pod_disruption_budget.py b/kubernetes/client/models/v1beta1_pod_disruption_budget.py similarity index 100% rename from k8sclient/models/v1beta1_pod_disruption_budget.py rename to kubernetes/client/models/v1beta1_pod_disruption_budget.py diff --git a/k8sclient/models/v1beta1_pod_disruption_budget_list.py b/kubernetes/client/models/v1beta1_pod_disruption_budget_list.py similarity index 100% rename from k8sclient/models/v1beta1_pod_disruption_budget_list.py rename to kubernetes/client/models/v1beta1_pod_disruption_budget_list.py diff --git a/k8sclient/models/v1beta1_pod_disruption_budget_spec.py b/kubernetes/client/models/v1beta1_pod_disruption_budget_spec.py similarity index 100% rename from k8sclient/models/v1beta1_pod_disruption_budget_spec.py rename to kubernetes/client/models/v1beta1_pod_disruption_budget_spec.py diff --git a/k8sclient/models/v1beta1_pod_disruption_budget_status.py b/kubernetes/client/models/v1beta1_pod_disruption_budget_status.py similarity index 100% rename from k8sclient/models/v1beta1_pod_disruption_budget_status.py rename to kubernetes/client/models/v1beta1_pod_disruption_budget_status.py diff --git a/k8sclient/models/v1beta1_replica_set.py b/kubernetes/client/models/v1beta1_replica_set.py similarity index 100% rename from k8sclient/models/v1beta1_replica_set.py rename to kubernetes/client/models/v1beta1_replica_set.py diff --git a/k8sclient/models/v1beta1_replica_set_condition.py b/kubernetes/client/models/v1beta1_replica_set_condition.py similarity index 100% rename from k8sclient/models/v1beta1_replica_set_condition.py rename to kubernetes/client/models/v1beta1_replica_set_condition.py diff --git a/k8sclient/models/v1beta1_replica_set_list.py b/kubernetes/client/models/v1beta1_replica_set_list.py similarity index 100% rename from k8sclient/models/v1beta1_replica_set_list.py rename to kubernetes/client/models/v1beta1_replica_set_list.py diff --git a/k8sclient/models/v1beta1_replica_set_spec.py b/kubernetes/client/models/v1beta1_replica_set_spec.py similarity index 100% rename from k8sclient/models/v1beta1_replica_set_spec.py rename to kubernetes/client/models/v1beta1_replica_set_spec.py diff --git a/k8sclient/models/v1beta1_replica_set_status.py b/kubernetes/client/models/v1beta1_replica_set_status.py similarity index 100% rename from k8sclient/models/v1beta1_replica_set_status.py rename to kubernetes/client/models/v1beta1_replica_set_status.py diff --git a/k8sclient/models/v1beta1_resource_attributes.py b/kubernetes/client/models/v1beta1_resource_attributes.py similarity index 100% rename from k8sclient/models/v1beta1_resource_attributes.py rename to kubernetes/client/models/v1beta1_resource_attributes.py diff --git a/k8sclient/models/v1beta1_rollback_config.py b/kubernetes/client/models/v1beta1_rollback_config.py similarity index 100% rename from k8sclient/models/v1beta1_rollback_config.py rename to kubernetes/client/models/v1beta1_rollback_config.py diff --git a/k8sclient/models/v1beta1_rolling_update_deployment.py b/kubernetes/client/models/v1beta1_rolling_update_deployment.py similarity index 100% rename from k8sclient/models/v1beta1_rolling_update_deployment.py rename to kubernetes/client/models/v1beta1_rolling_update_deployment.py diff --git a/k8sclient/models/v1beta1_scale.py b/kubernetes/client/models/v1beta1_scale.py similarity index 100% rename from k8sclient/models/v1beta1_scale.py rename to kubernetes/client/models/v1beta1_scale.py diff --git a/k8sclient/models/v1beta1_scale_spec.py b/kubernetes/client/models/v1beta1_scale_spec.py similarity index 100% rename from k8sclient/models/v1beta1_scale_spec.py rename to kubernetes/client/models/v1beta1_scale_spec.py diff --git a/k8sclient/models/v1beta1_scale_status.py b/kubernetes/client/models/v1beta1_scale_status.py similarity index 100% rename from k8sclient/models/v1beta1_scale_status.py rename to kubernetes/client/models/v1beta1_scale_status.py diff --git a/k8sclient/models/v1beta1_self_subject_access_review.py b/kubernetes/client/models/v1beta1_self_subject_access_review.py similarity index 100% rename from k8sclient/models/v1beta1_self_subject_access_review.py rename to kubernetes/client/models/v1beta1_self_subject_access_review.py diff --git a/k8sclient/models/v1beta1_self_subject_access_review_spec.py b/kubernetes/client/models/v1beta1_self_subject_access_review_spec.py similarity index 100% rename from k8sclient/models/v1beta1_self_subject_access_review_spec.py rename to kubernetes/client/models/v1beta1_self_subject_access_review_spec.py diff --git a/k8sclient/models/v1beta1_stateful_set.py b/kubernetes/client/models/v1beta1_stateful_set.py similarity index 100% rename from k8sclient/models/v1beta1_stateful_set.py rename to kubernetes/client/models/v1beta1_stateful_set.py diff --git a/k8sclient/models/v1beta1_stateful_set_list.py b/kubernetes/client/models/v1beta1_stateful_set_list.py similarity index 100% rename from k8sclient/models/v1beta1_stateful_set_list.py rename to kubernetes/client/models/v1beta1_stateful_set_list.py diff --git a/k8sclient/models/v1beta1_stateful_set_spec.py b/kubernetes/client/models/v1beta1_stateful_set_spec.py similarity index 100% rename from k8sclient/models/v1beta1_stateful_set_spec.py rename to kubernetes/client/models/v1beta1_stateful_set_spec.py diff --git a/k8sclient/models/v1beta1_stateful_set_status.py b/kubernetes/client/models/v1beta1_stateful_set_status.py similarity index 100% rename from k8sclient/models/v1beta1_stateful_set_status.py rename to kubernetes/client/models/v1beta1_stateful_set_status.py diff --git a/k8sclient/models/v1beta1_storage_class.py b/kubernetes/client/models/v1beta1_storage_class.py similarity index 100% rename from k8sclient/models/v1beta1_storage_class.py rename to kubernetes/client/models/v1beta1_storage_class.py diff --git a/k8sclient/models/v1beta1_storage_class_list.py b/kubernetes/client/models/v1beta1_storage_class_list.py similarity index 100% rename from k8sclient/models/v1beta1_storage_class_list.py rename to kubernetes/client/models/v1beta1_storage_class_list.py diff --git a/k8sclient/models/v1beta1_subject_access_review.py b/kubernetes/client/models/v1beta1_subject_access_review.py similarity index 100% rename from k8sclient/models/v1beta1_subject_access_review.py rename to kubernetes/client/models/v1beta1_subject_access_review.py diff --git a/k8sclient/models/v1beta1_subject_access_review_spec.py b/kubernetes/client/models/v1beta1_subject_access_review_spec.py similarity index 100% rename from k8sclient/models/v1beta1_subject_access_review_spec.py rename to kubernetes/client/models/v1beta1_subject_access_review_spec.py diff --git a/k8sclient/models/v1beta1_subject_access_review_status.py b/kubernetes/client/models/v1beta1_subject_access_review_status.py similarity index 100% rename from k8sclient/models/v1beta1_subject_access_review_status.py rename to kubernetes/client/models/v1beta1_subject_access_review_status.py diff --git a/k8sclient/models/v1beta1_subresource_reference.py b/kubernetes/client/models/v1beta1_subresource_reference.py similarity index 100% rename from k8sclient/models/v1beta1_subresource_reference.py rename to kubernetes/client/models/v1beta1_subresource_reference.py diff --git a/k8sclient/models/v1beta1_third_party_resource.py b/kubernetes/client/models/v1beta1_third_party_resource.py similarity index 100% rename from k8sclient/models/v1beta1_third_party_resource.py rename to kubernetes/client/models/v1beta1_third_party_resource.py diff --git a/k8sclient/models/v1beta1_third_party_resource_list.py b/kubernetes/client/models/v1beta1_third_party_resource_list.py similarity index 100% rename from k8sclient/models/v1beta1_third_party_resource_list.py rename to kubernetes/client/models/v1beta1_third_party_resource_list.py diff --git a/k8sclient/models/v1beta1_token_review.py b/kubernetes/client/models/v1beta1_token_review.py similarity index 100% rename from k8sclient/models/v1beta1_token_review.py rename to kubernetes/client/models/v1beta1_token_review.py diff --git a/k8sclient/models/v1beta1_token_review_spec.py b/kubernetes/client/models/v1beta1_token_review_spec.py similarity index 100% rename from k8sclient/models/v1beta1_token_review_spec.py rename to kubernetes/client/models/v1beta1_token_review_spec.py diff --git a/k8sclient/models/v1beta1_token_review_status.py b/kubernetes/client/models/v1beta1_token_review_status.py similarity index 100% rename from k8sclient/models/v1beta1_token_review_status.py rename to kubernetes/client/models/v1beta1_token_review_status.py diff --git a/k8sclient/models/v1beta1_user_info.py b/kubernetes/client/models/v1beta1_user_info.py similarity index 100% rename from k8sclient/models/v1beta1_user_info.py rename to kubernetes/client/models/v1beta1_user_info.py diff --git a/k8sclient/models/v2alpha1_cron_job.py b/kubernetes/client/models/v2alpha1_cron_job.py similarity index 100% rename from k8sclient/models/v2alpha1_cron_job.py rename to kubernetes/client/models/v2alpha1_cron_job.py diff --git a/k8sclient/models/v2alpha1_cron_job_list.py b/kubernetes/client/models/v2alpha1_cron_job_list.py similarity index 100% rename from k8sclient/models/v2alpha1_cron_job_list.py rename to kubernetes/client/models/v2alpha1_cron_job_list.py diff --git a/k8sclient/models/v2alpha1_cron_job_spec.py b/kubernetes/client/models/v2alpha1_cron_job_spec.py similarity index 100% rename from k8sclient/models/v2alpha1_cron_job_spec.py rename to kubernetes/client/models/v2alpha1_cron_job_spec.py diff --git a/k8sclient/models/v2alpha1_cron_job_status.py b/kubernetes/client/models/v2alpha1_cron_job_status.py similarity index 100% rename from k8sclient/models/v2alpha1_cron_job_status.py rename to kubernetes/client/models/v2alpha1_cron_job_status.py diff --git a/k8sclient/models/v2alpha1_job.py b/kubernetes/client/models/v2alpha1_job.py similarity index 100% rename from k8sclient/models/v2alpha1_job.py rename to kubernetes/client/models/v2alpha1_job.py diff --git a/k8sclient/models/v2alpha1_job_condition.py b/kubernetes/client/models/v2alpha1_job_condition.py similarity index 100% rename from k8sclient/models/v2alpha1_job_condition.py rename to kubernetes/client/models/v2alpha1_job_condition.py diff --git a/k8sclient/models/v2alpha1_job_list.py b/kubernetes/client/models/v2alpha1_job_list.py similarity index 100% rename from k8sclient/models/v2alpha1_job_list.py rename to kubernetes/client/models/v2alpha1_job_list.py diff --git a/k8sclient/models/v2alpha1_job_spec.py b/kubernetes/client/models/v2alpha1_job_spec.py similarity index 100% rename from k8sclient/models/v2alpha1_job_spec.py rename to kubernetes/client/models/v2alpha1_job_spec.py diff --git a/k8sclient/models/v2alpha1_job_status.py b/kubernetes/client/models/v2alpha1_job_status.py similarity index 100% rename from k8sclient/models/v2alpha1_job_status.py rename to kubernetes/client/models/v2alpha1_job_status.py diff --git a/k8sclient/models/v2alpha1_job_template_spec.py b/kubernetes/client/models/v2alpha1_job_template_spec.py similarity index 100% rename from k8sclient/models/v2alpha1_job_template_spec.py rename to kubernetes/client/models/v2alpha1_job_template_spec.py diff --git a/k8sclient/models/version_info.py b/kubernetes/client/models/version_info.py similarity index 100% rename from k8sclient/models/version_info.py rename to kubernetes/client/models/version_info.py diff --git a/k8sclient/models/versioned_event.py b/kubernetes/client/models/versioned_event.py similarity index 100% rename from k8sclient/models/versioned_event.py rename to kubernetes/client/models/versioned_event.py diff --git a/k8sclient/rest.py b/kubernetes/client/rest.py similarity index 100% rename from k8sclient/rest.py rename to kubernetes/client/rest.py diff --git a/docs/ApisApi.md b/kubernetes/docs/ApisApi.md similarity index 81% rename from docs/ApisApi.md rename to kubernetes/docs/ApisApi.md index 9f8b8da093..996fa75238 100644 --- a/docs/ApisApi.md +++ b/kubernetes/docs/ApisApi.md @@ -1,4 +1,4 @@ -# k8sclient.ApisApi +# kubernetes.client.ApisApi All URIs are relative to *https://localhost* @@ -18,17 +18,17 @@ get available API versions ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ApisApi() +api_instance = kubernetes.client.ApisApi() try: api_response = api_instance.get_api_versions() diff --git a/docs/AppsApi.md b/kubernetes/docs/AppsApi.md similarity index 81% rename from docs/AppsApi.md rename to kubernetes/docs/AppsApi.md index 76845cc3fa..3b56a3636b 100644 --- a/docs/AppsApi.md +++ b/kubernetes/docs/AppsApi.md @@ -1,4 +1,4 @@ -# k8sclient.AppsApi +# kubernetes.client.AppsApi All URIs are relative to *https://localhost* @@ -18,17 +18,17 @@ get information of a group ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.AppsApi() +api_instance = kubernetes.client.AppsApi() try: api_response = api_instance.get_api_group() diff --git a/docs/AppsV1beta1Api.md b/kubernetes/docs/AppsV1beta1Api.md similarity index 88% rename from docs/AppsV1beta1Api.md rename to kubernetes/docs/AppsV1beta1Api.md index ebd053b505..3170d093c3 100644 --- a/docs/AppsV1beta1Api.md +++ b/kubernetes/docs/AppsV1beta1Api.md @@ -1,4 +1,4 @@ -# k8sclient.AppsV1beta1Api +# kubernetes.client.AppsV1beta1Api All URIs are relative to *https://localhost* @@ -29,19 +29,19 @@ create a StatefulSet ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.AppsV1beta1Api() +api_instance = kubernetes.client.AppsV1beta1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1beta1StatefulSet() # V1beta1StatefulSet | +body = kubernetes.client.V1beta1StatefulSet() # V1beta1StatefulSet | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -85,17 +85,17 @@ delete collection of StatefulSet ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.AppsV1beta1Api() +api_instance = kubernetes.client.AppsV1beta1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) @@ -149,20 +149,20 @@ delete a StatefulSet ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.AppsV1beta1Api() +api_instance = kubernetes.client.AppsV1beta1Api() name = 'name_example' # str | name of the StatefulSet namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1DeleteOptions() # V1DeleteOptions | +body = kubernetes.client.V1DeleteOptions() # V1DeleteOptions | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) grace_period_seconds = 56 # int | 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. (optional) orphan_dependents = true # bool | Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. (optional) @@ -211,17 +211,17 @@ get available resources ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.AppsV1beta1Api() +api_instance = kubernetes.client.AppsV1beta1Api() try: api_response = api_instance.get_api_resources() @@ -259,17 +259,17 @@ list or watch objects of kind StatefulSet ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.AppsV1beta1Api() +api_instance = kubernetes.client.AppsV1beta1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) @@ -323,17 +323,17 @@ list or watch objects of kind StatefulSet ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.AppsV1beta1Api() +api_instance = kubernetes.client.AppsV1beta1Api() field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) label_selector = 'label_selector_example' # str | A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional) pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -385,20 +385,20 @@ partially update the specified StatefulSet ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.AppsV1beta1Api() +api_instance = kubernetes.client.AppsV1beta1Api() name = 'name_example' # str | name of the StatefulSet namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.UnversionedPatch() # UnversionedPatch | +body = kubernetes.client.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -443,20 +443,20 @@ partially update status of the specified StatefulSet ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.AppsV1beta1Api() +api_instance = kubernetes.client.AppsV1beta1Api() name = 'name_example' # str | name of the StatefulSet namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.UnversionedPatch() # UnversionedPatch | +body = kubernetes.client.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -501,17 +501,17 @@ read the specified StatefulSet ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.AppsV1beta1Api() +api_instance = kubernetes.client.AppsV1beta1Api() name = 'name_example' # str | name of the StatefulSet namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -561,17 +561,17 @@ read status of the specified StatefulSet ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.AppsV1beta1Api() +api_instance = kubernetes.client.AppsV1beta1Api() name = 'name_example' # str | name of the StatefulSet namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -617,20 +617,20 @@ replace the specified StatefulSet ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.AppsV1beta1Api() +api_instance = kubernetes.client.AppsV1beta1Api() name = 'name_example' # str | name of the StatefulSet namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1beta1StatefulSet() # V1beta1StatefulSet | +body = kubernetes.client.V1beta1StatefulSet() # V1beta1StatefulSet | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -675,20 +675,20 @@ replace status of the specified StatefulSet ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.AppsV1beta1Api() +api_instance = kubernetes.client.AppsV1beta1Api() name = 'name_example' # str | name of the StatefulSet namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1beta1StatefulSet() # V1beta1StatefulSet | +body = kubernetes.client.V1beta1StatefulSet() # V1beta1StatefulSet | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: diff --git a/docs/AuthenticationApi.md b/kubernetes/docs/AuthenticationApi.md similarity index 80% rename from docs/AuthenticationApi.md rename to kubernetes/docs/AuthenticationApi.md index 492cb9311b..a504510e0d 100644 --- a/docs/AuthenticationApi.md +++ b/kubernetes/docs/AuthenticationApi.md @@ -1,4 +1,4 @@ -# k8sclient.AuthenticationApi +# kubernetes.client.AuthenticationApi All URIs are relative to *https://localhost* @@ -18,17 +18,17 @@ get information of a group ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.AuthenticationApi() +api_instance = kubernetes.client.AuthenticationApi() try: api_response = api_instance.get_api_group() diff --git a/docs/AuthenticationV1beta1Api.md b/kubernetes/docs/AuthenticationV1beta1Api.md similarity index 81% rename from docs/AuthenticationV1beta1Api.md rename to kubernetes/docs/AuthenticationV1beta1Api.md index 763a9dcb2f..5690a13400 100644 --- a/docs/AuthenticationV1beta1Api.md +++ b/kubernetes/docs/AuthenticationV1beta1Api.md @@ -1,4 +1,4 @@ -# k8sclient.AuthenticationV1beta1Api +# kubernetes.client.AuthenticationV1beta1Api All URIs are relative to *https://localhost* @@ -19,18 +19,18 @@ create a TokenReview ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.AuthenticationV1beta1Api() -body = k8sclient.V1beta1TokenReview() # V1beta1TokenReview | +api_instance = kubernetes.client.AuthenticationV1beta1Api() +body = kubernetes.client.V1beta1TokenReview() # V1beta1TokenReview | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -73,17 +73,17 @@ get available resources ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.AuthenticationV1beta1Api() +api_instance = kubernetes.client.AuthenticationV1beta1Api() try: api_response = api_instance.get_api_resources() diff --git a/docs/AuthorizationApi.md b/kubernetes/docs/AuthorizationApi.md similarity index 81% rename from docs/AuthorizationApi.md rename to kubernetes/docs/AuthorizationApi.md index ba496859ae..10ea9af5b9 100644 --- a/docs/AuthorizationApi.md +++ b/kubernetes/docs/AuthorizationApi.md @@ -1,4 +1,4 @@ -# k8sclient.AuthorizationApi +# kubernetes.client.AuthorizationApi All URIs are relative to *https://localhost* @@ -18,17 +18,17 @@ get information of a group ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.AuthorizationApi() +api_instance = kubernetes.client.AuthorizationApi() try: api_response = api_instance.get_api_group() diff --git a/docs/AuthorizationV1beta1Api.md b/kubernetes/docs/AuthorizationV1beta1Api.md similarity index 82% rename from docs/AuthorizationV1beta1Api.md rename to kubernetes/docs/AuthorizationV1beta1Api.md index ffa8d1c8d1..38885a515c 100644 --- a/docs/AuthorizationV1beta1Api.md +++ b/kubernetes/docs/AuthorizationV1beta1Api.md @@ -1,4 +1,4 @@ -# k8sclient.AuthorizationV1beta1Api +# kubernetes.client.AuthorizationV1beta1Api All URIs are relative to *https://localhost* @@ -21,18 +21,18 @@ create a LocalSubjectAccessReview ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.AuthorizationV1beta1Api() -body = k8sclient.V1beta1LocalSubjectAccessReview() # V1beta1LocalSubjectAccessReview | +api_instance = kubernetes.client.AuthorizationV1beta1Api() +body = kubernetes.client.V1beta1LocalSubjectAccessReview() # V1beta1LocalSubjectAccessReview | namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -77,18 +77,18 @@ create a SelfSubjectAccessReview ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.AuthorizationV1beta1Api() -body = k8sclient.V1beta1SelfSubjectAccessReview() # V1beta1SelfSubjectAccessReview | +api_instance = kubernetes.client.AuthorizationV1beta1Api() +body = kubernetes.client.V1beta1SelfSubjectAccessReview() # V1beta1SelfSubjectAccessReview | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -131,18 +131,18 @@ create a SubjectAccessReview ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.AuthorizationV1beta1Api() -body = k8sclient.V1beta1SubjectAccessReview() # V1beta1SubjectAccessReview | +api_instance = kubernetes.client.AuthorizationV1beta1Api() +body = kubernetes.client.V1beta1SubjectAccessReview() # V1beta1SubjectAccessReview | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -185,17 +185,17 @@ get available resources ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.AuthorizationV1beta1Api() +api_instance = kubernetes.client.AuthorizationV1beta1Api() try: api_response = api_instance.get_api_resources() diff --git a/docs/AutoscalingApi.md b/kubernetes/docs/AutoscalingApi.md similarity index 81% rename from docs/AutoscalingApi.md rename to kubernetes/docs/AutoscalingApi.md index b79f89d44b..9fb3476fda 100644 --- a/docs/AutoscalingApi.md +++ b/kubernetes/docs/AutoscalingApi.md @@ -1,4 +1,4 @@ -# k8sclient.AutoscalingApi +# kubernetes.client.AutoscalingApi All URIs are relative to *https://localhost* @@ -18,17 +18,17 @@ get information of a group ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.AutoscalingApi() +api_instance = kubernetes.client.AutoscalingApi() try: api_response = api_instance.get_api_group() diff --git a/docs/AutoscalingV1Api.md b/kubernetes/docs/AutoscalingV1Api.md similarity index 89% rename from docs/AutoscalingV1Api.md rename to kubernetes/docs/AutoscalingV1Api.md index 13b4e2a121..02a196e47f 100644 --- a/docs/AutoscalingV1Api.md +++ b/kubernetes/docs/AutoscalingV1Api.md @@ -1,4 +1,4 @@ -# k8sclient.AutoscalingV1Api +# kubernetes.client.AutoscalingV1Api All URIs are relative to *https://localhost* @@ -29,19 +29,19 @@ create a HorizontalPodAutoscaler ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.AutoscalingV1Api() +api_instance = kubernetes.client.AutoscalingV1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1HorizontalPodAutoscaler() # V1HorizontalPodAutoscaler | +body = kubernetes.client.V1HorizontalPodAutoscaler() # V1HorizontalPodAutoscaler | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -85,17 +85,17 @@ delete collection of HorizontalPodAutoscaler ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.AutoscalingV1Api() +api_instance = kubernetes.client.AutoscalingV1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) @@ -149,20 +149,20 @@ delete a HorizontalPodAutoscaler ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.AutoscalingV1Api() +api_instance = kubernetes.client.AutoscalingV1Api() name = 'name_example' # str | name of the HorizontalPodAutoscaler namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1DeleteOptions() # V1DeleteOptions | +body = kubernetes.client.V1DeleteOptions() # V1DeleteOptions | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) grace_period_seconds = 56 # int | 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. (optional) orphan_dependents = true # bool | Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. (optional) @@ -211,17 +211,17 @@ get available resources ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.AutoscalingV1Api() +api_instance = kubernetes.client.AutoscalingV1Api() try: api_response = api_instance.get_api_resources() @@ -259,17 +259,17 @@ list or watch objects of kind HorizontalPodAutoscaler ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.AutoscalingV1Api() +api_instance = kubernetes.client.AutoscalingV1Api() field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) label_selector = 'label_selector_example' # str | A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional) pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -321,17 +321,17 @@ list or watch objects of kind HorizontalPodAutoscaler ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.AutoscalingV1Api() +api_instance = kubernetes.client.AutoscalingV1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) @@ -385,20 +385,20 @@ partially update the specified HorizontalPodAutoscaler ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.AutoscalingV1Api() +api_instance = kubernetes.client.AutoscalingV1Api() name = 'name_example' # str | name of the HorizontalPodAutoscaler namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.UnversionedPatch() # UnversionedPatch | +body = kubernetes.client.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -443,20 +443,20 @@ partially update status of the specified HorizontalPodAutoscaler ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.AutoscalingV1Api() +api_instance = kubernetes.client.AutoscalingV1Api() name = 'name_example' # str | name of the HorizontalPodAutoscaler namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.UnversionedPatch() # UnversionedPatch | +body = kubernetes.client.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -501,17 +501,17 @@ read the specified HorizontalPodAutoscaler ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.AutoscalingV1Api() +api_instance = kubernetes.client.AutoscalingV1Api() name = 'name_example' # str | name of the HorizontalPodAutoscaler namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -561,17 +561,17 @@ read status of the specified HorizontalPodAutoscaler ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.AutoscalingV1Api() +api_instance = kubernetes.client.AutoscalingV1Api() name = 'name_example' # str | name of the HorizontalPodAutoscaler namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -617,20 +617,20 @@ replace the specified HorizontalPodAutoscaler ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.AutoscalingV1Api() +api_instance = kubernetes.client.AutoscalingV1Api() name = 'name_example' # str | name of the HorizontalPodAutoscaler namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1HorizontalPodAutoscaler() # V1HorizontalPodAutoscaler | +body = kubernetes.client.V1HorizontalPodAutoscaler() # V1HorizontalPodAutoscaler | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -675,20 +675,20 @@ replace status of the specified HorizontalPodAutoscaler ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.AutoscalingV1Api() +api_instance = kubernetes.client.AutoscalingV1Api() name = 'name_example' # str | name of the HorizontalPodAutoscaler namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1HorizontalPodAutoscaler() # V1HorizontalPodAutoscaler | +body = kubernetes.client.V1HorizontalPodAutoscaler() # V1HorizontalPodAutoscaler | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: diff --git a/docs/BatchApi.md b/kubernetes/docs/BatchApi.md similarity index 81% rename from docs/BatchApi.md rename to kubernetes/docs/BatchApi.md index 7d00fd7e78..3aa9c1fca7 100644 --- a/docs/BatchApi.md +++ b/kubernetes/docs/BatchApi.md @@ -1,4 +1,4 @@ -# k8sclient.BatchApi +# kubernetes.client.BatchApi All URIs are relative to *https://localhost* @@ -18,17 +18,17 @@ get information of a group ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.BatchApi() +api_instance = kubernetes.client.BatchApi() try: api_response = api_instance.get_api_group() diff --git a/docs/BatchV1Api.md b/kubernetes/docs/BatchV1Api.md similarity index 88% rename from docs/BatchV1Api.md rename to kubernetes/docs/BatchV1Api.md index 20b438259a..6a20b7a6a2 100644 --- a/docs/BatchV1Api.md +++ b/kubernetes/docs/BatchV1Api.md @@ -1,4 +1,4 @@ -# k8sclient.BatchV1Api +# kubernetes.client.BatchV1Api All URIs are relative to *https://localhost* @@ -29,19 +29,19 @@ create a Job ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.BatchV1Api() +api_instance = kubernetes.client.BatchV1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1Job() # V1Job | +body = kubernetes.client.V1Job() # V1Job | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -85,17 +85,17 @@ delete collection of Job ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.BatchV1Api() +api_instance = kubernetes.client.BatchV1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) @@ -149,20 +149,20 @@ delete a Job ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.BatchV1Api() +api_instance = kubernetes.client.BatchV1Api() name = 'name_example' # str | name of the Job namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1DeleteOptions() # V1DeleteOptions | +body = kubernetes.client.V1DeleteOptions() # V1DeleteOptions | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) grace_period_seconds = 56 # int | 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. (optional) orphan_dependents = true # bool | Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. (optional) @@ -211,17 +211,17 @@ get available resources ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.BatchV1Api() +api_instance = kubernetes.client.BatchV1Api() try: api_response = api_instance.get_api_resources() @@ -259,17 +259,17 @@ list or watch objects of kind Job ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.BatchV1Api() +api_instance = kubernetes.client.BatchV1Api() field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) label_selector = 'label_selector_example' # str | A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional) pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -321,17 +321,17 @@ list or watch objects of kind Job ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.BatchV1Api() +api_instance = kubernetes.client.BatchV1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) @@ -385,20 +385,20 @@ partially update the specified Job ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.BatchV1Api() +api_instance = kubernetes.client.BatchV1Api() name = 'name_example' # str | name of the Job namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.UnversionedPatch() # UnversionedPatch | +body = kubernetes.client.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -443,20 +443,20 @@ partially update status of the specified Job ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.BatchV1Api() +api_instance = kubernetes.client.BatchV1Api() name = 'name_example' # str | name of the Job namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.UnversionedPatch() # UnversionedPatch | +body = kubernetes.client.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -501,17 +501,17 @@ read the specified Job ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.BatchV1Api() +api_instance = kubernetes.client.BatchV1Api() name = 'name_example' # str | name of the Job namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -561,17 +561,17 @@ read status of the specified Job ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.BatchV1Api() +api_instance = kubernetes.client.BatchV1Api() name = 'name_example' # str | name of the Job namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -617,20 +617,20 @@ replace the specified Job ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.BatchV1Api() +api_instance = kubernetes.client.BatchV1Api() name = 'name_example' # str | name of the Job namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1Job() # V1Job | +body = kubernetes.client.V1Job() # V1Job | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -675,20 +675,20 @@ replace status of the specified Job ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.BatchV1Api() +api_instance = kubernetes.client.BatchV1Api() name = 'name_example' # str | name of the Job namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1Job() # V1Job | +body = kubernetes.client.V1Job() # V1Job | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: diff --git a/docs/BatchV2alpha1Api.md b/kubernetes/docs/BatchV2alpha1Api.md similarity index 88% rename from docs/BatchV2alpha1Api.md rename to kubernetes/docs/BatchV2alpha1Api.md index 28a92d3063..55309e9a0d 100644 --- a/docs/BatchV2alpha1Api.md +++ b/kubernetes/docs/BatchV2alpha1Api.md @@ -1,4 +1,4 @@ -# k8sclient.BatchV2alpha1Api +# kubernetes.client.BatchV2alpha1Api All URIs are relative to *https://localhost* @@ -51,19 +51,19 @@ create a CronJob ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.BatchV2alpha1Api() +api_instance = kubernetes.client.BatchV2alpha1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V2alpha1CronJob() # V2alpha1CronJob | +body = kubernetes.client.V2alpha1CronJob() # V2alpha1CronJob | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -107,19 +107,19 @@ create a Job ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.BatchV2alpha1Api() +api_instance = kubernetes.client.BatchV2alpha1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V2alpha1Job() # V2alpha1Job | +body = kubernetes.client.V2alpha1Job() # V2alpha1Job | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -163,19 +163,19 @@ create a ScheduledJob ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.BatchV2alpha1Api() +api_instance = kubernetes.client.BatchV2alpha1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V2alpha1CronJob() # V2alpha1CronJob | +body = kubernetes.client.V2alpha1CronJob() # V2alpha1CronJob | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -219,17 +219,17 @@ delete collection of CronJob ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.BatchV2alpha1Api() +api_instance = kubernetes.client.BatchV2alpha1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) @@ -283,17 +283,17 @@ delete collection of Job ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.BatchV2alpha1Api() +api_instance = kubernetes.client.BatchV2alpha1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) @@ -347,17 +347,17 @@ delete collection of ScheduledJob ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.BatchV2alpha1Api() +api_instance = kubernetes.client.BatchV2alpha1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) @@ -411,20 +411,20 @@ delete a CronJob ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.BatchV2alpha1Api() +api_instance = kubernetes.client.BatchV2alpha1Api() name = 'name_example' # str | name of the CronJob namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1DeleteOptions() # V1DeleteOptions | +body = kubernetes.client.V1DeleteOptions() # V1DeleteOptions | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) grace_period_seconds = 56 # int | 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. (optional) orphan_dependents = true # bool | Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. (optional) @@ -473,20 +473,20 @@ delete a Job ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.BatchV2alpha1Api() +api_instance = kubernetes.client.BatchV2alpha1Api() name = 'name_example' # str | name of the Job namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1DeleteOptions() # V1DeleteOptions | +body = kubernetes.client.V1DeleteOptions() # V1DeleteOptions | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) grace_period_seconds = 56 # int | 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. (optional) orphan_dependents = true # bool | Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. (optional) @@ -535,20 +535,20 @@ delete a ScheduledJob ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.BatchV2alpha1Api() +api_instance = kubernetes.client.BatchV2alpha1Api() name = 'name_example' # str | name of the ScheduledJob namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1DeleteOptions() # V1DeleteOptions | +body = kubernetes.client.V1DeleteOptions() # V1DeleteOptions | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) grace_period_seconds = 56 # int | 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. (optional) orphan_dependents = true # bool | Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. (optional) @@ -597,17 +597,17 @@ get available resources ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.BatchV2alpha1Api() +api_instance = kubernetes.client.BatchV2alpha1Api() try: api_response = api_instance.get_api_resources() @@ -645,17 +645,17 @@ list or watch objects of kind CronJob ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.BatchV2alpha1Api() +api_instance = kubernetes.client.BatchV2alpha1Api() field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) label_selector = 'label_selector_example' # str | A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional) pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -707,17 +707,17 @@ list or watch objects of kind Job ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.BatchV2alpha1Api() +api_instance = kubernetes.client.BatchV2alpha1Api() field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) label_selector = 'label_selector_example' # str | A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional) pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -769,17 +769,17 @@ list or watch objects of kind CronJob ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.BatchV2alpha1Api() +api_instance = kubernetes.client.BatchV2alpha1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) @@ -833,17 +833,17 @@ list or watch objects of kind Job ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.BatchV2alpha1Api() +api_instance = kubernetes.client.BatchV2alpha1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) @@ -897,17 +897,17 @@ list or watch objects of kind ScheduledJob ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.BatchV2alpha1Api() +api_instance = kubernetes.client.BatchV2alpha1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) @@ -961,17 +961,17 @@ list or watch objects of kind ScheduledJob ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.BatchV2alpha1Api() +api_instance = kubernetes.client.BatchV2alpha1Api() field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) label_selector = 'label_selector_example' # str | A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional) pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -1023,20 +1023,20 @@ partially update the specified CronJob ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.BatchV2alpha1Api() +api_instance = kubernetes.client.BatchV2alpha1Api() name = 'name_example' # str | name of the CronJob namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.UnversionedPatch() # UnversionedPatch | +body = kubernetes.client.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -1081,20 +1081,20 @@ partially update status of the specified CronJob ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.BatchV2alpha1Api() +api_instance = kubernetes.client.BatchV2alpha1Api() name = 'name_example' # str | name of the CronJob namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.UnversionedPatch() # UnversionedPatch | +body = kubernetes.client.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -1139,20 +1139,20 @@ partially update the specified Job ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.BatchV2alpha1Api() +api_instance = kubernetes.client.BatchV2alpha1Api() name = 'name_example' # str | name of the Job namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.UnversionedPatch() # UnversionedPatch | +body = kubernetes.client.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -1197,20 +1197,20 @@ partially update status of the specified Job ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.BatchV2alpha1Api() +api_instance = kubernetes.client.BatchV2alpha1Api() name = 'name_example' # str | name of the Job namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.UnversionedPatch() # UnversionedPatch | +body = kubernetes.client.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -1255,20 +1255,20 @@ partially update the specified ScheduledJob ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.BatchV2alpha1Api() +api_instance = kubernetes.client.BatchV2alpha1Api() name = 'name_example' # str | name of the ScheduledJob namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.UnversionedPatch() # UnversionedPatch | +body = kubernetes.client.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -1313,20 +1313,20 @@ partially update status of the specified ScheduledJob ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.BatchV2alpha1Api() +api_instance = kubernetes.client.BatchV2alpha1Api() name = 'name_example' # str | name of the ScheduledJob namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.UnversionedPatch() # UnversionedPatch | +body = kubernetes.client.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -1371,17 +1371,17 @@ read the specified CronJob ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.BatchV2alpha1Api() +api_instance = kubernetes.client.BatchV2alpha1Api() name = 'name_example' # str | name of the CronJob namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -1431,17 +1431,17 @@ read status of the specified CronJob ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.BatchV2alpha1Api() +api_instance = kubernetes.client.BatchV2alpha1Api() name = 'name_example' # str | name of the CronJob namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -1487,17 +1487,17 @@ read the specified Job ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.BatchV2alpha1Api() +api_instance = kubernetes.client.BatchV2alpha1Api() name = 'name_example' # str | name of the Job namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -1547,17 +1547,17 @@ read status of the specified Job ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.BatchV2alpha1Api() +api_instance = kubernetes.client.BatchV2alpha1Api() name = 'name_example' # str | name of the Job namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -1603,17 +1603,17 @@ read the specified ScheduledJob ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.BatchV2alpha1Api() +api_instance = kubernetes.client.BatchV2alpha1Api() name = 'name_example' # str | name of the ScheduledJob namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -1663,17 +1663,17 @@ read status of the specified ScheduledJob ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.BatchV2alpha1Api() +api_instance = kubernetes.client.BatchV2alpha1Api() name = 'name_example' # str | name of the ScheduledJob namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -1719,20 +1719,20 @@ replace the specified CronJob ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.BatchV2alpha1Api() +api_instance = kubernetes.client.BatchV2alpha1Api() name = 'name_example' # str | name of the CronJob namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V2alpha1CronJob() # V2alpha1CronJob | +body = kubernetes.client.V2alpha1CronJob() # V2alpha1CronJob | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -1777,20 +1777,20 @@ replace status of the specified CronJob ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.BatchV2alpha1Api() +api_instance = kubernetes.client.BatchV2alpha1Api() name = 'name_example' # str | name of the CronJob namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V2alpha1CronJob() # V2alpha1CronJob | +body = kubernetes.client.V2alpha1CronJob() # V2alpha1CronJob | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -1835,20 +1835,20 @@ replace the specified Job ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.BatchV2alpha1Api() +api_instance = kubernetes.client.BatchV2alpha1Api() name = 'name_example' # str | name of the Job namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V2alpha1Job() # V2alpha1Job | +body = kubernetes.client.V2alpha1Job() # V2alpha1Job | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -1893,20 +1893,20 @@ replace status of the specified Job ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.BatchV2alpha1Api() +api_instance = kubernetes.client.BatchV2alpha1Api() name = 'name_example' # str | name of the Job namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V2alpha1Job() # V2alpha1Job | +body = kubernetes.client.V2alpha1Job() # V2alpha1Job | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -1951,20 +1951,20 @@ replace the specified ScheduledJob ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.BatchV2alpha1Api() +api_instance = kubernetes.client.BatchV2alpha1Api() name = 'name_example' # str | name of the ScheduledJob namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V2alpha1CronJob() # V2alpha1CronJob | +body = kubernetes.client.V2alpha1CronJob() # V2alpha1CronJob | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -2009,20 +2009,20 @@ replace status of the specified ScheduledJob ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.BatchV2alpha1Api() +api_instance = kubernetes.client.BatchV2alpha1Api() name = 'name_example' # str | name of the ScheduledJob namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V2alpha1CronJob() # V2alpha1CronJob | +body = kubernetes.client.V2alpha1CronJob() # V2alpha1CronJob | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: diff --git a/docs/CertificatesApi.md b/kubernetes/docs/CertificatesApi.md similarity index 81% rename from docs/CertificatesApi.md rename to kubernetes/docs/CertificatesApi.md index 33ce5146ae..2bebfabb07 100644 --- a/docs/CertificatesApi.md +++ b/kubernetes/docs/CertificatesApi.md @@ -1,4 +1,4 @@ -# k8sclient.CertificatesApi +# kubernetes.client.CertificatesApi All URIs are relative to *https://localhost* @@ -18,17 +18,17 @@ get information of a group ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CertificatesApi() +api_instance = kubernetes.client.CertificatesApi() try: api_response = api_instance.get_api_group() diff --git a/docs/CertificatesV1alpha1Api.md b/kubernetes/docs/CertificatesV1alpha1Api.md similarity index 87% rename from docs/CertificatesV1alpha1Api.md rename to kubernetes/docs/CertificatesV1alpha1Api.md index 6c7c1f22ab..d8f158f2cb 100644 --- a/docs/CertificatesV1alpha1Api.md +++ b/kubernetes/docs/CertificatesV1alpha1Api.md @@ -1,4 +1,4 @@ -# k8sclient.CertificatesV1alpha1Api +# kubernetes.client.CertificatesV1alpha1Api All URIs are relative to *https://localhost* @@ -27,18 +27,18 @@ create a CertificateSigningRequest ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CertificatesV1alpha1Api() -body = k8sclient.V1alpha1CertificateSigningRequest() # V1alpha1CertificateSigningRequest | +api_instance = kubernetes.client.CertificatesV1alpha1Api() +body = kubernetes.client.V1alpha1CertificateSigningRequest() # V1alpha1CertificateSigningRequest | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -81,19 +81,19 @@ delete a CertificateSigningRequest ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CertificatesV1alpha1Api() +api_instance = kubernetes.client.CertificatesV1alpha1Api() name = 'name_example' # str | name of the CertificateSigningRequest -body = k8sclient.V1DeleteOptions() # V1DeleteOptions | +body = kubernetes.client.V1DeleteOptions() # V1DeleteOptions | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) grace_period_seconds = 56 # int | 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. (optional) orphan_dependents = true # bool | Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. (optional) @@ -141,17 +141,17 @@ delete collection of CertificateSigningRequest ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CertificatesV1alpha1Api() +api_instance = kubernetes.client.CertificatesV1alpha1Api() pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) label_selector = 'label_selector_example' # str | A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional) @@ -203,17 +203,17 @@ get available resources ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CertificatesV1alpha1Api() +api_instance = kubernetes.client.CertificatesV1alpha1Api() try: api_response = api_instance.get_api_resources() @@ -251,17 +251,17 @@ list or watch objects of kind CertificateSigningRequest ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CertificatesV1alpha1Api() +api_instance = kubernetes.client.CertificatesV1alpha1Api() pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) label_selector = 'label_selector_example' # str | A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional) @@ -313,19 +313,19 @@ partially update the specified CertificateSigningRequest ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CertificatesV1alpha1Api() +api_instance = kubernetes.client.CertificatesV1alpha1Api() name = 'name_example' # str | name of the CertificateSigningRequest -body = k8sclient.UnversionedPatch() # UnversionedPatch | +body = kubernetes.client.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -369,17 +369,17 @@ read the specified CertificateSigningRequest ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CertificatesV1alpha1Api() +api_instance = kubernetes.client.CertificatesV1alpha1Api() name = 'name_example' # str | name of the CertificateSigningRequest pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) exact = true # bool | Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace' (optional) @@ -427,19 +427,19 @@ replace the specified CertificateSigningRequest ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CertificatesV1alpha1Api() +api_instance = kubernetes.client.CertificatesV1alpha1Api() name = 'name_example' # str | name of the CertificateSigningRequest -body = k8sclient.V1alpha1CertificateSigningRequest() # V1alpha1CertificateSigningRequest | +body = kubernetes.client.V1alpha1CertificateSigningRequest() # V1alpha1CertificateSigningRequest | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -483,18 +483,18 @@ replace approval of the specified CertificateSigningRequest ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CertificatesV1alpha1Api() -body = k8sclient.V1alpha1CertificateSigningRequest() # V1alpha1CertificateSigningRequest | +api_instance = kubernetes.client.CertificatesV1alpha1Api() +body = kubernetes.client.V1alpha1CertificateSigningRequest() # V1alpha1CertificateSigningRequest | name = 'name_example' # str | name of the CertificateSigningRequest pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -539,18 +539,18 @@ replace status of the specified CertificateSigningRequest ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CertificatesV1alpha1Api() -body = k8sclient.V1alpha1CertificateSigningRequest() # V1alpha1CertificateSigningRequest | +api_instance = kubernetes.client.CertificatesV1alpha1Api() +body = kubernetes.client.V1alpha1CertificateSigningRequest() # V1alpha1CertificateSigningRequest | name = 'name_example' # str | name of the CertificateSigningRequest pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) diff --git a/docs/CoreApi.md b/kubernetes/docs/CoreApi.md similarity index 81% rename from docs/CoreApi.md rename to kubernetes/docs/CoreApi.md index ea15193102..a0e62c2eeb 100644 --- a/docs/CoreApi.md +++ b/kubernetes/docs/CoreApi.md @@ -1,4 +1,4 @@ -# k8sclient.CoreApi +# kubernetes.client.CoreApi All URIs are relative to *https://localhost* @@ -18,17 +18,17 @@ get available API versions ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreApi() +api_instance = kubernetes.client.CoreApi() try: api_response = api_instance.get_api_versions() diff --git a/docs/CoreV1Api.md b/kubernetes/docs/CoreV1Api.md similarity index 88% rename from docs/CoreV1Api.md rename to kubernetes/docs/CoreV1Api.md index da55ecaab0..51cf741180 100644 --- a/docs/CoreV1Api.md +++ b/kubernetes/docs/CoreV1Api.md @@ -1,4 +1,4 @@ -# k8sclient.CoreV1Api +# kubernetes.client.CoreV1Api All URIs are relative to *https://localhost* @@ -246,17 +246,17 @@ connect DELETE requests to proxy of Pod ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Pod namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects path = 'path_example' # str | Path is the URL path to use for the current proxy request to pod. (optional) @@ -302,17 +302,17 @@ connect DELETE requests to proxy of Pod ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Pod namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects path = 'path_example' # str | path to the resource @@ -360,17 +360,17 @@ connect DELETE requests to proxy of Service ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Service namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects path = 'path_example' # str | 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=user:kimchy. Path is _search?q=user:kimchy. (optional) @@ -416,17 +416,17 @@ connect DELETE requests to proxy of Service ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Service namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects path = 'path_example' # str | path to the resource @@ -474,17 +474,17 @@ connect DELETE requests to proxy of Node ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Node path = 'path_example' # str | Path is the URL path to use for the current proxy request to node. (optional) @@ -528,17 +528,17 @@ connect DELETE requests to proxy of Node ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Node path = 'path_example' # str | path to the resource path2 = 'path_example' # str | Path is the URL path to use for the current proxy request to node. (optional) @@ -584,17 +584,17 @@ connect GET requests to attach of Pod ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Pod namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects container = 'container_example' # str | The container in which to execute the command. Defaults to only container if there is only one container in the pod. (optional) @@ -648,17 +648,17 @@ connect GET requests to exec of Pod ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Pod namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects command = 'command_example' # str | Command is the remote command to execute. argv array. Not executed within a shell. (optional) @@ -714,17 +714,17 @@ connect GET requests to portforward of Pod ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Pod namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects @@ -768,17 +768,17 @@ connect GET requests to proxy of Pod ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Pod namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects path = 'path_example' # str | Path is the URL path to use for the current proxy request to pod. (optional) @@ -824,17 +824,17 @@ connect GET requests to proxy of Pod ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Pod namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects path = 'path_example' # str | path to the resource @@ -882,17 +882,17 @@ connect GET requests to proxy of Service ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Service namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects path = 'path_example' # str | 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=user:kimchy. Path is _search?q=user:kimchy. (optional) @@ -938,17 +938,17 @@ connect GET requests to proxy of Service ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Service namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects path = 'path_example' # str | path to the resource @@ -996,17 +996,17 @@ connect GET requests to proxy of Node ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Node path = 'path_example' # str | Path is the URL path to use for the current proxy request to node. (optional) @@ -1050,17 +1050,17 @@ connect GET requests to proxy of Node ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Node path = 'path_example' # str | path to the resource path2 = 'path_example' # str | Path is the URL path to use for the current proxy request to node. (optional) @@ -1106,17 +1106,17 @@ connect HEAD requests to proxy of Pod ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Pod namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects path = 'path_example' # str | Path is the URL path to use for the current proxy request to pod. (optional) @@ -1162,17 +1162,17 @@ connect HEAD requests to proxy of Pod ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Pod namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects path = 'path_example' # str | path to the resource @@ -1220,17 +1220,17 @@ connect HEAD requests to proxy of Service ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Service namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects path = 'path_example' # str | 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=user:kimchy. Path is _search?q=user:kimchy. (optional) @@ -1276,17 +1276,17 @@ connect HEAD requests to proxy of Service ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Service namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects path = 'path_example' # str | path to the resource @@ -1334,17 +1334,17 @@ connect HEAD requests to proxy of Node ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Node path = 'path_example' # str | Path is the URL path to use for the current proxy request to node. (optional) @@ -1388,17 +1388,17 @@ connect HEAD requests to proxy of Node ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Node path = 'path_example' # str | path to the resource path2 = 'path_example' # str | Path is the URL path to use for the current proxy request to node. (optional) @@ -1444,17 +1444,17 @@ connect OPTIONS requests to proxy of Pod ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Pod namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects path = 'path_example' # str | Path is the URL path to use for the current proxy request to pod. (optional) @@ -1500,17 +1500,17 @@ connect OPTIONS requests to proxy of Pod ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Pod namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects path = 'path_example' # str | path to the resource @@ -1558,17 +1558,17 @@ connect OPTIONS requests to proxy of Service ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Service namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects path = 'path_example' # str | 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=user:kimchy. Path is _search?q=user:kimchy. (optional) @@ -1614,17 +1614,17 @@ connect OPTIONS requests to proxy of Service ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Service namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects path = 'path_example' # str | path to the resource @@ -1672,17 +1672,17 @@ connect OPTIONS requests to proxy of Node ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Node path = 'path_example' # str | Path is the URL path to use for the current proxy request to node. (optional) @@ -1726,17 +1726,17 @@ connect OPTIONS requests to proxy of Node ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Node path = 'path_example' # str | path to the resource path2 = 'path_example' # str | Path is the URL path to use for the current proxy request to node. (optional) @@ -1782,17 +1782,17 @@ connect POST requests to attach of Pod ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Pod namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects container = 'container_example' # str | The container in which to execute the command. Defaults to only container if there is only one container in the pod. (optional) @@ -1846,17 +1846,17 @@ connect POST requests to exec of Pod ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Pod namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects command = 'command_example' # str | Command is the remote command to execute. argv array. Not executed within a shell. (optional) @@ -1912,17 +1912,17 @@ connect POST requests to portforward of Pod ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Pod namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects @@ -1966,17 +1966,17 @@ connect POST requests to proxy of Pod ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Pod namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects path = 'path_example' # str | Path is the URL path to use for the current proxy request to pod. (optional) @@ -2022,17 +2022,17 @@ connect POST requests to proxy of Pod ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Pod namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects path = 'path_example' # str | path to the resource @@ -2080,17 +2080,17 @@ connect POST requests to proxy of Service ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Service namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects path = 'path_example' # str | 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=user:kimchy. Path is _search?q=user:kimchy. (optional) @@ -2136,17 +2136,17 @@ connect POST requests to proxy of Service ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Service namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects path = 'path_example' # str | path to the resource @@ -2194,17 +2194,17 @@ connect POST requests to proxy of Node ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Node path = 'path_example' # str | Path is the URL path to use for the current proxy request to node. (optional) @@ -2248,17 +2248,17 @@ connect POST requests to proxy of Node ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Node path = 'path_example' # str | path to the resource path2 = 'path_example' # str | Path is the URL path to use for the current proxy request to node. (optional) @@ -2304,17 +2304,17 @@ connect PUT requests to proxy of Pod ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Pod namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects path = 'path_example' # str | Path is the URL path to use for the current proxy request to pod. (optional) @@ -2360,17 +2360,17 @@ connect PUT requests to proxy of Pod ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Pod namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects path = 'path_example' # str | path to the resource @@ -2418,17 +2418,17 @@ connect PUT requests to proxy of Service ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Service namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects path = 'path_example' # str | 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=user:kimchy. Path is _search?q=user:kimchy. (optional) @@ -2474,17 +2474,17 @@ connect PUT requests to proxy of Service ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Service namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects path = 'path_example' # str | path to the resource @@ -2532,17 +2532,17 @@ connect PUT requests to proxy of Node ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Node path = 'path_example' # str | Path is the URL path to use for the current proxy request to node. (optional) @@ -2586,17 +2586,17 @@ connect PUT requests to proxy of Node ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Node path = 'path_example' # str | path to the resource path2 = 'path_example' # str | Path is the URL path to use for the current proxy request to node. (optional) @@ -2642,18 +2642,18 @@ create a Namespace ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() -body = k8sclient.V1Namespace() # V1Namespace | +api_instance = kubernetes.client.CoreV1Api() +body = kubernetes.client.V1Namespace() # V1Namespace | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -2696,18 +2696,18 @@ create a Binding ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() -body = k8sclient.V1Binding() # V1Binding | +api_instance = kubernetes.client.CoreV1Api() +body = kubernetes.client.V1Binding() # V1Binding | namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -2752,18 +2752,18 @@ create binding of a Binding ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() -body = k8sclient.V1Binding() # V1Binding | +api_instance = kubernetes.client.CoreV1Api() +body = kubernetes.client.V1Binding() # V1Binding | name = 'name_example' # str | name of the Binding namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -2810,19 +2810,19 @@ create a ConfigMap ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1ConfigMap() # V1ConfigMap | +body = kubernetes.client.V1ConfigMap() # V1ConfigMap | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -2866,19 +2866,19 @@ create Endpoints ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1Endpoints() # V1Endpoints | +body = kubernetes.client.V1Endpoints() # V1Endpoints | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -2922,19 +2922,19 @@ create an Event ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1Event() # V1Event | +body = kubernetes.client.V1Event() # V1Event | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -2978,18 +2978,18 @@ create eviction of an Eviction ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() -body = k8sclient.V1beta1Eviction() # V1beta1Eviction | +api_instance = kubernetes.client.CoreV1Api() +body = kubernetes.client.V1beta1Eviction() # V1beta1Eviction | name = 'name_example' # str | name of the Eviction namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -3036,19 +3036,19 @@ create a LimitRange ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1LimitRange() # V1LimitRange | +body = kubernetes.client.V1LimitRange() # V1LimitRange | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -3092,19 +3092,19 @@ create a PersistentVolumeClaim ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1PersistentVolumeClaim() # V1PersistentVolumeClaim | +body = kubernetes.client.V1PersistentVolumeClaim() # V1PersistentVolumeClaim | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -3148,19 +3148,19 @@ create a Pod ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1Pod() # V1Pod | +body = kubernetes.client.V1Pod() # V1Pod | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -3204,19 +3204,19 @@ create a PodTemplate ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1PodTemplate() # V1PodTemplate | +body = kubernetes.client.V1PodTemplate() # V1PodTemplate | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -3260,19 +3260,19 @@ create a ReplicationController ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1ReplicationController() # V1ReplicationController | +body = kubernetes.client.V1ReplicationController() # V1ReplicationController | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -3316,19 +3316,19 @@ create a ResourceQuota ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1ResourceQuota() # V1ResourceQuota | +body = kubernetes.client.V1ResourceQuota() # V1ResourceQuota | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -3372,19 +3372,19 @@ create a Secret ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1Secret() # V1Secret | +body = kubernetes.client.V1Secret() # V1Secret | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -3428,19 +3428,19 @@ create a Service ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1Service() # V1Service | +body = kubernetes.client.V1Service() # V1Service | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -3484,19 +3484,19 @@ create a ServiceAccount ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1ServiceAccount() # V1ServiceAccount | +body = kubernetes.client.V1ServiceAccount() # V1ServiceAccount | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -3540,18 +3540,18 @@ create a Node ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() -body = k8sclient.V1Node() # V1Node | +api_instance = kubernetes.client.CoreV1Api() +body = kubernetes.client.V1Node() # V1Node | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -3594,18 +3594,18 @@ create a PersistentVolume ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() -body = k8sclient.V1PersistentVolume() # V1PersistentVolume | +api_instance = kubernetes.client.CoreV1Api() +body = kubernetes.client.V1PersistentVolume() # V1PersistentVolume | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -3648,17 +3648,17 @@ delete collection of Namespace ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) label_selector = 'label_selector_example' # str | A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional) @@ -3710,17 +3710,17 @@ delete collection of ConfigMap ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) @@ -3774,17 +3774,17 @@ delete collection of Endpoints ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) @@ -3838,17 +3838,17 @@ delete collection of Event ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) @@ -3902,17 +3902,17 @@ delete collection of LimitRange ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) @@ -3966,17 +3966,17 @@ delete collection of PersistentVolumeClaim ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) @@ -4030,17 +4030,17 @@ delete collection of Pod ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) @@ -4094,17 +4094,17 @@ delete collection of PodTemplate ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) @@ -4158,17 +4158,17 @@ delete collection of ReplicationController ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) @@ -4222,17 +4222,17 @@ delete collection of ResourceQuota ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) @@ -4286,17 +4286,17 @@ delete collection of Secret ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) @@ -4350,17 +4350,17 @@ delete collection of ServiceAccount ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) @@ -4414,17 +4414,17 @@ delete collection of Node ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) label_selector = 'label_selector_example' # str | A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional) @@ -4476,17 +4476,17 @@ delete collection of PersistentVolume ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) label_selector = 'label_selector_example' # str | A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional) @@ -4538,19 +4538,19 @@ delete a Namespace ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Namespace -body = k8sclient.V1DeleteOptions() # V1DeleteOptions | +body = kubernetes.client.V1DeleteOptions() # V1DeleteOptions | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) grace_period_seconds = 56 # int | 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. (optional) orphan_dependents = true # bool | Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. (optional) @@ -4598,20 +4598,20 @@ delete a ConfigMap ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the ConfigMap namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1DeleteOptions() # V1DeleteOptions | +body = kubernetes.client.V1DeleteOptions() # V1DeleteOptions | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) grace_period_seconds = 56 # int | 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. (optional) orphan_dependents = true # bool | Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. (optional) @@ -4660,20 +4660,20 @@ delete Endpoints ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Endpoints namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1DeleteOptions() # V1DeleteOptions | +body = kubernetes.client.V1DeleteOptions() # V1DeleteOptions | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) grace_period_seconds = 56 # int | 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. (optional) orphan_dependents = true # bool | Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. (optional) @@ -4722,20 +4722,20 @@ delete an Event ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Event namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1DeleteOptions() # V1DeleteOptions | +body = kubernetes.client.V1DeleteOptions() # V1DeleteOptions | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) grace_period_seconds = 56 # int | 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. (optional) orphan_dependents = true # bool | Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. (optional) @@ -4784,20 +4784,20 @@ delete a LimitRange ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the LimitRange namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1DeleteOptions() # V1DeleteOptions | +body = kubernetes.client.V1DeleteOptions() # V1DeleteOptions | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) grace_period_seconds = 56 # int | 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. (optional) orphan_dependents = true # bool | Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. (optional) @@ -4846,20 +4846,20 @@ delete a PersistentVolumeClaim ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the PersistentVolumeClaim namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1DeleteOptions() # V1DeleteOptions | +body = kubernetes.client.V1DeleteOptions() # V1DeleteOptions | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) grace_period_seconds = 56 # int | 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. (optional) orphan_dependents = true # bool | Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. (optional) @@ -4908,20 +4908,20 @@ delete a Pod ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Pod namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1DeleteOptions() # V1DeleteOptions | +body = kubernetes.client.V1DeleteOptions() # V1DeleteOptions | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) grace_period_seconds = 56 # int | 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. (optional) orphan_dependents = true # bool | Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. (optional) @@ -4970,20 +4970,20 @@ delete a PodTemplate ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the PodTemplate namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1DeleteOptions() # V1DeleteOptions | +body = kubernetes.client.V1DeleteOptions() # V1DeleteOptions | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) grace_period_seconds = 56 # int | 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. (optional) orphan_dependents = true # bool | Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. (optional) @@ -5032,20 +5032,20 @@ delete a ReplicationController ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the ReplicationController namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1DeleteOptions() # V1DeleteOptions | +body = kubernetes.client.V1DeleteOptions() # V1DeleteOptions | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) grace_period_seconds = 56 # int | 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. (optional) orphan_dependents = true # bool | Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. (optional) @@ -5094,20 +5094,20 @@ delete a ResourceQuota ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the ResourceQuota namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1DeleteOptions() # V1DeleteOptions | +body = kubernetes.client.V1DeleteOptions() # V1DeleteOptions | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) grace_period_seconds = 56 # int | 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. (optional) orphan_dependents = true # bool | Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. (optional) @@ -5156,20 +5156,20 @@ delete a Secret ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Secret namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1DeleteOptions() # V1DeleteOptions | +body = kubernetes.client.V1DeleteOptions() # V1DeleteOptions | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) grace_period_seconds = 56 # int | 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. (optional) orphan_dependents = true # bool | Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. (optional) @@ -5218,17 +5218,17 @@ delete a Service ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Service namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -5274,20 +5274,20 @@ delete a ServiceAccount ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the ServiceAccount namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1DeleteOptions() # V1DeleteOptions | +body = kubernetes.client.V1DeleteOptions() # V1DeleteOptions | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) grace_period_seconds = 56 # int | 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. (optional) orphan_dependents = true # bool | Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. (optional) @@ -5336,19 +5336,19 @@ delete a Node ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Node -body = k8sclient.V1DeleteOptions() # V1DeleteOptions | +body = kubernetes.client.V1DeleteOptions() # V1DeleteOptions | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) grace_period_seconds = 56 # int | 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. (optional) orphan_dependents = true # bool | Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. (optional) @@ -5396,19 +5396,19 @@ delete a PersistentVolume ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the PersistentVolume -body = k8sclient.V1DeleteOptions() # V1DeleteOptions | +body = kubernetes.client.V1DeleteOptions() # V1DeleteOptions | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) grace_period_seconds = 56 # int | 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. (optional) orphan_dependents = true # bool | Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. (optional) @@ -5456,17 +5456,17 @@ get available resources ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() try: api_response = api_instance.get_api_resources() @@ -5504,17 +5504,17 @@ list objects of kind ComponentStatus ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) label_selector = 'label_selector_example' # str | A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional) pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -5566,17 +5566,17 @@ list or watch objects of kind ConfigMap ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) label_selector = 'label_selector_example' # str | A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional) pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -5628,17 +5628,17 @@ list or watch objects of kind Endpoints ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) label_selector = 'label_selector_example' # str | A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional) pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -5690,17 +5690,17 @@ list or watch objects of kind Event ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) label_selector = 'label_selector_example' # str | A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional) pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -5752,17 +5752,17 @@ list or watch objects of kind LimitRange ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) label_selector = 'label_selector_example' # str | A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional) pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -5814,17 +5814,17 @@ list or watch objects of kind Namespace ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) label_selector = 'label_selector_example' # str | A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional) @@ -5876,17 +5876,17 @@ list or watch objects of kind ConfigMap ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) @@ -5940,17 +5940,17 @@ list or watch objects of kind Endpoints ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) @@ -6004,17 +6004,17 @@ list or watch objects of kind Event ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) @@ -6068,17 +6068,17 @@ list or watch objects of kind LimitRange ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) @@ -6132,17 +6132,17 @@ list or watch objects of kind PersistentVolumeClaim ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) @@ -6196,17 +6196,17 @@ list or watch objects of kind Pod ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) @@ -6260,17 +6260,17 @@ list or watch objects of kind PodTemplate ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) @@ -6324,17 +6324,17 @@ list or watch objects of kind ReplicationController ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) @@ -6388,17 +6388,17 @@ list or watch objects of kind ResourceQuota ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) @@ -6452,17 +6452,17 @@ list or watch objects of kind Secret ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) @@ -6516,17 +6516,17 @@ list or watch objects of kind Service ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) @@ -6580,17 +6580,17 @@ list or watch objects of kind ServiceAccount ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) @@ -6644,17 +6644,17 @@ list or watch objects of kind Node ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) label_selector = 'label_selector_example' # str | A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional) @@ -6706,17 +6706,17 @@ list or watch objects of kind PersistentVolume ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) label_selector = 'label_selector_example' # str | A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional) @@ -6768,17 +6768,17 @@ list or watch objects of kind PersistentVolumeClaim ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) label_selector = 'label_selector_example' # str | A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional) pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -6830,17 +6830,17 @@ list or watch objects of kind Pod ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) label_selector = 'label_selector_example' # str | A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional) pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -6892,17 +6892,17 @@ list or watch objects of kind PodTemplate ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) label_selector = 'label_selector_example' # str | A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional) pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -6954,17 +6954,17 @@ list or watch objects of kind ReplicationController ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) label_selector = 'label_selector_example' # str | A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional) pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -7016,17 +7016,17 @@ list or watch objects of kind ResourceQuota ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) label_selector = 'label_selector_example' # str | A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional) pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -7078,17 +7078,17 @@ list or watch objects of kind Secret ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) label_selector = 'label_selector_example' # str | A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional) pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -7140,17 +7140,17 @@ list or watch objects of kind ServiceAccount ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) label_selector = 'label_selector_example' # str | A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional) pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -7202,17 +7202,17 @@ list or watch objects of kind Service ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) label_selector = 'label_selector_example' # str | A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional) pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -7264,19 +7264,19 @@ partially update the specified Namespace ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Namespace -body = k8sclient.UnversionedPatch() # UnversionedPatch | +body = kubernetes.client.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -7320,19 +7320,19 @@ partially update status of the specified Namespace ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Namespace -body = k8sclient.UnversionedPatch() # UnversionedPatch | +body = kubernetes.client.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -7376,20 +7376,20 @@ partially update the specified ConfigMap ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the ConfigMap namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.UnversionedPatch() # UnversionedPatch | +body = kubernetes.client.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -7434,20 +7434,20 @@ partially update the specified Endpoints ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Endpoints namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.UnversionedPatch() # UnversionedPatch | +body = kubernetes.client.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -7492,20 +7492,20 @@ partially update the specified Event ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Event namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.UnversionedPatch() # UnversionedPatch | +body = kubernetes.client.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -7550,20 +7550,20 @@ partially update the specified LimitRange ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the LimitRange namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.UnversionedPatch() # UnversionedPatch | +body = kubernetes.client.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -7608,20 +7608,20 @@ partially update the specified PersistentVolumeClaim ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the PersistentVolumeClaim namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.UnversionedPatch() # UnversionedPatch | +body = kubernetes.client.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -7666,20 +7666,20 @@ partially update status of the specified PersistentVolumeClaim ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the PersistentVolumeClaim namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.UnversionedPatch() # UnversionedPatch | +body = kubernetes.client.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -7724,20 +7724,20 @@ partially update the specified Pod ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Pod namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.UnversionedPatch() # UnversionedPatch | +body = kubernetes.client.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -7782,20 +7782,20 @@ partially update status of the specified Pod ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Pod namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.UnversionedPatch() # UnversionedPatch | +body = kubernetes.client.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -7840,20 +7840,20 @@ partially update the specified PodTemplate ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the PodTemplate namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.UnversionedPatch() # UnversionedPatch | +body = kubernetes.client.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -7898,20 +7898,20 @@ partially update the specified ReplicationController ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the ReplicationController namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.UnversionedPatch() # UnversionedPatch | +body = kubernetes.client.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -7956,20 +7956,20 @@ partially update status of the specified ReplicationController ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the ReplicationController namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.UnversionedPatch() # UnversionedPatch | +body = kubernetes.client.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -8014,20 +8014,20 @@ partially update the specified ResourceQuota ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the ResourceQuota namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.UnversionedPatch() # UnversionedPatch | +body = kubernetes.client.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -8072,20 +8072,20 @@ partially update status of the specified ResourceQuota ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the ResourceQuota namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.UnversionedPatch() # UnversionedPatch | +body = kubernetes.client.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -8130,20 +8130,20 @@ partially update scale of the specified Scale ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Scale namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.UnversionedPatch() # UnversionedPatch | +body = kubernetes.client.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -8188,20 +8188,20 @@ partially update the specified Secret ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Secret namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.UnversionedPatch() # UnversionedPatch | +body = kubernetes.client.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -8246,20 +8246,20 @@ partially update the specified Service ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Service namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.UnversionedPatch() # UnversionedPatch | +body = kubernetes.client.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -8304,20 +8304,20 @@ partially update the specified ServiceAccount ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the ServiceAccount namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.UnversionedPatch() # UnversionedPatch | +body = kubernetes.client.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -8362,20 +8362,20 @@ partially update status of the specified Service ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Service namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.UnversionedPatch() # UnversionedPatch | +body = kubernetes.client.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -8420,19 +8420,19 @@ partially update the specified Node ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Node -body = k8sclient.UnversionedPatch() # UnversionedPatch | +body = kubernetes.client.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -8476,19 +8476,19 @@ partially update status of the specified Node ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Node -body = k8sclient.UnversionedPatch() # UnversionedPatch | +body = kubernetes.client.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -8532,19 +8532,19 @@ partially update the specified PersistentVolume ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the PersistentVolume -body = k8sclient.UnversionedPatch() # UnversionedPatch | +body = kubernetes.client.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -8588,19 +8588,19 @@ partially update status of the specified PersistentVolume ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the PersistentVolume -body = k8sclient.UnversionedPatch() # UnversionedPatch | +body = kubernetes.client.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -8644,17 +8644,17 @@ proxy DELETE requests to Pod ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Pod namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects @@ -8698,17 +8698,17 @@ proxy DELETE requests to Pod ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Pod namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects path = 'path_example' # str | path to the resource @@ -8754,17 +8754,17 @@ proxy DELETE requests to Service ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Service namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects @@ -8808,17 +8808,17 @@ proxy DELETE requests to Service ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Service namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects path = 'path_example' # str | path to the resource @@ -8864,17 +8864,17 @@ proxy DELETE requests to Node ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Node try: @@ -8916,17 +8916,17 @@ proxy DELETE requests to Node ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Node path = 'path_example' # str | path to the resource @@ -8970,17 +8970,17 @@ proxy GET requests to Pod ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Pod namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects @@ -9024,17 +9024,17 @@ proxy GET requests to Pod ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Pod namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects path = 'path_example' # str | path to the resource @@ -9080,17 +9080,17 @@ proxy GET requests to Service ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Service namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects @@ -9134,17 +9134,17 @@ proxy GET requests to Service ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Service namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects path = 'path_example' # str | path to the resource @@ -9190,17 +9190,17 @@ proxy GET requests to Node ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Node try: @@ -9242,17 +9242,17 @@ proxy GET requests to Node ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Node path = 'path_example' # str | path to the resource @@ -9296,17 +9296,17 @@ proxy HEAD requests to Pod ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Pod namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects @@ -9350,17 +9350,17 @@ proxy HEAD requests to Pod ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Pod namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects path = 'path_example' # str | path to the resource @@ -9406,17 +9406,17 @@ proxy HEAD requests to Service ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Service namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects @@ -9460,17 +9460,17 @@ proxy HEAD requests to Service ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Service namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects path = 'path_example' # str | path to the resource @@ -9516,17 +9516,17 @@ proxy HEAD requests to Node ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Node try: @@ -9568,17 +9568,17 @@ proxy HEAD requests to Node ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Node path = 'path_example' # str | path to the resource @@ -9622,17 +9622,17 @@ proxy OPTIONS requests to Pod ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Pod namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects @@ -9676,17 +9676,17 @@ proxy OPTIONS requests to Pod ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Pod namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects path = 'path_example' # str | path to the resource @@ -9732,17 +9732,17 @@ proxy OPTIONS requests to Service ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Service namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects @@ -9786,17 +9786,17 @@ proxy OPTIONS requests to Service ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Service namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects path = 'path_example' # str | path to the resource @@ -9842,17 +9842,17 @@ proxy OPTIONS requests to Node ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Node try: @@ -9894,17 +9894,17 @@ proxy OPTIONS requests to Node ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Node path = 'path_example' # str | path to the resource @@ -9948,17 +9948,17 @@ proxy POST requests to Pod ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Pod namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects @@ -10002,17 +10002,17 @@ proxy POST requests to Pod ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Pod namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects path = 'path_example' # str | path to the resource @@ -10058,17 +10058,17 @@ proxy POST requests to Service ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Service namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects @@ -10112,17 +10112,17 @@ proxy POST requests to Service ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Service namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects path = 'path_example' # str | path to the resource @@ -10168,17 +10168,17 @@ proxy POST requests to Node ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Node try: @@ -10220,17 +10220,17 @@ proxy POST requests to Node ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Node path = 'path_example' # str | path to the resource @@ -10274,17 +10274,17 @@ proxy PUT requests to Pod ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Pod namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects @@ -10328,17 +10328,17 @@ proxy PUT requests to Pod ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Pod namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects path = 'path_example' # str | path to the resource @@ -10384,17 +10384,17 @@ proxy PUT requests to Service ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Service namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects @@ -10438,17 +10438,17 @@ proxy PUT requests to Service ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Service namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects path = 'path_example' # str | path to the resource @@ -10494,17 +10494,17 @@ proxy PUT requests to Node ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Node try: @@ -10546,17 +10546,17 @@ proxy PUT requests to Node ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Node path = 'path_example' # str | path to the resource @@ -10600,17 +10600,17 @@ read the specified ComponentStatus ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the ComponentStatus pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -10654,17 +10654,17 @@ read the specified Namespace ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Namespace pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) exact = true # bool | Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace' (optional) @@ -10712,17 +10712,17 @@ read status of the specified Namespace ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Namespace pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -10766,17 +10766,17 @@ read the specified ConfigMap ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the ConfigMap namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -10826,17 +10826,17 @@ read the specified Endpoints ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Endpoints namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -10886,17 +10886,17 @@ read the specified Event ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Event namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -10946,17 +10946,17 @@ read the specified LimitRange ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the LimitRange namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -11006,17 +11006,17 @@ read the specified PersistentVolumeClaim ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the PersistentVolumeClaim namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -11066,17 +11066,17 @@ read status of the specified PersistentVolumeClaim ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the PersistentVolumeClaim namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -11122,17 +11122,17 @@ read the specified Pod ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Pod namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -11182,17 +11182,17 @@ read log of the specified Pod ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Pod namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects container = 'container_example' # str | The container for which to stream logs. Defaults to only container if there is one container in the pod. (optional) @@ -11254,17 +11254,17 @@ read status of the specified Pod ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Pod namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -11310,17 +11310,17 @@ read the specified PodTemplate ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the PodTemplate namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -11370,17 +11370,17 @@ read the specified ReplicationController ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the ReplicationController namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -11430,17 +11430,17 @@ read status of the specified ReplicationController ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the ReplicationController namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -11486,17 +11486,17 @@ read the specified ResourceQuota ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the ResourceQuota namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -11546,17 +11546,17 @@ read status of the specified ResourceQuota ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the ResourceQuota namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -11602,17 +11602,17 @@ read scale of the specified Scale ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Scale namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -11658,17 +11658,17 @@ read the specified Secret ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Secret namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -11718,17 +11718,17 @@ read the specified Service ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Service namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -11778,17 +11778,17 @@ read the specified ServiceAccount ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the ServiceAccount namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -11838,17 +11838,17 @@ read status of the specified Service ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Service namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -11894,17 +11894,17 @@ read the specified Node ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Node pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) exact = true # bool | Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace' (optional) @@ -11952,17 +11952,17 @@ read status of the specified Node ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Node pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -12006,17 +12006,17 @@ read the specified PersistentVolume ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the PersistentVolume pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) exact = true # bool | Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace' (optional) @@ -12064,17 +12064,17 @@ read status of the specified PersistentVolume ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the PersistentVolume pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -12118,19 +12118,19 @@ replace the specified Namespace ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Namespace -body = k8sclient.V1Namespace() # V1Namespace | +body = kubernetes.client.V1Namespace() # V1Namespace | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -12174,18 +12174,18 @@ replace finalize of the specified Namespace ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() -body = k8sclient.V1Namespace() # V1Namespace | +api_instance = kubernetes.client.CoreV1Api() +body = kubernetes.client.V1Namespace() # V1Namespace | name = 'name_example' # str | name of the Namespace pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -12230,19 +12230,19 @@ replace status of the specified Namespace ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Namespace -body = k8sclient.V1Namespace() # V1Namespace | +body = kubernetes.client.V1Namespace() # V1Namespace | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -12286,20 +12286,20 @@ replace the specified ConfigMap ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the ConfigMap namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1ConfigMap() # V1ConfigMap | +body = kubernetes.client.V1ConfigMap() # V1ConfigMap | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -12344,20 +12344,20 @@ replace the specified Endpoints ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Endpoints namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1Endpoints() # V1Endpoints | +body = kubernetes.client.V1Endpoints() # V1Endpoints | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -12402,20 +12402,20 @@ replace the specified Event ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Event namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1Event() # V1Event | +body = kubernetes.client.V1Event() # V1Event | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -12460,20 +12460,20 @@ replace the specified LimitRange ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the LimitRange namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1LimitRange() # V1LimitRange | +body = kubernetes.client.V1LimitRange() # V1LimitRange | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -12518,20 +12518,20 @@ replace the specified PersistentVolumeClaim ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the PersistentVolumeClaim namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1PersistentVolumeClaim() # V1PersistentVolumeClaim | +body = kubernetes.client.V1PersistentVolumeClaim() # V1PersistentVolumeClaim | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -12576,20 +12576,20 @@ replace status of the specified PersistentVolumeClaim ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the PersistentVolumeClaim namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1PersistentVolumeClaim() # V1PersistentVolumeClaim | +body = kubernetes.client.V1PersistentVolumeClaim() # V1PersistentVolumeClaim | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -12634,20 +12634,20 @@ replace the specified Pod ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Pod namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1Pod() # V1Pod | +body = kubernetes.client.V1Pod() # V1Pod | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -12692,20 +12692,20 @@ replace status of the specified Pod ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Pod namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1Pod() # V1Pod | +body = kubernetes.client.V1Pod() # V1Pod | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -12750,20 +12750,20 @@ replace the specified PodTemplate ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the PodTemplate namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1PodTemplate() # V1PodTemplate | +body = kubernetes.client.V1PodTemplate() # V1PodTemplate | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -12808,20 +12808,20 @@ replace the specified ReplicationController ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the ReplicationController namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1ReplicationController() # V1ReplicationController | +body = kubernetes.client.V1ReplicationController() # V1ReplicationController | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -12866,20 +12866,20 @@ replace status of the specified ReplicationController ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the ReplicationController namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1ReplicationController() # V1ReplicationController | +body = kubernetes.client.V1ReplicationController() # V1ReplicationController | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -12924,20 +12924,20 @@ replace the specified ResourceQuota ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the ResourceQuota namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1ResourceQuota() # V1ResourceQuota | +body = kubernetes.client.V1ResourceQuota() # V1ResourceQuota | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -12982,20 +12982,20 @@ replace status of the specified ResourceQuota ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the ResourceQuota namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1ResourceQuota() # V1ResourceQuota | +body = kubernetes.client.V1ResourceQuota() # V1ResourceQuota | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -13040,20 +13040,20 @@ replace scale of the specified Scale ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Scale namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1Scale() # V1Scale | +body = kubernetes.client.V1Scale() # V1Scale | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -13098,20 +13098,20 @@ replace the specified Secret ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Secret namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1Secret() # V1Secret | +body = kubernetes.client.V1Secret() # V1Secret | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -13156,20 +13156,20 @@ replace the specified Service ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Service namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1Service() # V1Service | +body = kubernetes.client.V1Service() # V1Service | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -13214,20 +13214,20 @@ replace the specified ServiceAccount ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the ServiceAccount namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1ServiceAccount() # V1ServiceAccount | +body = kubernetes.client.V1ServiceAccount() # V1ServiceAccount | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -13272,20 +13272,20 @@ replace status of the specified Service ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Service namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1Service() # V1Service | +body = kubernetes.client.V1Service() # V1Service | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -13330,19 +13330,19 @@ replace the specified Node ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Node -body = k8sclient.V1Node() # V1Node | +body = kubernetes.client.V1Node() # V1Node | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -13386,19 +13386,19 @@ replace status of the specified Node ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the Node -body = k8sclient.V1Node() # V1Node | +body = kubernetes.client.V1Node() # V1Node | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -13442,19 +13442,19 @@ replace the specified PersistentVolume ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the PersistentVolume -body = k8sclient.V1PersistentVolume() # V1PersistentVolume | +body = kubernetes.client.V1PersistentVolume() # V1PersistentVolume | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -13498,19 +13498,19 @@ replace status of the specified PersistentVolume ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.CoreV1Api() +api_instance = kubernetes.client.CoreV1Api() name = 'name_example' # str | name of the PersistentVolume -body = k8sclient.V1PersistentVolume() # V1PersistentVolume | +body = kubernetes.client.V1PersistentVolume() # V1PersistentVolume | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: diff --git a/docs/ExtensionsApi.md b/kubernetes/docs/ExtensionsApi.md similarity index 81% rename from docs/ExtensionsApi.md rename to kubernetes/docs/ExtensionsApi.md index 8d53d0e593..17652eb61b 100644 --- a/docs/ExtensionsApi.md +++ b/kubernetes/docs/ExtensionsApi.md @@ -1,4 +1,4 @@ -# k8sclient.ExtensionsApi +# kubernetes.client.ExtensionsApi All URIs are relative to *https://localhost* @@ -18,17 +18,17 @@ get information of a group ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsApi() +api_instance = kubernetes.client.ExtensionsApi() try: api_response = api_instance.get_api_group() diff --git a/docs/ExtensionsV1beta1Api.md b/kubernetes/docs/ExtensionsV1beta1Api.md similarity index 88% rename from docs/ExtensionsV1beta1Api.md rename to kubernetes/docs/ExtensionsV1beta1Api.md index 510f00cd0a..c23dae5417 100644 --- a/docs/ExtensionsV1beta1Api.md +++ b/kubernetes/docs/ExtensionsV1beta1Api.md @@ -1,4 +1,4 @@ -# k8sclient.ExtensionsV1beta1Api +# kubernetes.client.ExtensionsV1beta1Api All URIs are relative to *https://localhost* @@ -109,19 +109,19 @@ create a DaemonSet ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1beta1DaemonSet() # V1beta1DaemonSet | +body = kubernetes.client.V1beta1DaemonSet() # V1beta1DaemonSet | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -165,19 +165,19 @@ create a Deployment ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1beta1Deployment() # V1beta1Deployment | +body = kubernetes.client.V1beta1Deployment() # V1beta1Deployment | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -221,18 +221,18 @@ create rollback of a DeploymentRollback ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() -body = k8sclient.V1beta1DeploymentRollback() # V1beta1DeploymentRollback | +api_instance = kubernetes.client.ExtensionsV1beta1Api() +body = kubernetes.client.V1beta1DeploymentRollback() # V1beta1DeploymentRollback | name = 'name_example' # str | name of the DeploymentRollback namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -279,19 +279,19 @@ create a HorizontalPodAutoscaler ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1beta1HorizontalPodAutoscaler() # V1beta1HorizontalPodAutoscaler | +body = kubernetes.client.V1beta1HorizontalPodAutoscaler() # V1beta1HorizontalPodAutoscaler | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -335,19 +335,19 @@ create an Ingress ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1beta1Ingress() # V1beta1Ingress | +body = kubernetes.client.V1beta1Ingress() # V1beta1Ingress | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -391,19 +391,19 @@ create a Job ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1beta1Job() # V1beta1Job | +body = kubernetes.client.V1beta1Job() # V1beta1Job | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -447,19 +447,19 @@ create a NetworkPolicy ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1beta1NetworkPolicy() # V1beta1NetworkPolicy | +body = kubernetes.client.V1beta1NetworkPolicy() # V1beta1NetworkPolicy | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -503,19 +503,19 @@ create a ReplicaSet ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1beta1ReplicaSet() # V1beta1ReplicaSet | +body = kubernetes.client.V1beta1ReplicaSet() # V1beta1ReplicaSet | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -559,18 +559,18 @@ create a ThirdPartyResource ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() -body = k8sclient.V1beta1ThirdPartyResource() # V1beta1ThirdPartyResource | +api_instance = kubernetes.client.ExtensionsV1beta1Api() +body = kubernetes.client.V1beta1ThirdPartyResource() # V1beta1ThirdPartyResource | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -613,17 +613,17 @@ delete collection of DaemonSet ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) @@ -677,17 +677,17 @@ delete collection of Deployment ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) @@ -741,17 +741,17 @@ delete collection of HorizontalPodAutoscaler ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) @@ -805,17 +805,17 @@ delete collection of Ingress ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) @@ -869,17 +869,17 @@ delete collection of Job ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) @@ -933,17 +933,17 @@ delete collection of NetworkPolicy ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) @@ -997,17 +997,17 @@ delete collection of ReplicaSet ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) @@ -1061,17 +1061,17 @@ delete collection of ThirdPartyResource ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) label_selector = 'label_selector_example' # str | A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional) @@ -1123,20 +1123,20 @@ delete a DaemonSet ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() name = 'name_example' # str | name of the DaemonSet namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1DeleteOptions() # V1DeleteOptions | +body = kubernetes.client.V1DeleteOptions() # V1DeleteOptions | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) grace_period_seconds = 56 # int | 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. (optional) orphan_dependents = true # bool | Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. (optional) @@ -1185,20 +1185,20 @@ delete a Deployment ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() name = 'name_example' # str | name of the Deployment namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1DeleteOptions() # V1DeleteOptions | +body = kubernetes.client.V1DeleteOptions() # V1DeleteOptions | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) grace_period_seconds = 56 # int | 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. (optional) orphan_dependents = true # bool | Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. (optional) @@ -1247,20 +1247,20 @@ delete a HorizontalPodAutoscaler ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() name = 'name_example' # str | name of the HorizontalPodAutoscaler namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1DeleteOptions() # V1DeleteOptions | +body = kubernetes.client.V1DeleteOptions() # V1DeleteOptions | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) grace_period_seconds = 56 # int | 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. (optional) orphan_dependents = true # bool | Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. (optional) @@ -1309,20 +1309,20 @@ delete an Ingress ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() name = 'name_example' # str | name of the Ingress namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1DeleteOptions() # V1DeleteOptions | +body = kubernetes.client.V1DeleteOptions() # V1DeleteOptions | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) grace_period_seconds = 56 # int | 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. (optional) orphan_dependents = true # bool | Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. (optional) @@ -1371,20 +1371,20 @@ delete a Job ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() name = 'name_example' # str | name of the Job namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1DeleteOptions() # V1DeleteOptions | +body = kubernetes.client.V1DeleteOptions() # V1DeleteOptions | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) grace_period_seconds = 56 # int | 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. (optional) orphan_dependents = true # bool | Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. (optional) @@ -1433,20 +1433,20 @@ delete a NetworkPolicy ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() name = 'name_example' # str | name of the NetworkPolicy namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1DeleteOptions() # V1DeleteOptions | +body = kubernetes.client.V1DeleteOptions() # V1DeleteOptions | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) grace_period_seconds = 56 # int | 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. (optional) orphan_dependents = true # bool | Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. (optional) @@ -1495,20 +1495,20 @@ delete a ReplicaSet ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() name = 'name_example' # str | name of the ReplicaSet namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1DeleteOptions() # V1DeleteOptions | +body = kubernetes.client.V1DeleteOptions() # V1DeleteOptions | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) grace_period_seconds = 56 # int | 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. (optional) orphan_dependents = true # bool | Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. (optional) @@ -1557,19 +1557,19 @@ delete a ThirdPartyResource ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() name = 'name_example' # str | name of the ThirdPartyResource -body = k8sclient.V1DeleteOptions() # V1DeleteOptions | +body = kubernetes.client.V1DeleteOptions() # V1DeleteOptions | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) grace_period_seconds = 56 # int | 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. (optional) orphan_dependents = true # bool | Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. (optional) @@ -1617,17 +1617,17 @@ get available resources ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() try: api_response = api_instance.get_api_resources() @@ -1665,17 +1665,17 @@ list or watch objects of kind DaemonSet ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) label_selector = 'label_selector_example' # str | A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional) pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -1727,17 +1727,17 @@ list or watch objects of kind Deployment ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) label_selector = 'label_selector_example' # str | A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional) pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -1789,17 +1789,17 @@ list or watch objects of kind HorizontalPodAutoscaler ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) label_selector = 'label_selector_example' # str | A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional) pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -1851,17 +1851,17 @@ list or watch objects of kind Ingress ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) label_selector = 'label_selector_example' # str | A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional) pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -1913,17 +1913,17 @@ list or watch objects of kind Job ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) label_selector = 'label_selector_example' # str | A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional) pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -1975,17 +1975,17 @@ list or watch objects of kind DaemonSet ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) @@ -2039,17 +2039,17 @@ list or watch objects of kind Deployment ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) @@ -2103,17 +2103,17 @@ list or watch objects of kind HorizontalPodAutoscaler ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) @@ -2167,17 +2167,17 @@ list or watch objects of kind Ingress ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) @@ -2231,17 +2231,17 @@ list or watch objects of kind Job ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) @@ -2295,17 +2295,17 @@ list or watch objects of kind NetworkPolicy ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) @@ -2359,17 +2359,17 @@ list or watch objects of kind ReplicaSet ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) @@ -2423,17 +2423,17 @@ list or watch objects of kind NetworkPolicy ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) label_selector = 'label_selector_example' # str | A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional) pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -2485,17 +2485,17 @@ list or watch objects of kind ReplicaSet ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) label_selector = 'label_selector_example' # str | A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional) pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -2547,17 +2547,17 @@ list or watch objects of kind ThirdPartyResource ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) label_selector = 'label_selector_example' # str | A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional) @@ -2609,20 +2609,20 @@ partially update the specified DaemonSet ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() name = 'name_example' # str | name of the DaemonSet namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.UnversionedPatch() # UnversionedPatch | +body = kubernetes.client.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -2667,20 +2667,20 @@ partially update status of the specified DaemonSet ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() name = 'name_example' # str | name of the DaemonSet namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.UnversionedPatch() # UnversionedPatch | +body = kubernetes.client.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -2725,20 +2725,20 @@ partially update the specified Deployment ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() name = 'name_example' # str | name of the Deployment namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.UnversionedPatch() # UnversionedPatch | +body = kubernetes.client.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -2783,20 +2783,20 @@ partially update status of the specified Deployment ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() name = 'name_example' # str | name of the Deployment namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.UnversionedPatch() # UnversionedPatch | +body = kubernetes.client.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -2841,20 +2841,20 @@ partially update scale of the specified Scale ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() name = 'name_example' # str | name of the Scale namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.UnversionedPatch() # UnversionedPatch | +body = kubernetes.client.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -2899,20 +2899,20 @@ partially update the specified HorizontalPodAutoscaler ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() name = 'name_example' # str | name of the HorizontalPodAutoscaler namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.UnversionedPatch() # UnversionedPatch | +body = kubernetes.client.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -2957,20 +2957,20 @@ partially update status of the specified HorizontalPodAutoscaler ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() name = 'name_example' # str | name of the HorizontalPodAutoscaler namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.UnversionedPatch() # UnversionedPatch | +body = kubernetes.client.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -3015,20 +3015,20 @@ partially update the specified Ingress ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() name = 'name_example' # str | name of the Ingress namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.UnversionedPatch() # UnversionedPatch | +body = kubernetes.client.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -3073,20 +3073,20 @@ partially update status of the specified Ingress ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() name = 'name_example' # str | name of the Ingress namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.UnversionedPatch() # UnversionedPatch | +body = kubernetes.client.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -3131,20 +3131,20 @@ partially update the specified Job ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() name = 'name_example' # str | name of the Job namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.UnversionedPatch() # UnversionedPatch | +body = kubernetes.client.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -3189,20 +3189,20 @@ partially update status of the specified Job ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() name = 'name_example' # str | name of the Job namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.UnversionedPatch() # UnversionedPatch | +body = kubernetes.client.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -3247,20 +3247,20 @@ partially update the specified NetworkPolicy ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() name = 'name_example' # str | name of the NetworkPolicy namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.UnversionedPatch() # UnversionedPatch | +body = kubernetes.client.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -3305,20 +3305,20 @@ partially update the specified ReplicaSet ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() name = 'name_example' # str | name of the ReplicaSet namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.UnversionedPatch() # UnversionedPatch | +body = kubernetes.client.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -3363,20 +3363,20 @@ partially update status of the specified ReplicaSet ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() name = 'name_example' # str | name of the ReplicaSet namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.UnversionedPatch() # UnversionedPatch | +body = kubernetes.client.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -3421,20 +3421,20 @@ partially update scale of the specified Scale ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() name = 'name_example' # str | name of the Scale namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.UnversionedPatch() # UnversionedPatch | +body = kubernetes.client.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -3479,20 +3479,20 @@ partially update scale of the specified Scale ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() name = 'name_example' # str | name of the Scale namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.UnversionedPatch() # UnversionedPatch | +body = kubernetes.client.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -3537,19 +3537,19 @@ partially update the specified ThirdPartyResource ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() name = 'name_example' # str | name of the ThirdPartyResource -body = k8sclient.UnversionedPatch() # UnversionedPatch | +body = kubernetes.client.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -3593,17 +3593,17 @@ read the specified DaemonSet ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() name = 'name_example' # str | name of the DaemonSet namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -3653,17 +3653,17 @@ read status of the specified DaemonSet ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() name = 'name_example' # str | name of the DaemonSet namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -3709,17 +3709,17 @@ read the specified Deployment ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() name = 'name_example' # str | name of the Deployment namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -3769,17 +3769,17 @@ read status of the specified Deployment ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() name = 'name_example' # str | name of the Deployment namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -3825,17 +3825,17 @@ read scale of the specified Scale ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() name = 'name_example' # str | name of the Scale namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -3881,17 +3881,17 @@ read the specified HorizontalPodAutoscaler ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() name = 'name_example' # str | name of the HorizontalPodAutoscaler namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -3941,17 +3941,17 @@ read status of the specified HorizontalPodAutoscaler ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() name = 'name_example' # str | name of the HorizontalPodAutoscaler namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -3997,17 +3997,17 @@ read the specified Ingress ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() name = 'name_example' # str | name of the Ingress namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -4057,17 +4057,17 @@ read status of the specified Ingress ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() name = 'name_example' # str | name of the Ingress namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -4113,17 +4113,17 @@ read the specified Job ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() name = 'name_example' # str | name of the Job namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -4173,17 +4173,17 @@ read status of the specified Job ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() name = 'name_example' # str | name of the Job namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -4229,17 +4229,17 @@ read the specified NetworkPolicy ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() name = 'name_example' # str | name of the NetworkPolicy namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -4289,17 +4289,17 @@ read the specified ReplicaSet ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() name = 'name_example' # str | name of the ReplicaSet namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -4349,17 +4349,17 @@ read status of the specified ReplicaSet ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() name = 'name_example' # str | name of the ReplicaSet namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -4405,17 +4405,17 @@ read scale of the specified Scale ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() name = 'name_example' # str | name of the Scale namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -4461,17 +4461,17 @@ read scale of the specified Scale ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() name = 'name_example' # str | name of the Scale namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -4517,17 +4517,17 @@ read the specified ThirdPartyResource ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() name = 'name_example' # str | name of the ThirdPartyResource pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) exact = true # bool | Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace' (optional) @@ -4575,20 +4575,20 @@ replace the specified DaemonSet ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() name = 'name_example' # str | name of the DaemonSet namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1beta1DaemonSet() # V1beta1DaemonSet | +body = kubernetes.client.V1beta1DaemonSet() # V1beta1DaemonSet | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -4633,20 +4633,20 @@ replace status of the specified DaemonSet ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() name = 'name_example' # str | name of the DaemonSet namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1beta1DaemonSet() # V1beta1DaemonSet | +body = kubernetes.client.V1beta1DaemonSet() # V1beta1DaemonSet | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -4691,20 +4691,20 @@ replace the specified Deployment ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() name = 'name_example' # str | name of the Deployment namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1beta1Deployment() # V1beta1Deployment | +body = kubernetes.client.V1beta1Deployment() # V1beta1Deployment | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -4749,20 +4749,20 @@ replace status of the specified Deployment ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() name = 'name_example' # str | name of the Deployment namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1beta1Deployment() # V1beta1Deployment | +body = kubernetes.client.V1beta1Deployment() # V1beta1Deployment | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -4807,20 +4807,20 @@ replace scale of the specified Scale ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() name = 'name_example' # str | name of the Scale namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1beta1Scale() # V1beta1Scale | +body = kubernetes.client.V1beta1Scale() # V1beta1Scale | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -4865,20 +4865,20 @@ replace the specified HorizontalPodAutoscaler ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() name = 'name_example' # str | name of the HorizontalPodAutoscaler namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1beta1HorizontalPodAutoscaler() # V1beta1HorizontalPodAutoscaler | +body = kubernetes.client.V1beta1HorizontalPodAutoscaler() # V1beta1HorizontalPodAutoscaler | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -4923,20 +4923,20 @@ replace status of the specified HorizontalPodAutoscaler ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() name = 'name_example' # str | name of the HorizontalPodAutoscaler namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1beta1HorizontalPodAutoscaler() # V1beta1HorizontalPodAutoscaler | +body = kubernetes.client.V1beta1HorizontalPodAutoscaler() # V1beta1HorizontalPodAutoscaler | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -4981,20 +4981,20 @@ replace the specified Ingress ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() name = 'name_example' # str | name of the Ingress namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1beta1Ingress() # V1beta1Ingress | +body = kubernetes.client.V1beta1Ingress() # V1beta1Ingress | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -5039,20 +5039,20 @@ replace status of the specified Ingress ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() name = 'name_example' # str | name of the Ingress namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1beta1Ingress() # V1beta1Ingress | +body = kubernetes.client.V1beta1Ingress() # V1beta1Ingress | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -5097,20 +5097,20 @@ replace the specified Job ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() name = 'name_example' # str | name of the Job namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1beta1Job() # V1beta1Job | +body = kubernetes.client.V1beta1Job() # V1beta1Job | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -5155,20 +5155,20 @@ replace status of the specified Job ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() name = 'name_example' # str | name of the Job namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1beta1Job() # V1beta1Job | +body = kubernetes.client.V1beta1Job() # V1beta1Job | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -5213,20 +5213,20 @@ replace the specified NetworkPolicy ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() name = 'name_example' # str | name of the NetworkPolicy namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1beta1NetworkPolicy() # V1beta1NetworkPolicy | +body = kubernetes.client.V1beta1NetworkPolicy() # V1beta1NetworkPolicy | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -5271,20 +5271,20 @@ replace the specified ReplicaSet ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() name = 'name_example' # str | name of the ReplicaSet namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1beta1ReplicaSet() # V1beta1ReplicaSet | +body = kubernetes.client.V1beta1ReplicaSet() # V1beta1ReplicaSet | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -5329,20 +5329,20 @@ replace status of the specified ReplicaSet ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() name = 'name_example' # str | name of the ReplicaSet namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1beta1ReplicaSet() # V1beta1ReplicaSet | +body = kubernetes.client.V1beta1ReplicaSet() # V1beta1ReplicaSet | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -5387,20 +5387,20 @@ replace scale of the specified Scale ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() name = 'name_example' # str | name of the Scale namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1beta1Scale() # V1beta1Scale | +body = kubernetes.client.V1beta1Scale() # V1beta1Scale | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -5445,20 +5445,20 @@ replace scale of the specified Scale ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() name = 'name_example' # str | name of the Scale namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1beta1Scale() # V1beta1Scale | +body = kubernetes.client.V1beta1Scale() # V1beta1Scale | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -5503,19 +5503,19 @@ replace the specified ThirdPartyResource ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.ExtensionsV1beta1Api() +api_instance = kubernetes.client.ExtensionsV1beta1Api() name = 'name_example' # str | name of the ThirdPartyResource -body = k8sclient.V1beta1ThirdPartyResource() # V1beta1ThirdPartyResource | +body = kubernetes.client.V1beta1ThirdPartyResource() # V1beta1ThirdPartyResource | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: diff --git a/docs/IntstrIntOrString.md b/kubernetes/docs/IntstrIntOrString.md similarity index 100% rename from docs/IntstrIntOrString.md rename to kubernetes/docs/IntstrIntOrString.md diff --git a/docs/LogsApi.md b/kubernetes/docs/LogsApi.md similarity index 79% rename from docs/LogsApi.md rename to kubernetes/docs/LogsApi.md index f2fbb4a8eb..20861ce3b7 100644 --- a/docs/LogsApi.md +++ b/kubernetes/docs/LogsApi.md @@ -1,4 +1,4 @@ -# k8sclient.LogsApi +# kubernetes.client.LogsApi All URIs are relative to *https://localhost* @@ -17,17 +17,17 @@ Method | HTTP request | Description ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.LogsApi() +api_instance = kubernetes.client.LogsApi() logpath = 'logpath_example' # str | path to the log try: @@ -66,17 +66,17 @@ void (empty response body) ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.LogsApi() +api_instance = kubernetes.client.LogsApi() try: api_instance.log_file_list_handler() diff --git a/docs/PolicyApi.md b/kubernetes/docs/PolicyApi.md similarity index 81% rename from docs/PolicyApi.md rename to kubernetes/docs/PolicyApi.md index 36f6d2d1ca..924f1ed75c 100644 --- a/docs/PolicyApi.md +++ b/kubernetes/docs/PolicyApi.md @@ -1,4 +1,4 @@ -# k8sclient.PolicyApi +# kubernetes.client.PolicyApi All URIs are relative to *https://localhost* @@ -18,17 +18,17 @@ get information of a group ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.PolicyApi() +api_instance = kubernetes.client.PolicyApi() try: api_response = api_instance.get_api_group() diff --git a/docs/PolicyV1beta1Api.md b/kubernetes/docs/PolicyV1beta1Api.md similarity index 88% rename from docs/PolicyV1beta1Api.md rename to kubernetes/docs/PolicyV1beta1Api.md index 835b5275b1..5ed1eeaa5e 100644 --- a/docs/PolicyV1beta1Api.md +++ b/kubernetes/docs/PolicyV1beta1Api.md @@ -1,4 +1,4 @@ -# k8sclient.PolicyV1beta1Api +# kubernetes.client.PolicyV1beta1Api All URIs are relative to *https://localhost* @@ -29,19 +29,19 @@ create a PodDisruptionBudget ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.PolicyV1beta1Api() +api_instance = kubernetes.client.PolicyV1beta1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1beta1PodDisruptionBudget() # V1beta1PodDisruptionBudget | +body = kubernetes.client.V1beta1PodDisruptionBudget() # V1beta1PodDisruptionBudget | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -85,17 +85,17 @@ delete collection of PodDisruptionBudget ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.PolicyV1beta1Api() +api_instance = kubernetes.client.PolicyV1beta1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) @@ -149,20 +149,20 @@ delete a PodDisruptionBudget ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.PolicyV1beta1Api() +api_instance = kubernetes.client.PolicyV1beta1Api() name = 'name_example' # str | name of the PodDisruptionBudget namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1DeleteOptions() # V1DeleteOptions | +body = kubernetes.client.V1DeleteOptions() # V1DeleteOptions | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) grace_period_seconds = 56 # int | 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. (optional) orphan_dependents = true # bool | Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. (optional) @@ -211,17 +211,17 @@ get available resources ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.PolicyV1beta1Api() +api_instance = kubernetes.client.PolicyV1beta1Api() try: api_response = api_instance.get_api_resources() @@ -259,17 +259,17 @@ list or watch objects of kind PodDisruptionBudget ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.PolicyV1beta1Api() +api_instance = kubernetes.client.PolicyV1beta1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) @@ -323,17 +323,17 @@ list or watch objects of kind PodDisruptionBudget ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.PolicyV1beta1Api() +api_instance = kubernetes.client.PolicyV1beta1Api() field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) label_selector = 'label_selector_example' # str | A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional) pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -385,20 +385,20 @@ partially update the specified PodDisruptionBudget ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.PolicyV1beta1Api() +api_instance = kubernetes.client.PolicyV1beta1Api() name = 'name_example' # str | name of the PodDisruptionBudget namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.UnversionedPatch() # UnversionedPatch | +body = kubernetes.client.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -443,20 +443,20 @@ partially update status of the specified PodDisruptionBudget ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.PolicyV1beta1Api() +api_instance = kubernetes.client.PolicyV1beta1Api() name = 'name_example' # str | name of the PodDisruptionBudget namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.UnversionedPatch() # UnversionedPatch | +body = kubernetes.client.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -501,17 +501,17 @@ read the specified PodDisruptionBudget ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.PolicyV1beta1Api() +api_instance = kubernetes.client.PolicyV1beta1Api() name = 'name_example' # str | name of the PodDisruptionBudget namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -561,17 +561,17 @@ read status of the specified PodDisruptionBudget ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.PolicyV1beta1Api() +api_instance = kubernetes.client.PolicyV1beta1Api() name = 'name_example' # str | name of the PodDisruptionBudget namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -617,20 +617,20 @@ replace the specified PodDisruptionBudget ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.PolicyV1beta1Api() +api_instance = kubernetes.client.PolicyV1beta1Api() name = 'name_example' # str | name of the PodDisruptionBudget namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1beta1PodDisruptionBudget() # V1beta1PodDisruptionBudget | +body = kubernetes.client.V1beta1PodDisruptionBudget() # V1beta1PodDisruptionBudget | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -675,20 +675,20 @@ replace status of the specified PodDisruptionBudget ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.PolicyV1beta1Api() +api_instance = kubernetes.client.PolicyV1beta1Api() name = 'name_example' # str | name of the PodDisruptionBudget namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1beta1PodDisruptionBudget() # V1beta1PodDisruptionBudget | +body = kubernetes.client.V1beta1PodDisruptionBudget() # V1beta1PodDisruptionBudget | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: diff --git a/docs/RbacAuthorizationApi.md b/kubernetes/docs/RbacAuthorizationApi.md similarity index 80% rename from docs/RbacAuthorizationApi.md rename to kubernetes/docs/RbacAuthorizationApi.md index 262a001420..c218c69ecf 100644 --- a/docs/RbacAuthorizationApi.md +++ b/kubernetes/docs/RbacAuthorizationApi.md @@ -1,4 +1,4 @@ -# k8sclient.RbacAuthorizationApi +# kubernetes.client.RbacAuthorizationApi All URIs are relative to *https://localhost* @@ -18,17 +18,17 @@ get information of a group ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.RbacAuthorizationApi() +api_instance = kubernetes.client.RbacAuthorizationApi() try: api_response = api_instance.get_api_group() diff --git a/docs/RbacAuthorizationV1alpha1Api.md b/kubernetes/docs/RbacAuthorizationV1alpha1Api.md similarity index 88% rename from docs/RbacAuthorizationV1alpha1Api.md rename to kubernetes/docs/RbacAuthorizationV1alpha1Api.md index 614a1c98ee..2b4e731d0e 100644 --- a/docs/RbacAuthorizationV1alpha1Api.md +++ b/kubernetes/docs/RbacAuthorizationV1alpha1Api.md @@ -1,4 +1,4 @@ -# k8sclient.RbacAuthorizationV1alpha1Api +# kubernetes.client.RbacAuthorizationV1alpha1Api All URIs are relative to *https://localhost* @@ -48,18 +48,18 @@ create a ClusterRole ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.RbacAuthorizationV1alpha1Api() -body = k8sclient.V1alpha1ClusterRole() # V1alpha1ClusterRole | +api_instance = kubernetes.client.RbacAuthorizationV1alpha1Api() +body = kubernetes.client.V1alpha1ClusterRole() # V1alpha1ClusterRole | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -102,18 +102,18 @@ create a ClusterRoleBinding ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.RbacAuthorizationV1alpha1Api() -body = k8sclient.V1alpha1ClusterRoleBinding() # V1alpha1ClusterRoleBinding | +api_instance = kubernetes.client.RbacAuthorizationV1alpha1Api() +body = kubernetes.client.V1alpha1ClusterRoleBinding() # V1alpha1ClusterRoleBinding | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -156,19 +156,19 @@ create a Role ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.RbacAuthorizationV1alpha1Api() +api_instance = kubernetes.client.RbacAuthorizationV1alpha1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1alpha1Role() # V1alpha1Role | +body = kubernetes.client.V1alpha1Role() # V1alpha1Role | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -212,19 +212,19 @@ create a RoleBinding ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.RbacAuthorizationV1alpha1Api() +api_instance = kubernetes.client.RbacAuthorizationV1alpha1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1alpha1RoleBinding() # V1alpha1RoleBinding | +body = kubernetes.client.V1alpha1RoleBinding() # V1alpha1RoleBinding | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -268,19 +268,19 @@ delete a ClusterRole ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.RbacAuthorizationV1alpha1Api() +api_instance = kubernetes.client.RbacAuthorizationV1alpha1Api() name = 'name_example' # str | name of the ClusterRole -body = k8sclient.V1DeleteOptions() # V1DeleteOptions | +body = kubernetes.client.V1DeleteOptions() # V1DeleteOptions | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) grace_period_seconds = 56 # int | 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. (optional) orphan_dependents = true # bool | Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. (optional) @@ -328,19 +328,19 @@ delete a ClusterRoleBinding ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.RbacAuthorizationV1alpha1Api() +api_instance = kubernetes.client.RbacAuthorizationV1alpha1Api() name = 'name_example' # str | name of the ClusterRoleBinding -body = k8sclient.V1DeleteOptions() # V1DeleteOptions | +body = kubernetes.client.V1DeleteOptions() # V1DeleteOptions | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) grace_period_seconds = 56 # int | 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. (optional) orphan_dependents = true # bool | Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. (optional) @@ -388,17 +388,17 @@ delete collection of ClusterRole ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.RbacAuthorizationV1alpha1Api() +api_instance = kubernetes.client.RbacAuthorizationV1alpha1Api() pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) label_selector = 'label_selector_example' # str | A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional) @@ -450,17 +450,17 @@ delete collection of ClusterRoleBinding ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.RbacAuthorizationV1alpha1Api() +api_instance = kubernetes.client.RbacAuthorizationV1alpha1Api() pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) label_selector = 'label_selector_example' # str | A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional) @@ -512,17 +512,17 @@ delete collection of Role ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.RbacAuthorizationV1alpha1Api() +api_instance = kubernetes.client.RbacAuthorizationV1alpha1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) @@ -576,17 +576,17 @@ delete collection of RoleBinding ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.RbacAuthorizationV1alpha1Api() +api_instance = kubernetes.client.RbacAuthorizationV1alpha1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) @@ -640,20 +640,20 @@ delete a Role ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.RbacAuthorizationV1alpha1Api() +api_instance = kubernetes.client.RbacAuthorizationV1alpha1Api() name = 'name_example' # str | name of the Role namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1DeleteOptions() # V1DeleteOptions | +body = kubernetes.client.V1DeleteOptions() # V1DeleteOptions | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) grace_period_seconds = 56 # int | 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. (optional) orphan_dependents = true # bool | Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. (optional) @@ -702,20 +702,20 @@ delete a RoleBinding ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.RbacAuthorizationV1alpha1Api() +api_instance = kubernetes.client.RbacAuthorizationV1alpha1Api() name = 'name_example' # str | name of the RoleBinding namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1DeleteOptions() # V1DeleteOptions | +body = kubernetes.client.V1DeleteOptions() # V1DeleteOptions | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) grace_period_seconds = 56 # int | 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. (optional) orphan_dependents = true # bool | Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. (optional) @@ -764,17 +764,17 @@ get available resources ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.RbacAuthorizationV1alpha1Api() +api_instance = kubernetes.client.RbacAuthorizationV1alpha1Api() try: api_response = api_instance.get_api_resources() @@ -812,17 +812,17 @@ list or watch objects of kind ClusterRole ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.RbacAuthorizationV1alpha1Api() +api_instance = kubernetes.client.RbacAuthorizationV1alpha1Api() pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) label_selector = 'label_selector_example' # str | A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional) @@ -874,17 +874,17 @@ list or watch objects of kind ClusterRoleBinding ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.RbacAuthorizationV1alpha1Api() +api_instance = kubernetes.client.RbacAuthorizationV1alpha1Api() pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) label_selector = 'label_selector_example' # str | A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional) @@ -936,17 +936,17 @@ list or watch objects of kind Role ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.RbacAuthorizationV1alpha1Api() +api_instance = kubernetes.client.RbacAuthorizationV1alpha1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) @@ -1000,17 +1000,17 @@ list or watch objects of kind RoleBinding ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.RbacAuthorizationV1alpha1Api() +api_instance = kubernetes.client.RbacAuthorizationV1alpha1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) @@ -1064,17 +1064,17 @@ list or watch objects of kind RoleBinding ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.RbacAuthorizationV1alpha1Api() +api_instance = kubernetes.client.RbacAuthorizationV1alpha1Api() field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) label_selector = 'label_selector_example' # str | A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional) pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -1126,17 +1126,17 @@ list or watch objects of kind Role ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.RbacAuthorizationV1alpha1Api() +api_instance = kubernetes.client.RbacAuthorizationV1alpha1Api() field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) label_selector = 'label_selector_example' # str | A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional) pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -1188,19 +1188,19 @@ partially update the specified ClusterRole ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.RbacAuthorizationV1alpha1Api() +api_instance = kubernetes.client.RbacAuthorizationV1alpha1Api() name = 'name_example' # str | name of the ClusterRole -body = k8sclient.UnversionedPatch() # UnversionedPatch | +body = kubernetes.client.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -1244,19 +1244,19 @@ partially update the specified ClusterRoleBinding ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.RbacAuthorizationV1alpha1Api() +api_instance = kubernetes.client.RbacAuthorizationV1alpha1Api() name = 'name_example' # str | name of the ClusterRoleBinding -body = k8sclient.UnversionedPatch() # UnversionedPatch | +body = kubernetes.client.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -1300,20 +1300,20 @@ partially update the specified Role ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.RbacAuthorizationV1alpha1Api() +api_instance = kubernetes.client.RbacAuthorizationV1alpha1Api() name = 'name_example' # str | name of the Role namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.UnversionedPatch() # UnversionedPatch | +body = kubernetes.client.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -1358,20 +1358,20 @@ partially update the specified RoleBinding ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.RbacAuthorizationV1alpha1Api() +api_instance = kubernetes.client.RbacAuthorizationV1alpha1Api() name = 'name_example' # str | name of the RoleBinding namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.UnversionedPatch() # UnversionedPatch | +body = kubernetes.client.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -1416,17 +1416,17 @@ read the specified ClusterRole ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.RbacAuthorizationV1alpha1Api() +api_instance = kubernetes.client.RbacAuthorizationV1alpha1Api() name = 'name_example' # str | name of the ClusterRole pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -1470,17 +1470,17 @@ read the specified ClusterRoleBinding ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.RbacAuthorizationV1alpha1Api() +api_instance = kubernetes.client.RbacAuthorizationV1alpha1Api() name = 'name_example' # str | name of the ClusterRoleBinding pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -1524,17 +1524,17 @@ read the specified Role ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.RbacAuthorizationV1alpha1Api() +api_instance = kubernetes.client.RbacAuthorizationV1alpha1Api() name = 'name_example' # str | name of the Role namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -1580,17 +1580,17 @@ read the specified RoleBinding ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.RbacAuthorizationV1alpha1Api() +api_instance = kubernetes.client.RbacAuthorizationV1alpha1Api() name = 'name_example' # str | name of the RoleBinding namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -1636,19 +1636,19 @@ replace the specified ClusterRole ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.RbacAuthorizationV1alpha1Api() +api_instance = kubernetes.client.RbacAuthorizationV1alpha1Api() name = 'name_example' # str | name of the ClusterRole -body = k8sclient.V1alpha1ClusterRole() # V1alpha1ClusterRole | +body = kubernetes.client.V1alpha1ClusterRole() # V1alpha1ClusterRole | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -1692,19 +1692,19 @@ replace the specified ClusterRoleBinding ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.RbacAuthorizationV1alpha1Api() +api_instance = kubernetes.client.RbacAuthorizationV1alpha1Api() name = 'name_example' # str | name of the ClusterRoleBinding -body = k8sclient.V1alpha1ClusterRoleBinding() # V1alpha1ClusterRoleBinding | +body = kubernetes.client.V1alpha1ClusterRoleBinding() # V1alpha1ClusterRoleBinding | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -1748,20 +1748,20 @@ replace the specified Role ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.RbacAuthorizationV1alpha1Api() +api_instance = kubernetes.client.RbacAuthorizationV1alpha1Api() name = 'name_example' # str | name of the Role namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1alpha1Role() # V1alpha1Role | +body = kubernetes.client.V1alpha1Role() # V1alpha1Role | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -1806,20 +1806,20 @@ replace the specified RoleBinding ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.RbacAuthorizationV1alpha1Api() +api_instance = kubernetes.client.RbacAuthorizationV1alpha1Api() name = 'name_example' # str | name of the RoleBinding namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1alpha1RoleBinding() # V1alpha1RoleBinding | +body = kubernetes.client.V1alpha1RoleBinding() # V1alpha1RoleBinding | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: diff --git a/docs/ResourceQuantity.md b/kubernetes/docs/ResourceQuantity.md similarity index 100% rename from docs/ResourceQuantity.md rename to kubernetes/docs/ResourceQuantity.md diff --git a/docs/RuntimeRawExtension.md b/kubernetes/docs/RuntimeRawExtension.md similarity index 100% rename from docs/RuntimeRawExtension.md rename to kubernetes/docs/RuntimeRawExtension.md diff --git a/docs/StorageApi.md b/kubernetes/docs/StorageApi.md similarity index 81% rename from docs/StorageApi.md rename to kubernetes/docs/StorageApi.md index 25107decab..6694d121f1 100644 --- a/docs/StorageApi.md +++ b/kubernetes/docs/StorageApi.md @@ -1,4 +1,4 @@ -# k8sclient.StorageApi +# kubernetes.client.StorageApi All URIs are relative to *https://localhost* @@ -18,17 +18,17 @@ get information of a group ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.StorageApi() +api_instance = kubernetes.client.StorageApi() try: api_response = api_instance.get_api_group() diff --git a/docs/StorageV1beta1Api.md b/kubernetes/docs/StorageV1beta1Api.md similarity index 87% rename from docs/StorageV1beta1Api.md rename to kubernetes/docs/StorageV1beta1Api.md index 605105398c..50b07c8066 100644 --- a/docs/StorageV1beta1Api.md +++ b/kubernetes/docs/StorageV1beta1Api.md @@ -1,4 +1,4 @@ -# k8sclient.StorageV1beta1Api +# kubernetes.client.StorageV1beta1Api All URIs are relative to *https://localhost* @@ -25,18 +25,18 @@ create a StorageClass ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.StorageV1beta1Api() -body = k8sclient.V1beta1StorageClass() # V1beta1StorageClass | +api_instance = kubernetes.client.StorageV1beta1Api() +body = kubernetes.client.V1beta1StorageClass() # V1beta1StorageClass | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -79,17 +79,17 @@ delete collection of StorageClass ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.StorageV1beta1Api() +api_instance = kubernetes.client.StorageV1beta1Api() pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) label_selector = 'label_selector_example' # str | A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional) @@ -141,19 +141,19 @@ delete a StorageClass ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.StorageV1beta1Api() +api_instance = kubernetes.client.StorageV1beta1Api() name = 'name_example' # str | name of the StorageClass -body = k8sclient.V1DeleteOptions() # V1DeleteOptions | +body = kubernetes.client.V1DeleteOptions() # V1DeleteOptions | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) grace_period_seconds = 56 # int | 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. (optional) orphan_dependents = true # bool | Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. (optional) @@ -201,17 +201,17 @@ get available resources ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.StorageV1beta1Api() +api_instance = kubernetes.client.StorageV1beta1Api() try: api_response = api_instance.get_api_resources() @@ -249,17 +249,17 @@ list or watch objects of kind StorageClass ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.StorageV1beta1Api() +api_instance = kubernetes.client.StorageV1beta1Api() pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) label_selector = 'label_selector_example' # str | A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional) @@ -311,19 +311,19 @@ partially update the specified StorageClass ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.StorageV1beta1Api() +api_instance = kubernetes.client.StorageV1beta1Api() name = 'name_example' # str | name of the StorageClass -body = k8sclient.UnversionedPatch() # UnversionedPatch | +body = kubernetes.client.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: @@ -367,17 +367,17 @@ read the specified StorageClass ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.StorageV1beta1Api() +api_instance = kubernetes.client.StorageV1beta1Api() name = 'name_example' # str | name of the StorageClass pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) exact = true # bool | Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace' (optional) @@ -425,19 +425,19 @@ replace the specified StorageClass ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.StorageV1beta1Api() +api_instance = kubernetes.client.StorageV1beta1Api() name = 'name_example' # str | name of the StorageClass -body = k8sclient.V1beta1StorageClass() # V1beta1StorageClass | +body = kubernetes.client.V1beta1StorageClass() # V1beta1StorageClass | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: diff --git a/docs/UnversionedAPIGroup.md b/kubernetes/docs/UnversionedAPIGroup.md similarity index 55% rename from docs/UnversionedAPIGroup.md rename to kubernetes/docs/UnversionedAPIGroup.md index 10a7f1d03b..b854a46ea6 100644 --- a/docs/UnversionedAPIGroup.md +++ b/kubernetes/docs/UnversionedAPIGroup.md @@ -5,7 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **str** | name is the name of the group. | **preferred_version** | [**UnversionedGroupVersionForDiscovery**](UnversionedGroupVersionForDiscovery.md) | preferredVersion is the version preferred by the API server, which probably is the storage version. | [optional] -**server_address_by_client_cid_rs** | [**list[UnversionedServerAddressByClientCIDR]**](UnversionedServerAddressByClientCIDR.md) | 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. | +**server_address_by_client_cid_rs** | [**list[UnversionedServerAddressByClientCIDR]**](UnversionedServerAddressByClientCIDR.md) | a map of kubernetes.client CIDR to server address that is serving this group. This is to help kubernetes.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, kubernetes.clients should use the longest matching CIDR. The server returns only those CIDRs that it thinks that the kubernetes.client can match. For example: the master will return an internal IP CIDR only, if the kubernetes.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 kubernetes.client IP. | **versions** | [**list[UnversionedGroupVersionForDiscovery]**](UnversionedGroupVersionForDiscovery.md) | versions are the versions supported in this group. | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/UnversionedAPIGroupList.md b/kubernetes/docs/UnversionedAPIGroupList.md similarity index 100% rename from docs/UnversionedAPIGroupList.md rename to kubernetes/docs/UnversionedAPIGroupList.md diff --git a/docs/UnversionedAPIResource.md b/kubernetes/docs/UnversionedAPIResource.md similarity index 100% rename from docs/UnversionedAPIResource.md rename to kubernetes/docs/UnversionedAPIResource.md diff --git a/docs/UnversionedAPIResourceList.md b/kubernetes/docs/UnversionedAPIResourceList.md similarity index 100% rename from docs/UnversionedAPIResourceList.md rename to kubernetes/docs/UnversionedAPIResourceList.md diff --git a/kubernetes/docs/UnversionedAPIVersions.md b/kubernetes/docs/UnversionedAPIVersions.md new file mode 100644 index 0000000000..2f4aa17b1a --- /dev/null +++ b/kubernetes/docs/UnversionedAPIVersions.md @@ -0,0 +1,11 @@ +# UnversionedAPIVersions + +## Properties +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**server_address_by_client_cid_rs** | [**list[UnversionedServerAddressByClientCIDR]**](UnversionedServerAddressByClientCIDR.md) | a map of kubernetes.client CIDR to server address that is serving this group. This is to help kubernetes.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, kubernetes.clients should use the longest matching CIDR. The server returns only those CIDRs that it thinks that the kubernetes.client can match. For example: the master will return an internal IP CIDR only, if the kubernetes.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 kubernetes.client IP. | +**versions** | **list[str]** | versions are the api versions that are available. | + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/UnversionedGroupVersionForDiscovery.md b/kubernetes/docs/UnversionedGroupVersionForDiscovery.md similarity index 81% rename from docs/UnversionedGroupVersionForDiscovery.md rename to kubernetes/docs/UnversionedGroupVersionForDiscovery.md index 6ad9c71bcb..6c2902edf5 100644 --- a/docs/UnversionedGroupVersionForDiscovery.md +++ b/kubernetes/docs/UnversionedGroupVersionForDiscovery.md @@ -4,7 +4,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **group_version** | **str** | groupVersion specifies the API group and version in the form \"group/version\" | -**version** | **str** | version specifies the version in the form of \"version\". This is to save the clients the trouble of splitting the GroupVersion. | +**version** | **str** | version specifies the version in the form of \"version\". This is to save the kubernetes.clients the trouble of splitting the GroupVersion. | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/UnversionedLabelSelector.md b/kubernetes/docs/UnversionedLabelSelector.md similarity index 100% rename from docs/UnversionedLabelSelector.md rename to kubernetes/docs/UnversionedLabelSelector.md diff --git a/docs/UnversionedLabelSelectorRequirement.md b/kubernetes/docs/UnversionedLabelSelectorRequirement.md similarity index 100% rename from docs/UnversionedLabelSelectorRequirement.md rename to kubernetes/docs/UnversionedLabelSelectorRequirement.md diff --git a/docs/UnversionedListMeta.md b/kubernetes/docs/UnversionedListMeta.md similarity index 56% rename from docs/UnversionedListMeta.md rename to kubernetes/docs/UnversionedListMeta.md index 776f6b92d6..cd4419b107 100644 --- a/docs/UnversionedListMeta.md +++ b/kubernetes/docs/UnversionedListMeta.md @@ -3,7 +3,7 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**resource_version** | **str** | 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: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#concurrency-control-and-consistency | [optional] +**resource_version** | **str** | String that identifies the server's internal version of this object that can be used by kubernetes.clients to determine when objects have changed. Value must be treated as opaque by kubernetes.clients and passed unmodified back to the server. Populated by the system. Read-only. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#concurrency-control-and-consistency | [optional] **self_link** | **str** | SelfLink is a URL representing this object. Populated by the system. Read-only. | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/UnversionedServerAddressByClientCIDR.md b/kubernetes/docs/UnversionedServerAddressByClientCIDR.md similarity index 58% rename from docs/UnversionedServerAddressByClientCIDR.md rename to kubernetes/docs/UnversionedServerAddressByClientCIDR.md index 8ebff3b7cd..42a2ad23fb 100644 --- a/docs/UnversionedServerAddressByClientCIDR.md +++ b/kubernetes/docs/UnversionedServerAddressByClientCIDR.md @@ -3,8 +3,8 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**client_cidr** | **str** | The CIDR with which clients can match their IP to figure out the server address that they should use. | -**server_address** | **str** | Address of this server, suitable for a client that matches the above CIDR. This can be a hostname, hostname:port, IP or IP:port. | +**kubernetes.client_cidr** | **str** | The CIDR with which kubernetes.clients can match their IP to figure out the server address that they should use. | +**server_address** | **str** | Address of this server, suitable for a kubernetes.client that matches the above CIDR. This can be a hostname, hostname:port, IP or IP:port. | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/UnversionedStatus.md b/kubernetes/docs/UnversionedStatus.md similarity index 100% rename from docs/UnversionedStatus.md rename to kubernetes/docs/UnversionedStatus.md diff --git a/docs/UnversionedStatusCause.md b/kubernetes/docs/UnversionedStatusCause.md similarity index 100% rename from docs/UnversionedStatusCause.md rename to kubernetes/docs/UnversionedStatusCause.md diff --git a/docs/UnversionedStatusDetails.md b/kubernetes/docs/UnversionedStatusDetails.md similarity index 100% rename from docs/UnversionedStatusDetails.md rename to kubernetes/docs/UnversionedStatusDetails.md diff --git a/docs/UnversionedTime.md b/kubernetes/docs/UnversionedTime.md similarity index 100% rename from docs/UnversionedTime.md rename to kubernetes/docs/UnversionedTime.md diff --git a/docs/V1AttachedVolume.md b/kubernetes/docs/V1AttachedVolume.md similarity index 100% rename from docs/V1AttachedVolume.md rename to kubernetes/docs/V1AttachedVolume.md diff --git a/docs/V1Binding.md b/kubernetes/docs/V1Binding.md similarity index 100% rename from docs/V1Binding.md rename to kubernetes/docs/V1Binding.md diff --git a/docs/V1Capabilities.md b/kubernetes/docs/V1Capabilities.md similarity index 100% rename from docs/V1Capabilities.md rename to kubernetes/docs/V1Capabilities.md diff --git a/docs/V1ComponentCondition.md b/kubernetes/docs/V1ComponentCondition.md similarity index 100% rename from docs/V1ComponentCondition.md rename to kubernetes/docs/V1ComponentCondition.md diff --git a/docs/V1ComponentStatus.md b/kubernetes/docs/V1ComponentStatus.md similarity index 100% rename from docs/V1ComponentStatus.md rename to kubernetes/docs/V1ComponentStatus.md diff --git a/docs/V1ComponentStatusList.md b/kubernetes/docs/V1ComponentStatusList.md similarity index 100% rename from docs/V1ComponentStatusList.md rename to kubernetes/docs/V1ComponentStatusList.md diff --git a/docs/V1ConfigMap.md b/kubernetes/docs/V1ConfigMap.md similarity index 100% rename from docs/V1ConfigMap.md rename to kubernetes/docs/V1ConfigMap.md diff --git a/docs/V1ConfigMapKeySelector.md b/kubernetes/docs/V1ConfigMapKeySelector.md similarity index 100% rename from docs/V1ConfigMapKeySelector.md rename to kubernetes/docs/V1ConfigMapKeySelector.md diff --git a/docs/V1ConfigMapList.md b/kubernetes/docs/V1ConfigMapList.md similarity index 100% rename from docs/V1ConfigMapList.md rename to kubernetes/docs/V1ConfigMapList.md diff --git a/docs/V1Container.md b/kubernetes/docs/V1Container.md similarity index 93% rename from docs/V1Container.md rename to kubernetes/docs/V1Container.md index e6d35193f0..341b590ef6 100644 --- a/docs/V1Container.md +++ b/kubernetes/docs/V1Container.md @@ -16,7 +16,7 @@ Name | Type | Description | Notes **resources** | [**V1ResourceRequirements**](V1ResourceRequirements.md) | Compute Resources required by this container. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#resources | [optional] **security_context** | [**V1SecurityContext**](V1SecurityContext.md) | Security options the pod should run with. More info: http://releases.k8s.io/HEAD/docs/design/security_context.md | [optional] **stdin** | **bool** | 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. | [optional] -**stdin_once** | **bool** | 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 | [optional] +**stdin_once** | **bool** | 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 kubernetes.client attaches to stdin, and then remains open and accepts data until the kubernetes.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 | [optional] **termination_message_path** | **str** | 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. Defaults to /dev/termination-log. Cannot be updated. | [optional] **tty** | **bool** | Whether this container should allocate a TTY for itself, also requires 'stdin' to be true. Default is false. | [optional] **volume_mounts** | [**list[V1VolumeMount]**](V1VolumeMount.md) | Pod volumes to mount into the container's filesystem. Cannot be updated. | [optional] diff --git a/docs/V1ContainerImage.md b/kubernetes/docs/V1ContainerImage.md similarity index 100% rename from docs/V1ContainerImage.md rename to kubernetes/docs/V1ContainerImage.md diff --git a/docs/V1ContainerPort.md b/kubernetes/docs/V1ContainerPort.md similarity index 100% rename from docs/V1ContainerPort.md rename to kubernetes/docs/V1ContainerPort.md diff --git a/docs/V1ContainerState.md b/kubernetes/docs/V1ContainerState.md similarity index 100% rename from docs/V1ContainerState.md rename to kubernetes/docs/V1ContainerState.md diff --git a/docs/V1ContainerStateRunning.md b/kubernetes/docs/V1ContainerStateRunning.md similarity index 100% rename from docs/V1ContainerStateRunning.md rename to kubernetes/docs/V1ContainerStateRunning.md diff --git a/docs/V1ContainerStateTerminated.md b/kubernetes/docs/V1ContainerStateTerminated.md similarity index 100% rename from docs/V1ContainerStateTerminated.md rename to kubernetes/docs/V1ContainerStateTerminated.md diff --git a/docs/V1ContainerStateWaiting.md b/kubernetes/docs/V1ContainerStateWaiting.md similarity index 100% rename from docs/V1ContainerStateWaiting.md rename to kubernetes/docs/V1ContainerStateWaiting.md diff --git a/docs/V1ContainerStatus.md b/kubernetes/docs/V1ContainerStatus.md similarity index 100% rename from docs/V1ContainerStatus.md rename to kubernetes/docs/V1ContainerStatus.md diff --git a/docs/V1CrossVersionObjectReference.md b/kubernetes/docs/V1CrossVersionObjectReference.md similarity index 100% rename from docs/V1CrossVersionObjectReference.md rename to kubernetes/docs/V1CrossVersionObjectReference.md diff --git a/docs/V1DaemonEndpoint.md b/kubernetes/docs/V1DaemonEndpoint.md similarity index 100% rename from docs/V1DaemonEndpoint.md rename to kubernetes/docs/V1DaemonEndpoint.md diff --git a/docs/V1DeleteOptions.md b/kubernetes/docs/V1DeleteOptions.md similarity index 100% rename from docs/V1DeleteOptions.md rename to kubernetes/docs/V1DeleteOptions.md diff --git a/docs/V1EndpointAddress.md b/kubernetes/docs/V1EndpointAddress.md similarity index 100% rename from docs/V1EndpointAddress.md rename to kubernetes/docs/V1EndpointAddress.md diff --git a/docs/V1EndpointPort.md b/kubernetes/docs/V1EndpointPort.md similarity index 100% rename from docs/V1EndpointPort.md rename to kubernetes/docs/V1EndpointPort.md diff --git a/docs/V1EndpointSubset.md b/kubernetes/docs/V1EndpointSubset.md similarity index 94% rename from docs/V1EndpointSubset.md rename to kubernetes/docs/V1EndpointSubset.md index ef50bd6ab0..cc006a264e 100644 --- a/docs/V1EndpointSubset.md +++ b/kubernetes/docs/V1EndpointSubset.md @@ -3,7 +3,7 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**addresses** | [**list[V1EndpointAddress]**](V1EndpointAddress.md) | 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. | [optional] +**addresses** | [**list[V1EndpointAddress]**](V1EndpointAddress.md) | IP addresses which offer the related ports that are marked as ready. These endpoints should be considered safe for load balancers and kubernetes.clients to utilize. | [optional] **not_ready_addresses** | [**list[V1EndpointAddress]**](V1EndpointAddress.md) | 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. | [optional] **ports** | [**list[V1EndpointPort]**](V1EndpointPort.md) | Port numbers available on the related IP addresses. | [optional] diff --git a/docs/V1Endpoints.md b/kubernetes/docs/V1Endpoints.md similarity index 100% rename from docs/V1Endpoints.md rename to kubernetes/docs/V1Endpoints.md diff --git a/docs/V1EndpointsList.md b/kubernetes/docs/V1EndpointsList.md similarity index 100% rename from docs/V1EndpointsList.md rename to kubernetes/docs/V1EndpointsList.md diff --git a/docs/V1EnvVar.md b/kubernetes/docs/V1EnvVar.md similarity index 100% rename from docs/V1EnvVar.md rename to kubernetes/docs/V1EnvVar.md diff --git a/docs/V1EnvVarSource.md b/kubernetes/docs/V1EnvVarSource.md similarity index 100% rename from docs/V1EnvVarSource.md rename to kubernetes/docs/V1EnvVarSource.md diff --git a/docs/V1Event.md b/kubernetes/docs/V1Event.md similarity index 100% rename from docs/V1Event.md rename to kubernetes/docs/V1Event.md diff --git a/docs/V1EventList.md b/kubernetes/docs/V1EventList.md similarity index 100% rename from docs/V1EventList.md rename to kubernetes/docs/V1EventList.md diff --git a/docs/V1EventSource.md b/kubernetes/docs/V1EventSource.md similarity index 100% rename from docs/V1EventSource.md rename to kubernetes/docs/V1EventSource.md diff --git a/docs/V1ExecAction.md b/kubernetes/docs/V1ExecAction.md similarity index 100% rename from docs/V1ExecAction.md rename to kubernetes/docs/V1ExecAction.md diff --git a/docs/V1HTTPGetAction.md b/kubernetes/docs/V1HTTPGetAction.md similarity index 100% rename from docs/V1HTTPGetAction.md rename to kubernetes/docs/V1HTTPGetAction.md diff --git a/docs/V1HTTPHeader.md b/kubernetes/docs/V1HTTPHeader.md similarity index 100% rename from docs/V1HTTPHeader.md rename to kubernetes/docs/V1HTTPHeader.md diff --git a/docs/V1Handler.md b/kubernetes/docs/V1Handler.md similarity index 100% rename from docs/V1Handler.md rename to kubernetes/docs/V1Handler.md diff --git a/docs/V1HorizontalPodAutoscaler.md b/kubernetes/docs/V1HorizontalPodAutoscaler.md similarity index 100% rename from docs/V1HorizontalPodAutoscaler.md rename to kubernetes/docs/V1HorizontalPodAutoscaler.md diff --git a/docs/V1HorizontalPodAutoscalerList.md b/kubernetes/docs/V1HorizontalPodAutoscalerList.md similarity index 100% rename from docs/V1HorizontalPodAutoscalerList.md rename to kubernetes/docs/V1HorizontalPodAutoscalerList.md diff --git a/docs/V1HorizontalPodAutoscalerSpec.md b/kubernetes/docs/V1HorizontalPodAutoscalerSpec.md similarity index 100% rename from docs/V1HorizontalPodAutoscalerSpec.md rename to kubernetes/docs/V1HorizontalPodAutoscalerSpec.md diff --git a/docs/V1HorizontalPodAutoscalerStatus.md b/kubernetes/docs/V1HorizontalPodAutoscalerStatus.md similarity index 100% rename from docs/V1HorizontalPodAutoscalerStatus.md rename to kubernetes/docs/V1HorizontalPodAutoscalerStatus.md diff --git a/docs/V1Job.md b/kubernetes/docs/V1Job.md similarity index 100% rename from docs/V1Job.md rename to kubernetes/docs/V1Job.md diff --git a/docs/V1JobCondition.md b/kubernetes/docs/V1JobCondition.md similarity index 100% rename from docs/V1JobCondition.md rename to kubernetes/docs/V1JobCondition.md diff --git a/docs/V1JobList.md b/kubernetes/docs/V1JobList.md similarity index 100% rename from docs/V1JobList.md rename to kubernetes/docs/V1JobList.md diff --git a/docs/V1JobSpec.md b/kubernetes/docs/V1JobSpec.md similarity index 100% rename from docs/V1JobSpec.md rename to kubernetes/docs/V1JobSpec.md diff --git a/docs/V1JobStatus.md b/kubernetes/docs/V1JobStatus.md similarity index 100% rename from docs/V1JobStatus.md rename to kubernetes/docs/V1JobStatus.md diff --git a/docs/V1Lifecycle.md b/kubernetes/docs/V1Lifecycle.md similarity index 100% rename from docs/V1Lifecycle.md rename to kubernetes/docs/V1Lifecycle.md diff --git a/docs/V1LimitRange.md b/kubernetes/docs/V1LimitRange.md similarity index 100% rename from docs/V1LimitRange.md rename to kubernetes/docs/V1LimitRange.md diff --git a/docs/V1LimitRangeItem.md b/kubernetes/docs/V1LimitRangeItem.md similarity index 100% rename from docs/V1LimitRangeItem.md rename to kubernetes/docs/V1LimitRangeItem.md diff --git a/docs/V1LimitRangeList.md b/kubernetes/docs/V1LimitRangeList.md similarity index 100% rename from docs/V1LimitRangeList.md rename to kubernetes/docs/V1LimitRangeList.md diff --git a/docs/V1LimitRangeSpec.md b/kubernetes/docs/V1LimitRangeSpec.md similarity index 100% rename from docs/V1LimitRangeSpec.md rename to kubernetes/docs/V1LimitRangeSpec.md diff --git a/docs/V1LoadBalancerIngress.md b/kubernetes/docs/V1LoadBalancerIngress.md similarity index 100% rename from docs/V1LoadBalancerIngress.md rename to kubernetes/docs/V1LoadBalancerIngress.md diff --git a/docs/V1LoadBalancerStatus.md b/kubernetes/docs/V1LoadBalancerStatus.md similarity index 100% rename from docs/V1LoadBalancerStatus.md rename to kubernetes/docs/V1LoadBalancerStatus.md diff --git a/docs/V1LocalObjectReference.md b/kubernetes/docs/V1LocalObjectReference.md similarity index 100% rename from docs/V1LocalObjectReference.md rename to kubernetes/docs/V1LocalObjectReference.md diff --git a/docs/V1Namespace.md b/kubernetes/docs/V1Namespace.md similarity index 100% rename from docs/V1Namespace.md rename to kubernetes/docs/V1Namespace.md diff --git a/docs/V1NamespaceList.md b/kubernetes/docs/V1NamespaceList.md similarity index 100% rename from docs/V1NamespaceList.md rename to kubernetes/docs/V1NamespaceList.md diff --git a/docs/V1NamespaceSpec.md b/kubernetes/docs/V1NamespaceSpec.md similarity index 100% rename from docs/V1NamespaceSpec.md rename to kubernetes/docs/V1NamespaceSpec.md diff --git a/docs/V1NamespaceStatus.md b/kubernetes/docs/V1NamespaceStatus.md similarity index 100% rename from docs/V1NamespaceStatus.md rename to kubernetes/docs/V1NamespaceStatus.md diff --git a/docs/V1Node.md b/kubernetes/docs/V1Node.md similarity index 100% rename from docs/V1Node.md rename to kubernetes/docs/V1Node.md diff --git a/docs/V1NodeAddress.md b/kubernetes/docs/V1NodeAddress.md similarity index 100% rename from docs/V1NodeAddress.md rename to kubernetes/docs/V1NodeAddress.md diff --git a/docs/V1NodeCondition.md b/kubernetes/docs/V1NodeCondition.md similarity index 100% rename from docs/V1NodeCondition.md rename to kubernetes/docs/V1NodeCondition.md diff --git a/docs/V1NodeDaemonEndpoints.md b/kubernetes/docs/V1NodeDaemonEndpoints.md similarity index 100% rename from docs/V1NodeDaemonEndpoints.md rename to kubernetes/docs/V1NodeDaemonEndpoints.md diff --git a/docs/V1NodeList.md b/kubernetes/docs/V1NodeList.md similarity index 100% rename from docs/V1NodeList.md rename to kubernetes/docs/V1NodeList.md diff --git a/docs/V1NodeSpec.md b/kubernetes/docs/V1NodeSpec.md similarity index 100% rename from docs/V1NodeSpec.md rename to kubernetes/docs/V1NodeSpec.md diff --git a/docs/V1NodeStatus.md b/kubernetes/docs/V1NodeStatus.md similarity index 100% rename from docs/V1NodeStatus.md rename to kubernetes/docs/V1NodeStatus.md diff --git a/docs/V1NodeSystemInfo.md b/kubernetes/docs/V1NodeSystemInfo.md similarity index 100% rename from docs/V1NodeSystemInfo.md rename to kubernetes/docs/V1NodeSystemInfo.md diff --git a/docs/V1ObjectFieldSelector.md b/kubernetes/docs/V1ObjectFieldSelector.md similarity index 100% rename from docs/V1ObjectFieldSelector.md rename to kubernetes/docs/V1ObjectFieldSelector.md diff --git a/docs/V1ObjectMeta.md b/kubernetes/docs/V1ObjectMeta.md similarity index 61% rename from docs/V1ObjectMeta.md rename to kubernetes/docs/V1ObjectMeta.md index 908fc4f1aa..6eabc093c5 100644 --- a/docs/V1ObjectMeta.md +++ b/kubernetes/docs/V1ObjectMeta.md @@ -7,15 +7,15 @@ Name | Type | Description | Notes **cluster_name** | **str** | 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. | [optional] **creation_timestamp** | [**UnversionedTime**](UnversionedTime.md) | 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: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata | [optional] **deletion_grace_period_seconds** | **int** | 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. | [optional] -**deletion_timestamp** | [**UnversionedTime**](UnversionedTime.md) | 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 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: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata | [optional] +**deletion_timestamp** | [**UnversionedTime**](UnversionedTime.md) | 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 kubernetes.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 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: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata | [optional] **finalizers** | **list[str]** | 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. | [optional] -**generate_name** | **str** | 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: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#idempotency | [optional] +**generate_name** | **str** | 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 kubernetes.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 kubernetes.client should retry (optionally after the time indicated in the Retry-After header). Applied only if Name is not specified. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#idempotency | [optional] **generation** | **int** | A sequence number representing a specific generation of the desired state. Populated by the system. Read-only. | [optional] **labels** | **dict(str, str)** | 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 | [optional] -**name** | **str** | 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 | [optional] +**name** | **str** | Name must be unique within a namespace. Is required when creating resources, although some resources may allow a kubernetes.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 | [optional] **namespace** | **str** | 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 | [optional] **owner_references** | [**list[V1OwnerReference]**](V1OwnerReference.md) | 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. | [optional] -**resource_version** | **str** | 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: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#concurrency-control-and-consistency | [optional] +**resource_version** | **str** | An opaque value that represents the internal version of this object that can be used by kubernetes.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 kubernetes.clients and . More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#concurrency-control-and-consistency | [optional] **self_link** | **str** | SelfLink is a URL representing this object. Populated by the system. Read-only. | [optional] **uid** | **str** | 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 | [optional] diff --git a/docs/V1ObjectReference.md b/kubernetes/docs/V1ObjectReference.md similarity index 100% rename from docs/V1ObjectReference.md rename to kubernetes/docs/V1ObjectReference.md diff --git a/docs/V1OwnerReference.md b/kubernetes/docs/V1OwnerReference.md similarity index 100% rename from docs/V1OwnerReference.md rename to kubernetes/docs/V1OwnerReference.md diff --git a/docs/V1PersistentVolume.md b/kubernetes/docs/V1PersistentVolume.md similarity index 100% rename from docs/V1PersistentVolume.md rename to kubernetes/docs/V1PersistentVolume.md diff --git a/docs/V1PersistentVolumeClaim.md b/kubernetes/docs/V1PersistentVolumeClaim.md similarity index 100% rename from docs/V1PersistentVolumeClaim.md rename to kubernetes/docs/V1PersistentVolumeClaim.md diff --git a/docs/V1PersistentVolumeClaimList.md b/kubernetes/docs/V1PersistentVolumeClaimList.md similarity index 100% rename from docs/V1PersistentVolumeClaimList.md rename to kubernetes/docs/V1PersistentVolumeClaimList.md diff --git a/docs/V1PersistentVolumeClaimSpec.md b/kubernetes/docs/V1PersistentVolumeClaimSpec.md similarity index 100% rename from docs/V1PersistentVolumeClaimSpec.md rename to kubernetes/docs/V1PersistentVolumeClaimSpec.md diff --git a/docs/V1PersistentVolumeClaimStatus.md b/kubernetes/docs/V1PersistentVolumeClaimStatus.md similarity index 100% rename from docs/V1PersistentVolumeClaimStatus.md rename to kubernetes/docs/V1PersistentVolumeClaimStatus.md diff --git a/docs/V1PersistentVolumeList.md b/kubernetes/docs/V1PersistentVolumeList.md similarity index 100% rename from docs/V1PersistentVolumeList.md rename to kubernetes/docs/V1PersistentVolumeList.md diff --git a/docs/V1PersistentVolumeSpec.md b/kubernetes/docs/V1PersistentVolumeSpec.md similarity index 100% rename from docs/V1PersistentVolumeSpec.md rename to kubernetes/docs/V1PersistentVolumeSpec.md diff --git a/docs/V1PersistentVolumeStatus.md b/kubernetes/docs/V1PersistentVolumeStatus.md similarity index 100% rename from docs/V1PersistentVolumeStatus.md rename to kubernetes/docs/V1PersistentVolumeStatus.md diff --git a/docs/V1Pod.md b/kubernetes/docs/V1Pod.md similarity index 100% rename from docs/V1Pod.md rename to kubernetes/docs/V1Pod.md diff --git a/docs/V1PodCondition.md b/kubernetes/docs/V1PodCondition.md similarity index 100% rename from docs/V1PodCondition.md rename to kubernetes/docs/V1PodCondition.md diff --git a/docs/V1PodList.md b/kubernetes/docs/V1PodList.md similarity index 100% rename from docs/V1PodList.md rename to kubernetes/docs/V1PodList.md diff --git a/docs/V1PodSecurityContext.md b/kubernetes/docs/V1PodSecurityContext.md similarity index 100% rename from docs/V1PodSecurityContext.md rename to kubernetes/docs/V1PodSecurityContext.md diff --git a/docs/V1PodSpec.md b/kubernetes/docs/V1PodSpec.md similarity index 100% rename from docs/V1PodSpec.md rename to kubernetes/docs/V1PodSpec.md diff --git a/docs/V1PodStatus.md b/kubernetes/docs/V1PodStatus.md similarity index 100% rename from docs/V1PodStatus.md rename to kubernetes/docs/V1PodStatus.md diff --git a/docs/V1PodTemplate.md b/kubernetes/docs/V1PodTemplate.md similarity index 100% rename from docs/V1PodTemplate.md rename to kubernetes/docs/V1PodTemplate.md diff --git a/docs/V1PodTemplateList.md b/kubernetes/docs/V1PodTemplateList.md similarity index 100% rename from docs/V1PodTemplateList.md rename to kubernetes/docs/V1PodTemplateList.md diff --git a/docs/V1PodTemplateSpec.md b/kubernetes/docs/V1PodTemplateSpec.md similarity index 100% rename from docs/V1PodTemplateSpec.md rename to kubernetes/docs/V1PodTemplateSpec.md diff --git a/docs/V1Preconditions.md b/kubernetes/docs/V1Preconditions.md similarity index 100% rename from docs/V1Preconditions.md rename to kubernetes/docs/V1Preconditions.md diff --git a/docs/V1Probe.md b/kubernetes/docs/V1Probe.md similarity index 100% rename from docs/V1Probe.md rename to kubernetes/docs/V1Probe.md diff --git a/docs/V1ReplicationController.md b/kubernetes/docs/V1ReplicationController.md similarity index 100% rename from docs/V1ReplicationController.md rename to kubernetes/docs/V1ReplicationController.md diff --git a/docs/V1ReplicationControllerCondition.md b/kubernetes/docs/V1ReplicationControllerCondition.md similarity index 100% rename from docs/V1ReplicationControllerCondition.md rename to kubernetes/docs/V1ReplicationControllerCondition.md diff --git a/docs/V1ReplicationControllerList.md b/kubernetes/docs/V1ReplicationControllerList.md similarity index 100% rename from docs/V1ReplicationControllerList.md rename to kubernetes/docs/V1ReplicationControllerList.md diff --git a/docs/V1ReplicationControllerSpec.md b/kubernetes/docs/V1ReplicationControllerSpec.md similarity index 100% rename from docs/V1ReplicationControllerSpec.md rename to kubernetes/docs/V1ReplicationControllerSpec.md diff --git a/docs/V1ReplicationControllerStatus.md b/kubernetes/docs/V1ReplicationControllerStatus.md similarity index 100% rename from docs/V1ReplicationControllerStatus.md rename to kubernetes/docs/V1ReplicationControllerStatus.md diff --git a/docs/V1ResourceFieldSelector.md b/kubernetes/docs/V1ResourceFieldSelector.md similarity index 100% rename from docs/V1ResourceFieldSelector.md rename to kubernetes/docs/V1ResourceFieldSelector.md diff --git a/docs/V1ResourceQuota.md b/kubernetes/docs/V1ResourceQuota.md similarity index 100% rename from docs/V1ResourceQuota.md rename to kubernetes/docs/V1ResourceQuota.md diff --git a/docs/V1ResourceQuotaList.md b/kubernetes/docs/V1ResourceQuotaList.md similarity index 100% rename from docs/V1ResourceQuotaList.md rename to kubernetes/docs/V1ResourceQuotaList.md diff --git a/docs/V1ResourceQuotaSpec.md b/kubernetes/docs/V1ResourceQuotaSpec.md similarity index 100% rename from docs/V1ResourceQuotaSpec.md rename to kubernetes/docs/V1ResourceQuotaSpec.md diff --git a/docs/V1ResourceQuotaStatus.md b/kubernetes/docs/V1ResourceQuotaStatus.md similarity index 100% rename from docs/V1ResourceQuotaStatus.md rename to kubernetes/docs/V1ResourceQuotaStatus.md diff --git a/docs/V1ResourceRequirements.md b/kubernetes/docs/V1ResourceRequirements.md similarity index 100% rename from docs/V1ResourceRequirements.md rename to kubernetes/docs/V1ResourceRequirements.md diff --git a/docs/V1SELinuxOptions.md b/kubernetes/docs/V1SELinuxOptions.md similarity index 100% rename from docs/V1SELinuxOptions.md rename to kubernetes/docs/V1SELinuxOptions.md diff --git a/docs/V1Scale.md b/kubernetes/docs/V1Scale.md similarity index 100% rename from docs/V1Scale.md rename to kubernetes/docs/V1Scale.md diff --git a/docs/V1ScaleSpec.md b/kubernetes/docs/V1ScaleSpec.md similarity index 100% rename from docs/V1ScaleSpec.md rename to kubernetes/docs/V1ScaleSpec.md diff --git a/docs/V1ScaleStatus.md b/kubernetes/docs/V1ScaleStatus.md similarity index 68% rename from docs/V1ScaleStatus.md rename to kubernetes/docs/V1ScaleStatus.md index a91c0bef7c..667cf5ca56 100644 --- a/docs/V1ScaleStatus.md +++ b/kubernetes/docs/V1ScaleStatus.md @@ -4,7 +4,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **replicas** | **int** | actual number of observed instances of the scaled object. | -**selector** | **str** | 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 | [optional] +**selector** | **str** | 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 kubernetes.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 | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/V1Secret.md b/kubernetes/docs/V1Secret.md similarity index 100% rename from docs/V1Secret.md rename to kubernetes/docs/V1Secret.md diff --git a/docs/V1SecretKeySelector.md b/kubernetes/docs/V1SecretKeySelector.md similarity index 100% rename from docs/V1SecretKeySelector.md rename to kubernetes/docs/V1SecretKeySelector.md diff --git a/docs/V1SecretList.md b/kubernetes/docs/V1SecretList.md similarity index 100% rename from docs/V1SecretList.md rename to kubernetes/docs/V1SecretList.md diff --git a/docs/V1SecurityContext.md b/kubernetes/docs/V1SecurityContext.md similarity index 100% rename from docs/V1SecurityContext.md rename to kubernetes/docs/V1SecurityContext.md diff --git a/docs/V1Service.md b/kubernetes/docs/V1Service.md similarity index 100% rename from docs/V1Service.md rename to kubernetes/docs/V1Service.md diff --git a/docs/V1ServiceAccount.md b/kubernetes/docs/V1ServiceAccount.md similarity index 100% rename from docs/V1ServiceAccount.md rename to kubernetes/docs/V1ServiceAccount.md diff --git a/docs/V1ServiceAccountList.md b/kubernetes/docs/V1ServiceAccountList.md similarity index 100% rename from docs/V1ServiceAccountList.md rename to kubernetes/docs/V1ServiceAccountList.md diff --git a/docs/V1ServiceList.md b/kubernetes/docs/V1ServiceList.md similarity index 100% rename from docs/V1ServiceList.md rename to kubernetes/docs/V1ServiceList.md diff --git a/docs/V1ServicePort.md b/kubernetes/docs/V1ServicePort.md similarity index 100% rename from docs/V1ServicePort.md rename to kubernetes/docs/V1ServicePort.md diff --git a/docs/V1ServiceSpec.md b/kubernetes/docs/V1ServiceSpec.md similarity index 91% rename from docs/V1ServiceSpec.md rename to kubernetes/docs/V1ServiceSpec.md index 750dd188bb..042e757b93 100644 --- a/docs/V1ServiceSpec.md +++ b/kubernetes/docs/V1ServiceSpec.md @@ -8,10 +8,10 @@ Name | Type | Description | Notes **external_i_ps** | **list[str]** | 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. A previous form of this functionality exists as the deprecatedPublicIPs field. When using this field, callers should also clear the deprecatedPublicIPs field. | [optional] **external_name** | **str** | 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 DNS name and requires Type to be ExternalName. | [optional] **load_balancer_ip** | **str** | 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. | [optional] -**load_balancer_source_ranges** | **list[str]** | 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: http://kubernetes.io/docs/user-guide/services-firewalls | [optional] +**load_balancer_source_ranges** | **list[str]** | If specified and supported by the platform, this will restrict traffic through the cloud-provider load-balancer will be restricted to the specified kubernetes.client IPs. This field will be ignored if the cloud-provider does not support the feature.\" More info: http://kubernetes.io/docs/user-guide/services-firewalls | [optional] **ports** | [**list[V1ServicePort]**](V1ServicePort.md) | The list of ports that are exposed by this service. More info: http://kubernetes.io/docs/user-guide/services#virtual-ips-and-service-proxies | **selector** | **dict(str, str)** | 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: http://kubernetes.io/docs/user-guide/services#overview | [optional] -**session_affinity** | **str** | 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: http://kubernetes.io/docs/user-guide/services#virtual-ips-and-service-proxies | [optional] +**session_affinity** | **str** | Supports \"ClientIP\" and \"None\". Used to maintain session affinity. Enable kubernetes.client IP based session affinity. Must be ClientIP or None. Defaults to None. More info: http://kubernetes.io/docs/user-guide/services#virtual-ips-and-service-proxies | [optional] **type** | **str** | 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: http://kubernetes.io/docs/user-guide/services#overview | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/V1ServiceStatus.md b/kubernetes/docs/V1ServiceStatus.md similarity index 100% rename from docs/V1ServiceStatus.md rename to kubernetes/docs/V1ServiceStatus.md diff --git a/docs/V1TCPSocketAction.md b/kubernetes/docs/V1TCPSocketAction.md similarity index 100% rename from docs/V1TCPSocketAction.md rename to kubernetes/docs/V1TCPSocketAction.md diff --git a/docs/V1Volume.md b/kubernetes/docs/V1Volume.md similarity index 100% rename from docs/V1Volume.md rename to kubernetes/docs/V1Volume.md diff --git a/docs/V1VolumeMount.md b/kubernetes/docs/V1VolumeMount.md similarity index 100% rename from docs/V1VolumeMount.md rename to kubernetes/docs/V1VolumeMount.md diff --git a/docs/V1alpha1CertificateSigningRequest.md b/kubernetes/docs/V1alpha1CertificateSigningRequest.md similarity index 100% rename from docs/V1alpha1CertificateSigningRequest.md rename to kubernetes/docs/V1alpha1CertificateSigningRequest.md diff --git a/docs/V1alpha1CertificateSigningRequestCondition.md b/kubernetes/docs/V1alpha1CertificateSigningRequestCondition.md similarity index 100% rename from docs/V1alpha1CertificateSigningRequestCondition.md rename to kubernetes/docs/V1alpha1CertificateSigningRequestCondition.md diff --git a/docs/V1alpha1CertificateSigningRequestList.md b/kubernetes/docs/V1alpha1CertificateSigningRequestList.md similarity index 100% rename from docs/V1alpha1CertificateSigningRequestList.md rename to kubernetes/docs/V1alpha1CertificateSigningRequestList.md diff --git a/docs/V1alpha1CertificateSigningRequestSpec.md b/kubernetes/docs/V1alpha1CertificateSigningRequestSpec.md similarity index 100% rename from docs/V1alpha1CertificateSigningRequestSpec.md rename to kubernetes/docs/V1alpha1CertificateSigningRequestSpec.md diff --git a/docs/V1alpha1CertificateSigningRequestStatus.md b/kubernetes/docs/V1alpha1CertificateSigningRequestStatus.md similarity index 100% rename from docs/V1alpha1CertificateSigningRequestStatus.md rename to kubernetes/docs/V1alpha1CertificateSigningRequestStatus.md diff --git a/docs/V1alpha1ClusterRole.md b/kubernetes/docs/V1alpha1ClusterRole.md similarity index 100% rename from docs/V1alpha1ClusterRole.md rename to kubernetes/docs/V1alpha1ClusterRole.md diff --git a/docs/V1alpha1ClusterRoleBinding.md b/kubernetes/docs/V1alpha1ClusterRoleBinding.md similarity index 100% rename from docs/V1alpha1ClusterRoleBinding.md rename to kubernetes/docs/V1alpha1ClusterRoleBinding.md diff --git a/docs/V1alpha1ClusterRoleBindingList.md b/kubernetes/docs/V1alpha1ClusterRoleBindingList.md similarity index 100% rename from docs/V1alpha1ClusterRoleBindingList.md rename to kubernetes/docs/V1alpha1ClusterRoleBindingList.md diff --git a/docs/V1alpha1ClusterRoleList.md b/kubernetes/docs/V1alpha1ClusterRoleList.md similarity index 100% rename from docs/V1alpha1ClusterRoleList.md rename to kubernetes/docs/V1alpha1ClusterRoleList.md diff --git a/docs/V1alpha1PolicyRule.md b/kubernetes/docs/V1alpha1PolicyRule.md similarity index 100% rename from docs/V1alpha1PolicyRule.md rename to kubernetes/docs/V1alpha1PolicyRule.md diff --git a/docs/V1alpha1Role.md b/kubernetes/docs/V1alpha1Role.md similarity index 100% rename from docs/V1alpha1Role.md rename to kubernetes/docs/V1alpha1Role.md diff --git a/docs/V1alpha1RoleBinding.md b/kubernetes/docs/V1alpha1RoleBinding.md similarity index 100% rename from docs/V1alpha1RoleBinding.md rename to kubernetes/docs/V1alpha1RoleBinding.md diff --git a/docs/V1alpha1RoleBindingList.md b/kubernetes/docs/V1alpha1RoleBindingList.md similarity index 100% rename from docs/V1alpha1RoleBindingList.md rename to kubernetes/docs/V1alpha1RoleBindingList.md diff --git a/docs/V1alpha1RoleList.md b/kubernetes/docs/V1alpha1RoleList.md similarity index 100% rename from docs/V1alpha1RoleList.md rename to kubernetes/docs/V1alpha1RoleList.md diff --git a/docs/V1alpha1RoleRef.md b/kubernetes/docs/V1alpha1RoleRef.md similarity index 100% rename from docs/V1alpha1RoleRef.md rename to kubernetes/docs/V1alpha1RoleRef.md diff --git a/docs/V1alpha1Subject.md b/kubernetes/docs/V1alpha1Subject.md similarity index 100% rename from docs/V1alpha1Subject.md rename to kubernetes/docs/V1alpha1Subject.md diff --git a/docs/V1beta1APIVersion.md b/kubernetes/docs/V1beta1APIVersion.md similarity index 100% rename from docs/V1beta1APIVersion.md rename to kubernetes/docs/V1beta1APIVersion.md diff --git a/docs/V1beta1CPUTargetUtilization.md b/kubernetes/docs/V1beta1CPUTargetUtilization.md similarity index 100% rename from docs/V1beta1CPUTargetUtilization.md rename to kubernetes/docs/V1beta1CPUTargetUtilization.md diff --git a/docs/V1beta1DaemonSet.md b/kubernetes/docs/V1beta1DaemonSet.md similarity index 100% rename from docs/V1beta1DaemonSet.md rename to kubernetes/docs/V1beta1DaemonSet.md diff --git a/docs/V1beta1DaemonSetList.md b/kubernetes/docs/V1beta1DaemonSetList.md similarity index 100% rename from docs/V1beta1DaemonSetList.md rename to kubernetes/docs/V1beta1DaemonSetList.md diff --git a/docs/V1beta1DaemonSetSpec.md b/kubernetes/docs/V1beta1DaemonSetSpec.md similarity index 100% rename from docs/V1beta1DaemonSetSpec.md rename to kubernetes/docs/V1beta1DaemonSetSpec.md diff --git a/docs/V1beta1DaemonSetStatus.md b/kubernetes/docs/V1beta1DaemonSetStatus.md similarity index 100% rename from docs/V1beta1DaemonSetStatus.md rename to kubernetes/docs/V1beta1DaemonSetStatus.md diff --git a/docs/V1beta1Deployment.md b/kubernetes/docs/V1beta1Deployment.md similarity index 100% rename from docs/V1beta1Deployment.md rename to kubernetes/docs/V1beta1Deployment.md diff --git a/docs/V1beta1DeploymentCondition.md b/kubernetes/docs/V1beta1DeploymentCondition.md similarity index 100% rename from docs/V1beta1DeploymentCondition.md rename to kubernetes/docs/V1beta1DeploymentCondition.md diff --git a/docs/V1beta1DeploymentList.md b/kubernetes/docs/V1beta1DeploymentList.md similarity index 100% rename from docs/V1beta1DeploymentList.md rename to kubernetes/docs/V1beta1DeploymentList.md diff --git a/docs/V1beta1DeploymentRollback.md b/kubernetes/docs/V1beta1DeploymentRollback.md similarity index 100% rename from docs/V1beta1DeploymentRollback.md rename to kubernetes/docs/V1beta1DeploymentRollback.md diff --git a/docs/V1beta1DeploymentSpec.md b/kubernetes/docs/V1beta1DeploymentSpec.md similarity index 100% rename from docs/V1beta1DeploymentSpec.md rename to kubernetes/docs/V1beta1DeploymentSpec.md diff --git a/docs/V1beta1DeploymentStatus.md b/kubernetes/docs/V1beta1DeploymentStatus.md similarity index 100% rename from docs/V1beta1DeploymentStatus.md rename to kubernetes/docs/V1beta1DeploymentStatus.md diff --git a/docs/V1beta1DeploymentStrategy.md b/kubernetes/docs/V1beta1DeploymentStrategy.md similarity index 100% rename from docs/V1beta1DeploymentStrategy.md rename to kubernetes/docs/V1beta1DeploymentStrategy.md diff --git a/docs/V1beta1Eviction.md b/kubernetes/docs/V1beta1Eviction.md similarity index 100% rename from docs/V1beta1Eviction.md rename to kubernetes/docs/V1beta1Eviction.md diff --git a/docs/V1beta1HorizontalPodAutoscaler.md b/kubernetes/docs/V1beta1HorizontalPodAutoscaler.md similarity index 100% rename from docs/V1beta1HorizontalPodAutoscaler.md rename to kubernetes/docs/V1beta1HorizontalPodAutoscaler.md diff --git a/docs/V1beta1HorizontalPodAutoscalerList.md b/kubernetes/docs/V1beta1HorizontalPodAutoscalerList.md similarity index 100% rename from docs/V1beta1HorizontalPodAutoscalerList.md rename to kubernetes/docs/V1beta1HorizontalPodAutoscalerList.md diff --git a/docs/V1beta1HorizontalPodAutoscalerSpec.md b/kubernetes/docs/V1beta1HorizontalPodAutoscalerSpec.md similarity index 100% rename from docs/V1beta1HorizontalPodAutoscalerSpec.md rename to kubernetes/docs/V1beta1HorizontalPodAutoscalerSpec.md diff --git a/docs/V1beta1HorizontalPodAutoscalerStatus.md b/kubernetes/docs/V1beta1HorizontalPodAutoscalerStatus.md similarity index 100% rename from docs/V1beta1HorizontalPodAutoscalerStatus.md rename to kubernetes/docs/V1beta1HorizontalPodAutoscalerStatus.md diff --git a/docs/V1beta1Ingress.md b/kubernetes/docs/V1beta1Ingress.md similarity index 100% rename from docs/V1beta1Ingress.md rename to kubernetes/docs/V1beta1Ingress.md diff --git a/docs/V1beta1IngressBackend.md b/kubernetes/docs/V1beta1IngressBackend.md similarity index 100% rename from docs/V1beta1IngressBackend.md rename to kubernetes/docs/V1beta1IngressBackend.md diff --git a/docs/V1beta1IngressList.md b/kubernetes/docs/V1beta1IngressList.md similarity index 100% rename from docs/V1beta1IngressList.md rename to kubernetes/docs/V1beta1IngressList.md diff --git a/docs/V1beta1IngressRule.md b/kubernetes/docs/V1beta1IngressRule.md similarity index 100% rename from docs/V1beta1IngressRule.md rename to kubernetes/docs/V1beta1IngressRule.md diff --git a/docs/V1beta1IngressSpec.md b/kubernetes/docs/V1beta1IngressSpec.md similarity index 100% rename from docs/V1beta1IngressSpec.md rename to kubernetes/docs/V1beta1IngressSpec.md diff --git a/docs/V1beta1IngressStatus.md b/kubernetes/docs/V1beta1IngressStatus.md similarity index 100% rename from docs/V1beta1IngressStatus.md rename to kubernetes/docs/V1beta1IngressStatus.md diff --git a/docs/V1beta1IngressTLS.md b/kubernetes/docs/V1beta1IngressTLS.md similarity index 100% rename from docs/V1beta1IngressTLS.md rename to kubernetes/docs/V1beta1IngressTLS.md diff --git a/docs/V1beta1Job.md b/kubernetes/docs/V1beta1Job.md similarity index 100% rename from docs/V1beta1Job.md rename to kubernetes/docs/V1beta1Job.md diff --git a/docs/V1beta1JobCondition.md b/kubernetes/docs/V1beta1JobCondition.md similarity index 100% rename from docs/V1beta1JobCondition.md rename to kubernetes/docs/V1beta1JobCondition.md diff --git a/docs/V1beta1JobList.md b/kubernetes/docs/V1beta1JobList.md similarity index 100% rename from docs/V1beta1JobList.md rename to kubernetes/docs/V1beta1JobList.md diff --git a/docs/V1beta1JobSpec.md b/kubernetes/docs/V1beta1JobSpec.md similarity index 100% rename from docs/V1beta1JobSpec.md rename to kubernetes/docs/V1beta1JobSpec.md diff --git a/docs/V1beta1JobStatus.md b/kubernetes/docs/V1beta1JobStatus.md similarity index 100% rename from docs/V1beta1JobStatus.md rename to kubernetes/docs/V1beta1JobStatus.md diff --git a/docs/V1beta1LocalSubjectAccessReview.md b/kubernetes/docs/V1beta1LocalSubjectAccessReview.md similarity index 100% rename from docs/V1beta1LocalSubjectAccessReview.md rename to kubernetes/docs/V1beta1LocalSubjectAccessReview.md diff --git a/docs/V1beta1NetworkPolicy.md b/kubernetes/docs/V1beta1NetworkPolicy.md similarity index 100% rename from docs/V1beta1NetworkPolicy.md rename to kubernetes/docs/V1beta1NetworkPolicy.md diff --git a/docs/V1beta1NetworkPolicyIngressRule.md b/kubernetes/docs/V1beta1NetworkPolicyIngressRule.md similarity index 100% rename from docs/V1beta1NetworkPolicyIngressRule.md rename to kubernetes/docs/V1beta1NetworkPolicyIngressRule.md diff --git a/docs/V1beta1NetworkPolicyList.md b/kubernetes/docs/V1beta1NetworkPolicyList.md similarity index 100% rename from docs/V1beta1NetworkPolicyList.md rename to kubernetes/docs/V1beta1NetworkPolicyList.md diff --git a/docs/V1beta1NetworkPolicyPeer.md b/kubernetes/docs/V1beta1NetworkPolicyPeer.md similarity index 100% rename from docs/V1beta1NetworkPolicyPeer.md rename to kubernetes/docs/V1beta1NetworkPolicyPeer.md diff --git a/docs/V1beta1NetworkPolicyPort.md b/kubernetes/docs/V1beta1NetworkPolicyPort.md similarity index 100% rename from docs/V1beta1NetworkPolicyPort.md rename to kubernetes/docs/V1beta1NetworkPolicyPort.md diff --git a/docs/V1beta1NetworkPolicySpec.md b/kubernetes/docs/V1beta1NetworkPolicySpec.md similarity index 100% rename from docs/V1beta1NetworkPolicySpec.md rename to kubernetes/docs/V1beta1NetworkPolicySpec.md diff --git a/docs/V1beta1NonResourceAttributes.md b/kubernetes/docs/V1beta1NonResourceAttributes.md similarity index 100% rename from docs/V1beta1NonResourceAttributes.md rename to kubernetes/docs/V1beta1NonResourceAttributes.md diff --git a/docs/V1beta1PodDisruptionBudget.md b/kubernetes/docs/V1beta1PodDisruptionBudget.md similarity index 100% rename from docs/V1beta1PodDisruptionBudget.md rename to kubernetes/docs/V1beta1PodDisruptionBudget.md diff --git a/docs/V1beta1PodDisruptionBudgetList.md b/kubernetes/docs/V1beta1PodDisruptionBudgetList.md similarity index 100% rename from docs/V1beta1PodDisruptionBudgetList.md rename to kubernetes/docs/V1beta1PodDisruptionBudgetList.md diff --git a/docs/V1beta1PodDisruptionBudgetSpec.md b/kubernetes/docs/V1beta1PodDisruptionBudgetSpec.md similarity index 100% rename from docs/V1beta1PodDisruptionBudgetSpec.md rename to kubernetes/docs/V1beta1PodDisruptionBudgetSpec.md diff --git a/docs/V1beta1PodDisruptionBudgetStatus.md b/kubernetes/docs/V1beta1PodDisruptionBudgetStatus.md similarity index 100% rename from docs/V1beta1PodDisruptionBudgetStatus.md rename to kubernetes/docs/V1beta1PodDisruptionBudgetStatus.md diff --git a/docs/V1beta1ReplicaSet.md b/kubernetes/docs/V1beta1ReplicaSet.md similarity index 100% rename from docs/V1beta1ReplicaSet.md rename to kubernetes/docs/V1beta1ReplicaSet.md diff --git a/docs/V1beta1ReplicaSetCondition.md b/kubernetes/docs/V1beta1ReplicaSetCondition.md similarity index 100% rename from docs/V1beta1ReplicaSetCondition.md rename to kubernetes/docs/V1beta1ReplicaSetCondition.md diff --git a/docs/V1beta1ReplicaSetList.md b/kubernetes/docs/V1beta1ReplicaSetList.md similarity index 100% rename from docs/V1beta1ReplicaSetList.md rename to kubernetes/docs/V1beta1ReplicaSetList.md diff --git a/docs/V1beta1ReplicaSetSpec.md b/kubernetes/docs/V1beta1ReplicaSetSpec.md similarity index 100% rename from docs/V1beta1ReplicaSetSpec.md rename to kubernetes/docs/V1beta1ReplicaSetSpec.md diff --git a/docs/V1beta1ReplicaSetStatus.md b/kubernetes/docs/V1beta1ReplicaSetStatus.md similarity index 100% rename from docs/V1beta1ReplicaSetStatus.md rename to kubernetes/docs/V1beta1ReplicaSetStatus.md diff --git a/docs/V1beta1ResourceAttributes.md b/kubernetes/docs/V1beta1ResourceAttributes.md similarity index 100% rename from docs/V1beta1ResourceAttributes.md rename to kubernetes/docs/V1beta1ResourceAttributes.md diff --git a/docs/V1beta1RollbackConfig.md b/kubernetes/docs/V1beta1RollbackConfig.md similarity index 100% rename from docs/V1beta1RollbackConfig.md rename to kubernetes/docs/V1beta1RollbackConfig.md diff --git a/docs/V1beta1RollingUpdateDeployment.md b/kubernetes/docs/V1beta1RollingUpdateDeployment.md similarity index 100% rename from docs/V1beta1RollingUpdateDeployment.md rename to kubernetes/docs/V1beta1RollingUpdateDeployment.md diff --git a/docs/V1beta1Scale.md b/kubernetes/docs/V1beta1Scale.md similarity index 100% rename from docs/V1beta1Scale.md rename to kubernetes/docs/V1beta1Scale.md diff --git a/docs/V1beta1ScaleSpec.md b/kubernetes/docs/V1beta1ScaleSpec.md similarity index 100% rename from docs/V1beta1ScaleSpec.md rename to kubernetes/docs/V1beta1ScaleSpec.md diff --git a/docs/V1beta1ScaleStatus.md b/kubernetes/docs/V1beta1ScaleStatus.md similarity index 70% rename from docs/V1beta1ScaleStatus.md rename to kubernetes/docs/V1beta1ScaleStatus.md index f6c763b929..652d390cf9 100644 --- a/docs/V1beta1ScaleStatus.md +++ b/kubernetes/docs/V1beta1ScaleStatus.md @@ -5,7 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **replicas** | **int** | actual number of observed instances of the scaled object. | **selector** | **dict(str, str)** | label query over pods that should match the replicas count. More info: http://kubernetes.io/docs/user-guide/labels#label-selectors | [optional] -**target_selector** | **str** | 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: http://kubernetes.io/docs/user-guide/labels#label-selectors | [optional] +**target_selector** | **str** | 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 kubernetes.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: http://kubernetes.io/docs/user-guide/labels#label-selectors | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/V1beta1SelfSubjectAccessReview.md b/kubernetes/docs/V1beta1SelfSubjectAccessReview.md similarity index 100% rename from docs/V1beta1SelfSubjectAccessReview.md rename to kubernetes/docs/V1beta1SelfSubjectAccessReview.md diff --git a/docs/V1beta1SelfSubjectAccessReviewSpec.md b/kubernetes/docs/V1beta1SelfSubjectAccessReviewSpec.md similarity index 100% rename from docs/V1beta1SelfSubjectAccessReviewSpec.md rename to kubernetes/docs/V1beta1SelfSubjectAccessReviewSpec.md diff --git a/docs/V1beta1StatefulSet.md b/kubernetes/docs/V1beta1StatefulSet.md similarity index 100% rename from docs/V1beta1StatefulSet.md rename to kubernetes/docs/V1beta1StatefulSet.md diff --git a/docs/V1beta1StatefulSetList.md b/kubernetes/docs/V1beta1StatefulSetList.md similarity index 100% rename from docs/V1beta1StatefulSetList.md rename to kubernetes/docs/V1beta1StatefulSetList.md diff --git a/docs/V1beta1StatefulSetSpec.md b/kubernetes/docs/V1beta1StatefulSetSpec.md similarity index 100% rename from docs/V1beta1StatefulSetSpec.md rename to kubernetes/docs/V1beta1StatefulSetSpec.md diff --git a/docs/V1beta1StatefulSetStatus.md b/kubernetes/docs/V1beta1StatefulSetStatus.md similarity index 100% rename from docs/V1beta1StatefulSetStatus.md rename to kubernetes/docs/V1beta1StatefulSetStatus.md diff --git a/docs/V1beta1StorageClass.md b/kubernetes/docs/V1beta1StorageClass.md similarity index 100% rename from docs/V1beta1StorageClass.md rename to kubernetes/docs/V1beta1StorageClass.md diff --git a/docs/V1beta1StorageClassList.md b/kubernetes/docs/V1beta1StorageClassList.md similarity index 100% rename from docs/V1beta1StorageClassList.md rename to kubernetes/docs/V1beta1StorageClassList.md diff --git a/docs/V1beta1SubjectAccessReview.md b/kubernetes/docs/V1beta1SubjectAccessReview.md similarity index 100% rename from docs/V1beta1SubjectAccessReview.md rename to kubernetes/docs/V1beta1SubjectAccessReview.md diff --git a/docs/V1beta1SubjectAccessReviewSpec.md b/kubernetes/docs/V1beta1SubjectAccessReviewSpec.md similarity index 100% rename from docs/V1beta1SubjectAccessReviewSpec.md rename to kubernetes/docs/V1beta1SubjectAccessReviewSpec.md diff --git a/docs/V1beta1SubjectAccessReviewStatus.md b/kubernetes/docs/V1beta1SubjectAccessReviewStatus.md similarity index 100% rename from docs/V1beta1SubjectAccessReviewStatus.md rename to kubernetes/docs/V1beta1SubjectAccessReviewStatus.md diff --git a/docs/V1beta1SubresourceReference.md b/kubernetes/docs/V1beta1SubresourceReference.md similarity index 100% rename from docs/V1beta1SubresourceReference.md rename to kubernetes/docs/V1beta1SubresourceReference.md diff --git a/docs/V1beta1ThirdPartyResource.md b/kubernetes/docs/V1beta1ThirdPartyResource.md similarity index 100% rename from docs/V1beta1ThirdPartyResource.md rename to kubernetes/docs/V1beta1ThirdPartyResource.md diff --git a/docs/V1beta1ThirdPartyResourceList.md b/kubernetes/docs/V1beta1ThirdPartyResourceList.md similarity index 100% rename from docs/V1beta1ThirdPartyResourceList.md rename to kubernetes/docs/V1beta1ThirdPartyResourceList.md diff --git a/docs/V1beta1TokenReview.md b/kubernetes/docs/V1beta1TokenReview.md similarity index 100% rename from docs/V1beta1TokenReview.md rename to kubernetes/docs/V1beta1TokenReview.md diff --git a/docs/V1beta1TokenReviewSpec.md b/kubernetes/docs/V1beta1TokenReviewSpec.md similarity index 100% rename from docs/V1beta1TokenReviewSpec.md rename to kubernetes/docs/V1beta1TokenReviewSpec.md diff --git a/docs/V1beta1TokenReviewStatus.md b/kubernetes/docs/V1beta1TokenReviewStatus.md similarity index 100% rename from docs/V1beta1TokenReviewStatus.md rename to kubernetes/docs/V1beta1TokenReviewStatus.md diff --git a/docs/V1beta1UserInfo.md b/kubernetes/docs/V1beta1UserInfo.md similarity index 100% rename from docs/V1beta1UserInfo.md rename to kubernetes/docs/V1beta1UserInfo.md diff --git a/docs/V2alpha1CronJob.md b/kubernetes/docs/V2alpha1CronJob.md similarity index 100% rename from docs/V2alpha1CronJob.md rename to kubernetes/docs/V2alpha1CronJob.md diff --git a/docs/V2alpha1CronJobList.md b/kubernetes/docs/V2alpha1CronJobList.md similarity index 100% rename from docs/V2alpha1CronJobList.md rename to kubernetes/docs/V2alpha1CronJobList.md diff --git a/docs/V2alpha1CronJobSpec.md b/kubernetes/docs/V2alpha1CronJobSpec.md similarity index 100% rename from docs/V2alpha1CronJobSpec.md rename to kubernetes/docs/V2alpha1CronJobSpec.md diff --git a/docs/V2alpha1CronJobStatus.md b/kubernetes/docs/V2alpha1CronJobStatus.md similarity index 100% rename from docs/V2alpha1CronJobStatus.md rename to kubernetes/docs/V2alpha1CronJobStatus.md diff --git a/docs/V2alpha1Job.md b/kubernetes/docs/V2alpha1Job.md similarity index 100% rename from docs/V2alpha1Job.md rename to kubernetes/docs/V2alpha1Job.md diff --git a/docs/V2alpha1JobCondition.md b/kubernetes/docs/V2alpha1JobCondition.md similarity index 100% rename from docs/V2alpha1JobCondition.md rename to kubernetes/docs/V2alpha1JobCondition.md diff --git a/docs/V2alpha1JobList.md b/kubernetes/docs/V2alpha1JobList.md similarity index 100% rename from docs/V2alpha1JobList.md rename to kubernetes/docs/V2alpha1JobList.md diff --git a/docs/V2alpha1JobSpec.md b/kubernetes/docs/V2alpha1JobSpec.md similarity index 100% rename from docs/V2alpha1JobSpec.md rename to kubernetes/docs/V2alpha1JobSpec.md diff --git a/docs/V2alpha1JobStatus.md b/kubernetes/docs/V2alpha1JobStatus.md similarity index 100% rename from docs/V2alpha1JobStatus.md rename to kubernetes/docs/V2alpha1JobStatus.md diff --git a/docs/V2alpha1JobTemplateSpec.md b/kubernetes/docs/V2alpha1JobTemplateSpec.md similarity index 100% rename from docs/V2alpha1JobTemplateSpec.md rename to kubernetes/docs/V2alpha1JobTemplateSpec.md diff --git a/docs/VersionApi.md b/kubernetes/docs/VersionApi.md similarity index 79% rename from docs/VersionApi.md rename to kubernetes/docs/VersionApi.md index d77b3675bb..f63bd61911 100644 --- a/docs/VersionApi.md +++ b/kubernetes/docs/VersionApi.md @@ -1,4 +1,4 @@ -# k8sclient.VersionApi +# kubernetes.client.VersionApi All URIs are relative to *https://localhost* @@ -18,17 +18,17 @@ get the code version ```python from __future__ import print_statement import time -import k8sclient -from k8sclient.rest import ApiException +import kubernetes.client +from kubernetes.client.rest import ApiException from pprint import pprint # Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +kubernetes.client.configuration.api_key['authorization'] = 'YOUR_API_KEY' # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# kubernetes.client.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.VersionApi() +api_instance = kubernetes.client.VersionApi() try: api_response = api_instance.get_code() diff --git a/docs/VersionInfo.md b/kubernetes/docs/VersionInfo.md similarity index 100% rename from docs/VersionInfo.md rename to kubernetes/docs/VersionInfo.md diff --git a/docs/VersionedEvent.md b/kubernetes/docs/VersionedEvent.md similarity index 100% rename from docs/VersionedEvent.md rename to kubernetes/docs/VersionedEvent.md diff --git a/test/__init__.py b/kubernetes/test/__init__.py similarity index 100% rename from test/__init__.py rename to kubernetes/test/__init__.py diff --git a/test/test_apis_api.py b/kubernetes/test/test_apis_api.py similarity index 86% rename from test/test_apis_api.py rename to kubernetes/test/test_apis_api.py index 775396132c..c9ce72ee3b 100644 --- a/test/test_apis_api.py +++ b/kubernetes/test/test_apis_api.py @@ -28,16 +28,16 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.apis.apis_api import ApisApi +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.apis.apis_api import ApisApi class TestApisApi(unittest.TestCase): """ ApisApi unit test stubs """ def setUp(self): - self.api = k8sclient.apis.apis_api.ApisApi() + self.api = kubernetes.client.apis.apis_api.ApisApi() def tearDown(self): pass diff --git a/test/test_apps_api.py b/kubernetes/test/test_apps_api.py similarity index 86% rename from test/test_apps_api.py rename to kubernetes/test/test_apps_api.py index 5777f1a98d..6105b84d77 100644 --- a/test/test_apps_api.py +++ b/kubernetes/test/test_apps_api.py @@ -28,16 +28,16 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.apis.apps_api import AppsApi +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.apis.apps_api import AppsApi class TestAppsApi(unittest.TestCase): """ AppsApi unit test stubs """ def setUp(self): - self.api = k8sclient.apis.apps_api.AppsApi() + self.api = kubernetes.client.apis.apps_api.AppsApi() def tearDown(self): pass diff --git a/test/test_apps_v1beta1_api.py b/kubernetes/test/test_apps_v1beta1_api.py similarity index 93% rename from test/test_apps_v1beta1_api.py rename to kubernetes/test/test_apps_v1beta1_api.py index a07f332489..54c1a4e07d 100644 --- a/test/test_apps_v1beta1_api.py +++ b/kubernetes/test/test_apps_v1beta1_api.py @@ -28,16 +28,16 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.apis.apps_v1beta1_api import AppsV1beta1Api +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.apis.apps_v1beta1_api import AppsV1beta1Api class TestAppsV1beta1Api(unittest.TestCase): """ AppsV1beta1Api unit test stubs """ def setUp(self): - self.api = k8sclient.apis.apps_v1beta1_api.AppsV1beta1Api() + self.api = kubernetes.client.apis.apps_v1beta1_api.AppsV1beta1Api() def tearDown(self): pass diff --git a/test/test_authentication_api.py b/kubernetes/test/test_authentication_api.py similarity index 84% rename from test/test_authentication_api.py rename to kubernetes/test/test_authentication_api.py index f8f5835841..a24c5c76ed 100644 --- a/test/test_authentication_api.py +++ b/kubernetes/test/test_authentication_api.py @@ -28,16 +28,16 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.apis.authentication_api import AuthenticationApi +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.apis.authentication_api import AuthenticationApi class TestAuthenticationApi(unittest.TestCase): """ AuthenticationApi unit test stubs """ def setUp(self): - self.api = k8sclient.apis.authentication_api.AuthenticationApi() + self.api = kubernetes.client.apis.authentication_api.AuthenticationApi() def tearDown(self): pass diff --git a/test/test_authentication_v1beta1_api.py b/kubernetes/test/test_authentication_v1beta1_api.py similarity index 84% rename from test/test_authentication_v1beta1_api.py rename to kubernetes/test/test_authentication_v1beta1_api.py index e72de70d8e..fa999801ed 100644 --- a/test/test_authentication_v1beta1_api.py +++ b/kubernetes/test/test_authentication_v1beta1_api.py @@ -28,16 +28,16 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.apis.authentication_v1beta1_api import AuthenticationV1beta1Api +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.apis.authentication_v1beta1_api import AuthenticationV1beta1Api class TestAuthenticationV1beta1Api(unittest.TestCase): """ AuthenticationV1beta1Api unit test stubs """ def setUp(self): - self.api = k8sclient.apis.authentication_v1beta1_api.AuthenticationV1beta1Api() + self.api = kubernetes.client.apis.authentication_v1beta1_api.AuthenticationV1beta1Api() def tearDown(self): pass diff --git a/test/test_authorization_api.py b/kubernetes/test/test_authorization_api.py similarity index 84% rename from test/test_authorization_api.py rename to kubernetes/test/test_authorization_api.py index e62e8ce004..e8016f928f 100644 --- a/test/test_authorization_api.py +++ b/kubernetes/test/test_authorization_api.py @@ -28,16 +28,16 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.apis.authorization_api import AuthorizationApi +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.apis.authorization_api import AuthorizationApi class TestAuthorizationApi(unittest.TestCase): """ AuthorizationApi unit test stubs """ def setUp(self): - self.api = k8sclient.apis.authorization_api.AuthorizationApi() + self.api = kubernetes.client.apis.authorization_api.AuthorizationApi() def tearDown(self): pass diff --git a/test/test_authorization_v1beta1_api.py b/kubernetes/test/test_authorization_v1beta1_api.py similarity index 87% rename from test/test_authorization_v1beta1_api.py rename to kubernetes/test/test_authorization_v1beta1_api.py index 89a3b5633f..d14b5d0ba9 100644 --- a/test/test_authorization_v1beta1_api.py +++ b/kubernetes/test/test_authorization_v1beta1_api.py @@ -28,16 +28,16 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.apis.authorization_v1beta1_api import AuthorizationV1beta1Api +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.apis.authorization_v1beta1_api import AuthorizationV1beta1Api class TestAuthorizationV1beta1Api(unittest.TestCase): """ AuthorizationV1beta1Api unit test stubs """ def setUp(self): - self.api = k8sclient.apis.authorization_v1beta1_api.AuthorizationV1beta1Api() + self.api = kubernetes.client.apis.authorization_v1beta1_api.AuthorizationV1beta1Api() def tearDown(self): pass diff --git a/test/test_autoscaling_api.py b/kubernetes/test/test_autoscaling_api.py similarity index 85% rename from test/test_autoscaling_api.py rename to kubernetes/test/test_autoscaling_api.py index 660ab32ee4..d8204edb82 100644 --- a/test/test_autoscaling_api.py +++ b/kubernetes/test/test_autoscaling_api.py @@ -28,16 +28,16 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.apis.autoscaling_api import AutoscalingApi +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.apis.autoscaling_api import AutoscalingApi class TestAutoscalingApi(unittest.TestCase): """ AutoscalingApi unit test stubs """ def setUp(self): - self.api = k8sclient.apis.autoscaling_api.AutoscalingApi() + self.api = kubernetes.client.apis.autoscaling_api.AutoscalingApi() def tearDown(self): pass diff --git a/test/test_autoscaling_v1_api.py b/kubernetes/test/test_autoscaling_v1_api.py similarity index 93% rename from test/test_autoscaling_v1_api.py rename to kubernetes/test/test_autoscaling_v1_api.py index 0b5abfc851..ea8ed16af5 100644 --- a/test/test_autoscaling_v1_api.py +++ b/kubernetes/test/test_autoscaling_v1_api.py @@ -28,16 +28,16 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.apis.autoscaling_v1_api import AutoscalingV1Api +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.apis.autoscaling_v1_api import AutoscalingV1Api class TestAutoscalingV1Api(unittest.TestCase): """ AutoscalingV1Api unit test stubs """ def setUp(self): - self.api = k8sclient.apis.autoscaling_v1_api.AutoscalingV1Api() + self.api = kubernetes.client.apis.autoscaling_v1_api.AutoscalingV1Api() def tearDown(self): pass diff --git a/test/test_batch_api.py b/kubernetes/test/test_batch_api.py similarity index 86% rename from test/test_batch_api.py rename to kubernetes/test/test_batch_api.py index 1922a7b753..9115625a8a 100644 --- a/test/test_batch_api.py +++ b/kubernetes/test/test_batch_api.py @@ -28,16 +28,16 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.apis.batch_api import BatchApi +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.apis.batch_api import BatchApi class TestBatchApi(unittest.TestCase): """ BatchApi unit test stubs """ def setUp(self): - self.api = k8sclient.apis.batch_api.BatchApi() + self.api = kubernetes.client.apis.batch_api.BatchApi() def tearDown(self): pass diff --git a/test/test_batch_v1_api.py b/kubernetes/test/test_batch_v1_api.py similarity index 93% rename from test/test_batch_v1_api.py rename to kubernetes/test/test_batch_v1_api.py index cbb098ea76..0d932a4a22 100644 --- a/test/test_batch_v1_api.py +++ b/kubernetes/test/test_batch_v1_api.py @@ -28,16 +28,16 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.apis.batch_v1_api import BatchV1Api +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.apis.batch_v1_api import BatchV1Api class TestBatchV1Api(unittest.TestCase): """ BatchV1Api unit test stubs """ def setUp(self): - self.api = k8sclient.apis.batch_v1_api.BatchV1Api() + self.api = kubernetes.client.apis.batch_v1_api.BatchV1Api() def tearDown(self): pass diff --git a/test/test_batch_v2alpha1_api.py b/kubernetes/test/test_batch_v2alpha1_api.py similarity index 96% rename from test/test_batch_v2alpha1_api.py rename to kubernetes/test/test_batch_v2alpha1_api.py index b0820da9dc..f380084429 100644 --- a/test/test_batch_v2alpha1_api.py +++ b/kubernetes/test/test_batch_v2alpha1_api.py @@ -28,16 +28,16 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.apis.batch_v2alpha1_api import BatchV2alpha1Api +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.apis.batch_v2alpha1_api import BatchV2alpha1Api class TestBatchV2alpha1Api(unittest.TestCase): """ BatchV2alpha1Api unit test stubs """ def setUp(self): - self.api = k8sclient.apis.batch_v2alpha1_api.BatchV2alpha1Api() + self.api = kubernetes.client.apis.batch_v2alpha1_api.BatchV2alpha1Api() def tearDown(self): pass diff --git a/test/test_certificates_api.py b/kubernetes/test/test_certificates_api.py similarity index 84% rename from test/test_certificates_api.py rename to kubernetes/test/test_certificates_api.py index 84a9761e66..991fd3c304 100644 --- a/test/test_certificates_api.py +++ b/kubernetes/test/test_certificates_api.py @@ -28,16 +28,16 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.apis.certificates_api import CertificatesApi +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.apis.certificates_api import CertificatesApi class TestCertificatesApi(unittest.TestCase): """ CertificatesApi unit test stubs """ def setUp(self): - self.api = k8sclient.apis.certificates_api.CertificatesApi() + self.api = kubernetes.client.apis.certificates_api.CertificatesApi() def tearDown(self): pass diff --git a/test/test_certificates_v1alpha1_api.py b/kubernetes/test/test_certificates_v1alpha1_api.py similarity index 91% rename from test/test_certificates_v1alpha1_api.py rename to kubernetes/test/test_certificates_v1alpha1_api.py index 021be98444..377df118ad 100644 --- a/test/test_certificates_v1alpha1_api.py +++ b/kubernetes/test/test_certificates_v1alpha1_api.py @@ -28,16 +28,16 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.apis.certificates_v1alpha1_api import CertificatesV1alpha1Api +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.apis.certificates_v1alpha1_api import CertificatesV1alpha1Api class TestCertificatesV1alpha1Api(unittest.TestCase): """ CertificatesV1alpha1Api unit test stubs """ def setUp(self): - self.api = k8sclient.apis.certificates_v1alpha1_api.CertificatesV1alpha1Api() + self.api = kubernetes.client.apis.certificates_v1alpha1_api.CertificatesV1alpha1Api() def tearDown(self): pass diff --git a/test/test_core_api.py b/kubernetes/test/test_core_api.py similarity index 86% rename from test/test_core_api.py rename to kubernetes/test/test_core_api.py index c5aedec015..85b218d8ab 100644 --- a/test/test_core_api.py +++ b/kubernetes/test/test_core_api.py @@ -28,16 +28,16 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.apis.core_api import CoreApi +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.apis.core_api import CoreApi class TestCoreApi(unittest.TestCase): """ CoreApi unit test stubs """ def setUp(self): - self.api = k8sclient.apis.core_api.CoreApi() + self.api = kubernetes.client.apis.core_api.CoreApi() def tearDown(self): pass diff --git a/test/test_core_v1_api.py b/kubernetes/test/test_core_v1_api.py similarity index 99% rename from test/test_core_v1_api.py rename to kubernetes/test/test_core_v1_api.py index 7aa8df5ab3..c4f259aa9f 100644 --- a/test/test_core_v1_api.py +++ b/kubernetes/test/test_core_v1_api.py @@ -28,16 +28,16 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.apis.core_v1_api import CoreV1Api +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.apis.core_v1_api import CoreV1Api class TestCoreV1Api(unittest.TestCase): """ CoreV1Api unit test stubs """ def setUp(self): - self.api = k8sclient.apis.core_v1_api.CoreV1Api() + self.api = kubernetes.client.apis.core_v1_api.CoreV1Api() def tearDown(self): pass diff --git a/test/test_extensions_api.py b/kubernetes/test/test_extensions_api.py similarity index 85% rename from test/test_extensions_api.py rename to kubernetes/test/test_extensions_api.py index d8f1060341..fd77a0cf19 100644 --- a/test/test_extensions_api.py +++ b/kubernetes/test/test_extensions_api.py @@ -28,16 +28,16 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.apis.extensions_api import ExtensionsApi +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.apis.extensions_api import ExtensionsApi class TestExtensionsApi(unittest.TestCase): """ ExtensionsApi unit test stubs """ def setUp(self): - self.api = k8sclient.apis.extensions_api.ExtensionsApi() + self.api = kubernetes.client.apis.extensions_api.ExtensionsApi() def tearDown(self): pass diff --git a/test/test_extensions_v1beta1_api.py b/kubernetes/test/test_extensions_v1beta1_api.py similarity index 98% rename from test/test_extensions_v1beta1_api.py rename to kubernetes/test/test_extensions_v1beta1_api.py index b2353b22ad..05d893dfc1 100644 --- a/test/test_extensions_v1beta1_api.py +++ b/kubernetes/test/test_extensions_v1beta1_api.py @@ -28,16 +28,16 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.apis.extensions_v1beta1_api import ExtensionsV1beta1Api +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.apis.extensions_v1beta1_api import ExtensionsV1beta1Api class TestExtensionsV1beta1Api(unittest.TestCase): """ ExtensionsV1beta1Api unit test stubs """ def setUp(self): - self.api = k8sclient.apis.extensions_v1beta1_api.ExtensionsV1beta1Api() + self.api = kubernetes.client.apis.extensions_v1beta1_api.ExtensionsV1beta1Api() def tearDown(self): pass diff --git a/test/test_intstr_int_or_string.py b/kubernetes/test/test_intstr_int_or_string.py similarity index 83% rename from test/test_intstr_int_or_string.py rename to kubernetes/test/test_intstr_int_or_string.py index b2011d41f3..0c189c5a04 100644 --- a/test/test_intstr_int_or_string.py +++ b/kubernetes/test/test_intstr_int_or_string.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.intstr_int_or_string import IntstrIntOrString +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.intstr_int_or_string import IntstrIntOrString class TestIntstrIntOrString(unittest.TestCase): @@ -46,7 +46,7 @@ def testIntstrIntOrString(self): """ Test IntstrIntOrString """ - model = k8sclient.models.intstr_int_or_string.IntstrIntOrString() + model = kubernetes.client.models.intstr_int_or_string.IntstrIntOrString() if __name__ == '__main__': diff --git a/test/test_logs_api.py b/kubernetes/test/test_logs_api.py similarity index 87% rename from test/test_logs_api.py rename to kubernetes/test/test_logs_api.py index bb3da75a53..79eb8befd7 100644 --- a/test/test_logs_api.py +++ b/kubernetes/test/test_logs_api.py @@ -28,16 +28,16 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.apis.logs_api import LogsApi +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.apis.logs_api import LogsApi class TestLogsApi(unittest.TestCase): """ LogsApi unit test stubs """ def setUp(self): - self.api = k8sclient.apis.logs_api.LogsApi() + self.api = kubernetes.client.apis.logs_api.LogsApi() def tearDown(self): pass diff --git a/test/test_policy_api.py b/kubernetes/test/test_policy_api.py similarity index 86% rename from test/test_policy_api.py rename to kubernetes/test/test_policy_api.py index 84a687acfb..2921cf0bb9 100644 --- a/test/test_policy_api.py +++ b/kubernetes/test/test_policy_api.py @@ -28,16 +28,16 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.apis.policy_api import PolicyApi +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.apis.policy_api import PolicyApi class TestPolicyApi(unittest.TestCase): """ PolicyApi unit test stubs """ def setUp(self): - self.api = k8sclient.apis.policy_api.PolicyApi() + self.api = kubernetes.client.apis.policy_api.PolicyApi() def tearDown(self): pass diff --git a/test/test_policy_v1beta1_api.py b/kubernetes/test/test_policy_v1beta1_api.py similarity index 93% rename from test/test_policy_v1beta1_api.py rename to kubernetes/test/test_policy_v1beta1_api.py index 18807f9637..2f6c86123c 100644 --- a/test/test_policy_v1beta1_api.py +++ b/kubernetes/test/test_policy_v1beta1_api.py @@ -28,16 +28,16 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.apis.policy_v1beta1_api import PolicyV1beta1Api +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.apis.policy_v1beta1_api import PolicyV1beta1Api class TestPolicyV1beta1Api(unittest.TestCase): """ PolicyV1beta1Api unit test stubs """ def setUp(self): - self.api = k8sclient.apis.policy_v1beta1_api.PolicyV1beta1Api() + self.api = kubernetes.client.apis.policy_v1beta1_api.PolicyV1beta1Api() def tearDown(self): pass diff --git a/test/test_rbac_authorization_api.py b/kubernetes/test/test_rbac_authorization_api.py similarity index 83% rename from test/test_rbac_authorization_api.py rename to kubernetes/test/test_rbac_authorization_api.py index 15f63a4078..3826df46cd 100644 --- a/test/test_rbac_authorization_api.py +++ b/kubernetes/test/test_rbac_authorization_api.py @@ -28,16 +28,16 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.apis.rbac_authorization_api import RbacAuthorizationApi +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.apis.rbac_authorization_api import RbacAuthorizationApi class TestRbacAuthorizationApi(unittest.TestCase): """ RbacAuthorizationApi unit test stubs """ def setUp(self): - self.api = k8sclient.apis.rbac_authorization_api.RbacAuthorizationApi() + self.api = kubernetes.client.apis.rbac_authorization_api.RbacAuthorizationApi() def tearDown(self): pass diff --git a/test/test_rbac_authorization_v1alpha1_api.py b/kubernetes/test/test_rbac_authorization_v1alpha1_api.py similarity index 95% rename from test/test_rbac_authorization_v1alpha1_api.py rename to kubernetes/test/test_rbac_authorization_v1alpha1_api.py index 8dcbde7c01..94ed6c597d 100644 --- a/test/test_rbac_authorization_v1alpha1_api.py +++ b/kubernetes/test/test_rbac_authorization_v1alpha1_api.py @@ -28,16 +28,16 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.apis.rbac_authorization_v1alpha1_api import RbacAuthorizationV1alpha1Api +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.apis.rbac_authorization_v1alpha1_api import RbacAuthorizationV1alpha1Api class TestRbacAuthorizationV1alpha1Api(unittest.TestCase): """ RbacAuthorizationV1alpha1Api unit test stubs """ def setUp(self): - self.api = k8sclient.apis.rbac_authorization_v1alpha1_api.RbacAuthorizationV1alpha1Api() + self.api = kubernetes.client.apis.rbac_authorization_v1alpha1_api.RbacAuthorizationV1alpha1Api() def tearDown(self): pass diff --git a/test/test_resource_quantity.py b/kubernetes/test/test_resource_quantity.py similarity index 84% rename from test/test_resource_quantity.py rename to kubernetes/test/test_resource_quantity.py index 7b026ea19b..631852ab1b 100644 --- a/test/test_resource_quantity.py +++ b/kubernetes/test/test_resource_quantity.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.resource_quantity import ResourceQuantity +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.resource_quantity import ResourceQuantity class TestResourceQuantity(unittest.TestCase): @@ -46,7 +46,7 @@ def testResourceQuantity(self): """ Test ResourceQuantity """ - model = k8sclient.models.resource_quantity.ResourceQuantity() + model = kubernetes.client.models.resource_quantity.ResourceQuantity() if __name__ == '__main__': diff --git a/test/test_runtime_raw_extension.py b/kubernetes/test/test_runtime_raw_extension.py similarity index 83% rename from test/test_runtime_raw_extension.py rename to kubernetes/test/test_runtime_raw_extension.py index df0bd8e1fe..bd529a2531 100644 --- a/test/test_runtime_raw_extension.py +++ b/kubernetes/test/test_runtime_raw_extension.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.runtime_raw_extension import RuntimeRawExtension +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.runtime_raw_extension import RuntimeRawExtension class TestRuntimeRawExtension(unittest.TestCase): @@ -46,7 +46,7 @@ def testRuntimeRawExtension(self): """ Test RuntimeRawExtension """ - model = k8sclient.models.runtime_raw_extension.RuntimeRawExtension() + model = kubernetes.client.models.runtime_raw_extension.RuntimeRawExtension() if __name__ == '__main__': diff --git a/test/test_storage_api.py b/kubernetes/test/test_storage_api.py similarity index 85% rename from test/test_storage_api.py rename to kubernetes/test/test_storage_api.py index ded09b4c3e..c5fcb14bf9 100644 --- a/test/test_storage_api.py +++ b/kubernetes/test/test_storage_api.py @@ -28,16 +28,16 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.apis.storage_api import StorageApi +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.apis.storage_api import StorageApi class TestStorageApi(unittest.TestCase): """ StorageApi unit test stubs """ def setUp(self): - self.api = k8sclient.apis.storage_api.StorageApi() + self.api = kubernetes.client.apis.storage_api.StorageApi() def tearDown(self): pass diff --git a/test/test_storage_v1beta1_api.py b/kubernetes/test/test_storage_v1beta1_api.py similarity index 90% rename from test/test_storage_v1beta1_api.py rename to kubernetes/test/test_storage_v1beta1_api.py index 536ac3ddea..007e1af6cb 100644 --- a/test/test_storage_v1beta1_api.py +++ b/kubernetes/test/test_storage_v1beta1_api.py @@ -28,16 +28,16 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.apis.storage_v1beta1_api import StorageV1beta1Api +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.apis.storage_v1beta1_api import StorageV1beta1Api class TestStorageV1beta1Api(unittest.TestCase): """ StorageV1beta1Api unit test stubs """ def setUp(self): - self.api = k8sclient.apis.storage_v1beta1_api.StorageV1beta1Api() + self.api = kubernetes.client.apis.storage_v1beta1_api.StorageV1beta1Api() def tearDown(self): pass diff --git a/test/test_unversioned_api_group.py b/kubernetes/test/test_unversioned_api_group.py similarity index 83% rename from test/test_unversioned_api_group.py rename to kubernetes/test/test_unversioned_api_group.py index e7f7323b6f..847069bfc7 100644 --- a/test/test_unversioned_api_group.py +++ b/kubernetes/test/test_unversioned_api_group.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.unversioned_api_group import UnversionedAPIGroup +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.unversioned_api_group import UnversionedAPIGroup class TestUnversionedAPIGroup(unittest.TestCase): @@ -46,7 +46,7 @@ def testUnversionedAPIGroup(self): """ Test UnversionedAPIGroup """ - model = k8sclient.models.unversioned_api_group.UnversionedAPIGroup() + model = kubernetes.client.models.unversioned_api_group.UnversionedAPIGroup() if __name__ == '__main__': diff --git a/test/test_unversioned_api_group_list.py b/kubernetes/test/test_unversioned_api_group_list.py similarity index 82% rename from test/test_unversioned_api_group_list.py rename to kubernetes/test/test_unversioned_api_group_list.py index dbab2fd820..e5be7d1e90 100644 --- a/test/test_unversioned_api_group_list.py +++ b/kubernetes/test/test_unversioned_api_group_list.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.unversioned_api_group_list import UnversionedAPIGroupList +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.unversioned_api_group_list import UnversionedAPIGroupList class TestUnversionedAPIGroupList(unittest.TestCase): @@ -46,7 +46,7 @@ def testUnversionedAPIGroupList(self): """ Test UnversionedAPIGroupList """ - model = k8sclient.models.unversioned_api_group_list.UnversionedAPIGroupList() + model = kubernetes.client.models.unversioned_api_group_list.UnversionedAPIGroupList() if __name__ == '__main__': diff --git a/test/test_unversioned_api_resource.py b/kubernetes/test/test_unversioned_api_resource.py similarity index 83% rename from test/test_unversioned_api_resource.py rename to kubernetes/test/test_unversioned_api_resource.py index f28580cbff..7e1a03b9c4 100644 --- a/test/test_unversioned_api_resource.py +++ b/kubernetes/test/test_unversioned_api_resource.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.unversioned_api_resource import UnversionedAPIResource +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.unversioned_api_resource import UnversionedAPIResource class TestUnversionedAPIResource(unittest.TestCase): @@ -46,7 +46,7 @@ def testUnversionedAPIResource(self): """ Test UnversionedAPIResource """ - model = k8sclient.models.unversioned_api_resource.UnversionedAPIResource() + model = kubernetes.client.models.unversioned_api_resource.UnversionedAPIResource() if __name__ == '__main__': diff --git a/test/test_unversioned_api_resource_list.py b/kubernetes/test/test_unversioned_api_resource_list.py similarity index 82% rename from test/test_unversioned_api_resource_list.py rename to kubernetes/test/test_unversioned_api_resource_list.py index 31fbfb9c5b..969cd17f9e 100644 --- a/test/test_unversioned_api_resource_list.py +++ b/kubernetes/test/test_unversioned_api_resource_list.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.unversioned_api_resource_list import UnversionedAPIResourceList +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.unversioned_api_resource_list import UnversionedAPIResourceList class TestUnversionedAPIResourceList(unittest.TestCase): @@ -46,7 +46,7 @@ def testUnversionedAPIResourceList(self): """ Test UnversionedAPIResourceList """ - model = k8sclient.models.unversioned_api_resource_list.UnversionedAPIResourceList() + model = kubernetes.client.models.unversioned_api_resource_list.UnversionedAPIResourceList() if __name__ == '__main__': diff --git a/test/test_unversioned_api_versions.py b/kubernetes/test/test_unversioned_api_versions.py similarity index 83% rename from test/test_unversioned_api_versions.py rename to kubernetes/test/test_unversioned_api_versions.py index 84b9bc0826..027b64b58e 100644 --- a/test/test_unversioned_api_versions.py +++ b/kubernetes/test/test_unversioned_api_versions.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.unversioned_api_versions import UnversionedAPIVersions +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.unversioned_api_versions import UnversionedAPIVersions class TestUnversionedAPIVersions(unittest.TestCase): @@ -46,7 +46,7 @@ def testUnversionedAPIVersions(self): """ Test UnversionedAPIVersions """ - model = k8sclient.models.unversioned_api_versions.UnversionedAPIVersions() + model = kubernetes.client.models.unversioned_api_versions.UnversionedAPIVersions() if __name__ == '__main__': diff --git a/test/test_unversioned_group_version_for_discovery.py b/kubernetes/test/test_unversioned_group_version_for_discovery.py similarity index 80% rename from test/test_unversioned_group_version_for_discovery.py rename to kubernetes/test/test_unversioned_group_version_for_discovery.py index 4be91385d3..c27c95e2ff 100644 --- a/test/test_unversioned_group_version_for_discovery.py +++ b/kubernetes/test/test_unversioned_group_version_for_discovery.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.unversioned_group_version_for_discovery import UnversionedGroupVersionForDiscovery +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.unversioned_group_version_for_discovery import UnversionedGroupVersionForDiscovery class TestUnversionedGroupVersionForDiscovery(unittest.TestCase): @@ -46,7 +46,7 @@ def testUnversionedGroupVersionForDiscovery(self): """ Test UnversionedGroupVersionForDiscovery """ - model = k8sclient.models.unversioned_group_version_for_discovery.UnversionedGroupVersionForDiscovery() + model = kubernetes.client.models.unversioned_group_version_for_discovery.UnversionedGroupVersionForDiscovery() if __name__ == '__main__': diff --git a/test/test_unversioned_label_selector.py b/kubernetes/test/test_unversioned_label_selector.py similarity index 82% rename from test/test_unversioned_label_selector.py rename to kubernetes/test/test_unversioned_label_selector.py index 3483ebbc59..261f522bc1 100644 --- a/test/test_unversioned_label_selector.py +++ b/kubernetes/test/test_unversioned_label_selector.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.unversioned_label_selector import UnversionedLabelSelector +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.unversioned_label_selector import UnversionedLabelSelector class TestUnversionedLabelSelector(unittest.TestCase): @@ -46,7 +46,7 @@ def testUnversionedLabelSelector(self): """ Test UnversionedLabelSelector """ - model = k8sclient.models.unversioned_label_selector.UnversionedLabelSelector() + model = kubernetes.client.models.unversioned_label_selector.UnversionedLabelSelector() if __name__ == '__main__': diff --git a/test/test_unversioned_label_selector_requirement.py b/kubernetes/test/test_unversioned_label_selector_requirement.py similarity index 80% rename from test/test_unversioned_label_selector_requirement.py rename to kubernetes/test/test_unversioned_label_selector_requirement.py index 2fc624ab19..8979717717 100644 --- a/test/test_unversioned_label_selector_requirement.py +++ b/kubernetes/test/test_unversioned_label_selector_requirement.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.unversioned_label_selector_requirement import UnversionedLabelSelectorRequirement +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.unversioned_label_selector_requirement import UnversionedLabelSelectorRequirement class TestUnversionedLabelSelectorRequirement(unittest.TestCase): @@ -46,7 +46,7 @@ def testUnversionedLabelSelectorRequirement(self): """ Test UnversionedLabelSelectorRequirement """ - model = k8sclient.models.unversioned_label_selector_requirement.UnversionedLabelSelectorRequirement() + model = kubernetes.client.models.unversioned_label_selector_requirement.UnversionedLabelSelectorRequirement() if __name__ == '__main__': diff --git a/test/test_unversioned_list_meta.py b/kubernetes/test/test_unversioned_list_meta.py similarity index 83% rename from test/test_unversioned_list_meta.py rename to kubernetes/test/test_unversioned_list_meta.py index d8513b64c7..11fd6f7f98 100644 --- a/test/test_unversioned_list_meta.py +++ b/kubernetes/test/test_unversioned_list_meta.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.unversioned_list_meta import UnversionedListMeta +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.unversioned_list_meta import UnversionedListMeta class TestUnversionedListMeta(unittest.TestCase): @@ -46,7 +46,7 @@ def testUnversionedListMeta(self): """ Test UnversionedListMeta """ - model = k8sclient.models.unversioned_list_meta.UnversionedListMeta() + model = kubernetes.client.models.unversioned_list_meta.UnversionedListMeta() if __name__ == '__main__': diff --git a/test/test_unversioned_server_address_by_client_cidr.py b/kubernetes/test/test_unversioned_server_address_by_client_cidr.py similarity index 80% rename from test/test_unversioned_server_address_by_client_cidr.py rename to kubernetes/test/test_unversioned_server_address_by_client_cidr.py index 6f0764a92b..434bc9b5ad 100644 --- a/test/test_unversioned_server_address_by_client_cidr.py +++ b/kubernetes/test/test_unversioned_server_address_by_client_cidr.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.unversioned_server_address_by_client_cidr import UnversionedServerAddressByClientCIDR +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.unversioned_server_address_by_client_cidr import UnversionedServerAddressByClientCIDR class TestUnversionedServerAddressByClientCIDR(unittest.TestCase): @@ -46,7 +46,7 @@ def testUnversionedServerAddressByClientCIDR(self): """ Test UnversionedServerAddressByClientCIDR """ - model = k8sclient.models.unversioned_server_address_by_client_cidr.UnversionedServerAddressByClientCIDR() + model = kubernetes.client.models.unversioned_server_address_by_client_cidr.UnversionedServerAddressByClientCIDR() if __name__ == '__main__': diff --git a/test/test_unversioned_status.py b/kubernetes/test/test_unversioned_status.py similarity index 84% rename from test/test_unversioned_status.py rename to kubernetes/test/test_unversioned_status.py index cb75f8fe6c..242661052c 100644 --- a/test/test_unversioned_status.py +++ b/kubernetes/test/test_unversioned_status.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.unversioned_status import UnversionedStatus +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.unversioned_status import UnversionedStatus class TestUnversionedStatus(unittest.TestCase): @@ -46,7 +46,7 @@ def testUnversionedStatus(self): """ Test UnversionedStatus """ - model = k8sclient.models.unversioned_status.UnversionedStatus() + model = kubernetes.client.models.unversioned_status.UnversionedStatus() if __name__ == '__main__': diff --git a/test/test_unversioned_status_cause.py b/kubernetes/test/test_unversioned_status_cause.py similarity index 83% rename from test/test_unversioned_status_cause.py rename to kubernetes/test/test_unversioned_status_cause.py index 5ba0225657..0b6931d44f 100644 --- a/test/test_unversioned_status_cause.py +++ b/kubernetes/test/test_unversioned_status_cause.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.unversioned_status_cause import UnversionedStatusCause +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.unversioned_status_cause import UnversionedStatusCause class TestUnversionedStatusCause(unittest.TestCase): @@ -46,7 +46,7 @@ def testUnversionedStatusCause(self): """ Test UnversionedStatusCause """ - model = k8sclient.models.unversioned_status_cause.UnversionedStatusCause() + model = kubernetes.client.models.unversioned_status_cause.UnversionedStatusCause() if __name__ == '__main__': diff --git a/test/test_unversioned_status_details.py b/kubernetes/test/test_unversioned_status_details.py similarity index 82% rename from test/test_unversioned_status_details.py rename to kubernetes/test/test_unversioned_status_details.py index 30714627cb..0099027be8 100644 --- a/test/test_unversioned_status_details.py +++ b/kubernetes/test/test_unversioned_status_details.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.unversioned_status_details import UnversionedStatusDetails +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.unversioned_status_details import UnversionedStatusDetails class TestUnversionedStatusDetails(unittest.TestCase): @@ -46,7 +46,7 @@ def testUnversionedStatusDetails(self): """ Test UnversionedStatusDetails """ - model = k8sclient.models.unversioned_status_details.UnversionedStatusDetails() + model = kubernetes.client.models.unversioned_status_details.UnversionedStatusDetails() if __name__ == '__main__': diff --git a/test/test_unversioned_time.py b/kubernetes/test/test_unversioned_time.py similarity index 84% rename from test/test_unversioned_time.py rename to kubernetes/test/test_unversioned_time.py index 8309756144..1ba23787d2 100644 --- a/test/test_unversioned_time.py +++ b/kubernetes/test/test_unversioned_time.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.unversioned_time import UnversionedTime +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.unversioned_time import UnversionedTime class TestUnversionedTime(unittest.TestCase): @@ -46,7 +46,7 @@ def testUnversionedTime(self): """ Test UnversionedTime """ - model = k8sclient.models.unversioned_time.UnversionedTime() + model = kubernetes.client.models.unversioned_time.UnversionedTime() if __name__ == '__main__': diff --git a/test/test_v1_attached_volume.py b/kubernetes/test/test_v1_attached_volume.py similarity index 84% rename from test/test_v1_attached_volume.py rename to kubernetes/test/test_v1_attached_volume.py index 3dfe545026..576c09983f 100644 --- a/test/test_v1_attached_volume.py +++ b/kubernetes/test/test_v1_attached_volume.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_attached_volume import V1AttachedVolume +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_attached_volume import V1AttachedVolume class TestV1AttachedVolume(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1AttachedVolume(self): """ Test V1AttachedVolume """ - model = k8sclient.models.v1_attached_volume.V1AttachedVolume() + model = kubernetes.client.models.v1_attached_volume.V1AttachedVolume() if __name__ == '__main__': diff --git a/test/test_v1_binding.py b/kubernetes/test/test_v1_binding.py similarity index 85% rename from test/test_v1_binding.py rename to kubernetes/test/test_v1_binding.py index 654ab658d5..baf88927b8 100644 --- a/test/test_v1_binding.py +++ b/kubernetes/test/test_v1_binding.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_binding import V1Binding +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_binding import V1Binding class TestV1Binding(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1Binding(self): """ Test V1Binding """ - model = k8sclient.models.v1_binding.V1Binding() + model = kubernetes.client.models.v1_binding.V1Binding() if __name__ == '__main__': diff --git a/test/test_v1_capabilities.py b/kubernetes/test/test_v1_capabilities.py similarity index 84% rename from test/test_v1_capabilities.py rename to kubernetes/test/test_v1_capabilities.py index c01e7e2d68..7f0117c98a 100644 --- a/test/test_v1_capabilities.py +++ b/kubernetes/test/test_v1_capabilities.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_capabilities import V1Capabilities +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_capabilities import V1Capabilities class TestV1Capabilities(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1Capabilities(self): """ Test V1Capabilities """ - model = k8sclient.models.v1_capabilities.V1Capabilities() + model = kubernetes.client.models.v1_capabilities.V1Capabilities() if __name__ == '__main__': diff --git a/test/test_v1_component_condition.py b/kubernetes/test/test_v1_component_condition.py similarity index 83% rename from test/test_v1_component_condition.py rename to kubernetes/test/test_v1_component_condition.py index d1a768bf51..28c0ed3071 100644 --- a/test/test_v1_component_condition.py +++ b/kubernetes/test/test_v1_component_condition.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_component_condition import V1ComponentCondition +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_component_condition import V1ComponentCondition class TestV1ComponentCondition(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1ComponentCondition(self): """ Test V1ComponentCondition """ - model = k8sclient.models.v1_component_condition.V1ComponentCondition() + model = kubernetes.client.models.v1_component_condition.V1ComponentCondition() if __name__ == '__main__': diff --git a/test/test_v1_component_status.py b/kubernetes/test/test_v1_component_status.py similarity index 84% rename from test/test_v1_component_status.py rename to kubernetes/test/test_v1_component_status.py index 7b9a14f014..63f294120f 100644 --- a/test/test_v1_component_status.py +++ b/kubernetes/test/test_v1_component_status.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_component_status import V1ComponentStatus +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_component_status import V1ComponentStatus class TestV1ComponentStatus(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1ComponentStatus(self): """ Test V1ComponentStatus """ - model = k8sclient.models.v1_component_status.V1ComponentStatus() + model = kubernetes.client.models.v1_component_status.V1ComponentStatus() if __name__ == '__main__': diff --git a/test/test_v1_component_status_list.py b/kubernetes/test/test_v1_component_status_list.py similarity index 83% rename from test/test_v1_component_status_list.py rename to kubernetes/test/test_v1_component_status_list.py index 6ef153517b..4213f0501f 100644 --- a/test/test_v1_component_status_list.py +++ b/kubernetes/test/test_v1_component_status_list.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_component_status_list import V1ComponentStatusList +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_component_status_list import V1ComponentStatusList class TestV1ComponentStatusList(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1ComponentStatusList(self): """ Test V1ComponentStatusList """ - model = k8sclient.models.v1_component_status_list.V1ComponentStatusList() + model = kubernetes.client.models.v1_component_status_list.V1ComponentStatusList() if __name__ == '__main__': diff --git a/test/test_v1_config_map.py b/kubernetes/test/test_v1_config_map.py similarity index 85% rename from test/test_v1_config_map.py rename to kubernetes/test/test_v1_config_map.py index b2f7611f20..f926387871 100644 --- a/test/test_v1_config_map.py +++ b/kubernetes/test/test_v1_config_map.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_config_map import V1ConfigMap +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_config_map import V1ConfigMap class TestV1ConfigMap(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1ConfigMap(self): """ Test V1ConfigMap """ - model = k8sclient.models.v1_config_map.V1ConfigMap() + model = kubernetes.client.models.v1_config_map.V1ConfigMap() if __name__ == '__main__': diff --git a/test/test_v1_config_map_key_selector.py b/kubernetes/test/test_v1_config_map_key_selector.py similarity index 82% rename from test/test_v1_config_map_key_selector.py rename to kubernetes/test/test_v1_config_map_key_selector.py index 620a3d8651..9ba4bb3735 100644 --- a/test/test_v1_config_map_key_selector.py +++ b/kubernetes/test/test_v1_config_map_key_selector.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_config_map_key_selector import V1ConfigMapKeySelector +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_config_map_key_selector import V1ConfigMapKeySelector class TestV1ConfigMapKeySelector(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1ConfigMapKeySelector(self): """ Test V1ConfigMapKeySelector """ - model = k8sclient.models.v1_config_map_key_selector.V1ConfigMapKeySelector() + model = kubernetes.client.models.v1_config_map_key_selector.V1ConfigMapKeySelector() if __name__ == '__main__': diff --git a/test/test_v1_config_map_list.py b/kubernetes/test/test_v1_config_map_list.py similarity index 84% rename from test/test_v1_config_map_list.py rename to kubernetes/test/test_v1_config_map_list.py index e768d657c0..8f57133763 100644 --- a/test/test_v1_config_map_list.py +++ b/kubernetes/test/test_v1_config_map_list.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_config_map_list import V1ConfigMapList +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_config_map_list import V1ConfigMapList class TestV1ConfigMapList(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1ConfigMapList(self): """ Test V1ConfigMapList """ - model = k8sclient.models.v1_config_map_list.V1ConfigMapList() + model = kubernetes.client.models.v1_config_map_list.V1ConfigMapList() if __name__ == '__main__': diff --git a/test/test_v1_container.py b/kubernetes/test/test_v1_container.py similarity index 85% rename from test/test_v1_container.py rename to kubernetes/test/test_v1_container.py index cc880a4632..f5a8fd47ca 100644 --- a/test/test_v1_container.py +++ b/kubernetes/test/test_v1_container.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_container import V1Container +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_container import V1Container class TestV1Container(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1Container(self): """ Test V1Container """ - model = k8sclient.models.v1_container.V1Container() + model = kubernetes.client.models.v1_container.V1Container() if __name__ == '__main__': diff --git a/test/test_v1_container_image.py b/kubernetes/test/test_v1_container_image.py similarity index 84% rename from test/test_v1_container_image.py rename to kubernetes/test/test_v1_container_image.py index 0ce1b4265f..771bcef2be 100644 --- a/test/test_v1_container_image.py +++ b/kubernetes/test/test_v1_container_image.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_container_image import V1ContainerImage +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_container_image import V1ContainerImage class TestV1ContainerImage(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1ContainerImage(self): """ Test V1ContainerImage """ - model = k8sclient.models.v1_container_image.V1ContainerImage() + model = kubernetes.client.models.v1_container_image.V1ContainerImage() if __name__ == '__main__': diff --git a/test/test_v1_container_port.py b/kubernetes/test/test_v1_container_port.py similarity index 84% rename from test/test_v1_container_port.py rename to kubernetes/test/test_v1_container_port.py index ced5167310..0581b9c078 100644 --- a/test/test_v1_container_port.py +++ b/kubernetes/test/test_v1_container_port.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_container_port import V1ContainerPort +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_container_port import V1ContainerPort class TestV1ContainerPort(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1ContainerPort(self): """ Test V1ContainerPort """ - model = k8sclient.models.v1_container_port.V1ContainerPort() + model = kubernetes.client.models.v1_container_port.V1ContainerPort() if __name__ == '__main__': diff --git a/test/test_v1_container_state.py b/kubernetes/test/test_v1_container_state.py similarity index 84% rename from test/test_v1_container_state.py rename to kubernetes/test/test_v1_container_state.py index 23019fd39a..396cc27758 100644 --- a/test/test_v1_container_state.py +++ b/kubernetes/test/test_v1_container_state.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_container_state import V1ContainerState +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_container_state import V1ContainerState class TestV1ContainerState(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1ContainerState(self): """ Test V1ContainerState """ - model = k8sclient.models.v1_container_state.V1ContainerState() + model = kubernetes.client.models.v1_container_state.V1ContainerState() if __name__ == '__main__': diff --git a/test/test_v1_container_state_running.py b/kubernetes/test/test_v1_container_state_running.py similarity index 82% rename from test/test_v1_container_state_running.py rename to kubernetes/test/test_v1_container_state_running.py index 982c20e6ca..a033721a84 100644 --- a/test/test_v1_container_state_running.py +++ b/kubernetes/test/test_v1_container_state_running.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_container_state_running import V1ContainerStateRunning +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_container_state_running import V1ContainerStateRunning class TestV1ContainerStateRunning(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1ContainerStateRunning(self): """ Test V1ContainerStateRunning """ - model = k8sclient.models.v1_container_state_running.V1ContainerStateRunning() + model = kubernetes.client.models.v1_container_state_running.V1ContainerStateRunning() if __name__ == '__main__': diff --git a/test/test_v1_container_state_terminated.py b/kubernetes/test/test_v1_container_state_terminated.py similarity index 82% rename from test/test_v1_container_state_terminated.py rename to kubernetes/test/test_v1_container_state_terminated.py index 114720b5bd..45ae947bf9 100644 --- a/test/test_v1_container_state_terminated.py +++ b/kubernetes/test/test_v1_container_state_terminated.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_container_state_terminated import V1ContainerStateTerminated +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_container_state_terminated import V1ContainerStateTerminated class TestV1ContainerStateTerminated(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1ContainerStateTerminated(self): """ Test V1ContainerStateTerminated """ - model = k8sclient.models.v1_container_state_terminated.V1ContainerStateTerminated() + model = kubernetes.client.models.v1_container_state_terminated.V1ContainerStateTerminated() if __name__ == '__main__': diff --git a/test/test_v1_container_state_waiting.py b/kubernetes/test/test_v1_container_state_waiting.py similarity index 82% rename from test/test_v1_container_state_waiting.py rename to kubernetes/test/test_v1_container_state_waiting.py index 5a8a6b7cf1..e36a16b915 100644 --- a/test/test_v1_container_state_waiting.py +++ b/kubernetes/test/test_v1_container_state_waiting.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_container_state_waiting import V1ContainerStateWaiting +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_container_state_waiting import V1ContainerStateWaiting class TestV1ContainerStateWaiting(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1ContainerStateWaiting(self): """ Test V1ContainerStateWaiting """ - model = k8sclient.models.v1_container_state_waiting.V1ContainerStateWaiting() + model = kubernetes.client.models.v1_container_state_waiting.V1ContainerStateWaiting() if __name__ == '__main__': diff --git a/test/test_v1_container_status.py b/kubernetes/test/test_v1_container_status.py similarity index 84% rename from test/test_v1_container_status.py rename to kubernetes/test/test_v1_container_status.py index 279bde5900..56f952a5c6 100644 --- a/test/test_v1_container_status.py +++ b/kubernetes/test/test_v1_container_status.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_container_status import V1ContainerStatus +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_container_status import V1ContainerStatus class TestV1ContainerStatus(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1ContainerStatus(self): """ Test V1ContainerStatus """ - model = k8sclient.models.v1_container_status.V1ContainerStatus() + model = kubernetes.client.models.v1_container_status.V1ContainerStatus() if __name__ == '__main__': diff --git a/test/test_v1_cross_version_object_reference.py b/kubernetes/test/test_v1_cross_version_object_reference.py similarity index 81% rename from test/test_v1_cross_version_object_reference.py rename to kubernetes/test/test_v1_cross_version_object_reference.py index d8f4339860..5b0458e50a 100644 --- a/test/test_v1_cross_version_object_reference.py +++ b/kubernetes/test/test_v1_cross_version_object_reference.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_cross_version_object_reference import V1CrossVersionObjectReference +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_cross_version_object_reference import V1CrossVersionObjectReference class TestV1CrossVersionObjectReference(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1CrossVersionObjectReference(self): """ Test V1CrossVersionObjectReference """ - model = k8sclient.models.v1_cross_version_object_reference.V1CrossVersionObjectReference() + model = kubernetes.client.models.v1_cross_version_object_reference.V1CrossVersionObjectReference() if __name__ == '__main__': diff --git a/test/test_v1_daemon_endpoint.py b/kubernetes/test/test_v1_daemon_endpoint.py similarity index 84% rename from test/test_v1_daemon_endpoint.py rename to kubernetes/test/test_v1_daemon_endpoint.py index 3cfef0ed5f..be0e568fb7 100644 --- a/test/test_v1_daemon_endpoint.py +++ b/kubernetes/test/test_v1_daemon_endpoint.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_daemon_endpoint import V1DaemonEndpoint +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_daemon_endpoint import V1DaemonEndpoint class TestV1DaemonEndpoint(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1DaemonEndpoint(self): """ Test V1DaemonEndpoint """ - model = k8sclient.models.v1_daemon_endpoint.V1DaemonEndpoint() + model = kubernetes.client.models.v1_daemon_endpoint.V1DaemonEndpoint() if __name__ == '__main__': diff --git a/test/test_v1_delete_options.py b/kubernetes/test/test_v1_delete_options.py similarity index 84% rename from test/test_v1_delete_options.py rename to kubernetes/test/test_v1_delete_options.py index 516a7bc818..acab7f41d9 100644 --- a/test/test_v1_delete_options.py +++ b/kubernetes/test/test_v1_delete_options.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_delete_options import V1DeleteOptions +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_delete_options import V1DeleteOptions class TestV1DeleteOptions(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1DeleteOptions(self): """ Test V1DeleteOptions """ - model = k8sclient.models.v1_delete_options.V1DeleteOptions() + model = kubernetes.client.models.v1_delete_options.V1DeleteOptions() if __name__ == '__main__': diff --git a/test/test_v1_endpoint_address.py b/kubernetes/test/test_v1_endpoint_address.py similarity index 84% rename from test/test_v1_endpoint_address.py rename to kubernetes/test/test_v1_endpoint_address.py index e27cfe6355..bd7382aaf6 100644 --- a/test/test_v1_endpoint_address.py +++ b/kubernetes/test/test_v1_endpoint_address.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_endpoint_address import V1EndpointAddress +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_endpoint_address import V1EndpointAddress class TestV1EndpointAddress(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1EndpointAddress(self): """ Test V1EndpointAddress """ - model = k8sclient.models.v1_endpoint_address.V1EndpointAddress() + model = kubernetes.client.models.v1_endpoint_address.V1EndpointAddress() if __name__ == '__main__': diff --git a/test/test_v1_endpoint_port.py b/kubernetes/test/test_v1_endpoint_port.py similarity index 84% rename from test/test_v1_endpoint_port.py rename to kubernetes/test/test_v1_endpoint_port.py index ba3662ad2e..466619f8d0 100644 --- a/test/test_v1_endpoint_port.py +++ b/kubernetes/test/test_v1_endpoint_port.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_endpoint_port import V1EndpointPort +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_endpoint_port import V1EndpointPort class TestV1EndpointPort(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1EndpointPort(self): """ Test V1EndpointPort """ - model = k8sclient.models.v1_endpoint_port.V1EndpointPort() + model = kubernetes.client.models.v1_endpoint_port.V1EndpointPort() if __name__ == '__main__': diff --git a/test/test_v1_endpoint_subset.py b/kubernetes/test/test_v1_endpoint_subset.py similarity index 84% rename from test/test_v1_endpoint_subset.py rename to kubernetes/test/test_v1_endpoint_subset.py index 1295ec98cb..f3e86e35ba 100644 --- a/test/test_v1_endpoint_subset.py +++ b/kubernetes/test/test_v1_endpoint_subset.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_endpoint_subset import V1EndpointSubset +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_endpoint_subset import V1EndpointSubset class TestV1EndpointSubset(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1EndpointSubset(self): """ Test V1EndpointSubset """ - model = k8sclient.models.v1_endpoint_subset.V1EndpointSubset() + model = kubernetes.client.models.v1_endpoint_subset.V1EndpointSubset() if __name__ == '__main__': diff --git a/test/test_v1_endpoints.py b/kubernetes/test/test_v1_endpoints.py similarity index 85% rename from test/test_v1_endpoints.py rename to kubernetes/test/test_v1_endpoints.py index 101b257075..01863a6e18 100644 --- a/test/test_v1_endpoints.py +++ b/kubernetes/test/test_v1_endpoints.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_endpoints import V1Endpoints +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_endpoints import V1Endpoints class TestV1Endpoints(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1Endpoints(self): """ Test V1Endpoints """ - model = k8sclient.models.v1_endpoints.V1Endpoints() + model = kubernetes.client.models.v1_endpoints.V1Endpoints() if __name__ == '__main__': diff --git a/test/test_v1_endpoints_list.py b/kubernetes/test/test_v1_endpoints_list.py similarity index 84% rename from test/test_v1_endpoints_list.py rename to kubernetes/test/test_v1_endpoints_list.py index fa1f16f266..2cb0ee3f40 100644 --- a/test/test_v1_endpoints_list.py +++ b/kubernetes/test/test_v1_endpoints_list.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_endpoints_list import V1EndpointsList +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_endpoints_list import V1EndpointsList class TestV1EndpointsList(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1EndpointsList(self): """ Test V1EndpointsList """ - model = k8sclient.models.v1_endpoints_list.V1EndpointsList() + model = kubernetes.client.models.v1_endpoints_list.V1EndpointsList() if __name__ == '__main__': diff --git a/test/test_v1_env_var.py b/kubernetes/test/test_v1_env_var.py similarity index 85% rename from test/test_v1_env_var.py rename to kubernetes/test/test_v1_env_var.py index 478197921b..08c673de0f 100644 --- a/test/test_v1_env_var.py +++ b/kubernetes/test/test_v1_env_var.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_env_var import V1EnvVar +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_env_var import V1EnvVar class TestV1EnvVar(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1EnvVar(self): """ Test V1EnvVar """ - model = k8sclient.models.v1_env_var.V1EnvVar() + model = kubernetes.client.models.v1_env_var.V1EnvVar() if __name__ == '__main__': diff --git a/test/test_v1_env_var_source.py b/kubernetes/test/test_v1_env_var_source.py similarity index 84% rename from test/test_v1_env_var_source.py rename to kubernetes/test/test_v1_env_var_source.py index 5ce816b4c5..ee0ac36957 100644 --- a/test/test_v1_env_var_source.py +++ b/kubernetes/test/test_v1_env_var_source.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_env_var_source import V1EnvVarSource +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_env_var_source import V1EnvVarSource class TestV1EnvVarSource(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1EnvVarSource(self): """ Test V1EnvVarSource """ - model = k8sclient.models.v1_env_var_source.V1EnvVarSource() + model = kubernetes.client.models.v1_env_var_source.V1EnvVarSource() if __name__ == '__main__': diff --git a/test/test_v1_event.py b/kubernetes/test/test_v1_event.py similarity index 86% rename from test/test_v1_event.py rename to kubernetes/test/test_v1_event.py index 908ee30e44..bd69005aad 100644 --- a/test/test_v1_event.py +++ b/kubernetes/test/test_v1_event.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_event import V1Event +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_event import V1Event class TestV1Event(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1Event(self): """ Test V1Event """ - model = k8sclient.models.v1_event.V1Event() + model = kubernetes.client.models.v1_event.V1Event() if __name__ == '__main__': diff --git a/test/test_v1_event_list.py b/kubernetes/test/test_v1_event_list.py similarity index 85% rename from test/test_v1_event_list.py rename to kubernetes/test/test_v1_event_list.py index cdc2df706c..e872c3d774 100644 --- a/test/test_v1_event_list.py +++ b/kubernetes/test/test_v1_event_list.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_event_list import V1EventList +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_event_list import V1EventList class TestV1EventList(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1EventList(self): """ Test V1EventList """ - model = k8sclient.models.v1_event_list.V1EventList() + model = kubernetes.client.models.v1_event_list.V1EventList() if __name__ == '__main__': diff --git a/test/test_v1_event_source.py b/kubernetes/test/test_v1_event_source.py similarity index 84% rename from test/test_v1_event_source.py rename to kubernetes/test/test_v1_event_source.py index 2b46f76d85..1f4db68d57 100644 --- a/test/test_v1_event_source.py +++ b/kubernetes/test/test_v1_event_source.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_event_source import V1EventSource +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_event_source import V1EventSource class TestV1EventSource(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1EventSource(self): """ Test V1EventSource """ - model = k8sclient.models.v1_event_source.V1EventSource() + model = kubernetes.client.models.v1_event_source.V1EventSource() if __name__ == '__main__': diff --git a/test/test_v1_exec_action.py b/kubernetes/test/test_v1_exec_action.py similarity index 85% rename from test/test_v1_exec_action.py rename to kubernetes/test/test_v1_exec_action.py index ac7c206a38..63cc381df7 100644 --- a/test/test_v1_exec_action.py +++ b/kubernetes/test/test_v1_exec_action.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_exec_action import V1ExecAction +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_exec_action import V1ExecAction class TestV1ExecAction(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1ExecAction(self): """ Test V1ExecAction """ - model = k8sclient.models.v1_exec_action.V1ExecAction() + model = kubernetes.client.models.v1_exec_action.V1ExecAction() if __name__ == '__main__': diff --git a/test/test_v1_handler.py b/kubernetes/test/test_v1_handler.py similarity index 85% rename from test/test_v1_handler.py rename to kubernetes/test/test_v1_handler.py index 865bbb01dc..9a602e61da 100644 --- a/test/test_v1_handler.py +++ b/kubernetes/test/test_v1_handler.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_handler import V1Handler +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_handler import V1Handler class TestV1Handler(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1Handler(self): """ Test V1Handler """ - model = k8sclient.models.v1_handler.V1Handler() + model = kubernetes.client.models.v1_handler.V1Handler() if __name__ == '__main__': diff --git a/test/test_v1_horizontal_pod_autoscaler.py b/kubernetes/test/test_v1_horizontal_pod_autoscaler.py similarity index 82% rename from test/test_v1_horizontal_pod_autoscaler.py rename to kubernetes/test/test_v1_horizontal_pod_autoscaler.py index 1049cc891f..b60784fe4c 100644 --- a/test/test_v1_horizontal_pod_autoscaler.py +++ b/kubernetes/test/test_v1_horizontal_pod_autoscaler.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_horizontal_pod_autoscaler import V1HorizontalPodAutoscaler +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_horizontal_pod_autoscaler import V1HorizontalPodAutoscaler class TestV1HorizontalPodAutoscaler(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1HorizontalPodAutoscaler(self): """ Test V1HorizontalPodAutoscaler """ - model = k8sclient.models.v1_horizontal_pod_autoscaler.V1HorizontalPodAutoscaler() + model = kubernetes.client.models.v1_horizontal_pod_autoscaler.V1HorizontalPodAutoscaler() if __name__ == '__main__': diff --git a/test/test_v1_horizontal_pod_autoscaler_list.py b/kubernetes/test/test_v1_horizontal_pod_autoscaler_list.py similarity index 81% rename from test/test_v1_horizontal_pod_autoscaler_list.py rename to kubernetes/test/test_v1_horizontal_pod_autoscaler_list.py index ea3dd008f9..1c1481a9dc 100644 --- a/test/test_v1_horizontal_pod_autoscaler_list.py +++ b/kubernetes/test/test_v1_horizontal_pod_autoscaler_list.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_horizontal_pod_autoscaler_list import V1HorizontalPodAutoscalerList +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_horizontal_pod_autoscaler_list import V1HorizontalPodAutoscalerList class TestV1HorizontalPodAutoscalerList(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1HorizontalPodAutoscalerList(self): """ Test V1HorizontalPodAutoscalerList """ - model = k8sclient.models.v1_horizontal_pod_autoscaler_list.V1HorizontalPodAutoscalerList() + model = kubernetes.client.models.v1_horizontal_pod_autoscaler_list.V1HorizontalPodAutoscalerList() if __name__ == '__main__': diff --git a/test/test_v1_horizontal_pod_autoscaler_spec.py b/kubernetes/test/test_v1_horizontal_pod_autoscaler_spec.py similarity index 81% rename from test/test_v1_horizontal_pod_autoscaler_spec.py rename to kubernetes/test/test_v1_horizontal_pod_autoscaler_spec.py index feb62894b0..1b674819ba 100644 --- a/test/test_v1_horizontal_pod_autoscaler_spec.py +++ b/kubernetes/test/test_v1_horizontal_pod_autoscaler_spec.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_horizontal_pod_autoscaler_spec import V1HorizontalPodAutoscalerSpec +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_horizontal_pod_autoscaler_spec import V1HorizontalPodAutoscalerSpec class TestV1HorizontalPodAutoscalerSpec(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1HorizontalPodAutoscalerSpec(self): """ Test V1HorizontalPodAutoscalerSpec """ - model = k8sclient.models.v1_horizontal_pod_autoscaler_spec.V1HorizontalPodAutoscalerSpec() + model = kubernetes.client.models.v1_horizontal_pod_autoscaler_spec.V1HorizontalPodAutoscalerSpec() if __name__ == '__main__': diff --git a/test/test_v1_horizontal_pod_autoscaler_status.py b/kubernetes/test/test_v1_horizontal_pod_autoscaler_status.py similarity index 81% rename from test/test_v1_horizontal_pod_autoscaler_status.py rename to kubernetes/test/test_v1_horizontal_pod_autoscaler_status.py index 22ced06ddc..d64c7d1d4b 100644 --- a/test/test_v1_horizontal_pod_autoscaler_status.py +++ b/kubernetes/test/test_v1_horizontal_pod_autoscaler_status.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_horizontal_pod_autoscaler_status import V1HorizontalPodAutoscalerStatus +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_horizontal_pod_autoscaler_status import V1HorizontalPodAutoscalerStatus class TestV1HorizontalPodAutoscalerStatus(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1HorizontalPodAutoscalerStatus(self): """ Test V1HorizontalPodAutoscalerStatus """ - model = k8sclient.models.v1_horizontal_pod_autoscaler_status.V1HorizontalPodAutoscalerStatus() + model = kubernetes.client.models.v1_horizontal_pod_autoscaler_status.V1HorizontalPodAutoscalerStatus() if __name__ == '__main__': diff --git a/test/test_v1_http_get_action.py b/kubernetes/test/test_v1_http_get_action.py similarity index 84% rename from test/test_v1_http_get_action.py rename to kubernetes/test/test_v1_http_get_action.py index fb87e54d29..5fa7f41bc7 100644 --- a/test/test_v1_http_get_action.py +++ b/kubernetes/test/test_v1_http_get_action.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_http_get_action import V1HTTPGetAction +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_http_get_action import V1HTTPGetAction class TestV1HTTPGetAction(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1HTTPGetAction(self): """ Test V1HTTPGetAction """ - model = k8sclient.models.v1_http_get_action.V1HTTPGetAction() + model = kubernetes.client.models.v1_http_get_action.V1HTTPGetAction() if __name__ == '__main__': diff --git a/test/test_v1_http_header.py b/kubernetes/test/test_v1_http_header.py similarity index 85% rename from test/test_v1_http_header.py rename to kubernetes/test/test_v1_http_header.py index 6674752ec9..0961fdb795 100644 --- a/test/test_v1_http_header.py +++ b/kubernetes/test/test_v1_http_header.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_http_header import V1HTTPHeader +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_http_header import V1HTTPHeader class TestV1HTTPHeader(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1HTTPHeader(self): """ Test V1HTTPHeader """ - model = k8sclient.models.v1_http_header.V1HTTPHeader() + model = kubernetes.client.models.v1_http_header.V1HTTPHeader() if __name__ == '__main__': diff --git a/test/test_v1_job.py b/kubernetes/test/test_v1_job.py similarity index 86% rename from test/test_v1_job.py rename to kubernetes/test/test_v1_job.py index 2a33786b9e..8b5aad22c2 100644 --- a/test/test_v1_job.py +++ b/kubernetes/test/test_v1_job.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_job import V1Job +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_job import V1Job class TestV1Job(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1Job(self): """ Test V1Job """ - model = k8sclient.models.v1_job.V1Job() + model = kubernetes.client.models.v1_job.V1Job() if __name__ == '__main__': diff --git a/test/test_v1_job_condition.py b/kubernetes/test/test_v1_job_condition.py similarity index 84% rename from test/test_v1_job_condition.py rename to kubernetes/test/test_v1_job_condition.py index 5e9bcc1a66..3ee5861964 100644 --- a/test/test_v1_job_condition.py +++ b/kubernetes/test/test_v1_job_condition.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_job_condition import V1JobCondition +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_job_condition import V1JobCondition class TestV1JobCondition(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1JobCondition(self): """ Test V1JobCondition """ - model = k8sclient.models.v1_job_condition.V1JobCondition() + model = kubernetes.client.models.v1_job_condition.V1JobCondition() if __name__ == '__main__': diff --git a/test/test_v1_job_list.py b/kubernetes/test/test_v1_job_list.py similarity index 85% rename from test/test_v1_job_list.py rename to kubernetes/test/test_v1_job_list.py index 4969444a68..20fa29efe6 100644 --- a/test/test_v1_job_list.py +++ b/kubernetes/test/test_v1_job_list.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_job_list import V1JobList +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_job_list import V1JobList class TestV1JobList(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1JobList(self): """ Test V1JobList """ - model = k8sclient.models.v1_job_list.V1JobList() + model = kubernetes.client.models.v1_job_list.V1JobList() if __name__ == '__main__': diff --git a/test/test_v1_job_spec.py b/kubernetes/test/test_v1_job_spec.py similarity index 85% rename from test/test_v1_job_spec.py rename to kubernetes/test/test_v1_job_spec.py index d145b65b8e..750b4f201f 100644 --- a/test/test_v1_job_spec.py +++ b/kubernetes/test/test_v1_job_spec.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_job_spec import V1JobSpec +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_job_spec import V1JobSpec class TestV1JobSpec(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1JobSpec(self): """ Test V1JobSpec """ - model = k8sclient.models.v1_job_spec.V1JobSpec() + model = kubernetes.client.models.v1_job_spec.V1JobSpec() if __name__ == '__main__': diff --git a/test/test_v1_job_status.py b/kubernetes/test/test_v1_job_status.py similarity index 85% rename from test/test_v1_job_status.py rename to kubernetes/test/test_v1_job_status.py index fa085decc8..bb25e6d01d 100644 --- a/test/test_v1_job_status.py +++ b/kubernetes/test/test_v1_job_status.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_job_status import V1JobStatus +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_job_status import V1JobStatus class TestV1JobStatus(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1JobStatus(self): """ Test V1JobStatus """ - model = k8sclient.models.v1_job_status.V1JobStatus() + model = kubernetes.client.models.v1_job_status.V1JobStatus() if __name__ == '__main__': diff --git a/test/test_v1_lifecycle.py b/kubernetes/test/test_v1_lifecycle.py similarity index 85% rename from test/test_v1_lifecycle.py rename to kubernetes/test/test_v1_lifecycle.py index 1fd9de39f4..c20260c22c 100644 --- a/test/test_v1_lifecycle.py +++ b/kubernetes/test/test_v1_lifecycle.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_lifecycle import V1Lifecycle +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_lifecycle import V1Lifecycle class TestV1Lifecycle(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1Lifecycle(self): """ Test V1Lifecycle """ - model = k8sclient.models.v1_lifecycle.V1Lifecycle() + model = kubernetes.client.models.v1_lifecycle.V1Lifecycle() if __name__ == '__main__': diff --git a/test/test_v1_limit_range.py b/kubernetes/test/test_v1_limit_range.py similarity index 85% rename from test/test_v1_limit_range.py rename to kubernetes/test/test_v1_limit_range.py index 5eb01ef11f..984ded8f60 100644 --- a/test/test_v1_limit_range.py +++ b/kubernetes/test/test_v1_limit_range.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_limit_range import V1LimitRange +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_limit_range import V1LimitRange class TestV1LimitRange(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1LimitRange(self): """ Test V1LimitRange """ - model = k8sclient.models.v1_limit_range.V1LimitRange() + model = kubernetes.client.models.v1_limit_range.V1LimitRange() if __name__ == '__main__': diff --git a/test/test_v1_limit_range_item.py b/kubernetes/test/test_v1_limit_range_item.py similarity index 84% rename from test/test_v1_limit_range_item.py rename to kubernetes/test/test_v1_limit_range_item.py index 517966af95..474605491b 100644 --- a/test/test_v1_limit_range_item.py +++ b/kubernetes/test/test_v1_limit_range_item.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_limit_range_item import V1LimitRangeItem +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_limit_range_item import V1LimitRangeItem class TestV1LimitRangeItem(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1LimitRangeItem(self): """ Test V1LimitRangeItem """ - model = k8sclient.models.v1_limit_range_item.V1LimitRangeItem() + model = kubernetes.client.models.v1_limit_range_item.V1LimitRangeItem() if __name__ == '__main__': diff --git a/test/test_v1_limit_range_list.py b/kubernetes/test/test_v1_limit_range_list.py similarity index 84% rename from test/test_v1_limit_range_list.py rename to kubernetes/test/test_v1_limit_range_list.py index 96c272c233..27089dea19 100644 --- a/test/test_v1_limit_range_list.py +++ b/kubernetes/test/test_v1_limit_range_list.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_limit_range_list import V1LimitRangeList +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_limit_range_list import V1LimitRangeList class TestV1LimitRangeList(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1LimitRangeList(self): """ Test V1LimitRangeList """ - model = k8sclient.models.v1_limit_range_list.V1LimitRangeList() + model = kubernetes.client.models.v1_limit_range_list.V1LimitRangeList() if __name__ == '__main__': diff --git a/test/test_v1_limit_range_spec.py b/kubernetes/test/test_v1_limit_range_spec.py similarity index 84% rename from test/test_v1_limit_range_spec.py rename to kubernetes/test/test_v1_limit_range_spec.py index 807342509f..2a990743c5 100644 --- a/test/test_v1_limit_range_spec.py +++ b/kubernetes/test/test_v1_limit_range_spec.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_limit_range_spec import V1LimitRangeSpec +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_limit_range_spec import V1LimitRangeSpec class TestV1LimitRangeSpec(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1LimitRangeSpec(self): """ Test V1LimitRangeSpec """ - model = k8sclient.models.v1_limit_range_spec.V1LimitRangeSpec() + model = kubernetes.client.models.v1_limit_range_spec.V1LimitRangeSpec() if __name__ == '__main__': diff --git a/test/test_v1_load_balancer_ingress.py b/kubernetes/test/test_v1_load_balancer_ingress.py similarity index 83% rename from test/test_v1_load_balancer_ingress.py rename to kubernetes/test/test_v1_load_balancer_ingress.py index 144ae013f0..641db6300f 100644 --- a/test/test_v1_load_balancer_ingress.py +++ b/kubernetes/test/test_v1_load_balancer_ingress.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_load_balancer_ingress import V1LoadBalancerIngress +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_load_balancer_ingress import V1LoadBalancerIngress class TestV1LoadBalancerIngress(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1LoadBalancerIngress(self): """ Test V1LoadBalancerIngress """ - model = k8sclient.models.v1_load_balancer_ingress.V1LoadBalancerIngress() + model = kubernetes.client.models.v1_load_balancer_ingress.V1LoadBalancerIngress() if __name__ == '__main__': diff --git a/test/test_v1_load_balancer_status.py b/kubernetes/test/test_v1_load_balancer_status.py similarity index 83% rename from test/test_v1_load_balancer_status.py rename to kubernetes/test/test_v1_load_balancer_status.py index cea9c5b50f..63d55a2ef9 100644 --- a/test/test_v1_load_balancer_status.py +++ b/kubernetes/test/test_v1_load_balancer_status.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_load_balancer_status import V1LoadBalancerStatus +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_load_balancer_status import V1LoadBalancerStatus class TestV1LoadBalancerStatus(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1LoadBalancerStatus(self): """ Test V1LoadBalancerStatus """ - model = k8sclient.models.v1_load_balancer_status.V1LoadBalancerStatus() + model = kubernetes.client.models.v1_load_balancer_status.V1LoadBalancerStatus() if __name__ == '__main__': diff --git a/test/test_v1_local_object_reference.py b/kubernetes/test/test_v1_local_object_reference.py similarity index 83% rename from test/test_v1_local_object_reference.py rename to kubernetes/test/test_v1_local_object_reference.py index 468086ed70..1efda581f5 100644 --- a/test/test_v1_local_object_reference.py +++ b/kubernetes/test/test_v1_local_object_reference.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_local_object_reference import V1LocalObjectReference +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_local_object_reference import V1LocalObjectReference class TestV1LocalObjectReference(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1LocalObjectReference(self): """ Test V1LocalObjectReference """ - model = k8sclient.models.v1_local_object_reference.V1LocalObjectReference() + model = kubernetes.client.models.v1_local_object_reference.V1LocalObjectReference() if __name__ == '__main__': diff --git a/test/test_v1_namespace.py b/kubernetes/test/test_v1_namespace.py similarity index 85% rename from test/test_v1_namespace.py rename to kubernetes/test/test_v1_namespace.py index 9f7d94a0c4..8254b13b3a 100644 --- a/test/test_v1_namespace.py +++ b/kubernetes/test/test_v1_namespace.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_namespace import V1Namespace +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_namespace import V1Namespace class TestV1Namespace(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1Namespace(self): """ Test V1Namespace """ - model = k8sclient.models.v1_namespace.V1Namespace() + model = kubernetes.client.models.v1_namespace.V1Namespace() if __name__ == '__main__': diff --git a/test/test_v1_namespace_list.py b/kubernetes/test/test_v1_namespace_list.py similarity index 84% rename from test/test_v1_namespace_list.py rename to kubernetes/test/test_v1_namespace_list.py index f3ff525b3a..a6cd6cb618 100644 --- a/test/test_v1_namespace_list.py +++ b/kubernetes/test/test_v1_namespace_list.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_namespace_list import V1NamespaceList +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_namespace_list import V1NamespaceList class TestV1NamespaceList(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1NamespaceList(self): """ Test V1NamespaceList """ - model = k8sclient.models.v1_namespace_list.V1NamespaceList() + model = kubernetes.client.models.v1_namespace_list.V1NamespaceList() if __name__ == '__main__': diff --git a/test/test_v1_namespace_spec.py b/kubernetes/test/test_v1_namespace_spec.py similarity index 84% rename from test/test_v1_namespace_spec.py rename to kubernetes/test/test_v1_namespace_spec.py index aca61957c5..4b3d4af124 100644 --- a/test/test_v1_namespace_spec.py +++ b/kubernetes/test/test_v1_namespace_spec.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_namespace_spec import V1NamespaceSpec +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_namespace_spec import V1NamespaceSpec class TestV1NamespaceSpec(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1NamespaceSpec(self): """ Test V1NamespaceSpec """ - model = k8sclient.models.v1_namespace_spec.V1NamespaceSpec() + model = kubernetes.client.models.v1_namespace_spec.V1NamespaceSpec() if __name__ == '__main__': diff --git a/test/test_v1_namespace_status.py b/kubernetes/test/test_v1_namespace_status.py similarity index 84% rename from test/test_v1_namespace_status.py rename to kubernetes/test/test_v1_namespace_status.py index 8957c8e6a5..a727e8f41f 100644 --- a/test/test_v1_namespace_status.py +++ b/kubernetes/test/test_v1_namespace_status.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_namespace_status import V1NamespaceStatus +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_namespace_status import V1NamespaceStatus class TestV1NamespaceStatus(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1NamespaceStatus(self): """ Test V1NamespaceStatus """ - model = k8sclient.models.v1_namespace_status.V1NamespaceStatus() + model = kubernetes.client.models.v1_namespace_status.V1NamespaceStatus() if __name__ == '__main__': diff --git a/test/test_v1_node.py b/kubernetes/test/test_v1_node.py similarity index 86% rename from test/test_v1_node.py rename to kubernetes/test/test_v1_node.py index 7bd4bad388..e437649afa 100644 --- a/test/test_v1_node.py +++ b/kubernetes/test/test_v1_node.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_node import V1Node +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_node import V1Node class TestV1Node(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1Node(self): """ Test V1Node """ - model = k8sclient.models.v1_node.V1Node() + model = kubernetes.client.models.v1_node.V1Node() if __name__ == '__main__': diff --git a/test/test_v1_node_address.py b/kubernetes/test/test_v1_node_address.py similarity index 84% rename from test/test_v1_node_address.py rename to kubernetes/test/test_v1_node_address.py index d7a09b14d9..747cbbb857 100644 --- a/test/test_v1_node_address.py +++ b/kubernetes/test/test_v1_node_address.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_node_address import V1NodeAddress +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_node_address import V1NodeAddress class TestV1NodeAddress(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1NodeAddress(self): """ Test V1NodeAddress """ - model = k8sclient.models.v1_node_address.V1NodeAddress() + model = kubernetes.client.models.v1_node_address.V1NodeAddress() if __name__ == '__main__': diff --git a/test/test_v1_node_condition.py b/kubernetes/test/test_v1_node_condition.py similarity index 84% rename from test/test_v1_node_condition.py rename to kubernetes/test/test_v1_node_condition.py index 74b8658e35..36aa24c4be 100644 --- a/test/test_v1_node_condition.py +++ b/kubernetes/test/test_v1_node_condition.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_node_condition import V1NodeCondition +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_node_condition import V1NodeCondition class TestV1NodeCondition(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1NodeCondition(self): """ Test V1NodeCondition """ - model = k8sclient.models.v1_node_condition.V1NodeCondition() + model = kubernetes.client.models.v1_node_condition.V1NodeCondition() if __name__ == '__main__': diff --git a/test/test_v1_node_daemon_endpoints.py b/kubernetes/test/test_v1_node_daemon_endpoints.py similarity index 83% rename from test/test_v1_node_daemon_endpoints.py rename to kubernetes/test/test_v1_node_daemon_endpoints.py index 7184a23af3..dddae3fdf2 100644 --- a/test/test_v1_node_daemon_endpoints.py +++ b/kubernetes/test/test_v1_node_daemon_endpoints.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_node_daemon_endpoints import V1NodeDaemonEndpoints +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_node_daemon_endpoints import V1NodeDaemonEndpoints class TestV1NodeDaemonEndpoints(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1NodeDaemonEndpoints(self): """ Test V1NodeDaemonEndpoints """ - model = k8sclient.models.v1_node_daemon_endpoints.V1NodeDaemonEndpoints() + model = kubernetes.client.models.v1_node_daemon_endpoints.V1NodeDaemonEndpoints() if __name__ == '__main__': diff --git a/test/test_v1_node_list.py b/kubernetes/test/test_v1_node_list.py similarity index 85% rename from test/test_v1_node_list.py rename to kubernetes/test/test_v1_node_list.py index 6da83947a3..aaad2b5171 100644 --- a/test/test_v1_node_list.py +++ b/kubernetes/test/test_v1_node_list.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_node_list import V1NodeList +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_node_list import V1NodeList class TestV1NodeList(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1NodeList(self): """ Test V1NodeList """ - model = k8sclient.models.v1_node_list.V1NodeList() + model = kubernetes.client.models.v1_node_list.V1NodeList() if __name__ == '__main__': diff --git a/test/test_v1_node_spec.py b/kubernetes/test/test_v1_node_spec.py similarity index 85% rename from test/test_v1_node_spec.py rename to kubernetes/test/test_v1_node_spec.py index 45dd3a5822..85be4dfc8b 100644 --- a/test/test_v1_node_spec.py +++ b/kubernetes/test/test_v1_node_spec.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_node_spec import V1NodeSpec +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_node_spec import V1NodeSpec class TestV1NodeSpec(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1NodeSpec(self): """ Test V1NodeSpec """ - model = k8sclient.models.v1_node_spec.V1NodeSpec() + model = kubernetes.client.models.v1_node_spec.V1NodeSpec() if __name__ == '__main__': diff --git a/test/test_v1_node_status.py b/kubernetes/test/test_v1_node_status.py similarity index 85% rename from test/test_v1_node_status.py rename to kubernetes/test/test_v1_node_status.py index 385fc118da..8d9ddf941f 100644 --- a/test/test_v1_node_status.py +++ b/kubernetes/test/test_v1_node_status.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_node_status import V1NodeStatus +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_node_status import V1NodeStatus class TestV1NodeStatus(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1NodeStatus(self): """ Test V1NodeStatus """ - model = k8sclient.models.v1_node_status.V1NodeStatus() + model = kubernetes.client.models.v1_node_status.V1NodeStatus() if __name__ == '__main__': diff --git a/test/test_v1_node_system_info.py b/kubernetes/test/test_v1_node_system_info.py similarity index 84% rename from test/test_v1_node_system_info.py rename to kubernetes/test/test_v1_node_system_info.py index 1e1127a421..3ca9460648 100644 --- a/test/test_v1_node_system_info.py +++ b/kubernetes/test/test_v1_node_system_info.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_node_system_info import V1NodeSystemInfo +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_node_system_info import V1NodeSystemInfo class TestV1NodeSystemInfo(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1NodeSystemInfo(self): """ Test V1NodeSystemInfo """ - model = k8sclient.models.v1_node_system_info.V1NodeSystemInfo() + model = kubernetes.client.models.v1_node_system_info.V1NodeSystemInfo() if __name__ == '__main__': diff --git a/test/test_v1_object_field_selector.py b/kubernetes/test/test_v1_object_field_selector.py similarity index 83% rename from test/test_v1_object_field_selector.py rename to kubernetes/test/test_v1_object_field_selector.py index 45f49c08ce..5e809c4f78 100644 --- a/test/test_v1_object_field_selector.py +++ b/kubernetes/test/test_v1_object_field_selector.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_object_field_selector import V1ObjectFieldSelector +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_object_field_selector import V1ObjectFieldSelector class TestV1ObjectFieldSelector(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1ObjectFieldSelector(self): """ Test V1ObjectFieldSelector """ - model = k8sclient.models.v1_object_field_selector.V1ObjectFieldSelector() + model = kubernetes.client.models.v1_object_field_selector.V1ObjectFieldSelector() if __name__ == '__main__': diff --git a/test/test_v1_object_meta.py b/kubernetes/test/test_v1_object_meta.py similarity index 85% rename from test/test_v1_object_meta.py rename to kubernetes/test/test_v1_object_meta.py index cef526c611..dfa594f318 100644 --- a/test/test_v1_object_meta.py +++ b/kubernetes/test/test_v1_object_meta.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_object_meta import V1ObjectMeta +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_object_meta import V1ObjectMeta class TestV1ObjectMeta(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1ObjectMeta(self): """ Test V1ObjectMeta """ - model = k8sclient.models.v1_object_meta.V1ObjectMeta() + model = kubernetes.client.models.v1_object_meta.V1ObjectMeta() if __name__ == '__main__': diff --git a/test/test_v1_object_reference.py b/kubernetes/test/test_v1_object_reference.py similarity index 84% rename from test/test_v1_object_reference.py rename to kubernetes/test/test_v1_object_reference.py index 924de2ec96..b69a659daf 100644 --- a/test/test_v1_object_reference.py +++ b/kubernetes/test/test_v1_object_reference.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_object_reference import V1ObjectReference +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_object_reference import V1ObjectReference class TestV1ObjectReference(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1ObjectReference(self): """ Test V1ObjectReference """ - model = k8sclient.models.v1_object_reference.V1ObjectReference() + model = kubernetes.client.models.v1_object_reference.V1ObjectReference() if __name__ == '__main__': diff --git a/test/test_v1_owner_reference.py b/kubernetes/test/test_v1_owner_reference.py similarity index 84% rename from test/test_v1_owner_reference.py rename to kubernetes/test/test_v1_owner_reference.py index 3a7bd8fe70..a70a16b8f4 100644 --- a/test/test_v1_owner_reference.py +++ b/kubernetes/test/test_v1_owner_reference.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_owner_reference import V1OwnerReference +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_owner_reference import V1OwnerReference class TestV1OwnerReference(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1OwnerReference(self): """ Test V1OwnerReference """ - model = k8sclient.models.v1_owner_reference.V1OwnerReference() + model = kubernetes.client.models.v1_owner_reference.V1OwnerReference() if __name__ == '__main__': diff --git a/test/test_v1_persistent_volume.py b/kubernetes/test/test_v1_persistent_volume.py similarity index 83% rename from test/test_v1_persistent_volume.py rename to kubernetes/test/test_v1_persistent_volume.py index a4a5f6d301..9e334556a6 100644 --- a/test/test_v1_persistent_volume.py +++ b/kubernetes/test/test_v1_persistent_volume.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_persistent_volume import V1PersistentVolume +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_persistent_volume import V1PersistentVolume class TestV1PersistentVolume(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1PersistentVolume(self): """ Test V1PersistentVolume """ - model = k8sclient.models.v1_persistent_volume.V1PersistentVolume() + model = kubernetes.client.models.v1_persistent_volume.V1PersistentVolume() if __name__ == '__main__': diff --git a/test/test_v1_persistent_volume_claim.py b/kubernetes/test/test_v1_persistent_volume_claim.py similarity index 82% rename from test/test_v1_persistent_volume_claim.py rename to kubernetes/test/test_v1_persistent_volume_claim.py index 68217e0851..b3377fb8bf 100644 --- a/test/test_v1_persistent_volume_claim.py +++ b/kubernetes/test/test_v1_persistent_volume_claim.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_persistent_volume_claim import V1PersistentVolumeClaim +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_persistent_volume_claim import V1PersistentVolumeClaim class TestV1PersistentVolumeClaim(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1PersistentVolumeClaim(self): """ Test V1PersistentVolumeClaim """ - model = k8sclient.models.v1_persistent_volume_claim.V1PersistentVolumeClaim() + model = kubernetes.client.models.v1_persistent_volume_claim.V1PersistentVolumeClaim() if __name__ == '__main__': diff --git a/test/test_v1_persistent_volume_claim_list.py b/kubernetes/test/test_v1_persistent_volume_claim_list.py similarity index 82% rename from test/test_v1_persistent_volume_claim_list.py rename to kubernetes/test/test_v1_persistent_volume_claim_list.py index 46dc9a4c88..58e901874f 100644 --- a/test/test_v1_persistent_volume_claim_list.py +++ b/kubernetes/test/test_v1_persistent_volume_claim_list.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_persistent_volume_claim_list import V1PersistentVolumeClaimList +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_persistent_volume_claim_list import V1PersistentVolumeClaimList class TestV1PersistentVolumeClaimList(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1PersistentVolumeClaimList(self): """ Test V1PersistentVolumeClaimList """ - model = k8sclient.models.v1_persistent_volume_claim_list.V1PersistentVolumeClaimList() + model = kubernetes.client.models.v1_persistent_volume_claim_list.V1PersistentVolumeClaimList() if __name__ == '__main__': diff --git a/test/test_v1_persistent_volume_claim_spec.py b/kubernetes/test/test_v1_persistent_volume_claim_spec.py similarity index 82% rename from test/test_v1_persistent_volume_claim_spec.py rename to kubernetes/test/test_v1_persistent_volume_claim_spec.py index d6bfe3fa14..4ea59b5ecc 100644 --- a/test/test_v1_persistent_volume_claim_spec.py +++ b/kubernetes/test/test_v1_persistent_volume_claim_spec.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_persistent_volume_claim_spec import V1PersistentVolumeClaimSpec +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_persistent_volume_claim_spec import V1PersistentVolumeClaimSpec class TestV1PersistentVolumeClaimSpec(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1PersistentVolumeClaimSpec(self): """ Test V1PersistentVolumeClaimSpec """ - model = k8sclient.models.v1_persistent_volume_claim_spec.V1PersistentVolumeClaimSpec() + model = kubernetes.client.models.v1_persistent_volume_claim_spec.V1PersistentVolumeClaimSpec() if __name__ == '__main__': diff --git a/test/test_v1_persistent_volume_claim_status.py b/kubernetes/test/test_v1_persistent_volume_claim_status.py similarity index 81% rename from test/test_v1_persistent_volume_claim_status.py rename to kubernetes/test/test_v1_persistent_volume_claim_status.py index 5bd068980c..87d63aa302 100644 --- a/test/test_v1_persistent_volume_claim_status.py +++ b/kubernetes/test/test_v1_persistent_volume_claim_status.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_persistent_volume_claim_status import V1PersistentVolumeClaimStatus +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_persistent_volume_claim_status import V1PersistentVolumeClaimStatus class TestV1PersistentVolumeClaimStatus(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1PersistentVolumeClaimStatus(self): """ Test V1PersistentVolumeClaimStatus """ - model = k8sclient.models.v1_persistent_volume_claim_status.V1PersistentVolumeClaimStatus() + model = kubernetes.client.models.v1_persistent_volume_claim_status.V1PersistentVolumeClaimStatus() if __name__ == '__main__': diff --git a/test/test_v1_persistent_volume_list.py b/kubernetes/test/test_v1_persistent_volume_list.py similarity index 83% rename from test/test_v1_persistent_volume_list.py rename to kubernetes/test/test_v1_persistent_volume_list.py index d4ee5b0972..addcc44ff8 100644 --- a/test/test_v1_persistent_volume_list.py +++ b/kubernetes/test/test_v1_persistent_volume_list.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_persistent_volume_list import V1PersistentVolumeList +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_persistent_volume_list import V1PersistentVolumeList class TestV1PersistentVolumeList(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1PersistentVolumeList(self): """ Test V1PersistentVolumeList """ - model = k8sclient.models.v1_persistent_volume_list.V1PersistentVolumeList() + model = kubernetes.client.models.v1_persistent_volume_list.V1PersistentVolumeList() if __name__ == '__main__': diff --git a/test/test_v1_persistent_volume_spec.py b/kubernetes/test/test_v1_persistent_volume_spec.py similarity index 83% rename from test/test_v1_persistent_volume_spec.py rename to kubernetes/test/test_v1_persistent_volume_spec.py index 437189a99d..7886aa6688 100644 --- a/test/test_v1_persistent_volume_spec.py +++ b/kubernetes/test/test_v1_persistent_volume_spec.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_persistent_volume_spec import V1PersistentVolumeSpec +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_persistent_volume_spec import V1PersistentVolumeSpec class TestV1PersistentVolumeSpec(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1PersistentVolumeSpec(self): """ Test V1PersistentVolumeSpec """ - model = k8sclient.models.v1_persistent_volume_spec.V1PersistentVolumeSpec() + model = kubernetes.client.models.v1_persistent_volume_spec.V1PersistentVolumeSpec() if __name__ == '__main__': diff --git a/test/test_v1_persistent_volume_status.py b/kubernetes/test/test_v1_persistent_volume_status.py similarity index 82% rename from test/test_v1_persistent_volume_status.py rename to kubernetes/test/test_v1_persistent_volume_status.py index a22b0d778c..5d6d94adc0 100644 --- a/test/test_v1_persistent_volume_status.py +++ b/kubernetes/test/test_v1_persistent_volume_status.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_persistent_volume_status import V1PersistentVolumeStatus +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_persistent_volume_status import V1PersistentVolumeStatus class TestV1PersistentVolumeStatus(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1PersistentVolumeStatus(self): """ Test V1PersistentVolumeStatus """ - model = k8sclient.models.v1_persistent_volume_status.V1PersistentVolumeStatus() + model = kubernetes.client.models.v1_persistent_volume_status.V1PersistentVolumeStatus() if __name__ == '__main__': diff --git a/test/test_v1_pod.py b/kubernetes/test/test_v1_pod.py similarity index 86% rename from test/test_v1_pod.py rename to kubernetes/test/test_v1_pod.py index 80d8221bd1..a2b03a51a9 100644 --- a/test/test_v1_pod.py +++ b/kubernetes/test/test_v1_pod.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_pod import V1Pod +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_pod import V1Pod class TestV1Pod(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1Pod(self): """ Test V1Pod """ - model = k8sclient.models.v1_pod.V1Pod() + model = kubernetes.client.models.v1_pod.V1Pod() if __name__ == '__main__': diff --git a/test/test_v1_pod_condition.py b/kubernetes/test/test_v1_pod_condition.py similarity index 84% rename from test/test_v1_pod_condition.py rename to kubernetes/test/test_v1_pod_condition.py index 9276e27081..ce0d88d685 100644 --- a/test/test_v1_pod_condition.py +++ b/kubernetes/test/test_v1_pod_condition.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_pod_condition import V1PodCondition +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_pod_condition import V1PodCondition class TestV1PodCondition(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1PodCondition(self): """ Test V1PodCondition """ - model = k8sclient.models.v1_pod_condition.V1PodCondition() + model = kubernetes.client.models.v1_pod_condition.V1PodCondition() if __name__ == '__main__': diff --git a/test/test_v1_pod_list.py b/kubernetes/test/test_v1_pod_list.py similarity index 85% rename from test/test_v1_pod_list.py rename to kubernetes/test/test_v1_pod_list.py index dc0690b210..34933412fd 100644 --- a/test/test_v1_pod_list.py +++ b/kubernetes/test/test_v1_pod_list.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_pod_list import V1PodList +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_pod_list import V1PodList class TestV1PodList(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1PodList(self): """ Test V1PodList """ - model = k8sclient.models.v1_pod_list.V1PodList() + model = kubernetes.client.models.v1_pod_list.V1PodList() if __name__ == '__main__': diff --git a/test/test_v1_pod_security_context.py b/kubernetes/test/test_v1_pod_security_context.py similarity index 83% rename from test/test_v1_pod_security_context.py rename to kubernetes/test/test_v1_pod_security_context.py index 6df749208f..bce6aa56a0 100644 --- a/test/test_v1_pod_security_context.py +++ b/kubernetes/test/test_v1_pod_security_context.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_pod_security_context import V1PodSecurityContext +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_pod_security_context import V1PodSecurityContext class TestV1PodSecurityContext(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1PodSecurityContext(self): """ Test V1PodSecurityContext """ - model = k8sclient.models.v1_pod_security_context.V1PodSecurityContext() + model = kubernetes.client.models.v1_pod_security_context.V1PodSecurityContext() if __name__ == '__main__': diff --git a/test/test_v1_pod_spec.py b/kubernetes/test/test_v1_pod_spec.py similarity index 85% rename from test/test_v1_pod_spec.py rename to kubernetes/test/test_v1_pod_spec.py index 2ede8d07ec..bb9e3d64db 100644 --- a/test/test_v1_pod_spec.py +++ b/kubernetes/test/test_v1_pod_spec.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_pod_spec import V1PodSpec +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_pod_spec import V1PodSpec class TestV1PodSpec(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1PodSpec(self): """ Test V1PodSpec """ - model = k8sclient.models.v1_pod_spec.V1PodSpec() + model = kubernetes.client.models.v1_pod_spec.V1PodSpec() if __name__ == '__main__': diff --git a/test/test_v1_pod_status.py b/kubernetes/test/test_v1_pod_status.py similarity index 85% rename from test/test_v1_pod_status.py rename to kubernetes/test/test_v1_pod_status.py index 51b319050e..4daf2742d0 100644 --- a/test/test_v1_pod_status.py +++ b/kubernetes/test/test_v1_pod_status.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_pod_status import V1PodStatus +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_pod_status import V1PodStatus class TestV1PodStatus(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1PodStatus(self): """ Test V1PodStatus """ - model = k8sclient.models.v1_pod_status.V1PodStatus() + model = kubernetes.client.models.v1_pod_status.V1PodStatus() if __name__ == '__main__': diff --git a/test/test_v1_pod_template.py b/kubernetes/test/test_v1_pod_template.py similarity index 84% rename from test/test_v1_pod_template.py rename to kubernetes/test/test_v1_pod_template.py index 41488fed40..672fac429d 100644 --- a/test/test_v1_pod_template.py +++ b/kubernetes/test/test_v1_pod_template.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_pod_template import V1PodTemplate +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_pod_template import V1PodTemplate class TestV1PodTemplate(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1PodTemplate(self): """ Test V1PodTemplate """ - model = k8sclient.models.v1_pod_template.V1PodTemplate() + model = kubernetes.client.models.v1_pod_template.V1PodTemplate() if __name__ == '__main__': diff --git a/test/test_v1_pod_template_list.py b/kubernetes/test/test_v1_pod_template_list.py similarity index 83% rename from test/test_v1_pod_template_list.py rename to kubernetes/test/test_v1_pod_template_list.py index 57dc7af050..0ab1aa342d 100644 --- a/test/test_v1_pod_template_list.py +++ b/kubernetes/test/test_v1_pod_template_list.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_pod_template_list import V1PodTemplateList +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_pod_template_list import V1PodTemplateList class TestV1PodTemplateList(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1PodTemplateList(self): """ Test V1PodTemplateList """ - model = k8sclient.models.v1_pod_template_list.V1PodTemplateList() + model = kubernetes.client.models.v1_pod_template_list.V1PodTemplateList() if __name__ == '__main__': diff --git a/test/test_v1_pod_template_spec.py b/kubernetes/test/test_v1_pod_template_spec.py similarity index 83% rename from test/test_v1_pod_template_spec.py rename to kubernetes/test/test_v1_pod_template_spec.py index bfdd410aea..fafde2cfd1 100644 --- a/test/test_v1_pod_template_spec.py +++ b/kubernetes/test/test_v1_pod_template_spec.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_pod_template_spec import V1PodTemplateSpec +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_pod_template_spec import V1PodTemplateSpec class TestV1PodTemplateSpec(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1PodTemplateSpec(self): """ Test V1PodTemplateSpec """ - model = k8sclient.models.v1_pod_template_spec.V1PodTemplateSpec() + model = kubernetes.client.models.v1_pod_template_spec.V1PodTemplateSpec() if __name__ == '__main__': diff --git a/test/test_v1_preconditions.py b/kubernetes/test/test_v1_preconditions.py similarity index 84% rename from test/test_v1_preconditions.py rename to kubernetes/test/test_v1_preconditions.py index 1e048012f9..0acb28fc53 100644 --- a/test/test_v1_preconditions.py +++ b/kubernetes/test/test_v1_preconditions.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_preconditions import V1Preconditions +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_preconditions import V1Preconditions class TestV1Preconditions(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1Preconditions(self): """ Test V1Preconditions """ - model = k8sclient.models.v1_preconditions.V1Preconditions() + model = kubernetes.client.models.v1_preconditions.V1Preconditions() if __name__ == '__main__': diff --git a/test/test_v1_probe.py b/kubernetes/test/test_v1_probe.py similarity index 86% rename from test/test_v1_probe.py rename to kubernetes/test/test_v1_probe.py index 5729dfcdbd..6374d74667 100644 --- a/test/test_v1_probe.py +++ b/kubernetes/test/test_v1_probe.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_probe import V1Probe +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_probe import V1Probe class TestV1Probe(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1Probe(self): """ Test V1Probe """ - model = k8sclient.models.v1_probe.V1Probe() + model = kubernetes.client.models.v1_probe.V1Probe() if __name__ == '__main__': diff --git a/test/test_v1_replication_controller.py b/kubernetes/test/test_v1_replication_controller.py similarity index 82% rename from test/test_v1_replication_controller.py rename to kubernetes/test/test_v1_replication_controller.py index 132288e413..15254d011d 100644 --- a/test/test_v1_replication_controller.py +++ b/kubernetes/test/test_v1_replication_controller.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_replication_controller import V1ReplicationController +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_replication_controller import V1ReplicationController class TestV1ReplicationController(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1ReplicationController(self): """ Test V1ReplicationController """ - model = k8sclient.models.v1_replication_controller.V1ReplicationController() + model = kubernetes.client.models.v1_replication_controller.V1ReplicationController() if __name__ == '__main__': diff --git a/test/test_v1_replication_controller_condition.py b/kubernetes/test/test_v1_replication_controller_condition.py similarity index 81% rename from test/test_v1_replication_controller_condition.py rename to kubernetes/test/test_v1_replication_controller_condition.py index 83be252385..aeacc406ef 100644 --- a/test/test_v1_replication_controller_condition.py +++ b/kubernetes/test/test_v1_replication_controller_condition.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_replication_controller_condition import V1ReplicationControllerCondition +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_replication_controller_condition import V1ReplicationControllerCondition class TestV1ReplicationControllerCondition(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1ReplicationControllerCondition(self): """ Test V1ReplicationControllerCondition """ - model = k8sclient.models.v1_replication_controller_condition.V1ReplicationControllerCondition() + model = kubernetes.client.models.v1_replication_controller_condition.V1ReplicationControllerCondition() if __name__ == '__main__': diff --git a/test/test_v1_replication_controller_list.py b/kubernetes/test/test_v1_replication_controller_list.py similarity index 82% rename from test/test_v1_replication_controller_list.py rename to kubernetes/test/test_v1_replication_controller_list.py index d71d2f2696..bb7ea97313 100644 --- a/test/test_v1_replication_controller_list.py +++ b/kubernetes/test/test_v1_replication_controller_list.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_replication_controller_list import V1ReplicationControllerList +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_replication_controller_list import V1ReplicationControllerList class TestV1ReplicationControllerList(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1ReplicationControllerList(self): """ Test V1ReplicationControllerList """ - model = k8sclient.models.v1_replication_controller_list.V1ReplicationControllerList() + model = kubernetes.client.models.v1_replication_controller_list.V1ReplicationControllerList() if __name__ == '__main__': diff --git a/test/test_v1_replication_controller_spec.py b/kubernetes/test/test_v1_replication_controller_spec.py similarity index 82% rename from test/test_v1_replication_controller_spec.py rename to kubernetes/test/test_v1_replication_controller_spec.py index 6f5a7bad12..ed77cc9fea 100644 --- a/test/test_v1_replication_controller_spec.py +++ b/kubernetes/test/test_v1_replication_controller_spec.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_replication_controller_spec import V1ReplicationControllerSpec +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_replication_controller_spec import V1ReplicationControllerSpec class TestV1ReplicationControllerSpec(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1ReplicationControllerSpec(self): """ Test V1ReplicationControllerSpec """ - model = k8sclient.models.v1_replication_controller_spec.V1ReplicationControllerSpec() + model = kubernetes.client.models.v1_replication_controller_spec.V1ReplicationControllerSpec() if __name__ == '__main__': diff --git a/test/test_v1_replication_controller_status.py b/kubernetes/test/test_v1_replication_controller_status.py similarity index 81% rename from test/test_v1_replication_controller_status.py rename to kubernetes/test/test_v1_replication_controller_status.py index fce55de9ea..2d52abd551 100644 --- a/test/test_v1_replication_controller_status.py +++ b/kubernetes/test/test_v1_replication_controller_status.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_replication_controller_status import V1ReplicationControllerStatus +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_replication_controller_status import V1ReplicationControllerStatus class TestV1ReplicationControllerStatus(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1ReplicationControllerStatus(self): """ Test V1ReplicationControllerStatus """ - model = k8sclient.models.v1_replication_controller_status.V1ReplicationControllerStatus() + model = kubernetes.client.models.v1_replication_controller_status.V1ReplicationControllerStatus() if __name__ == '__main__': diff --git a/test/test_v1_resource_field_selector.py b/kubernetes/test/test_v1_resource_field_selector.py similarity index 82% rename from test/test_v1_resource_field_selector.py rename to kubernetes/test/test_v1_resource_field_selector.py index e1a4013f3d..fb58a51a5e 100644 --- a/test/test_v1_resource_field_selector.py +++ b/kubernetes/test/test_v1_resource_field_selector.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_resource_field_selector import V1ResourceFieldSelector +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_resource_field_selector import V1ResourceFieldSelector class TestV1ResourceFieldSelector(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1ResourceFieldSelector(self): """ Test V1ResourceFieldSelector """ - model = k8sclient.models.v1_resource_field_selector.V1ResourceFieldSelector() + model = kubernetes.client.models.v1_resource_field_selector.V1ResourceFieldSelector() if __name__ == '__main__': diff --git a/test/test_v1_resource_quota.py b/kubernetes/test/test_v1_resource_quota.py similarity index 84% rename from test/test_v1_resource_quota.py rename to kubernetes/test/test_v1_resource_quota.py index 19f23e7a31..1e598d190c 100644 --- a/test/test_v1_resource_quota.py +++ b/kubernetes/test/test_v1_resource_quota.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_resource_quota import V1ResourceQuota +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_resource_quota import V1ResourceQuota class TestV1ResourceQuota(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1ResourceQuota(self): """ Test V1ResourceQuota """ - model = k8sclient.models.v1_resource_quota.V1ResourceQuota() + model = kubernetes.client.models.v1_resource_quota.V1ResourceQuota() if __name__ == '__main__': diff --git a/test/test_v1_resource_quota_list.py b/kubernetes/test/test_v1_resource_quota_list.py similarity index 83% rename from test/test_v1_resource_quota_list.py rename to kubernetes/test/test_v1_resource_quota_list.py index 540ce32980..3dc666f6fd 100644 --- a/test/test_v1_resource_quota_list.py +++ b/kubernetes/test/test_v1_resource_quota_list.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_resource_quota_list import V1ResourceQuotaList +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_resource_quota_list import V1ResourceQuotaList class TestV1ResourceQuotaList(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1ResourceQuotaList(self): """ Test V1ResourceQuotaList """ - model = k8sclient.models.v1_resource_quota_list.V1ResourceQuotaList() + model = kubernetes.client.models.v1_resource_quota_list.V1ResourceQuotaList() if __name__ == '__main__': diff --git a/test/test_v1_resource_quota_spec.py b/kubernetes/test/test_v1_resource_quota_spec.py similarity index 83% rename from test/test_v1_resource_quota_spec.py rename to kubernetes/test/test_v1_resource_quota_spec.py index b667e13fcf..0f73791abf 100644 --- a/test/test_v1_resource_quota_spec.py +++ b/kubernetes/test/test_v1_resource_quota_spec.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_resource_quota_spec import V1ResourceQuotaSpec +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_resource_quota_spec import V1ResourceQuotaSpec class TestV1ResourceQuotaSpec(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1ResourceQuotaSpec(self): """ Test V1ResourceQuotaSpec """ - model = k8sclient.models.v1_resource_quota_spec.V1ResourceQuotaSpec() + model = kubernetes.client.models.v1_resource_quota_spec.V1ResourceQuotaSpec() if __name__ == '__main__': diff --git a/test/test_v1_resource_quota_status.py b/kubernetes/test/test_v1_resource_quota_status.py similarity index 83% rename from test/test_v1_resource_quota_status.py rename to kubernetes/test/test_v1_resource_quota_status.py index f2ab5d3d7b..4f559a8466 100644 --- a/test/test_v1_resource_quota_status.py +++ b/kubernetes/test/test_v1_resource_quota_status.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_resource_quota_status import V1ResourceQuotaStatus +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_resource_quota_status import V1ResourceQuotaStatus class TestV1ResourceQuotaStatus(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1ResourceQuotaStatus(self): """ Test V1ResourceQuotaStatus """ - model = k8sclient.models.v1_resource_quota_status.V1ResourceQuotaStatus() + model = kubernetes.client.models.v1_resource_quota_status.V1ResourceQuotaStatus() if __name__ == '__main__': diff --git a/test/test_v1_resource_requirements.py b/kubernetes/test/test_v1_resource_requirements.py similarity index 83% rename from test/test_v1_resource_requirements.py rename to kubernetes/test/test_v1_resource_requirements.py index 836bcae931..198fac4d8c 100644 --- a/test/test_v1_resource_requirements.py +++ b/kubernetes/test/test_v1_resource_requirements.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_resource_requirements import V1ResourceRequirements +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_resource_requirements import V1ResourceRequirements class TestV1ResourceRequirements(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1ResourceRequirements(self): """ Test V1ResourceRequirements """ - model = k8sclient.models.v1_resource_requirements.V1ResourceRequirements() + model = kubernetes.client.models.v1_resource_requirements.V1ResourceRequirements() if __name__ == '__main__': diff --git a/test/test_v1_scale.py b/kubernetes/test/test_v1_scale.py similarity index 86% rename from test/test_v1_scale.py rename to kubernetes/test/test_v1_scale.py index 262a286dae..87edfb0bea 100644 --- a/test/test_v1_scale.py +++ b/kubernetes/test/test_v1_scale.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_scale import V1Scale +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_scale import V1Scale class TestV1Scale(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1Scale(self): """ Test V1Scale """ - model = k8sclient.models.v1_scale.V1Scale() + model = kubernetes.client.models.v1_scale.V1Scale() if __name__ == '__main__': diff --git a/test/test_v1_scale_spec.py b/kubernetes/test/test_v1_scale_spec.py similarity index 85% rename from test/test_v1_scale_spec.py rename to kubernetes/test/test_v1_scale_spec.py index 376f348f28..6c9572f04c 100644 --- a/test/test_v1_scale_spec.py +++ b/kubernetes/test/test_v1_scale_spec.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_scale_spec import V1ScaleSpec +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_scale_spec import V1ScaleSpec class TestV1ScaleSpec(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1ScaleSpec(self): """ Test V1ScaleSpec """ - model = k8sclient.models.v1_scale_spec.V1ScaleSpec() + model = kubernetes.client.models.v1_scale_spec.V1ScaleSpec() if __name__ == '__main__': diff --git a/test/test_v1_scale_status.py b/kubernetes/test/test_v1_scale_status.py similarity index 84% rename from test/test_v1_scale_status.py rename to kubernetes/test/test_v1_scale_status.py index 2a06273c0b..b590aec576 100644 --- a/test/test_v1_scale_status.py +++ b/kubernetes/test/test_v1_scale_status.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_scale_status import V1ScaleStatus +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_scale_status import V1ScaleStatus class TestV1ScaleStatus(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1ScaleStatus(self): """ Test V1ScaleStatus """ - model = k8sclient.models.v1_scale_status.V1ScaleStatus() + model = kubernetes.client.models.v1_scale_status.V1ScaleStatus() if __name__ == '__main__': diff --git a/test/test_v1_se_linux_options.py b/kubernetes/test/test_v1_se_linux_options.py similarity index 84% rename from test/test_v1_se_linux_options.py rename to kubernetes/test/test_v1_se_linux_options.py index 4f697f5c3f..09619e3b5f 100644 --- a/test/test_v1_se_linux_options.py +++ b/kubernetes/test/test_v1_se_linux_options.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_se_linux_options import V1SELinuxOptions +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_se_linux_options import V1SELinuxOptions class TestV1SELinuxOptions(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1SELinuxOptions(self): """ Test V1SELinuxOptions """ - model = k8sclient.models.v1_se_linux_options.V1SELinuxOptions() + model = kubernetes.client.models.v1_se_linux_options.V1SELinuxOptions() if __name__ == '__main__': diff --git a/test/test_v1_secret.py b/kubernetes/test/test_v1_secret.py similarity index 86% rename from test/test_v1_secret.py rename to kubernetes/test/test_v1_secret.py index 1d3538cc66..9caea481dd 100644 --- a/test/test_v1_secret.py +++ b/kubernetes/test/test_v1_secret.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_secret import V1Secret +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_secret import V1Secret class TestV1Secret(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1Secret(self): """ Test V1Secret """ - model = k8sclient.models.v1_secret.V1Secret() + model = kubernetes.client.models.v1_secret.V1Secret() if __name__ == '__main__': diff --git a/test/test_v1_secret_key_selector.py b/kubernetes/test/test_v1_secret_key_selector.py similarity index 83% rename from test/test_v1_secret_key_selector.py rename to kubernetes/test/test_v1_secret_key_selector.py index fa9ea3ce34..6729e8827a 100644 --- a/test/test_v1_secret_key_selector.py +++ b/kubernetes/test/test_v1_secret_key_selector.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_secret_key_selector import V1SecretKeySelector +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_secret_key_selector import V1SecretKeySelector class TestV1SecretKeySelector(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1SecretKeySelector(self): """ Test V1SecretKeySelector """ - model = k8sclient.models.v1_secret_key_selector.V1SecretKeySelector() + model = kubernetes.client.models.v1_secret_key_selector.V1SecretKeySelector() if __name__ == '__main__': diff --git a/test/test_v1_secret_list.py b/kubernetes/test/test_v1_secret_list.py similarity index 85% rename from test/test_v1_secret_list.py rename to kubernetes/test/test_v1_secret_list.py index e45bcdeb47..f34d57f24d 100644 --- a/test/test_v1_secret_list.py +++ b/kubernetes/test/test_v1_secret_list.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_secret_list import V1SecretList +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_secret_list import V1SecretList class TestV1SecretList(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1SecretList(self): """ Test V1SecretList """ - model = k8sclient.models.v1_secret_list.V1SecretList() + model = kubernetes.client.models.v1_secret_list.V1SecretList() if __name__ == '__main__': diff --git a/test/test_v1_security_context.py b/kubernetes/test/test_v1_security_context.py similarity index 84% rename from test/test_v1_security_context.py rename to kubernetes/test/test_v1_security_context.py index cb75ad5257..69ac4249b2 100644 --- a/test/test_v1_security_context.py +++ b/kubernetes/test/test_v1_security_context.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_security_context import V1SecurityContext +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_security_context import V1SecurityContext class TestV1SecurityContext(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1SecurityContext(self): """ Test V1SecurityContext """ - model = k8sclient.models.v1_security_context.V1SecurityContext() + model = kubernetes.client.models.v1_security_context.V1SecurityContext() if __name__ == '__main__': diff --git a/test/test_v1_service.py b/kubernetes/test/test_v1_service.py similarity index 85% rename from test/test_v1_service.py rename to kubernetes/test/test_v1_service.py index 447089a2e5..4290ce7dcb 100644 --- a/test/test_v1_service.py +++ b/kubernetes/test/test_v1_service.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_service import V1Service +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_service import V1Service class TestV1Service(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1Service(self): """ Test V1Service """ - model = k8sclient.models.v1_service.V1Service() + model = kubernetes.client.models.v1_service.V1Service() if __name__ == '__main__': diff --git a/test/test_v1_service_account.py b/kubernetes/test/test_v1_service_account.py similarity index 84% rename from test/test_v1_service_account.py rename to kubernetes/test/test_v1_service_account.py index 9a5dd91ef1..b15989768f 100644 --- a/test/test_v1_service_account.py +++ b/kubernetes/test/test_v1_service_account.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_service_account import V1ServiceAccount +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_service_account import V1ServiceAccount class TestV1ServiceAccount(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1ServiceAccount(self): """ Test V1ServiceAccount """ - model = k8sclient.models.v1_service_account.V1ServiceAccount() + model = kubernetes.client.models.v1_service_account.V1ServiceAccount() if __name__ == '__main__': diff --git a/test/test_v1_service_account_list.py b/kubernetes/test/test_v1_service_account_list.py similarity index 83% rename from test/test_v1_service_account_list.py rename to kubernetes/test/test_v1_service_account_list.py index 3b1209273c..73860d200a 100644 --- a/test/test_v1_service_account_list.py +++ b/kubernetes/test/test_v1_service_account_list.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_service_account_list import V1ServiceAccountList +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_service_account_list import V1ServiceAccountList class TestV1ServiceAccountList(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1ServiceAccountList(self): """ Test V1ServiceAccountList """ - model = k8sclient.models.v1_service_account_list.V1ServiceAccountList() + model = kubernetes.client.models.v1_service_account_list.V1ServiceAccountList() if __name__ == '__main__': diff --git a/test/test_v1_service_list.py b/kubernetes/test/test_v1_service_list.py similarity index 84% rename from test/test_v1_service_list.py rename to kubernetes/test/test_v1_service_list.py index ce5d2ec4dc..c8ce7be206 100644 --- a/test/test_v1_service_list.py +++ b/kubernetes/test/test_v1_service_list.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_service_list import V1ServiceList +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_service_list import V1ServiceList class TestV1ServiceList(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1ServiceList(self): """ Test V1ServiceList """ - model = k8sclient.models.v1_service_list.V1ServiceList() + model = kubernetes.client.models.v1_service_list.V1ServiceList() if __name__ == '__main__': diff --git a/test/test_v1_service_port.py b/kubernetes/test/test_v1_service_port.py similarity index 84% rename from test/test_v1_service_port.py rename to kubernetes/test/test_v1_service_port.py index ed08b9c992..654ae2e8a1 100644 --- a/test/test_v1_service_port.py +++ b/kubernetes/test/test_v1_service_port.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_service_port import V1ServicePort +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_service_port import V1ServicePort class TestV1ServicePort(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1ServicePort(self): """ Test V1ServicePort """ - model = k8sclient.models.v1_service_port.V1ServicePort() + model = kubernetes.client.models.v1_service_port.V1ServicePort() if __name__ == '__main__': diff --git a/test/test_v1_service_spec.py b/kubernetes/test/test_v1_service_spec.py similarity index 84% rename from test/test_v1_service_spec.py rename to kubernetes/test/test_v1_service_spec.py index 0d6b421b53..01d214d914 100644 --- a/test/test_v1_service_spec.py +++ b/kubernetes/test/test_v1_service_spec.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_service_spec import V1ServiceSpec +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_service_spec import V1ServiceSpec class TestV1ServiceSpec(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1ServiceSpec(self): """ Test V1ServiceSpec """ - model = k8sclient.models.v1_service_spec.V1ServiceSpec() + model = kubernetes.client.models.v1_service_spec.V1ServiceSpec() if __name__ == '__main__': diff --git a/test/test_v1_service_status.py b/kubernetes/test/test_v1_service_status.py similarity index 84% rename from test/test_v1_service_status.py rename to kubernetes/test/test_v1_service_status.py index c36dfd8bd8..4891106696 100644 --- a/test/test_v1_service_status.py +++ b/kubernetes/test/test_v1_service_status.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_service_status import V1ServiceStatus +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_service_status import V1ServiceStatus class TestV1ServiceStatus(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1ServiceStatus(self): """ Test V1ServiceStatus """ - model = k8sclient.models.v1_service_status.V1ServiceStatus() + model = kubernetes.client.models.v1_service_status.V1ServiceStatus() if __name__ == '__main__': diff --git a/test/test_v1_tcp_socket_action.py b/kubernetes/test/test_v1_tcp_socket_action.py similarity index 83% rename from test/test_v1_tcp_socket_action.py rename to kubernetes/test/test_v1_tcp_socket_action.py index ec4bccdd82..745c479e30 100644 --- a/test/test_v1_tcp_socket_action.py +++ b/kubernetes/test/test_v1_tcp_socket_action.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_tcp_socket_action import V1TCPSocketAction +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_tcp_socket_action import V1TCPSocketAction class TestV1TCPSocketAction(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1TCPSocketAction(self): """ Test V1TCPSocketAction """ - model = k8sclient.models.v1_tcp_socket_action.V1TCPSocketAction() + model = kubernetes.client.models.v1_tcp_socket_action.V1TCPSocketAction() if __name__ == '__main__': diff --git a/test/test_v1_volume.py b/kubernetes/test/test_v1_volume.py similarity index 86% rename from test/test_v1_volume.py rename to kubernetes/test/test_v1_volume.py index 693a8e4f74..903b992513 100644 --- a/test/test_v1_volume.py +++ b/kubernetes/test/test_v1_volume.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_volume import V1Volume +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_volume import V1Volume class TestV1Volume(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1Volume(self): """ Test V1Volume """ - model = k8sclient.models.v1_volume.V1Volume() + model = kubernetes.client.models.v1_volume.V1Volume() if __name__ == '__main__': diff --git a/test/test_v1_volume_mount.py b/kubernetes/test/test_v1_volume_mount.py similarity index 84% rename from test/test_v1_volume_mount.py rename to kubernetes/test/test_v1_volume_mount.py index 675d8e0bf3..eb3f539a00 100644 --- a/test/test_v1_volume_mount.py +++ b/kubernetes/test/test_v1_volume_mount.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_volume_mount import V1VolumeMount +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1_volume_mount import V1VolumeMount class TestV1VolumeMount(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1VolumeMount(self): """ Test V1VolumeMount """ - model = k8sclient.models.v1_volume_mount.V1VolumeMount() + model = kubernetes.client.models.v1_volume_mount.V1VolumeMount() if __name__ == '__main__': diff --git a/test/test_v1alpha1_certificate_signing_request.py b/kubernetes/test/test_v1alpha1_certificate_signing_request.py similarity index 81% rename from test/test_v1alpha1_certificate_signing_request.py rename to kubernetes/test/test_v1alpha1_certificate_signing_request.py index 3e1707a0f5..735e5ebe05 100644 --- a/test/test_v1alpha1_certificate_signing_request.py +++ b/kubernetes/test/test_v1alpha1_certificate_signing_request.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1alpha1_certificate_signing_request import V1alpha1CertificateSigningRequest +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1alpha1_certificate_signing_request import V1alpha1CertificateSigningRequest class TestV1alpha1CertificateSigningRequest(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1alpha1CertificateSigningRequest(self): """ Test V1alpha1CertificateSigningRequest """ - model = k8sclient.models.v1alpha1_certificate_signing_request.V1alpha1CertificateSigningRequest() + model = kubernetes.client.models.v1alpha1_certificate_signing_request.V1alpha1CertificateSigningRequest() if __name__ == '__main__': diff --git a/test/test_v1alpha1_certificate_signing_request_condition.py b/kubernetes/test/test_v1alpha1_certificate_signing_request_condition.py similarity index 79% rename from test/test_v1alpha1_certificate_signing_request_condition.py rename to kubernetes/test/test_v1alpha1_certificate_signing_request_condition.py index a3fcc29358..e91cdda419 100644 --- a/test/test_v1alpha1_certificate_signing_request_condition.py +++ b/kubernetes/test/test_v1alpha1_certificate_signing_request_condition.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1alpha1_certificate_signing_request_condition import V1alpha1CertificateSigningRequestCondition +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1alpha1_certificate_signing_request_condition import V1alpha1CertificateSigningRequestCondition class TestV1alpha1CertificateSigningRequestCondition(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1alpha1CertificateSigningRequestCondition(self): """ Test V1alpha1CertificateSigningRequestCondition """ - model = k8sclient.models.v1alpha1_certificate_signing_request_condition.V1alpha1CertificateSigningRequestCondition() + model = kubernetes.client.models.v1alpha1_certificate_signing_request_condition.V1alpha1CertificateSigningRequestCondition() if __name__ == '__main__': diff --git a/test/test_v1alpha1_certificate_signing_request_list.py b/kubernetes/test/test_v1alpha1_certificate_signing_request_list.py similarity index 80% rename from test/test_v1alpha1_certificate_signing_request_list.py rename to kubernetes/test/test_v1alpha1_certificate_signing_request_list.py index 394ee83bf5..fa92d8305d 100644 --- a/test/test_v1alpha1_certificate_signing_request_list.py +++ b/kubernetes/test/test_v1alpha1_certificate_signing_request_list.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1alpha1_certificate_signing_request_list import V1alpha1CertificateSigningRequestList +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1alpha1_certificate_signing_request_list import V1alpha1CertificateSigningRequestList class TestV1alpha1CertificateSigningRequestList(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1alpha1CertificateSigningRequestList(self): """ Test V1alpha1CertificateSigningRequestList """ - model = k8sclient.models.v1alpha1_certificate_signing_request_list.V1alpha1CertificateSigningRequestList() + model = kubernetes.client.models.v1alpha1_certificate_signing_request_list.V1alpha1CertificateSigningRequestList() if __name__ == '__main__': diff --git a/test/test_v1alpha1_certificate_signing_request_spec.py b/kubernetes/test/test_v1alpha1_certificate_signing_request_spec.py similarity index 80% rename from test/test_v1alpha1_certificate_signing_request_spec.py rename to kubernetes/test/test_v1alpha1_certificate_signing_request_spec.py index 3e625c8b6b..523293f40b 100644 --- a/test/test_v1alpha1_certificate_signing_request_spec.py +++ b/kubernetes/test/test_v1alpha1_certificate_signing_request_spec.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1alpha1_certificate_signing_request_spec import V1alpha1CertificateSigningRequestSpec +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1alpha1_certificate_signing_request_spec import V1alpha1CertificateSigningRequestSpec class TestV1alpha1CertificateSigningRequestSpec(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1alpha1CertificateSigningRequestSpec(self): """ Test V1alpha1CertificateSigningRequestSpec """ - model = k8sclient.models.v1alpha1_certificate_signing_request_spec.V1alpha1CertificateSigningRequestSpec() + model = kubernetes.client.models.v1alpha1_certificate_signing_request_spec.V1alpha1CertificateSigningRequestSpec() if __name__ == '__main__': diff --git a/test/test_v1alpha1_certificate_signing_request_status.py b/kubernetes/test/test_v1alpha1_certificate_signing_request_status.py similarity index 80% rename from test/test_v1alpha1_certificate_signing_request_status.py rename to kubernetes/test/test_v1alpha1_certificate_signing_request_status.py index f515632228..7eef5cbe92 100644 --- a/test/test_v1alpha1_certificate_signing_request_status.py +++ b/kubernetes/test/test_v1alpha1_certificate_signing_request_status.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1alpha1_certificate_signing_request_status import V1alpha1CertificateSigningRequestStatus +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1alpha1_certificate_signing_request_status import V1alpha1CertificateSigningRequestStatus class TestV1alpha1CertificateSigningRequestStatus(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1alpha1CertificateSigningRequestStatus(self): """ Test V1alpha1CertificateSigningRequestStatus """ - model = k8sclient.models.v1alpha1_certificate_signing_request_status.V1alpha1CertificateSigningRequestStatus() + model = kubernetes.client.models.v1alpha1_certificate_signing_request_status.V1alpha1CertificateSigningRequestStatus() if __name__ == '__main__': diff --git a/test/test_v1alpha1_cluster_role.py b/kubernetes/test/test_v1alpha1_cluster_role.py similarity index 83% rename from test/test_v1alpha1_cluster_role.py rename to kubernetes/test/test_v1alpha1_cluster_role.py index 62f4982eba..862cea1799 100644 --- a/test/test_v1alpha1_cluster_role.py +++ b/kubernetes/test/test_v1alpha1_cluster_role.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1alpha1_cluster_role import V1alpha1ClusterRole +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1alpha1_cluster_role import V1alpha1ClusterRole class TestV1alpha1ClusterRole(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1alpha1ClusterRole(self): """ Test V1alpha1ClusterRole """ - model = k8sclient.models.v1alpha1_cluster_role.V1alpha1ClusterRole() + model = kubernetes.client.models.v1alpha1_cluster_role.V1alpha1ClusterRole() if __name__ == '__main__': diff --git a/test/test_v1alpha1_cluster_role_binding.py b/kubernetes/test/test_v1alpha1_cluster_role_binding.py similarity index 82% rename from test/test_v1alpha1_cluster_role_binding.py rename to kubernetes/test/test_v1alpha1_cluster_role_binding.py index 28991118fa..7da160dea6 100644 --- a/test/test_v1alpha1_cluster_role_binding.py +++ b/kubernetes/test/test_v1alpha1_cluster_role_binding.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1alpha1_cluster_role_binding import V1alpha1ClusterRoleBinding +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1alpha1_cluster_role_binding import V1alpha1ClusterRoleBinding class TestV1alpha1ClusterRoleBinding(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1alpha1ClusterRoleBinding(self): """ Test V1alpha1ClusterRoleBinding """ - model = k8sclient.models.v1alpha1_cluster_role_binding.V1alpha1ClusterRoleBinding() + model = kubernetes.client.models.v1alpha1_cluster_role_binding.V1alpha1ClusterRoleBinding() if __name__ == '__main__': diff --git a/test/test_v1alpha1_cluster_role_binding_list.py b/kubernetes/test/test_v1alpha1_cluster_role_binding_list.py similarity index 81% rename from test/test_v1alpha1_cluster_role_binding_list.py rename to kubernetes/test/test_v1alpha1_cluster_role_binding_list.py index 951c88002a..b0f91ef77f 100644 --- a/test/test_v1alpha1_cluster_role_binding_list.py +++ b/kubernetes/test/test_v1alpha1_cluster_role_binding_list.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1alpha1_cluster_role_binding_list import V1alpha1ClusterRoleBindingList +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1alpha1_cluster_role_binding_list import V1alpha1ClusterRoleBindingList class TestV1alpha1ClusterRoleBindingList(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1alpha1ClusterRoleBindingList(self): """ Test V1alpha1ClusterRoleBindingList """ - model = k8sclient.models.v1alpha1_cluster_role_binding_list.V1alpha1ClusterRoleBindingList() + model = kubernetes.client.models.v1alpha1_cluster_role_binding_list.V1alpha1ClusterRoleBindingList() if __name__ == '__main__': diff --git a/test/test_v1alpha1_cluster_role_list.py b/kubernetes/test/test_v1alpha1_cluster_role_list.py similarity index 82% rename from test/test_v1alpha1_cluster_role_list.py rename to kubernetes/test/test_v1alpha1_cluster_role_list.py index 2b60baa239..d1f97203ef 100644 --- a/test/test_v1alpha1_cluster_role_list.py +++ b/kubernetes/test/test_v1alpha1_cluster_role_list.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1alpha1_cluster_role_list import V1alpha1ClusterRoleList +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1alpha1_cluster_role_list import V1alpha1ClusterRoleList class TestV1alpha1ClusterRoleList(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1alpha1ClusterRoleList(self): """ Test V1alpha1ClusterRoleList """ - model = k8sclient.models.v1alpha1_cluster_role_list.V1alpha1ClusterRoleList() + model = kubernetes.client.models.v1alpha1_cluster_role_list.V1alpha1ClusterRoleList() if __name__ == '__main__': diff --git a/test/test_v1alpha1_policy_rule.py b/kubernetes/test/test_v1alpha1_policy_rule.py similarity index 83% rename from test/test_v1alpha1_policy_rule.py rename to kubernetes/test/test_v1alpha1_policy_rule.py index 3ec7d7d65b..56c313b58c 100644 --- a/test/test_v1alpha1_policy_rule.py +++ b/kubernetes/test/test_v1alpha1_policy_rule.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1alpha1_policy_rule import V1alpha1PolicyRule +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1alpha1_policy_rule import V1alpha1PolicyRule class TestV1alpha1PolicyRule(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1alpha1PolicyRule(self): """ Test V1alpha1PolicyRule """ - model = k8sclient.models.v1alpha1_policy_rule.V1alpha1PolicyRule() + model = kubernetes.client.models.v1alpha1_policy_rule.V1alpha1PolicyRule() if __name__ == '__main__': diff --git a/test/test_v1alpha1_role.py b/kubernetes/test/test_v1alpha1_role.py similarity index 85% rename from test/test_v1alpha1_role.py rename to kubernetes/test/test_v1alpha1_role.py index 4d94dafc39..f299967786 100644 --- a/test/test_v1alpha1_role.py +++ b/kubernetes/test/test_v1alpha1_role.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1alpha1_role import V1alpha1Role +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1alpha1_role import V1alpha1Role class TestV1alpha1Role(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1alpha1Role(self): """ Test V1alpha1Role """ - model = k8sclient.models.v1alpha1_role.V1alpha1Role() + model = kubernetes.client.models.v1alpha1_role.V1alpha1Role() if __name__ == '__main__': diff --git a/test/test_v1alpha1_role_binding.py b/kubernetes/test/test_v1alpha1_role_binding.py similarity index 83% rename from test/test_v1alpha1_role_binding.py rename to kubernetes/test/test_v1alpha1_role_binding.py index 375c423755..1f46d295d1 100644 --- a/test/test_v1alpha1_role_binding.py +++ b/kubernetes/test/test_v1alpha1_role_binding.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1alpha1_role_binding import V1alpha1RoleBinding +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1alpha1_role_binding import V1alpha1RoleBinding class TestV1alpha1RoleBinding(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1alpha1RoleBinding(self): """ Test V1alpha1RoleBinding """ - model = k8sclient.models.v1alpha1_role_binding.V1alpha1RoleBinding() + model = kubernetes.client.models.v1alpha1_role_binding.V1alpha1RoleBinding() if __name__ == '__main__': diff --git a/test/test_v1alpha1_role_binding_list.py b/kubernetes/test/test_v1alpha1_role_binding_list.py similarity index 82% rename from test/test_v1alpha1_role_binding_list.py rename to kubernetes/test/test_v1alpha1_role_binding_list.py index dd6a238229..303cdba9a5 100644 --- a/test/test_v1alpha1_role_binding_list.py +++ b/kubernetes/test/test_v1alpha1_role_binding_list.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1alpha1_role_binding_list import V1alpha1RoleBindingList +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1alpha1_role_binding_list import V1alpha1RoleBindingList class TestV1alpha1RoleBindingList(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1alpha1RoleBindingList(self): """ Test V1alpha1RoleBindingList """ - model = k8sclient.models.v1alpha1_role_binding_list.V1alpha1RoleBindingList() + model = kubernetes.client.models.v1alpha1_role_binding_list.V1alpha1RoleBindingList() if __name__ == '__main__': diff --git a/test/test_v1alpha1_role_list.py b/kubernetes/test/test_v1alpha1_role_list.py similarity index 84% rename from test/test_v1alpha1_role_list.py rename to kubernetes/test/test_v1alpha1_role_list.py index 4e67186dda..d3b9434c22 100644 --- a/test/test_v1alpha1_role_list.py +++ b/kubernetes/test/test_v1alpha1_role_list.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1alpha1_role_list import V1alpha1RoleList +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1alpha1_role_list import V1alpha1RoleList class TestV1alpha1RoleList(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1alpha1RoleList(self): """ Test V1alpha1RoleList """ - model = k8sclient.models.v1alpha1_role_list.V1alpha1RoleList() + model = kubernetes.client.models.v1alpha1_role_list.V1alpha1RoleList() if __name__ == '__main__': diff --git a/test/test_v1alpha1_role_ref.py b/kubernetes/test/test_v1alpha1_role_ref.py similarity index 84% rename from test/test_v1alpha1_role_ref.py rename to kubernetes/test/test_v1alpha1_role_ref.py index fd5c800794..3f6db6c1e1 100644 --- a/test/test_v1alpha1_role_ref.py +++ b/kubernetes/test/test_v1alpha1_role_ref.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1alpha1_role_ref import V1alpha1RoleRef +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1alpha1_role_ref import V1alpha1RoleRef class TestV1alpha1RoleRef(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1alpha1RoleRef(self): """ Test V1alpha1RoleRef """ - model = k8sclient.models.v1alpha1_role_ref.V1alpha1RoleRef() + model = kubernetes.client.models.v1alpha1_role_ref.V1alpha1RoleRef() if __name__ == '__main__': diff --git a/test/test_v1alpha1_subject.py b/kubernetes/test/test_v1alpha1_subject.py similarity index 84% rename from test/test_v1alpha1_subject.py rename to kubernetes/test/test_v1alpha1_subject.py index a1f6541aab..d90531f46f 100644 --- a/test/test_v1alpha1_subject.py +++ b/kubernetes/test/test_v1alpha1_subject.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1alpha1_subject import V1alpha1Subject +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1alpha1_subject import V1alpha1Subject class TestV1alpha1Subject(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1alpha1Subject(self): """ Test V1alpha1Subject """ - model = k8sclient.models.v1alpha1_subject.V1alpha1Subject() + model = kubernetes.client.models.v1alpha1_subject.V1alpha1Subject() if __name__ == '__main__': diff --git a/test/test_v1beta1_api_version.py b/kubernetes/test/test_v1beta1_api_version.py similarity index 84% rename from test/test_v1beta1_api_version.py rename to kubernetes/test/test_v1beta1_api_version.py index a15f3e3af2..42421f448e 100644 --- a/test/test_v1beta1_api_version.py +++ b/kubernetes/test/test_v1beta1_api_version.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_api_version import V1beta1APIVersion +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1beta1_api_version import V1beta1APIVersion class TestV1beta1APIVersion(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1beta1APIVersion(self): """ Test V1beta1APIVersion """ - model = k8sclient.models.v1beta1_api_version.V1beta1APIVersion() + model = kubernetes.client.models.v1beta1_api_version.V1beta1APIVersion() if __name__ == '__main__': diff --git a/test/test_v1beta1_cpu_target_utilization.py b/kubernetes/test/test_v1beta1_cpu_target_utilization.py similarity index 83% rename from test/test_v1beta1_cpu_target_utilization.py rename to kubernetes/test/test_v1beta1_cpu_target_utilization.py index e946b1bb23..987d8e3a1a 100644 --- a/test/test_v1beta1_cpu_target_utilization.py +++ b/kubernetes/test/test_v1beta1_cpu_target_utilization.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_cpu_target_utilization import V1beta1CPUTargetUtilization +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1beta1_cpu_target_utilization import V1beta1CPUTargetUtilization class TestV1beta1CPUTargetUtilization(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1beta1CPUTargetUtilization(self): """ Test V1beta1CPUTargetUtilization """ - model = k8sclient.models.v1beta1_cpu_target_utilization.V1beta1CPUTargetUtilization() + model = kubernetes.client.models.v1beta1_cpu_target_utilization.V1beta1CPUTargetUtilization() if __name__ == '__main__': diff --git a/test/test_v1beta1_daemon_set.py b/kubernetes/test/test_v1beta1_daemon_set.py similarity index 84% rename from test/test_v1beta1_daemon_set.py rename to kubernetes/test/test_v1beta1_daemon_set.py index b26df138cd..aaab275570 100644 --- a/test/test_v1beta1_daemon_set.py +++ b/kubernetes/test/test_v1beta1_daemon_set.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_daemon_set import V1beta1DaemonSet +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1beta1_daemon_set import V1beta1DaemonSet class TestV1beta1DaemonSet(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1beta1DaemonSet(self): """ Test V1beta1DaemonSet """ - model = k8sclient.models.v1beta1_daemon_set.V1beta1DaemonSet() + model = kubernetes.client.models.v1beta1_daemon_set.V1beta1DaemonSet() if __name__ == '__main__': diff --git a/test/test_v1beta1_daemon_set_list.py b/kubernetes/test/test_v1beta1_daemon_set_list.py similarity index 83% rename from test/test_v1beta1_daemon_set_list.py rename to kubernetes/test/test_v1beta1_daemon_set_list.py index 37087f3c58..df1ea300c2 100644 --- a/test/test_v1beta1_daemon_set_list.py +++ b/kubernetes/test/test_v1beta1_daemon_set_list.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_daemon_set_list import V1beta1DaemonSetList +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1beta1_daemon_set_list import V1beta1DaemonSetList class TestV1beta1DaemonSetList(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1beta1DaemonSetList(self): """ Test V1beta1DaemonSetList """ - model = k8sclient.models.v1beta1_daemon_set_list.V1beta1DaemonSetList() + model = kubernetes.client.models.v1beta1_daemon_set_list.V1beta1DaemonSetList() if __name__ == '__main__': diff --git a/test/test_v1beta1_daemon_set_spec.py b/kubernetes/test/test_v1beta1_daemon_set_spec.py similarity index 83% rename from test/test_v1beta1_daemon_set_spec.py rename to kubernetes/test/test_v1beta1_daemon_set_spec.py index a17cc778a6..4916ff8041 100644 --- a/test/test_v1beta1_daemon_set_spec.py +++ b/kubernetes/test/test_v1beta1_daemon_set_spec.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_daemon_set_spec import V1beta1DaemonSetSpec +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1beta1_daemon_set_spec import V1beta1DaemonSetSpec class TestV1beta1DaemonSetSpec(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1beta1DaemonSetSpec(self): """ Test V1beta1DaemonSetSpec """ - model = k8sclient.models.v1beta1_daemon_set_spec.V1beta1DaemonSetSpec() + model = kubernetes.client.models.v1beta1_daemon_set_spec.V1beta1DaemonSetSpec() if __name__ == '__main__': diff --git a/test/test_v1beta1_daemon_set_status.py b/kubernetes/test/test_v1beta1_daemon_set_status.py similarity index 83% rename from test/test_v1beta1_daemon_set_status.py rename to kubernetes/test/test_v1beta1_daemon_set_status.py index 24f51922c8..f2555dad13 100644 --- a/test/test_v1beta1_daemon_set_status.py +++ b/kubernetes/test/test_v1beta1_daemon_set_status.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_daemon_set_status import V1beta1DaemonSetStatus +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1beta1_daemon_set_status import V1beta1DaemonSetStatus class TestV1beta1DaemonSetStatus(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1beta1DaemonSetStatus(self): """ Test V1beta1DaemonSetStatus """ - model = k8sclient.models.v1beta1_daemon_set_status.V1beta1DaemonSetStatus() + model = kubernetes.client.models.v1beta1_daemon_set_status.V1beta1DaemonSetStatus() if __name__ == '__main__': diff --git a/test/test_v1beta1_deployment.py b/kubernetes/test/test_v1beta1_deployment.py similarity index 84% rename from test/test_v1beta1_deployment.py rename to kubernetes/test/test_v1beta1_deployment.py index a38289b07b..c49b9c7de2 100644 --- a/test/test_v1beta1_deployment.py +++ b/kubernetes/test/test_v1beta1_deployment.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_deployment import V1beta1Deployment +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1beta1_deployment import V1beta1Deployment class TestV1beta1Deployment(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1beta1Deployment(self): """ Test V1beta1Deployment """ - model = k8sclient.models.v1beta1_deployment.V1beta1Deployment() + model = kubernetes.client.models.v1beta1_deployment.V1beta1Deployment() if __name__ == '__main__': diff --git a/test/test_v1beta1_deployment_condition.py b/kubernetes/test/test_v1beta1_deployment_condition.py similarity index 82% rename from test/test_v1beta1_deployment_condition.py rename to kubernetes/test/test_v1beta1_deployment_condition.py index 0dc52bf2e7..c210e3ce22 100644 --- a/test/test_v1beta1_deployment_condition.py +++ b/kubernetes/test/test_v1beta1_deployment_condition.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_deployment_condition import V1beta1DeploymentCondition +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1beta1_deployment_condition import V1beta1DeploymentCondition class TestV1beta1DeploymentCondition(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1beta1DeploymentCondition(self): """ Test V1beta1DeploymentCondition """ - model = k8sclient.models.v1beta1_deployment_condition.V1beta1DeploymentCondition() + model = kubernetes.client.models.v1beta1_deployment_condition.V1beta1DeploymentCondition() if __name__ == '__main__': diff --git a/test/test_v1beta1_deployment_list.py b/kubernetes/test/test_v1beta1_deployment_list.py similarity index 83% rename from test/test_v1beta1_deployment_list.py rename to kubernetes/test/test_v1beta1_deployment_list.py index 1eafee79d0..32b4bb7f5e 100644 --- a/test/test_v1beta1_deployment_list.py +++ b/kubernetes/test/test_v1beta1_deployment_list.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_deployment_list import V1beta1DeploymentList +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1beta1_deployment_list import V1beta1DeploymentList class TestV1beta1DeploymentList(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1beta1DeploymentList(self): """ Test V1beta1DeploymentList """ - model = k8sclient.models.v1beta1_deployment_list.V1beta1DeploymentList() + model = kubernetes.client.models.v1beta1_deployment_list.V1beta1DeploymentList() if __name__ == '__main__': diff --git a/test/test_v1beta1_deployment_rollback.py b/kubernetes/test/test_v1beta1_deployment_rollback.py similarity index 82% rename from test/test_v1beta1_deployment_rollback.py rename to kubernetes/test/test_v1beta1_deployment_rollback.py index 5ba87b84da..d356aa6ba5 100644 --- a/test/test_v1beta1_deployment_rollback.py +++ b/kubernetes/test/test_v1beta1_deployment_rollback.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_deployment_rollback import V1beta1DeploymentRollback +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1beta1_deployment_rollback import V1beta1DeploymentRollback class TestV1beta1DeploymentRollback(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1beta1DeploymentRollback(self): """ Test V1beta1DeploymentRollback """ - model = k8sclient.models.v1beta1_deployment_rollback.V1beta1DeploymentRollback() + model = kubernetes.client.models.v1beta1_deployment_rollback.V1beta1DeploymentRollback() if __name__ == '__main__': diff --git a/test/test_v1beta1_deployment_spec.py b/kubernetes/test/test_v1beta1_deployment_spec.py similarity index 83% rename from test/test_v1beta1_deployment_spec.py rename to kubernetes/test/test_v1beta1_deployment_spec.py index 661c7f5b82..8ee0ccd7d5 100644 --- a/test/test_v1beta1_deployment_spec.py +++ b/kubernetes/test/test_v1beta1_deployment_spec.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_deployment_spec import V1beta1DeploymentSpec +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1beta1_deployment_spec import V1beta1DeploymentSpec class TestV1beta1DeploymentSpec(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1beta1DeploymentSpec(self): """ Test V1beta1DeploymentSpec """ - model = k8sclient.models.v1beta1_deployment_spec.V1beta1DeploymentSpec() + model = kubernetes.client.models.v1beta1_deployment_spec.V1beta1DeploymentSpec() if __name__ == '__main__': diff --git a/test/test_v1beta1_deployment_status.py b/kubernetes/test/test_v1beta1_deployment_status.py similarity index 82% rename from test/test_v1beta1_deployment_status.py rename to kubernetes/test/test_v1beta1_deployment_status.py index da4ff92dd9..a590debf5e 100644 --- a/test/test_v1beta1_deployment_status.py +++ b/kubernetes/test/test_v1beta1_deployment_status.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_deployment_status import V1beta1DeploymentStatus +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1beta1_deployment_status import V1beta1DeploymentStatus class TestV1beta1DeploymentStatus(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1beta1DeploymentStatus(self): """ Test V1beta1DeploymentStatus """ - model = k8sclient.models.v1beta1_deployment_status.V1beta1DeploymentStatus() + model = kubernetes.client.models.v1beta1_deployment_status.V1beta1DeploymentStatus() if __name__ == '__main__': diff --git a/test/test_v1beta1_deployment_strategy.py b/kubernetes/test/test_v1beta1_deployment_strategy.py similarity index 82% rename from test/test_v1beta1_deployment_strategy.py rename to kubernetes/test/test_v1beta1_deployment_strategy.py index a424cfdf0f..55020add2e 100644 --- a/test/test_v1beta1_deployment_strategy.py +++ b/kubernetes/test/test_v1beta1_deployment_strategy.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_deployment_strategy import V1beta1DeploymentStrategy +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1beta1_deployment_strategy import V1beta1DeploymentStrategy class TestV1beta1DeploymentStrategy(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1beta1DeploymentStrategy(self): """ Test V1beta1DeploymentStrategy """ - model = k8sclient.models.v1beta1_deployment_strategy.V1beta1DeploymentStrategy() + model = kubernetes.client.models.v1beta1_deployment_strategy.V1beta1DeploymentStrategy() if __name__ == '__main__': diff --git a/test/test_v1beta1_eviction.py b/kubernetes/test/test_v1beta1_eviction.py similarity index 84% rename from test/test_v1beta1_eviction.py rename to kubernetes/test/test_v1beta1_eviction.py index 090b3353f0..a1f95bfa63 100644 --- a/test/test_v1beta1_eviction.py +++ b/kubernetes/test/test_v1beta1_eviction.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_eviction import V1beta1Eviction +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1beta1_eviction import V1beta1Eviction class TestV1beta1Eviction(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1beta1Eviction(self): """ Test V1beta1Eviction """ - model = k8sclient.models.v1beta1_eviction.V1beta1Eviction() + model = kubernetes.client.models.v1beta1_eviction.V1beta1Eviction() if __name__ == '__main__': diff --git a/test/test_v1beta1_horizontal_pod_autoscaler.py b/kubernetes/test/test_v1beta1_horizontal_pod_autoscaler.py similarity index 81% rename from test/test_v1beta1_horizontal_pod_autoscaler.py rename to kubernetes/test/test_v1beta1_horizontal_pod_autoscaler.py index 974e4c9b54..30caeafae4 100644 --- a/test/test_v1beta1_horizontal_pod_autoscaler.py +++ b/kubernetes/test/test_v1beta1_horizontal_pod_autoscaler.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_horizontal_pod_autoscaler import V1beta1HorizontalPodAutoscaler +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1beta1_horizontal_pod_autoscaler import V1beta1HorizontalPodAutoscaler class TestV1beta1HorizontalPodAutoscaler(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1beta1HorizontalPodAutoscaler(self): """ Test V1beta1HorizontalPodAutoscaler """ - model = k8sclient.models.v1beta1_horizontal_pod_autoscaler.V1beta1HorizontalPodAutoscaler() + model = kubernetes.client.models.v1beta1_horizontal_pod_autoscaler.V1beta1HorizontalPodAutoscaler() if __name__ == '__main__': diff --git a/test/test_v1beta1_horizontal_pod_autoscaler_list.py b/kubernetes/test/test_v1beta1_horizontal_pod_autoscaler_list.py similarity index 80% rename from test/test_v1beta1_horizontal_pod_autoscaler_list.py rename to kubernetes/test/test_v1beta1_horizontal_pod_autoscaler_list.py index 4bde2a5cea..a28414337f 100644 --- a/test/test_v1beta1_horizontal_pod_autoscaler_list.py +++ b/kubernetes/test/test_v1beta1_horizontal_pod_autoscaler_list.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_horizontal_pod_autoscaler_list import V1beta1HorizontalPodAutoscalerList +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1beta1_horizontal_pod_autoscaler_list import V1beta1HorizontalPodAutoscalerList class TestV1beta1HorizontalPodAutoscalerList(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1beta1HorizontalPodAutoscalerList(self): """ Test V1beta1HorizontalPodAutoscalerList """ - model = k8sclient.models.v1beta1_horizontal_pod_autoscaler_list.V1beta1HorizontalPodAutoscalerList() + model = kubernetes.client.models.v1beta1_horizontal_pod_autoscaler_list.V1beta1HorizontalPodAutoscalerList() if __name__ == '__main__': diff --git a/test/test_v1beta1_horizontal_pod_autoscaler_spec.py b/kubernetes/test/test_v1beta1_horizontal_pod_autoscaler_spec.py similarity index 80% rename from test/test_v1beta1_horizontal_pod_autoscaler_spec.py rename to kubernetes/test/test_v1beta1_horizontal_pod_autoscaler_spec.py index d0f9b8fa9a..d44ae8aa60 100644 --- a/test/test_v1beta1_horizontal_pod_autoscaler_spec.py +++ b/kubernetes/test/test_v1beta1_horizontal_pod_autoscaler_spec.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_horizontal_pod_autoscaler_spec import V1beta1HorizontalPodAutoscalerSpec +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1beta1_horizontal_pod_autoscaler_spec import V1beta1HorizontalPodAutoscalerSpec class TestV1beta1HorizontalPodAutoscalerSpec(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1beta1HorizontalPodAutoscalerSpec(self): """ Test V1beta1HorizontalPodAutoscalerSpec """ - model = k8sclient.models.v1beta1_horizontal_pod_autoscaler_spec.V1beta1HorizontalPodAutoscalerSpec() + model = kubernetes.client.models.v1beta1_horizontal_pod_autoscaler_spec.V1beta1HorizontalPodAutoscalerSpec() if __name__ == '__main__': diff --git a/test/test_v1beta1_horizontal_pod_autoscaler_status.py b/kubernetes/test/test_v1beta1_horizontal_pod_autoscaler_status.py similarity index 80% rename from test/test_v1beta1_horizontal_pod_autoscaler_status.py rename to kubernetes/test/test_v1beta1_horizontal_pod_autoscaler_status.py index a10be7ebba..6243f5603a 100644 --- a/test/test_v1beta1_horizontal_pod_autoscaler_status.py +++ b/kubernetes/test/test_v1beta1_horizontal_pod_autoscaler_status.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_horizontal_pod_autoscaler_status import V1beta1HorizontalPodAutoscalerStatus +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1beta1_horizontal_pod_autoscaler_status import V1beta1HorizontalPodAutoscalerStatus class TestV1beta1HorizontalPodAutoscalerStatus(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1beta1HorizontalPodAutoscalerStatus(self): """ Test V1beta1HorizontalPodAutoscalerStatus """ - model = k8sclient.models.v1beta1_horizontal_pod_autoscaler_status.V1beta1HorizontalPodAutoscalerStatus() + model = kubernetes.client.models.v1beta1_horizontal_pod_autoscaler_status.V1beta1HorizontalPodAutoscalerStatus() if __name__ == '__main__': diff --git a/test/test_v1beta1_ingress.py b/kubernetes/test/test_v1beta1_ingress.py similarity index 84% rename from test/test_v1beta1_ingress.py rename to kubernetes/test/test_v1beta1_ingress.py index b584b3928a..82501a9c47 100644 --- a/test/test_v1beta1_ingress.py +++ b/kubernetes/test/test_v1beta1_ingress.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_ingress import V1beta1Ingress +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1beta1_ingress import V1beta1Ingress class TestV1beta1Ingress(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1beta1Ingress(self): """ Test V1beta1Ingress """ - model = k8sclient.models.v1beta1_ingress.V1beta1Ingress() + model = kubernetes.client.models.v1beta1_ingress.V1beta1Ingress() if __name__ == '__main__': diff --git a/test/test_v1beta1_ingress_backend.py b/kubernetes/test/test_v1beta1_ingress_backend.py similarity index 83% rename from test/test_v1beta1_ingress_backend.py rename to kubernetes/test/test_v1beta1_ingress_backend.py index 2a650128d8..59cc899784 100644 --- a/test/test_v1beta1_ingress_backend.py +++ b/kubernetes/test/test_v1beta1_ingress_backend.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_ingress_backend import V1beta1IngressBackend +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1beta1_ingress_backend import V1beta1IngressBackend class TestV1beta1IngressBackend(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1beta1IngressBackend(self): """ Test V1beta1IngressBackend """ - model = k8sclient.models.v1beta1_ingress_backend.V1beta1IngressBackend() + model = kubernetes.client.models.v1beta1_ingress_backend.V1beta1IngressBackend() if __name__ == '__main__': diff --git a/test/test_v1beta1_ingress_list.py b/kubernetes/test/test_v1beta1_ingress_list.py similarity index 83% rename from test/test_v1beta1_ingress_list.py rename to kubernetes/test/test_v1beta1_ingress_list.py index 589c5b1987..4dff9e3550 100644 --- a/test/test_v1beta1_ingress_list.py +++ b/kubernetes/test/test_v1beta1_ingress_list.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_ingress_list import V1beta1IngressList +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1beta1_ingress_list import V1beta1IngressList class TestV1beta1IngressList(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1beta1IngressList(self): """ Test V1beta1IngressList """ - model = k8sclient.models.v1beta1_ingress_list.V1beta1IngressList() + model = kubernetes.client.models.v1beta1_ingress_list.V1beta1IngressList() if __name__ == '__main__': diff --git a/test/test_v1beta1_ingress_rule.py b/kubernetes/test/test_v1beta1_ingress_rule.py similarity index 83% rename from test/test_v1beta1_ingress_rule.py rename to kubernetes/test/test_v1beta1_ingress_rule.py index cb5476de62..d8cd5feeae 100644 --- a/test/test_v1beta1_ingress_rule.py +++ b/kubernetes/test/test_v1beta1_ingress_rule.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_ingress_rule import V1beta1IngressRule +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1beta1_ingress_rule import V1beta1IngressRule class TestV1beta1IngressRule(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1beta1IngressRule(self): """ Test V1beta1IngressRule """ - model = k8sclient.models.v1beta1_ingress_rule.V1beta1IngressRule() + model = kubernetes.client.models.v1beta1_ingress_rule.V1beta1IngressRule() if __name__ == '__main__': diff --git a/test/test_v1beta1_ingress_spec.py b/kubernetes/test/test_v1beta1_ingress_spec.py similarity index 83% rename from test/test_v1beta1_ingress_spec.py rename to kubernetes/test/test_v1beta1_ingress_spec.py index e236916bf7..36720c7740 100644 --- a/test/test_v1beta1_ingress_spec.py +++ b/kubernetes/test/test_v1beta1_ingress_spec.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_ingress_spec import V1beta1IngressSpec +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1beta1_ingress_spec import V1beta1IngressSpec class TestV1beta1IngressSpec(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1beta1IngressSpec(self): """ Test V1beta1IngressSpec """ - model = k8sclient.models.v1beta1_ingress_spec.V1beta1IngressSpec() + model = kubernetes.client.models.v1beta1_ingress_spec.V1beta1IngressSpec() if __name__ == '__main__': diff --git a/test/test_v1beta1_ingress_status.py b/kubernetes/test/test_v1beta1_ingress_status.py similarity index 83% rename from test/test_v1beta1_ingress_status.py rename to kubernetes/test/test_v1beta1_ingress_status.py index 1f20d01cd8..89f3ae44a1 100644 --- a/test/test_v1beta1_ingress_status.py +++ b/kubernetes/test/test_v1beta1_ingress_status.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_ingress_status import V1beta1IngressStatus +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1beta1_ingress_status import V1beta1IngressStatus class TestV1beta1IngressStatus(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1beta1IngressStatus(self): """ Test V1beta1IngressStatus """ - model = k8sclient.models.v1beta1_ingress_status.V1beta1IngressStatus() + model = kubernetes.client.models.v1beta1_ingress_status.V1beta1IngressStatus() if __name__ == '__main__': diff --git a/test/test_v1beta1_ingress_tls.py b/kubernetes/test/test_v1beta1_ingress_tls.py similarity index 84% rename from test/test_v1beta1_ingress_tls.py rename to kubernetes/test/test_v1beta1_ingress_tls.py index f8b6a22f05..d63fffaeea 100644 --- a/test/test_v1beta1_ingress_tls.py +++ b/kubernetes/test/test_v1beta1_ingress_tls.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_ingress_tls import V1beta1IngressTLS +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1beta1_ingress_tls import V1beta1IngressTLS class TestV1beta1IngressTLS(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1beta1IngressTLS(self): """ Test V1beta1IngressTLS """ - model = k8sclient.models.v1beta1_ingress_tls.V1beta1IngressTLS() + model = kubernetes.client.models.v1beta1_ingress_tls.V1beta1IngressTLS() if __name__ == '__main__': diff --git a/test/test_v1beta1_job.py b/kubernetes/test/test_v1beta1_job.py similarity index 85% rename from test/test_v1beta1_job.py rename to kubernetes/test/test_v1beta1_job.py index 7261d89fac..fa173cd6ed 100644 --- a/test/test_v1beta1_job.py +++ b/kubernetes/test/test_v1beta1_job.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_job import V1beta1Job +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1beta1_job import V1beta1Job class TestV1beta1Job(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1beta1Job(self): """ Test V1beta1Job """ - model = k8sclient.models.v1beta1_job.V1beta1Job() + model = kubernetes.client.models.v1beta1_job.V1beta1Job() if __name__ == '__main__': diff --git a/test/test_v1beta1_job_condition.py b/kubernetes/test/test_v1beta1_job_condition.py similarity index 83% rename from test/test_v1beta1_job_condition.py rename to kubernetes/test/test_v1beta1_job_condition.py index 46903e758e..2d41f4579d 100644 --- a/test/test_v1beta1_job_condition.py +++ b/kubernetes/test/test_v1beta1_job_condition.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_job_condition import V1beta1JobCondition +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1beta1_job_condition import V1beta1JobCondition class TestV1beta1JobCondition(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1beta1JobCondition(self): """ Test V1beta1JobCondition """ - model = k8sclient.models.v1beta1_job_condition.V1beta1JobCondition() + model = kubernetes.client.models.v1beta1_job_condition.V1beta1JobCondition() if __name__ == '__main__': diff --git a/test/test_v1beta1_job_list.py b/kubernetes/test/test_v1beta1_job_list.py similarity index 84% rename from test/test_v1beta1_job_list.py rename to kubernetes/test/test_v1beta1_job_list.py index 074416c882..e0afb9c852 100644 --- a/test/test_v1beta1_job_list.py +++ b/kubernetes/test/test_v1beta1_job_list.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_job_list import V1beta1JobList +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1beta1_job_list import V1beta1JobList class TestV1beta1JobList(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1beta1JobList(self): """ Test V1beta1JobList """ - model = k8sclient.models.v1beta1_job_list.V1beta1JobList() + model = kubernetes.client.models.v1beta1_job_list.V1beta1JobList() if __name__ == '__main__': diff --git a/test/test_v1beta1_job_spec.py b/kubernetes/test/test_v1beta1_job_spec.py similarity index 84% rename from test/test_v1beta1_job_spec.py rename to kubernetes/test/test_v1beta1_job_spec.py index 68560742ea..b62d26eed6 100644 --- a/test/test_v1beta1_job_spec.py +++ b/kubernetes/test/test_v1beta1_job_spec.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_job_spec import V1beta1JobSpec +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1beta1_job_spec import V1beta1JobSpec class TestV1beta1JobSpec(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1beta1JobSpec(self): """ Test V1beta1JobSpec """ - model = k8sclient.models.v1beta1_job_spec.V1beta1JobSpec() + model = kubernetes.client.models.v1beta1_job_spec.V1beta1JobSpec() if __name__ == '__main__': diff --git a/test/test_v1beta1_job_status.py b/kubernetes/test/test_v1beta1_job_status.py similarity index 84% rename from test/test_v1beta1_job_status.py rename to kubernetes/test/test_v1beta1_job_status.py index 30b060c7da..ae73c67b37 100644 --- a/test/test_v1beta1_job_status.py +++ b/kubernetes/test/test_v1beta1_job_status.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_job_status import V1beta1JobStatus +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1beta1_job_status import V1beta1JobStatus class TestV1beta1JobStatus(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1beta1JobStatus(self): """ Test V1beta1JobStatus """ - model = k8sclient.models.v1beta1_job_status.V1beta1JobStatus() + model = kubernetes.client.models.v1beta1_job_status.V1beta1JobStatus() if __name__ == '__main__': diff --git a/test/test_v1beta1_local_subject_access_review.py b/kubernetes/test/test_v1beta1_local_subject_access_review.py similarity index 81% rename from test/test_v1beta1_local_subject_access_review.py rename to kubernetes/test/test_v1beta1_local_subject_access_review.py index 5af512625b..fe1a0e079d 100644 --- a/test/test_v1beta1_local_subject_access_review.py +++ b/kubernetes/test/test_v1beta1_local_subject_access_review.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_local_subject_access_review import V1beta1LocalSubjectAccessReview +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1beta1_local_subject_access_review import V1beta1LocalSubjectAccessReview class TestV1beta1LocalSubjectAccessReview(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1beta1LocalSubjectAccessReview(self): """ Test V1beta1LocalSubjectAccessReview """ - model = k8sclient.models.v1beta1_local_subject_access_review.V1beta1LocalSubjectAccessReview() + model = kubernetes.client.models.v1beta1_local_subject_access_review.V1beta1LocalSubjectAccessReview() if __name__ == '__main__': diff --git a/test/test_v1beta1_network_policy.py b/kubernetes/test/test_v1beta1_network_policy.py similarity index 83% rename from test/test_v1beta1_network_policy.py rename to kubernetes/test/test_v1beta1_network_policy.py index 3aa5f44201..936ea6c37b 100644 --- a/test/test_v1beta1_network_policy.py +++ b/kubernetes/test/test_v1beta1_network_policy.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_network_policy import V1beta1NetworkPolicy +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1beta1_network_policy import V1beta1NetworkPolicy class TestV1beta1NetworkPolicy(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1beta1NetworkPolicy(self): """ Test V1beta1NetworkPolicy """ - model = k8sclient.models.v1beta1_network_policy.V1beta1NetworkPolicy() + model = kubernetes.client.models.v1beta1_network_policy.V1beta1NetworkPolicy() if __name__ == '__main__': diff --git a/test/test_v1beta1_network_policy_ingress_rule.py b/kubernetes/test/test_v1beta1_network_policy_ingress_rule.py similarity index 81% rename from test/test_v1beta1_network_policy_ingress_rule.py rename to kubernetes/test/test_v1beta1_network_policy_ingress_rule.py index 24ec10c2c0..3febbd0a5e 100644 --- a/test/test_v1beta1_network_policy_ingress_rule.py +++ b/kubernetes/test/test_v1beta1_network_policy_ingress_rule.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_network_policy_ingress_rule import V1beta1NetworkPolicyIngressRule +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1beta1_network_policy_ingress_rule import V1beta1NetworkPolicyIngressRule class TestV1beta1NetworkPolicyIngressRule(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1beta1NetworkPolicyIngressRule(self): """ Test V1beta1NetworkPolicyIngressRule """ - model = k8sclient.models.v1beta1_network_policy_ingress_rule.V1beta1NetworkPolicyIngressRule() + model = kubernetes.client.models.v1beta1_network_policy_ingress_rule.V1beta1NetworkPolicyIngressRule() if __name__ == '__main__': diff --git a/test/test_v1beta1_network_policy_list.py b/kubernetes/test/test_v1beta1_network_policy_list.py similarity index 82% rename from test/test_v1beta1_network_policy_list.py rename to kubernetes/test/test_v1beta1_network_policy_list.py index daf44c4f15..bbefda34ed 100644 --- a/test/test_v1beta1_network_policy_list.py +++ b/kubernetes/test/test_v1beta1_network_policy_list.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_network_policy_list import V1beta1NetworkPolicyList +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1beta1_network_policy_list import V1beta1NetworkPolicyList class TestV1beta1NetworkPolicyList(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1beta1NetworkPolicyList(self): """ Test V1beta1NetworkPolicyList """ - model = k8sclient.models.v1beta1_network_policy_list.V1beta1NetworkPolicyList() + model = kubernetes.client.models.v1beta1_network_policy_list.V1beta1NetworkPolicyList() if __name__ == '__main__': diff --git a/test/test_v1beta1_network_policy_peer.py b/kubernetes/test/test_v1beta1_network_policy_peer.py similarity index 82% rename from test/test_v1beta1_network_policy_peer.py rename to kubernetes/test/test_v1beta1_network_policy_peer.py index 6649aa3dd6..6bb44da23c 100644 --- a/test/test_v1beta1_network_policy_peer.py +++ b/kubernetes/test/test_v1beta1_network_policy_peer.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_network_policy_peer import V1beta1NetworkPolicyPeer +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1beta1_network_policy_peer import V1beta1NetworkPolicyPeer class TestV1beta1NetworkPolicyPeer(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1beta1NetworkPolicyPeer(self): """ Test V1beta1NetworkPolicyPeer """ - model = k8sclient.models.v1beta1_network_policy_peer.V1beta1NetworkPolicyPeer() + model = kubernetes.client.models.v1beta1_network_policy_peer.V1beta1NetworkPolicyPeer() if __name__ == '__main__': diff --git a/test/test_v1beta1_network_policy_port.py b/kubernetes/test/test_v1beta1_network_policy_port.py similarity index 82% rename from test/test_v1beta1_network_policy_port.py rename to kubernetes/test/test_v1beta1_network_policy_port.py index afd8cea80e..da9234dba0 100644 --- a/test/test_v1beta1_network_policy_port.py +++ b/kubernetes/test/test_v1beta1_network_policy_port.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_network_policy_port import V1beta1NetworkPolicyPort +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1beta1_network_policy_port import V1beta1NetworkPolicyPort class TestV1beta1NetworkPolicyPort(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1beta1NetworkPolicyPort(self): """ Test V1beta1NetworkPolicyPort """ - model = k8sclient.models.v1beta1_network_policy_port.V1beta1NetworkPolicyPort() + model = kubernetes.client.models.v1beta1_network_policy_port.V1beta1NetworkPolicyPort() if __name__ == '__main__': diff --git a/test/test_v1beta1_network_policy_spec.py b/kubernetes/test/test_v1beta1_network_policy_spec.py similarity index 82% rename from test/test_v1beta1_network_policy_spec.py rename to kubernetes/test/test_v1beta1_network_policy_spec.py index e0348c2212..17aa6b522a 100644 --- a/test/test_v1beta1_network_policy_spec.py +++ b/kubernetes/test/test_v1beta1_network_policy_spec.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_network_policy_spec import V1beta1NetworkPolicySpec +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1beta1_network_policy_spec import V1beta1NetworkPolicySpec class TestV1beta1NetworkPolicySpec(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1beta1NetworkPolicySpec(self): """ Test V1beta1NetworkPolicySpec """ - model = k8sclient.models.v1beta1_network_policy_spec.V1beta1NetworkPolicySpec() + model = kubernetes.client.models.v1beta1_network_policy_spec.V1beta1NetworkPolicySpec() if __name__ == '__main__': diff --git a/test/test_v1beta1_non_resource_attributes.py b/kubernetes/test/test_v1beta1_non_resource_attributes.py similarity index 82% rename from test/test_v1beta1_non_resource_attributes.py rename to kubernetes/test/test_v1beta1_non_resource_attributes.py index 7d82ee8207..e3cea2e852 100644 --- a/test/test_v1beta1_non_resource_attributes.py +++ b/kubernetes/test/test_v1beta1_non_resource_attributes.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_non_resource_attributes import V1beta1NonResourceAttributes +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1beta1_non_resource_attributes import V1beta1NonResourceAttributes class TestV1beta1NonResourceAttributes(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1beta1NonResourceAttributes(self): """ Test V1beta1NonResourceAttributes """ - model = k8sclient.models.v1beta1_non_resource_attributes.V1beta1NonResourceAttributes() + model = kubernetes.client.models.v1beta1_non_resource_attributes.V1beta1NonResourceAttributes() if __name__ == '__main__': diff --git a/test/test_v1beta1_pod_disruption_budget.py b/kubernetes/test/test_v1beta1_pod_disruption_budget.py similarity index 82% rename from test/test_v1beta1_pod_disruption_budget.py rename to kubernetes/test/test_v1beta1_pod_disruption_budget.py index edf334059b..e5fb5a1228 100644 --- a/test/test_v1beta1_pod_disruption_budget.py +++ b/kubernetes/test/test_v1beta1_pod_disruption_budget.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_pod_disruption_budget import V1beta1PodDisruptionBudget +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1beta1_pod_disruption_budget import V1beta1PodDisruptionBudget class TestV1beta1PodDisruptionBudget(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1beta1PodDisruptionBudget(self): """ Test V1beta1PodDisruptionBudget """ - model = k8sclient.models.v1beta1_pod_disruption_budget.V1beta1PodDisruptionBudget() + model = kubernetes.client.models.v1beta1_pod_disruption_budget.V1beta1PodDisruptionBudget() if __name__ == '__main__': diff --git a/test/test_v1beta1_pod_disruption_budget_list.py b/kubernetes/test/test_v1beta1_pod_disruption_budget_list.py similarity index 81% rename from test/test_v1beta1_pod_disruption_budget_list.py rename to kubernetes/test/test_v1beta1_pod_disruption_budget_list.py index 3d4ce8f436..05b3918289 100644 --- a/test/test_v1beta1_pod_disruption_budget_list.py +++ b/kubernetes/test/test_v1beta1_pod_disruption_budget_list.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_pod_disruption_budget_list import V1beta1PodDisruptionBudgetList +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1beta1_pod_disruption_budget_list import V1beta1PodDisruptionBudgetList class TestV1beta1PodDisruptionBudgetList(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1beta1PodDisruptionBudgetList(self): """ Test V1beta1PodDisruptionBudgetList """ - model = k8sclient.models.v1beta1_pod_disruption_budget_list.V1beta1PodDisruptionBudgetList() + model = kubernetes.client.models.v1beta1_pod_disruption_budget_list.V1beta1PodDisruptionBudgetList() if __name__ == '__main__': diff --git a/test/test_v1beta1_pod_disruption_budget_spec.py b/kubernetes/test/test_v1beta1_pod_disruption_budget_spec.py similarity index 81% rename from test/test_v1beta1_pod_disruption_budget_spec.py rename to kubernetes/test/test_v1beta1_pod_disruption_budget_spec.py index 34aa8e4be9..2b92ee5018 100644 --- a/test/test_v1beta1_pod_disruption_budget_spec.py +++ b/kubernetes/test/test_v1beta1_pod_disruption_budget_spec.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_pod_disruption_budget_spec import V1beta1PodDisruptionBudgetSpec +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1beta1_pod_disruption_budget_spec import V1beta1PodDisruptionBudgetSpec class TestV1beta1PodDisruptionBudgetSpec(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1beta1PodDisruptionBudgetSpec(self): """ Test V1beta1PodDisruptionBudgetSpec """ - model = k8sclient.models.v1beta1_pod_disruption_budget_spec.V1beta1PodDisruptionBudgetSpec() + model = kubernetes.client.models.v1beta1_pod_disruption_budget_spec.V1beta1PodDisruptionBudgetSpec() if __name__ == '__main__': diff --git a/test/test_v1beta1_pod_disruption_budget_status.py b/kubernetes/test/test_v1beta1_pod_disruption_budget_status.py similarity index 81% rename from test/test_v1beta1_pod_disruption_budget_status.py rename to kubernetes/test/test_v1beta1_pod_disruption_budget_status.py index f8f52ccd80..9968bff77b 100644 --- a/test/test_v1beta1_pod_disruption_budget_status.py +++ b/kubernetes/test/test_v1beta1_pod_disruption_budget_status.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_pod_disruption_budget_status import V1beta1PodDisruptionBudgetStatus +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1beta1_pod_disruption_budget_status import V1beta1PodDisruptionBudgetStatus class TestV1beta1PodDisruptionBudgetStatus(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1beta1PodDisruptionBudgetStatus(self): """ Test V1beta1PodDisruptionBudgetStatus """ - model = k8sclient.models.v1beta1_pod_disruption_budget_status.V1beta1PodDisruptionBudgetStatus() + model = kubernetes.client.models.v1beta1_pod_disruption_budget_status.V1beta1PodDisruptionBudgetStatus() if __name__ == '__main__': diff --git a/test/test_v1beta1_replica_set.py b/kubernetes/test/test_v1beta1_replica_set.py similarity index 84% rename from test/test_v1beta1_replica_set.py rename to kubernetes/test/test_v1beta1_replica_set.py index e7eeb392cc..e09cfc4062 100644 --- a/test/test_v1beta1_replica_set.py +++ b/kubernetes/test/test_v1beta1_replica_set.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_replica_set import V1beta1ReplicaSet +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1beta1_replica_set import V1beta1ReplicaSet class TestV1beta1ReplicaSet(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1beta1ReplicaSet(self): """ Test V1beta1ReplicaSet """ - model = k8sclient.models.v1beta1_replica_set.V1beta1ReplicaSet() + model = kubernetes.client.models.v1beta1_replica_set.V1beta1ReplicaSet() if __name__ == '__main__': diff --git a/test/test_v1beta1_replica_set_condition.py b/kubernetes/test/test_v1beta1_replica_set_condition.py similarity index 82% rename from test/test_v1beta1_replica_set_condition.py rename to kubernetes/test/test_v1beta1_replica_set_condition.py index 722784869d..2e4c8067fd 100644 --- a/test/test_v1beta1_replica_set_condition.py +++ b/kubernetes/test/test_v1beta1_replica_set_condition.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_replica_set_condition import V1beta1ReplicaSetCondition +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1beta1_replica_set_condition import V1beta1ReplicaSetCondition class TestV1beta1ReplicaSetCondition(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1beta1ReplicaSetCondition(self): """ Test V1beta1ReplicaSetCondition """ - model = k8sclient.models.v1beta1_replica_set_condition.V1beta1ReplicaSetCondition() + model = kubernetes.client.models.v1beta1_replica_set_condition.V1beta1ReplicaSetCondition() if __name__ == '__main__': diff --git a/test/test_v1beta1_replica_set_list.py b/kubernetes/test/test_v1beta1_replica_set_list.py similarity index 83% rename from test/test_v1beta1_replica_set_list.py rename to kubernetes/test/test_v1beta1_replica_set_list.py index e3d746aeb0..beb0958071 100644 --- a/test/test_v1beta1_replica_set_list.py +++ b/kubernetes/test/test_v1beta1_replica_set_list.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_replica_set_list import V1beta1ReplicaSetList +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1beta1_replica_set_list import V1beta1ReplicaSetList class TestV1beta1ReplicaSetList(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1beta1ReplicaSetList(self): """ Test V1beta1ReplicaSetList """ - model = k8sclient.models.v1beta1_replica_set_list.V1beta1ReplicaSetList() + model = kubernetes.client.models.v1beta1_replica_set_list.V1beta1ReplicaSetList() if __name__ == '__main__': diff --git a/test/test_v1beta1_replica_set_spec.py b/kubernetes/test/test_v1beta1_replica_set_spec.py similarity index 83% rename from test/test_v1beta1_replica_set_spec.py rename to kubernetes/test/test_v1beta1_replica_set_spec.py index cfd722c5b2..a910e5bc1c 100644 --- a/test/test_v1beta1_replica_set_spec.py +++ b/kubernetes/test/test_v1beta1_replica_set_spec.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_replica_set_spec import V1beta1ReplicaSetSpec +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1beta1_replica_set_spec import V1beta1ReplicaSetSpec class TestV1beta1ReplicaSetSpec(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1beta1ReplicaSetSpec(self): """ Test V1beta1ReplicaSetSpec """ - model = k8sclient.models.v1beta1_replica_set_spec.V1beta1ReplicaSetSpec() + model = kubernetes.client.models.v1beta1_replica_set_spec.V1beta1ReplicaSetSpec() if __name__ == '__main__': diff --git a/test/test_v1beta1_replica_set_status.py b/kubernetes/test/test_v1beta1_replica_set_status.py similarity index 82% rename from test/test_v1beta1_replica_set_status.py rename to kubernetes/test/test_v1beta1_replica_set_status.py index 598e78fb60..1981ecda6b 100644 --- a/test/test_v1beta1_replica_set_status.py +++ b/kubernetes/test/test_v1beta1_replica_set_status.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_replica_set_status import V1beta1ReplicaSetStatus +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1beta1_replica_set_status import V1beta1ReplicaSetStatus class TestV1beta1ReplicaSetStatus(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1beta1ReplicaSetStatus(self): """ Test V1beta1ReplicaSetStatus """ - model = k8sclient.models.v1beta1_replica_set_status.V1beta1ReplicaSetStatus() + model = kubernetes.client.models.v1beta1_replica_set_status.V1beta1ReplicaSetStatus() if __name__ == '__main__': diff --git a/test/test_v1beta1_resource_attributes.py b/kubernetes/test/test_v1beta1_resource_attributes.py similarity index 82% rename from test/test_v1beta1_resource_attributes.py rename to kubernetes/test/test_v1beta1_resource_attributes.py index 7af7c575a5..a54de0df10 100644 --- a/test/test_v1beta1_resource_attributes.py +++ b/kubernetes/test/test_v1beta1_resource_attributes.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_resource_attributes import V1beta1ResourceAttributes +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1beta1_resource_attributes import V1beta1ResourceAttributes class TestV1beta1ResourceAttributes(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1beta1ResourceAttributes(self): """ Test V1beta1ResourceAttributes """ - model = k8sclient.models.v1beta1_resource_attributes.V1beta1ResourceAttributes() + model = kubernetes.client.models.v1beta1_resource_attributes.V1beta1ResourceAttributes() if __name__ == '__main__': diff --git a/test/test_v1beta1_rollback_config.py b/kubernetes/test/test_v1beta1_rollback_config.py similarity index 83% rename from test/test_v1beta1_rollback_config.py rename to kubernetes/test/test_v1beta1_rollback_config.py index bdf1fe7c14..f203049210 100644 --- a/test/test_v1beta1_rollback_config.py +++ b/kubernetes/test/test_v1beta1_rollback_config.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_rollback_config import V1beta1RollbackConfig +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1beta1_rollback_config import V1beta1RollbackConfig class TestV1beta1RollbackConfig(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1beta1RollbackConfig(self): """ Test V1beta1RollbackConfig """ - model = k8sclient.models.v1beta1_rollback_config.V1beta1RollbackConfig() + model = kubernetes.client.models.v1beta1_rollback_config.V1beta1RollbackConfig() if __name__ == '__main__': diff --git a/test/test_v1beta1_rolling_update_deployment.py b/kubernetes/test/test_v1beta1_rolling_update_deployment.py similarity index 81% rename from test/test_v1beta1_rolling_update_deployment.py rename to kubernetes/test/test_v1beta1_rolling_update_deployment.py index 3e49a1f9e9..c36ce72c72 100644 --- a/test/test_v1beta1_rolling_update_deployment.py +++ b/kubernetes/test/test_v1beta1_rolling_update_deployment.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_rolling_update_deployment import V1beta1RollingUpdateDeployment +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1beta1_rolling_update_deployment import V1beta1RollingUpdateDeployment class TestV1beta1RollingUpdateDeployment(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1beta1RollingUpdateDeployment(self): """ Test V1beta1RollingUpdateDeployment """ - model = k8sclient.models.v1beta1_rolling_update_deployment.V1beta1RollingUpdateDeployment() + model = kubernetes.client.models.v1beta1_rolling_update_deployment.V1beta1RollingUpdateDeployment() if __name__ == '__main__': diff --git a/test/test_v1beta1_scale.py b/kubernetes/test/test_v1beta1_scale.py similarity index 85% rename from test/test_v1beta1_scale.py rename to kubernetes/test/test_v1beta1_scale.py index 2a4c189d85..6bef937dec 100644 --- a/test/test_v1beta1_scale.py +++ b/kubernetes/test/test_v1beta1_scale.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_scale import V1beta1Scale +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1beta1_scale import V1beta1Scale class TestV1beta1Scale(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1beta1Scale(self): """ Test V1beta1Scale """ - model = k8sclient.models.v1beta1_scale.V1beta1Scale() + model = kubernetes.client.models.v1beta1_scale.V1beta1Scale() if __name__ == '__main__': diff --git a/test/test_v1beta1_scale_spec.py b/kubernetes/test/test_v1beta1_scale_spec.py similarity index 84% rename from test/test_v1beta1_scale_spec.py rename to kubernetes/test/test_v1beta1_scale_spec.py index 7a68ed629e..3f93568446 100644 --- a/test/test_v1beta1_scale_spec.py +++ b/kubernetes/test/test_v1beta1_scale_spec.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_scale_spec import V1beta1ScaleSpec +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1beta1_scale_spec import V1beta1ScaleSpec class TestV1beta1ScaleSpec(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1beta1ScaleSpec(self): """ Test V1beta1ScaleSpec """ - model = k8sclient.models.v1beta1_scale_spec.V1beta1ScaleSpec() + model = kubernetes.client.models.v1beta1_scale_spec.V1beta1ScaleSpec() if __name__ == '__main__': diff --git a/test/test_v1beta1_scale_status.py b/kubernetes/test/test_v1beta1_scale_status.py similarity index 83% rename from test/test_v1beta1_scale_status.py rename to kubernetes/test/test_v1beta1_scale_status.py index 4d72e32a37..50c0c2a6fd 100644 --- a/test/test_v1beta1_scale_status.py +++ b/kubernetes/test/test_v1beta1_scale_status.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_scale_status import V1beta1ScaleStatus +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1beta1_scale_status import V1beta1ScaleStatus class TestV1beta1ScaleStatus(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1beta1ScaleStatus(self): """ Test V1beta1ScaleStatus """ - model = k8sclient.models.v1beta1_scale_status.V1beta1ScaleStatus() + model = kubernetes.client.models.v1beta1_scale_status.V1beta1ScaleStatus() if __name__ == '__main__': diff --git a/test/test_v1beta1_self_subject_access_review.py b/kubernetes/test/test_v1beta1_self_subject_access_review.py similarity index 81% rename from test/test_v1beta1_self_subject_access_review.py rename to kubernetes/test/test_v1beta1_self_subject_access_review.py index a4c914b5fc..f89b79bc63 100644 --- a/test/test_v1beta1_self_subject_access_review.py +++ b/kubernetes/test/test_v1beta1_self_subject_access_review.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_self_subject_access_review import V1beta1SelfSubjectAccessReview +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1beta1_self_subject_access_review import V1beta1SelfSubjectAccessReview class TestV1beta1SelfSubjectAccessReview(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1beta1SelfSubjectAccessReview(self): """ Test V1beta1SelfSubjectAccessReview """ - model = k8sclient.models.v1beta1_self_subject_access_review.V1beta1SelfSubjectAccessReview() + model = kubernetes.client.models.v1beta1_self_subject_access_review.V1beta1SelfSubjectAccessReview() if __name__ == '__main__': diff --git a/test/test_v1beta1_self_subject_access_review_spec.py b/kubernetes/test/test_v1beta1_self_subject_access_review_spec.py similarity index 80% rename from test/test_v1beta1_self_subject_access_review_spec.py rename to kubernetes/test/test_v1beta1_self_subject_access_review_spec.py index dccec99e14..c310ad4239 100644 --- a/test/test_v1beta1_self_subject_access_review_spec.py +++ b/kubernetes/test/test_v1beta1_self_subject_access_review_spec.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_self_subject_access_review_spec import V1beta1SelfSubjectAccessReviewSpec +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1beta1_self_subject_access_review_spec import V1beta1SelfSubjectAccessReviewSpec class TestV1beta1SelfSubjectAccessReviewSpec(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1beta1SelfSubjectAccessReviewSpec(self): """ Test V1beta1SelfSubjectAccessReviewSpec """ - model = k8sclient.models.v1beta1_self_subject_access_review_spec.V1beta1SelfSubjectAccessReviewSpec() + model = kubernetes.client.models.v1beta1_self_subject_access_review_spec.V1beta1SelfSubjectAccessReviewSpec() if __name__ == '__main__': diff --git a/test/test_v1beta1_stateful_set.py b/kubernetes/test/test_v1beta1_stateful_set.py similarity index 83% rename from test/test_v1beta1_stateful_set.py rename to kubernetes/test/test_v1beta1_stateful_set.py index 8f14acb7d1..4ee173ed1a 100644 --- a/test/test_v1beta1_stateful_set.py +++ b/kubernetes/test/test_v1beta1_stateful_set.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_stateful_set import V1beta1StatefulSet +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1beta1_stateful_set import V1beta1StatefulSet class TestV1beta1StatefulSet(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1beta1StatefulSet(self): """ Test V1beta1StatefulSet """ - model = k8sclient.models.v1beta1_stateful_set.V1beta1StatefulSet() + model = kubernetes.client.models.v1beta1_stateful_set.V1beta1StatefulSet() if __name__ == '__main__': diff --git a/test/test_v1beta1_stateful_set_list.py b/kubernetes/test/test_v1beta1_stateful_set_list.py similarity index 83% rename from test/test_v1beta1_stateful_set_list.py rename to kubernetes/test/test_v1beta1_stateful_set_list.py index 4456cf5c66..a49f832282 100644 --- a/test/test_v1beta1_stateful_set_list.py +++ b/kubernetes/test/test_v1beta1_stateful_set_list.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_stateful_set_list import V1beta1StatefulSetList +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1beta1_stateful_set_list import V1beta1StatefulSetList class TestV1beta1StatefulSetList(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1beta1StatefulSetList(self): """ Test V1beta1StatefulSetList """ - model = k8sclient.models.v1beta1_stateful_set_list.V1beta1StatefulSetList() + model = kubernetes.client.models.v1beta1_stateful_set_list.V1beta1StatefulSetList() if __name__ == '__main__': diff --git a/test/test_v1beta1_stateful_set_spec.py b/kubernetes/test/test_v1beta1_stateful_set_spec.py similarity index 83% rename from test/test_v1beta1_stateful_set_spec.py rename to kubernetes/test/test_v1beta1_stateful_set_spec.py index b338d9fcfb..1f5984765b 100644 --- a/test/test_v1beta1_stateful_set_spec.py +++ b/kubernetes/test/test_v1beta1_stateful_set_spec.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_stateful_set_spec import V1beta1StatefulSetSpec +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1beta1_stateful_set_spec import V1beta1StatefulSetSpec class TestV1beta1StatefulSetSpec(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1beta1StatefulSetSpec(self): """ Test V1beta1StatefulSetSpec """ - model = k8sclient.models.v1beta1_stateful_set_spec.V1beta1StatefulSetSpec() + model = kubernetes.client.models.v1beta1_stateful_set_spec.V1beta1StatefulSetSpec() if __name__ == '__main__': diff --git a/test/test_v1beta1_stateful_set_status.py b/kubernetes/test/test_v1beta1_stateful_set_status.py similarity index 82% rename from test/test_v1beta1_stateful_set_status.py rename to kubernetes/test/test_v1beta1_stateful_set_status.py index 435d2188bc..afaf05a5bd 100644 --- a/test/test_v1beta1_stateful_set_status.py +++ b/kubernetes/test/test_v1beta1_stateful_set_status.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_stateful_set_status import V1beta1StatefulSetStatus +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1beta1_stateful_set_status import V1beta1StatefulSetStatus class TestV1beta1StatefulSetStatus(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1beta1StatefulSetStatus(self): """ Test V1beta1StatefulSetStatus """ - model = k8sclient.models.v1beta1_stateful_set_status.V1beta1StatefulSetStatus() + model = kubernetes.client.models.v1beta1_stateful_set_status.V1beta1StatefulSetStatus() if __name__ == '__main__': diff --git a/test/test_v1beta1_storage_class.py b/kubernetes/test/test_v1beta1_storage_class.py similarity index 83% rename from test/test_v1beta1_storage_class.py rename to kubernetes/test/test_v1beta1_storage_class.py index 0506568abd..557a63d7dd 100644 --- a/test/test_v1beta1_storage_class.py +++ b/kubernetes/test/test_v1beta1_storage_class.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_storage_class import V1beta1StorageClass +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1beta1_storage_class import V1beta1StorageClass class TestV1beta1StorageClass(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1beta1StorageClass(self): """ Test V1beta1StorageClass """ - model = k8sclient.models.v1beta1_storage_class.V1beta1StorageClass() + model = kubernetes.client.models.v1beta1_storage_class.V1beta1StorageClass() if __name__ == '__main__': diff --git a/test/test_v1beta1_storage_class_list.py b/kubernetes/test/test_v1beta1_storage_class_list.py similarity index 82% rename from test/test_v1beta1_storage_class_list.py rename to kubernetes/test/test_v1beta1_storage_class_list.py index 206c4ccc50..a2e285490f 100644 --- a/test/test_v1beta1_storage_class_list.py +++ b/kubernetes/test/test_v1beta1_storage_class_list.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_storage_class_list import V1beta1StorageClassList +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1beta1_storage_class_list import V1beta1StorageClassList class TestV1beta1StorageClassList(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1beta1StorageClassList(self): """ Test V1beta1StorageClassList """ - model = k8sclient.models.v1beta1_storage_class_list.V1beta1StorageClassList() + model = kubernetes.client.models.v1beta1_storage_class_list.V1beta1StorageClassList() if __name__ == '__main__': diff --git a/test/test_v1beta1_subject_access_review.py b/kubernetes/test/test_v1beta1_subject_access_review.py similarity index 82% rename from test/test_v1beta1_subject_access_review.py rename to kubernetes/test/test_v1beta1_subject_access_review.py index ad0aaa8e7e..c1348c891c 100644 --- a/test/test_v1beta1_subject_access_review.py +++ b/kubernetes/test/test_v1beta1_subject_access_review.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_subject_access_review import V1beta1SubjectAccessReview +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1beta1_subject_access_review import V1beta1SubjectAccessReview class TestV1beta1SubjectAccessReview(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1beta1SubjectAccessReview(self): """ Test V1beta1SubjectAccessReview """ - model = k8sclient.models.v1beta1_subject_access_review.V1beta1SubjectAccessReview() + model = kubernetes.client.models.v1beta1_subject_access_review.V1beta1SubjectAccessReview() if __name__ == '__main__': diff --git a/test/test_v1beta1_subject_access_review_spec.py b/kubernetes/test/test_v1beta1_subject_access_review_spec.py similarity index 81% rename from test/test_v1beta1_subject_access_review_spec.py rename to kubernetes/test/test_v1beta1_subject_access_review_spec.py index 98cb31d73a..33c06c41e3 100644 --- a/test/test_v1beta1_subject_access_review_spec.py +++ b/kubernetes/test/test_v1beta1_subject_access_review_spec.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_subject_access_review_spec import V1beta1SubjectAccessReviewSpec +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1beta1_subject_access_review_spec import V1beta1SubjectAccessReviewSpec class TestV1beta1SubjectAccessReviewSpec(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1beta1SubjectAccessReviewSpec(self): """ Test V1beta1SubjectAccessReviewSpec """ - model = k8sclient.models.v1beta1_subject_access_review_spec.V1beta1SubjectAccessReviewSpec() + model = kubernetes.client.models.v1beta1_subject_access_review_spec.V1beta1SubjectAccessReviewSpec() if __name__ == '__main__': diff --git a/test/test_v1beta1_subject_access_review_status.py b/kubernetes/test/test_v1beta1_subject_access_review_status.py similarity index 81% rename from test/test_v1beta1_subject_access_review_status.py rename to kubernetes/test/test_v1beta1_subject_access_review_status.py index 990e2c858c..4c2b5a1629 100644 --- a/test/test_v1beta1_subject_access_review_status.py +++ b/kubernetes/test/test_v1beta1_subject_access_review_status.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_subject_access_review_status import V1beta1SubjectAccessReviewStatus +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1beta1_subject_access_review_status import V1beta1SubjectAccessReviewStatus class TestV1beta1SubjectAccessReviewStatus(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1beta1SubjectAccessReviewStatus(self): """ Test V1beta1SubjectAccessReviewStatus """ - model = k8sclient.models.v1beta1_subject_access_review_status.V1beta1SubjectAccessReviewStatus() + model = kubernetes.client.models.v1beta1_subject_access_review_status.V1beta1SubjectAccessReviewStatus() if __name__ == '__main__': diff --git a/test/test_v1beta1_subresource_reference.py b/kubernetes/test/test_v1beta1_subresource_reference.py similarity index 82% rename from test/test_v1beta1_subresource_reference.py rename to kubernetes/test/test_v1beta1_subresource_reference.py index 61d1abe891..f8ba382521 100644 --- a/test/test_v1beta1_subresource_reference.py +++ b/kubernetes/test/test_v1beta1_subresource_reference.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_subresource_reference import V1beta1SubresourceReference +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1beta1_subresource_reference import V1beta1SubresourceReference class TestV1beta1SubresourceReference(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1beta1SubresourceReference(self): """ Test V1beta1SubresourceReference """ - model = k8sclient.models.v1beta1_subresource_reference.V1beta1SubresourceReference() + model = kubernetes.client.models.v1beta1_subresource_reference.V1beta1SubresourceReference() if __name__ == '__main__': diff --git a/test/test_v1beta1_third_party_resource.py b/kubernetes/test/test_v1beta1_third_party_resource.py similarity index 82% rename from test/test_v1beta1_third_party_resource.py rename to kubernetes/test/test_v1beta1_third_party_resource.py index 9570fa1038..004ce89e02 100644 --- a/test/test_v1beta1_third_party_resource.py +++ b/kubernetes/test/test_v1beta1_third_party_resource.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_third_party_resource import V1beta1ThirdPartyResource +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1beta1_third_party_resource import V1beta1ThirdPartyResource class TestV1beta1ThirdPartyResource(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1beta1ThirdPartyResource(self): """ Test V1beta1ThirdPartyResource """ - model = k8sclient.models.v1beta1_third_party_resource.V1beta1ThirdPartyResource() + model = kubernetes.client.models.v1beta1_third_party_resource.V1beta1ThirdPartyResource() if __name__ == '__main__': diff --git a/test/test_v1beta1_third_party_resource_list.py b/kubernetes/test/test_v1beta1_third_party_resource_list.py similarity index 81% rename from test/test_v1beta1_third_party_resource_list.py rename to kubernetes/test/test_v1beta1_third_party_resource_list.py index a361db25fd..1eb329856a 100644 --- a/test/test_v1beta1_third_party_resource_list.py +++ b/kubernetes/test/test_v1beta1_third_party_resource_list.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_third_party_resource_list import V1beta1ThirdPartyResourceList +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1beta1_third_party_resource_list import V1beta1ThirdPartyResourceList class TestV1beta1ThirdPartyResourceList(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1beta1ThirdPartyResourceList(self): """ Test V1beta1ThirdPartyResourceList """ - model = k8sclient.models.v1beta1_third_party_resource_list.V1beta1ThirdPartyResourceList() + model = kubernetes.client.models.v1beta1_third_party_resource_list.V1beta1ThirdPartyResourceList() if __name__ == '__main__': diff --git a/test/test_v1beta1_token_review.py b/kubernetes/test/test_v1beta1_token_review.py similarity index 83% rename from test/test_v1beta1_token_review.py rename to kubernetes/test/test_v1beta1_token_review.py index 7f057a0367..e08e83839e 100644 --- a/test/test_v1beta1_token_review.py +++ b/kubernetes/test/test_v1beta1_token_review.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_token_review import V1beta1TokenReview +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1beta1_token_review import V1beta1TokenReview class TestV1beta1TokenReview(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1beta1TokenReview(self): """ Test V1beta1TokenReview """ - model = k8sclient.models.v1beta1_token_review.V1beta1TokenReview() + model = kubernetes.client.models.v1beta1_token_review.V1beta1TokenReview() if __name__ == '__main__': diff --git a/test/test_v1beta1_token_review_spec.py b/kubernetes/test/test_v1beta1_token_review_spec.py similarity index 83% rename from test/test_v1beta1_token_review_spec.py rename to kubernetes/test/test_v1beta1_token_review_spec.py index f6bc56add1..44736d117a 100644 --- a/test/test_v1beta1_token_review_spec.py +++ b/kubernetes/test/test_v1beta1_token_review_spec.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_token_review_spec import V1beta1TokenReviewSpec +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1beta1_token_review_spec import V1beta1TokenReviewSpec class TestV1beta1TokenReviewSpec(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1beta1TokenReviewSpec(self): """ Test V1beta1TokenReviewSpec """ - model = k8sclient.models.v1beta1_token_review_spec.V1beta1TokenReviewSpec() + model = kubernetes.client.models.v1beta1_token_review_spec.V1beta1TokenReviewSpec() if __name__ == '__main__': diff --git a/test/test_v1beta1_token_review_status.py b/kubernetes/test/test_v1beta1_token_review_status.py similarity index 82% rename from test/test_v1beta1_token_review_status.py rename to kubernetes/test/test_v1beta1_token_review_status.py index c7ede2e76c..10fdde7194 100644 --- a/test/test_v1beta1_token_review_status.py +++ b/kubernetes/test/test_v1beta1_token_review_status.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_token_review_status import V1beta1TokenReviewStatus +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1beta1_token_review_status import V1beta1TokenReviewStatus class TestV1beta1TokenReviewStatus(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1beta1TokenReviewStatus(self): """ Test V1beta1TokenReviewStatus """ - model = k8sclient.models.v1beta1_token_review_status.V1beta1TokenReviewStatus() + model = kubernetes.client.models.v1beta1_token_review_status.V1beta1TokenReviewStatus() if __name__ == '__main__': diff --git a/test/test_v1beta1_user_info.py b/kubernetes/test/test_v1beta1_user_info.py similarity index 84% rename from test/test_v1beta1_user_info.py rename to kubernetes/test/test_v1beta1_user_info.py index e277ac577e..b9415c43df 100644 --- a/test/test_v1beta1_user_info.py +++ b/kubernetes/test/test_v1beta1_user_info.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_user_info import V1beta1UserInfo +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v1beta1_user_info import V1beta1UserInfo class TestV1beta1UserInfo(unittest.TestCase): @@ -46,7 +46,7 @@ def testV1beta1UserInfo(self): """ Test V1beta1UserInfo """ - model = k8sclient.models.v1beta1_user_info.V1beta1UserInfo() + model = kubernetes.client.models.v1beta1_user_info.V1beta1UserInfo() if __name__ == '__main__': diff --git a/test/test_v2alpha1_cron_job.py b/kubernetes/test/test_v2alpha1_cron_job.py similarity index 84% rename from test/test_v2alpha1_cron_job.py rename to kubernetes/test/test_v2alpha1_cron_job.py index b695ad8537..e3532cd96b 100644 --- a/test/test_v2alpha1_cron_job.py +++ b/kubernetes/test/test_v2alpha1_cron_job.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v2alpha1_cron_job import V2alpha1CronJob +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v2alpha1_cron_job import V2alpha1CronJob class TestV2alpha1CronJob(unittest.TestCase): @@ -46,7 +46,7 @@ def testV2alpha1CronJob(self): """ Test V2alpha1CronJob """ - model = k8sclient.models.v2alpha1_cron_job.V2alpha1CronJob() + model = kubernetes.client.models.v2alpha1_cron_job.V2alpha1CronJob() if __name__ == '__main__': diff --git a/test/test_v2alpha1_cron_job_list.py b/kubernetes/test/test_v2alpha1_cron_job_list.py similarity index 83% rename from test/test_v2alpha1_cron_job_list.py rename to kubernetes/test/test_v2alpha1_cron_job_list.py index aacc7c754d..9b6a45556f 100644 --- a/test/test_v2alpha1_cron_job_list.py +++ b/kubernetes/test/test_v2alpha1_cron_job_list.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v2alpha1_cron_job_list import V2alpha1CronJobList +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v2alpha1_cron_job_list import V2alpha1CronJobList class TestV2alpha1CronJobList(unittest.TestCase): @@ -46,7 +46,7 @@ def testV2alpha1CronJobList(self): """ Test V2alpha1CronJobList """ - model = k8sclient.models.v2alpha1_cron_job_list.V2alpha1CronJobList() + model = kubernetes.client.models.v2alpha1_cron_job_list.V2alpha1CronJobList() if __name__ == '__main__': diff --git a/test/test_v2alpha1_cron_job_spec.py b/kubernetes/test/test_v2alpha1_cron_job_spec.py similarity index 83% rename from test/test_v2alpha1_cron_job_spec.py rename to kubernetes/test/test_v2alpha1_cron_job_spec.py index 46e488f9ea..af94a11f42 100644 --- a/test/test_v2alpha1_cron_job_spec.py +++ b/kubernetes/test/test_v2alpha1_cron_job_spec.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v2alpha1_cron_job_spec import V2alpha1CronJobSpec +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v2alpha1_cron_job_spec import V2alpha1CronJobSpec class TestV2alpha1CronJobSpec(unittest.TestCase): @@ -46,7 +46,7 @@ def testV2alpha1CronJobSpec(self): """ Test V2alpha1CronJobSpec """ - model = k8sclient.models.v2alpha1_cron_job_spec.V2alpha1CronJobSpec() + model = kubernetes.client.models.v2alpha1_cron_job_spec.V2alpha1CronJobSpec() if __name__ == '__main__': diff --git a/test/test_v2alpha1_cron_job_status.py b/kubernetes/test/test_v2alpha1_cron_job_status.py similarity index 83% rename from test/test_v2alpha1_cron_job_status.py rename to kubernetes/test/test_v2alpha1_cron_job_status.py index 976b7dfe8d..fafb4ffb45 100644 --- a/test/test_v2alpha1_cron_job_status.py +++ b/kubernetes/test/test_v2alpha1_cron_job_status.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v2alpha1_cron_job_status import V2alpha1CronJobStatus +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v2alpha1_cron_job_status import V2alpha1CronJobStatus class TestV2alpha1CronJobStatus(unittest.TestCase): @@ -46,7 +46,7 @@ def testV2alpha1CronJobStatus(self): """ Test V2alpha1CronJobStatus """ - model = k8sclient.models.v2alpha1_cron_job_status.V2alpha1CronJobStatus() + model = kubernetes.client.models.v2alpha1_cron_job_status.V2alpha1CronJobStatus() if __name__ == '__main__': diff --git a/test/test_v2alpha1_job.py b/kubernetes/test/test_v2alpha1_job.py similarity index 85% rename from test/test_v2alpha1_job.py rename to kubernetes/test/test_v2alpha1_job.py index 8c1a9bdd7e..401719c253 100644 --- a/test/test_v2alpha1_job.py +++ b/kubernetes/test/test_v2alpha1_job.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v2alpha1_job import V2alpha1Job +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v2alpha1_job import V2alpha1Job class TestV2alpha1Job(unittest.TestCase): @@ -46,7 +46,7 @@ def testV2alpha1Job(self): """ Test V2alpha1Job """ - model = k8sclient.models.v2alpha1_job.V2alpha1Job() + model = kubernetes.client.models.v2alpha1_job.V2alpha1Job() if __name__ == '__main__': diff --git a/test/test_v2alpha1_job_condition.py b/kubernetes/test/test_v2alpha1_job_condition.py similarity index 83% rename from test/test_v2alpha1_job_condition.py rename to kubernetes/test/test_v2alpha1_job_condition.py index be43a2d56b..45ba13e1cc 100644 --- a/test/test_v2alpha1_job_condition.py +++ b/kubernetes/test/test_v2alpha1_job_condition.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v2alpha1_job_condition import V2alpha1JobCondition +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v2alpha1_job_condition import V2alpha1JobCondition class TestV2alpha1JobCondition(unittest.TestCase): @@ -46,7 +46,7 @@ def testV2alpha1JobCondition(self): """ Test V2alpha1JobCondition """ - model = k8sclient.models.v2alpha1_job_condition.V2alpha1JobCondition() + model = kubernetes.client.models.v2alpha1_job_condition.V2alpha1JobCondition() if __name__ == '__main__': diff --git a/test/test_v2alpha1_job_list.py b/kubernetes/test/test_v2alpha1_job_list.py similarity index 84% rename from test/test_v2alpha1_job_list.py rename to kubernetes/test/test_v2alpha1_job_list.py index cb2255768c..2b62f84110 100644 --- a/test/test_v2alpha1_job_list.py +++ b/kubernetes/test/test_v2alpha1_job_list.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v2alpha1_job_list import V2alpha1JobList +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v2alpha1_job_list import V2alpha1JobList class TestV2alpha1JobList(unittest.TestCase): @@ -46,7 +46,7 @@ def testV2alpha1JobList(self): """ Test V2alpha1JobList """ - model = k8sclient.models.v2alpha1_job_list.V2alpha1JobList() + model = kubernetes.client.models.v2alpha1_job_list.V2alpha1JobList() if __name__ == '__main__': diff --git a/test/test_v2alpha1_job_spec.py b/kubernetes/test/test_v2alpha1_job_spec.py similarity index 84% rename from test/test_v2alpha1_job_spec.py rename to kubernetes/test/test_v2alpha1_job_spec.py index 419d8e9151..0d775edc8f 100644 --- a/test/test_v2alpha1_job_spec.py +++ b/kubernetes/test/test_v2alpha1_job_spec.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v2alpha1_job_spec import V2alpha1JobSpec +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v2alpha1_job_spec import V2alpha1JobSpec class TestV2alpha1JobSpec(unittest.TestCase): @@ -46,7 +46,7 @@ def testV2alpha1JobSpec(self): """ Test V2alpha1JobSpec """ - model = k8sclient.models.v2alpha1_job_spec.V2alpha1JobSpec() + model = kubernetes.client.models.v2alpha1_job_spec.V2alpha1JobSpec() if __name__ == '__main__': diff --git a/test/test_v2alpha1_job_status.py b/kubernetes/test/test_v2alpha1_job_status.py similarity index 84% rename from test/test_v2alpha1_job_status.py rename to kubernetes/test/test_v2alpha1_job_status.py index cb76af5080..ab22c24efe 100644 --- a/test/test_v2alpha1_job_status.py +++ b/kubernetes/test/test_v2alpha1_job_status.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v2alpha1_job_status import V2alpha1JobStatus +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v2alpha1_job_status import V2alpha1JobStatus class TestV2alpha1JobStatus(unittest.TestCase): @@ -46,7 +46,7 @@ def testV2alpha1JobStatus(self): """ Test V2alpha1JobStatus """ - model = k8sclient.models.v2alpha1_job_status.V2alpha1JobStatus() + model = kubernetes.client.models.v2alpha1_job_status.V2alpha1JobStatus() if __name__ == '__main__': diff --git a/test/test_v2alpha1_job_template_spec.py b/kubernetes/test/test_v2alpha1_job_template_spec.py similarity index 82% rename from test/test_v2alpha1_job_template_spec.py rename to kubernetes/test/test_v2alpha1_job_template_spec.py index 251f191ff5..4354e64e2e 100644 --- a/test/test_v2alpha1_job_template_spec.py +++ b/kubernetes/test/test_v2alpha1_job_template_spec.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v2alpha1_job_template_spec import V2alpha1JobTemplateSpec +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.v2alpha1_job_template_spec import V2alpha1JobTemplateSpec class TestV2alpha1JobTemplateSpec(unittest.TestCase): @@ -46,7 +46,7 @@ def testV2alpha1JobTemplateSpec(self): """ Test V2alpha1JobTemplateSpec """ - model = k8sclient.models.v2alpha1_job_template_spec.V2alpha1JobTemplateSpec() + model = kubernetes.client.models.v2alpha1_job_template_spec.V2alpha1JobTemplateSpec() if __name__ == '__main__': diff --git a/test/test_version_api.py b/kubernetes/test/test_version_api.py similarity index 85% rename from test/test_version_api.py rename to kubernetes/test/test_version_api.py index f06fee4378..57b5bc4206 100644 --- a/test/test_version_api.py +++ b/kubernetes/test/test_version_api.py @@ -28,16 +28,16 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.apis.version_api import VersionApi +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.apis.version_api import VersionApi class TestVersionApi(unittest.TestCase): """ VersionApi unit test stubs """ def setUp(self): - self.api = k8sclient.apis.version_api.VersionApi() + self.api = kubernetes.client.apis.version_api.VersionApi() def tearDown(self): pass diff --git a/test/test_version_info.py b/kubernetes/test/test_version_info.py similarity index 85% rename from test/test_version_info.py rename to kubernetes/test/test_version_info.py index 4732218628..134d7f4f79 100644 --- a/test/test_version_info.py +++ b/kubernetes/test/test_version_info.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.version_info import VersionInfo +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.version_info import VersionInfo class TestVersionInfo(unittest.TestCase): @@ -46,7 +46,7 @@ def testVersionInfo(self): """ Test VersionInfo """ - model = k8sclient.models.version_info.VersionInfo() + model = kubernetes.client.models.version_info.VersionInfo() if __name__ == '__main__': diff --git a/test/test_versioned_event.py b/kubernetes/test/test_versioned_event.py similarity index 84% rename from test/test_versioned_event.py rename to kubernetes/test/test_versioned_event.py index e90297c75c..02ad94ecb3 100644 --- a/test/test_versioned_event.py +++ b/kubernetes/test/test_versioned_event.py @@ -28,9 +28,9 @@ import sys import unittest -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.versioned_event import VersionedEvent +import kubernetes.client +from kubernetes.client.rest import ApiException +from kubernetes.client.models.versioned_event import VersionedEvent class TestVersionedEvent(unittest.TestCase): @@ -46,7 +46,7 @@ def testVersionedEvent(self): """ Test VersionedEvent """ - model = k8sclient.models.versioned_event.VersionedEvent() + model = kubernetes.client.models.versioned_event.VersionedEvent() if __name__ == '__main__':