2216 lines
46 KiB
Python
2216 lines
46 KiB
Python
# coding: utf-8
|
|
|
|
"""
|
|
Kubernetes
|
|
|
|
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
|
|
OpenAPI spec version: unversioned
|
|
|
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
"""
|
|
|
|
from __future__ import absolute_import
|
|
|
|
import os
|
|
import sys
|
|
import unittest
|
|
|
|
import k8sclient
|
|
from k8sclient.rest import ApiException
|
|
from k8sclient.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()
|
|
|
|
def tearDown(self):
|
|
pass
|
|
|
|
def test_connect_core_v1_delete_namespaced_pod_proxy(self):
|
|
"""
|
|
Test case for connect_core_v1_delete_namespaced_pod_proxy
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_connect_core_v1_delete_namespaced_pod_proxy_with_path(self):
|
|
"""
|
|
Test case for connect_core_v1_delete_namespaced_pod_proxy_with_path
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_connect_core_v1_delete_namespaced_service_proxy(self):
|
|
"""
|
|
Test case for connect_core_v1_delete_namespaced_service_proxy
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_connect_core_v1_delete_namespaced_service_proxy_with_path(self):
|
|
"""
|
|
Test case for connect_core_v1_delete_namespaced_service_proxy_with_path
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_connect_core_v1_delete_node_proxy(self):
|
|
"""
|
|
Test case for connect_core_v1_delete_node_proxy
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_connect_core_v1_delete_node_proxy_with_path(self):
|
|
"""
|
|
Test case for connect_core_v1_delete_node_proxy_with_path
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_connect_core_v1_get_namespaced_pod_attach(self):
|
|
"""
|
|
Test case for connect_core_v1_get_namespaced_pod_attach
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_connect_core_v1_get_namespaced_pod_exec(self):
|
|
"""
|
|
Test case for connect_core_v1_get_namespaced_pod_exec
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_connect_core_v1_get_namespaced_pod_portforward(self):
|
|
"""
|
|
Test case for connect_core_v1_get_namespaced_pod_portforward
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_connect_core_v1_get_namespaced_pod_proxy(self):
|
|
"""
|
|
Test case for connect_core_v1_get_namespaced_pod_proxy
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_connect_core_v1_get_namespaced_pod_proxy_with_path(self):
|
|
"""
|
|
Test case for connect_core_v1_get_namespaced_pod_proxy_with_path
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_connect_core_v1_get_namespaced_service_proxy(self):
|
|
"""
|
|
Test case for connect_core_v1_get_namespaced_service_proxy
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_connect_core_v1_get_namespaced_service_proxy_with_path(self):
|
|
"""
|
|
Test case for connect_core_v1_get_namespaced_service_proxy_with_path
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_connect_core_v1_get_node_proxy(self):
|
|
"""
|
|
Test case for connect_core_v1_get_node_proxy
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_connect_core_v1_get_node_proxy_with_path(self):
|
|
"""
|
|
Test case for connect_core_v1_get_node_proxy_with_path
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_connect_core_v1_head_namespaced_pod_proxy(self):
|
|
"""
|
|
Test case for connect_core_v1_head_namespaced_pod_proxy
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_connect_core_v1_head_namespaced_pod_proxy_with_path(self):
|
|
"""
|
|
Test case for connect_core_v1_head_namespaced_pod_proxy_with_path
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_connect_core_v1_head_namespaced_service_proxy(self):
|
|
"""
|
|
Test case for connect_core_v1_head_namespaced_service_proxy
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_connect_core_v1_head_namespaced_service_proxy_with_path(self):
|
|
"""
|
|
Test case for connect_core_v1_head_namespaced_service_proxy_with_path
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_connect_core_v1_head_node_proxy(self):
|
|
"""
|
|
Test case for connect_core_v1_head_node_proxy
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_connect_core_v1_head_node_proxy_with_path(self):
|
|
"""
|
|
Test case for connect_core_v1_head_node_proxy_with_path
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_connect_core_v1_options_namespaced_pod_proxy(self):
|
|
"""
|
|
Test case for connect_core_v1_options_namespaced_pod_proxy
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_connect_core_v1_options_namespaced_pod_proxy_with_path(self):
|
|
"""
|
|
Test case for connect_core_v1_options_namespaced_pod_proxy_with_path
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_connect_core_v1_options_namespaced_service_proxy(self):
|
|
"""
|
|
Test case for connect_core_v1_options_namespaced_service_proxy
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_connect_core_v1_options_namespaced_service_proxy_with_path(self):
|
|
"""
|
|
Test case for connect_core_v1_options_namespaced_service_proxy_with_path
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_connect_core_v1_options_node_proxy(self):
|
|
"""
|
|
Test case for connect_core_v1_options_node_proxy
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_connect_core_v1_options_node_proxy_with_path(self):
|
|
"""
|
|
Test case for connect_core_v1_options_node_proxy_with_path
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_connect_core_v1_post_namespaced_pod_attach(self):
|
|
"""
|
|
Test case for connect_core_v1_post_namespaced_pod_attach
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_connect_core_v1_post_namespaced_pod_exec(self):
|
|
"""
|
|
Test case for connect_core_v1_post_namespaced_pod_exec
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_connect_core_v1_post_namespaced_pod_portforward(self):
|
|
"""
|
|
Test case for connect_core_v1_post_namespaced_pod_portforward
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_connect_core_v1_post_namespaced_pod_proxy(self):
|
|
"""
|
|
Test case for connect_core_v1_post_namespaced_pod_proxy
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_connect_core_v1_post_namespaced_pod_proxy_with_path(self):
|
|
"""
|
|
Test case for connect_core_v1_post_namespaced_pod_proxy_with_path
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_connect_core_v1_post_namespaced_service_proxy(self):
|
|
"""
|
|
Test case for connect_core_v1_post_namespaced_service_proxy
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_connect_core_v1_post_namespaced_service_proxy_with_path(self):
|
|
"""
|
|
Test case for connect_core_v1_post_namespaced_service_proxy_with_path
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_connect_core_v1_post_node_proxy(self):
|
|
"""
|
|
Test case for connect_core_v1_post_node_proxy
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_connect_core_v1_post_node_proxy_with_path(self):
|
|
"""
|
|
Test case for connect_core_v1_post_node_proxy_with_path
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_connect_core_v1_put_namespaced_pod_proxy(self):
|
|
"""
|
|
Test case for connect_core_v1_put_namespaced_pod_proxy
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_connect_core_v1_put_namespaced_pod_proxy_with_path(self):
|
|
"""
|
|
Test case for connect_core_v1_put_namespaced_pod_proxy_with_path
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_connect_core_v1_put_namespaced_service_proxy(self):
|
|
"""
|
|
Test case for connect_core_v1_put_namespaced_service_proxy
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_connect_core_v1_put_namespaced_service_proxy_with_path(self):
|
|
"""
|
|
Test case for connect_core_v1_put_namespaced_service_proxy_with_path
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_connect_core_v1_put_node_proxy(self):
|
|
"""
|
|
Test case for connect_core_v1_put_node_proxy
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_connect_core_v1_put_node_proxy_with_path(self):
|
|
"""
|
|
Test case for connect_core_v1_put_node_proxy_with_path
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_create_core_v1_namespace(self):
|
|
"""
|
|
Test case for create_core_v1_namespace
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_create_core_v1_namespaced_binding(self):
|
|
"""
|
|
Test case for create_core_v1_namespaced_binding
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_create_core_v1_namespaced_binding_binding(self):
|
|
"""
|
|
Test case for create_core_v1_namespaced_binding_binding
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_create_core_v1_namespaced_config_map(self):
|
|
"""
|
|
Test case for create_core_v1_namespaced_config_map
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_create_core_v1_namespaced_endpoints(self):
|
|
"""
|
|
Test case for create_core_v1_namespaced_endpoints
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_create_core_v1_namespaced_event(self):
|
|
"""
|
|
Test case for create_core_v1_namespaced_event
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_create_core_v1_namespaced_eviction_eviction(self):
|
|
"""
|
|
Test case for create_core_v1_namespaced_eviction_eviction
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_create_core_v1_namespaced_limit_range(self):
|
|
"""
|
|
Test case for create_core_v1_namespaced_limit_range
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_create_core_v1_namespaced_persistent_volume_claim(self):
|
|
"""
|
|
Test case for create_core_v1_namespaced_persistent_volume_claim
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_create_core_v1_namespaced_pod(self):
|
|
"""
|
|
Test case for create_core_v1_namespaced_pod
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_create_core_v1_namespaced_pod_template(self):
|
|
"""
|
|
Test case for create_core_v1_namespaced_pod_template
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_create_core_v1_namespaced_replication_controller(self):
|
|
"""
|
|
Test case for create_core_v1_namespaced_replication_controller
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_create_core_v1_namespaced_resource_quota(self):
|
|
"""
|
|
Test case for create_core_v1_namespaced_resource_quota
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_create_core_v1_namespaced_secret(self):
|
|
"""
|
|
Test case for create_core_v1_namespaced_secret
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_create_core_v1_namespaced_service(self):
|
|
"""
|
|
Test case for create_core_v1_namespaced_service
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_create_core_v1_namespaced_service_account(self):
|
|
"""
|
|
Test case for create_core_v1_namespaced_service_account
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_create_core_v1_node(self):
|
|
"""
|
|
Test case for create_core_v1_node
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_create_core_v1_persistent_volume(self):
|
|
"""
|
|
Test case for create_core_v1_persistent_volume
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_delete_core_v1_collection_namespace(self):
|
|
"""
|
|
Test case for delete_core_v1_collection_namespace
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_delete_core_v1_collection_namespaced_config_map(self):
|
|
"""
|
|
Test case for delete_core_v1_collection_namespaced_config_map
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_delete_core_v1_collection_namespaced_endpoints(self):
|
|
"""
|
|
Test case for delete_core_v1_collection_namespaced_endpoints
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_delete_core_v1_collection_namespaced_event(self):
|
|
"""
|
|
Test case for delete_core_v1_collection_namespaced_event
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_delete_core_v1_collection_namespaced_limit_range(self):
|
|
"""
|
|
Test case for delete_core_v1_collection_namespaced_limit_range
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_delete_core_v1_collection_namespaced_persistent_volume_claim(self):
|
|
"""
|
|
Test case for delete_core_v1_collection_namespaced_persistent_volume_claim
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_delete_core_v1_collection_namespaced_pod(self):
|
|
"""
|
|
Test case for delete_core_v1_collection_namespaced_pod
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_delete_core_v1_collection_namespaced_pod_template(self):
|
|
"""
|
|
Test case for delete_core_v1_collection_namespaced_pod_template
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_delete_core_v1_collection_namespaced_replication_controller(self):
|
|
"""
|
|
Test case for delete_core_v1_collection_namespaced_replication_controller
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_delete_core_v1_collection_namespaced_resource_quota(self):
|
|
"""
|
|
Test case for delete_core_v1_collection_namespaced_resource_quota
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_delete_core_v1_collection_namespaced_secret(self):
|
|
"""
|
|
Test case for delete_core_v1_collection_namespaced_secret
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_delete_core_v1_collection_namespaced_service_account(self):
|
|
"""
|
|
Test case for delete_core_v1_collection_namespaced_service_account
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_delete_core_v1_collection_node(self):
|
|
"""
|
|
Test case for delete_core_v1_collection_node
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_delete_core_v1_collection_persistent_volume(self):
|
|
"""
|
|
Test case for delete_core_v1_collection_persistent_volume
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_delete_core_v1_namespace(self):
|
|
"""
|
|
Test case for delete_core_v1_namespace
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_delete_core_v1_namespaced_config_map(self):
|
|
"""
|
|
Test case for delete_core_v1_namespaced_config_map
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_delete_core_v1_namespaced_endpoints(self):
|
|
"""
|
|
Test case for delete_core_v1_namespaced_endpoints
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_delete_core_v1_namespaced_event(self):
|
|
"""
|
|
Test case for delete_core_v1_namespaced_event
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_delete_core_v1_namespaced_limit_range(self):
|
|
"""
|
|
Test case for delete_core_v1_namespaced_limit_range
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_delete_core_v1_namespaced_persistent_volume_claim(self):
|
|
"""
|
|
Test case for delete_core_v1_namespaced_persistent_volume_claim
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_delete_core_v1_namespaced_pod(self):
|
|
"""
|
|
Test case for delete_core_v1_namespaced_pod
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_delete_core_v1_namespaced_pod_template(self):
|
|
"""
|
|
Test case for delete_core_v1_namespaced_pod_template
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_delete_core_v1_namespaced_replication_controller(self):
|
|
"""
|
|
Test case for delete_core_v1_namespaced_replication_controller
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_delete_core_v1_namespaced_resource_quota(self):
|
|
"""
|
|
Test case for delete_core_v1_namespaced_resource_quota
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_delete_core_v1_namespaced_secret(self):
|
|
"""
|
|
Test case for delete_core_v1_namespaced_secret
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_delete_core_v1_namespaced_service(self):
|
|
"""
|
|
Test case for delete_core_v1_namespaced_service
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_delete_core_v1_namespaced_service_account(self):
|
|
"""
|
|
Test case for delete_core_v1_namespaced_service_account
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_delete_core_v1_node(self):
|
|
"""
|
|
Test case for delete_core_v1_node
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_delete_core_v1_persistent_volume(self):
|
|
"""
|
|
Test case for delete_core_v1_persistent_volume
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_get_core_v1_api_resources(self):
|
|
"""
|
|
Test case for get_core_v1_api_resources
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_list_core_v1_component_status(self):
|
|
"""
|
|
Test case for list_core_v1_component_status
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_list_core_v1_config_map_for_all_namespaces(self):
|
|
"""
|
|
Test case for list_core_v1_config_map_for_all_namespaces
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_list_core_v1_endpoints_for_all_namespaces(self):
|
|
"""
|
|
Test case for list_core_v1_endpoints_for_all_namespaces
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_list_core_v1_event_for_all_namespaces(self):
|
|
"""
|
|
Test case for list_core_v1_event_for_all_namespaces
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_list_core_v1_limit_range_for_all_namespaces(self):
|
|
"""
|
|
Test case for list_core_v1_limit_range_for_all_namespaces
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_list_core_v1_namespace(self):
|
|
"""
|
|
Test case for list_core_v1_namespace
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_list_core_v1_namespaced_config_map(self):
|
|
"""
|
|
Test case for list_core_v1_namespaced_config_map
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_list_core_v1_namespaced_endpoints(self):
|
|
"""
|
|
Test case for list_core_v1_namespaced_endpoints
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_list_core_v1_namespaced_event(self):
|
|
"""
|
|
Test case for list_core_v1_namespaced_event
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_list_core_v1_namespaced_limit_range(self):
|
|
"""
|
|
Test case for list_core_v1_namespaced_limit_range
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_list_core_v1_namespaced_persistent_volume_claim(self):
|
|
"""
|
|
Test case for list_core_v1_namespaced_persistent_volume_claim
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_list_core_v1_namespaced_pod(self):
|
|
"""
|
|
Test case for list_core_v1_namespaced_pod
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_list_core_v1_namespaced_pod_template(self):
|
|
"""
|
|
Test case for list_core_v1_namespaced_pod_template
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_list_core_v1_namespaced_replication_controller(self):
|
|
"""
|
|
Test case for list_core_v1_namespaced_replication_controller
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_list_core_v1_namespaced_resource_quota(self):
|
|
"""
|
|
Test case for list_core_v1_namespaced_resource_quota
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_list_core_v1_namespaced_secret(self):
|
|
"""
|
|
Test case for list_core_v1_namespaced_secret
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_list_core_v1_namespaced_service(self):
|
|
"""
|
|
Test case for list_core_v1_namespaced_service
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_list_core_v1_namespaced_service_account(self):
|
|
"""
|
|
Test case for list_core_v1_namespaced_service_account
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_list_core_v1_node(self):
|
|
"""
|
|
Test case for list_core_v1_node
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_list_core_v1_persistent_volume(self):
|
|
"""
|
|
Test case for list_core_v1_persistent_volume
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_list_core_v1_persistent_volume_claim_for_all_namespaces(self):
|
|
"""
|
|
Test case for list_core_v1_persistent_volume_claim_for_all_namespaces
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_list_core_v1_pod_for_all_namespaces(self):
|
|
"""
|
|
Test case for list_core_v1_pod_for_all_namespaces
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_list_core_v1_pod_template_for_all_namespaces(self):
|
|
"""
|
|
Test case for list_core_v1_pod_template_for_all_namespaces
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_list_core_v1_replication_controller_for_all_namespaces(self):
|
|
"""
|
|
Test case for list_core_v1_replication_controller_for_all_namespaces
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_list_core_v1_resource_quota_for_all_namespaces(self):
|
|
"""
|
|
Test case for list_core_v1_resource_quota_for_all_namespaces
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_list_core_v1_secret_for_all_namespaces(self):
|
|
"""
|
|
Test case for list_core_v1_secret_for_all_namespaces
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_list_core_v1_service_account_for_all_namespaces(self):
|
|
"""
|
|
Test case for list_core_v1_service_account_for_all_namespaces
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_list_core_v1_service_for_all_namespaces(self):
|
|
"""
|
|
Test case for list_core_v1_service_for_all_namespaces
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_patch_core_v1_namespace(self):
|
|
"""
|
|
Test case for patch_core_v1_namespace
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_patch_core_v1_namespace_status(self):
|
|
"""
|
|
Test case for patch_core_v1_namespace_status
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_patch_core_v1_namespaced_config_map(self):
|
|
"""
|
|
Test case for patch_core_v1_namespaced_config_map
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_patch_core_v1_namespaced_endpoints(self):
|
|
"""
|
|
Test case for patch_core_v1_namespaced_endpoints
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_patch_core_v1_namespaced_event(self):
|
|
"""
|
|
Test case for patch_core_v1_namespaced_event
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_patch_core_v1_namespaced_limit_range(self):
|
|
"""
|
|
Test case for patch_core_v1_namespaced_limit_range
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_patch_core_v1_namespaced_persistent_volume_claim(self):
|
|
"""
|
|
Test case for patch_core_v1_namespaced_persistent_volume_claim
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_patch_core_v1_namespaced_persistent_volume_claim_status(self):
|
|
"""
|
|
Test case for patch_core_v1_namespaced_persistent_volume_claim_status
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_patch_core_v1_namespaced_pod(self):
|
|
"""
|
|
Test case for patch_core_v1_namespaced_pod
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_patch_core_v1_namespaced_pod_status(self):
|
|
"""
|
|
Test case for patch_core_v1_namespaced_pod_status
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_patch_core_v1_namespaced_pod_template(self):
|
|
"""
|
|
Test case for patch_core_v1_namespaced_pod_template
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_patch_core_v1_namespaced_replication_controller(self):
|
|
"""
|
|
Test case for patch_core_v1_namespaced_replication_controller
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_patch_core_v1_namespaced_replication_controller_status(self):
|
|
"""
|
|
Test case for patch_core_v1_namespaced_replication_controller_status
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_patch_core_v1_namespaced_resource_quota(self):
|
|
"""
|
|
Test case for patch_core_v1_namespaced_resource_quota
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_patch_core_v1_namespaced_resource_quota_status(self):
|
|
"""
|
|
Test case for patch_core_v1_namespaced_resource_quota_status
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_patch_core_v1_namespaced_scale_scale(self):
|
|
"""
|
|
Test case for patch_core_v1_namespaced_scale_scale
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_patch_core_v1_namespaced_secret(self):
|
|
"""
|
|
Test case for patch_core_v1_namespaced_secret
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_patch_core_v1_namespaced_service(self):
|
|
"""
|
|
Test case for patch_core_v1_namespaced_service
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_patch_core_v1_namespaced_service_account(self):
|
|
"""
|
|
Test case for patch_core_v1_namespaced_service_account
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_patch_core_v1_namespaced_service_status(self):
|
|
"""
|
|
Test case for patch_core_v1_namespaced_service_status
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_patch_core_v1_node(self):
|
|
"""
|
|
Test case for patch_core_v1_node
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_patch_core_v1_node_status(self):
|
|
"""
|
|
Test case for patch_core_v1_node_status
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_patch_core_v1_persistent_volume(self):
|
|
"""
|
|
Test case for patch_core_v1_persistent_volume
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_patch_core_v1_persistent_volume_status(self):
|
|
"""
|
|
Test case for patch_core_v1_persistent_volume_status
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_proxy_core_v1_delete_namespaced_pod(self):
|
|
"""
|
|
Test case for proxy_core_v1_delete_namespaced_pod
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_proxy_core_v1_delete_namespaced_pod_with_path(self):
|
|
"""
|
|
Test case for proxy_core_v1_delete_namespaced_pod_with_path
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_proxy_core_v1_delete_namespaced_service(self):
|
|
"""
|
|
Test case for proxy_core_v1_delete_namespaced_service
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_proxy_core_v1_delete_namespaced_service_with_path(self):
|
|
"""
|
|
Test case for proxy_core_v1_delete_namespaced_service_with_path
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_proxy_core_v1_delete_node(self):
|
|
"""
|
|
Test case for proxy_core_v1_delete_node
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_proxy_core_v1_delete_node_with_path(self):
|
|
"""
|
|
Test case for proxy_core_v1_delete_node_with_path
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_proxy_core_v1_get_namespaced_pod(self):
|
|
"""
|
|
Test case for proxy_core_v1_get_namespaced_pod
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_proxy_core_v1_get_namespaced_pod_with_path(self):
|
|
"""
|
|
Test case for proxy_core_v1_get_namespaced_pod_with_path
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_proxy_core_v1_get_namespaced_service(self):
|
|
"""
|
|
Test case for proxy_core_v1_get_namespaced_service
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_proxy_core_v1_get_namespaced_service_with_path(self):
|
|
"""
|
|
Test case for proxy_core_v1_get_namespaced_service_with_path
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_proxy_core_v1_get_node(self):
|
|
"""
|
|
Test case for proxy_core_v1_get_node
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_proxy_core_v1_get_node_with_path(self):
|
|
"""
|
|
Test case for proxy_core_v1_get_node_with_path
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_proxy_core_v1_head_namespaced_pod(self):
|
|
"""
|
|
Test case for proxy_core_v1_head_namespaced_pod
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_proxy_core_v1_head_namespaced_pod_with_path(self):
|
|
"""
|
|
Test case for proxy_core_v1_head_namespaced_pod_with_path
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_proxy_core_v1_head_namespaced_service(self):
|
|
"""
|
|
Test case for proxy_core_v1_head_namespaced_service
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_proxy_core_v1_head_namespaced_service_with_path(self):
|
|
"""
|
|
Test case for proxy_core_v1_head_namespaced_service_with_path
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_proxy_core_v1_head_node(self):
|
|
"""
|
|
Test case for proxy_core_v1_head_node
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_proxy_core_v1_head_node_with_path(self):
|
|
"""
|
|
Test case for proxy_core_v1_head_node_with_path
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_proxy_core_v1_options_namespaced_pod(self):
|
|
"""
|
|
Test case for proxy_core_v1_options_namespaced_pod
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_proxy_core_v1_options_namespaced_pod_with_path(self):
|
|
"""
|
|
Test case for proxy_core_v1_options_namespaced_pod_with_path
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_proxy_core_v1_options_namespaced_service(self):
|
|
"""
|
|
Test case for proxy_core_v1_options_namespaced_service
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_proxy_core_v1_options_namespaced_service_with_path(self):
|
|
"""
|
|
Test case for proxy_core_v1_options_namespaced_service_with_path
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_proxy_core_v1_options_node(self):
|
|
"""
|
|
Test case for proxy_core_v1_options_node
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_proxy_core_v1_options_node_with_path(self):
|
|
"""
|
|
Test case for proxy_core_v1_options_node_with_path
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_proxy_core_v1_post_namespaced_pod(self):
|
|
"""
|
|
Test case for proxy_core_v1_post_namespaced_pod
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_proxy_core_v1_post_namespaced_pod_with_path(self):
|
|
"""
|
|
Test case for proxy_core_v1_post_namespaced_pod_with_path
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_proxy_core_v1_post_namespaced_service(self):
|
|
"""
|
|
Test case for proxy_core_v1_post_namespaced_service
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_proxy_core_v1_post_namespaced_service_with_path(self):
|
|
"""
|
|
Test case for proxy_core_v1_post_namespaced_service_with_path
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_proxy_core_v1_post_node(self):
|
|
"""
|
|
Test case for proxy_core_v1_post_node
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_proxy_core_v1_post_node_with_path(self):
|
|
"""
|
|
Test case for proxy_core_v1_post_node_with_path
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_proxy_core_v1_put_namespaced_pod(self):
|
|
"""
|
|
Test case for proxy_core_v1_put_namespaced_pod
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_proxy_core_v1_put_namespaced_pod_with_path(self):
|
|
"""
|
|
Test case for proxy_core_v1_put_namespaced_pod_with_path
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_proxy_core_v1_put_namespaced_service(self):
|
|
"""
|
|
Test case for proxy_core_v1_put_namespaced_service
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_proxy_core_v1_put_namespaced_service_with_path(self):
|
|
"""
|
|
Test case for proxy_core_v1_put_namespaced_service_with_path
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_proxy_core_v1_put_node(self):
|
|
"""
|
|
Test case for proxy_core_v1_put_node
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_proxy_core_v1_put_node_with_path(self):
|
|
"""
|
|
Test case for proxy_core_v1_put_node_with_path
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_read_core_v1_component_status(self):
|
|
"""
|
|
Test case for read_core_v1_component_status
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_read_core_v1_namespace(self):
|
|
"""
|
|
Test case for read_core_v1_namespace
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_read_core_v1_namespace_status(self):
|
|
"""
|
|
Test case for read_core_v1_namespace_status
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_read_core_v1_namespaced_config_map(self):
|
|
"""
|
|
Test case for read_core_v1_namespaced_config_map
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_read_core_v1_namespaced_endpoints(self):
|
|
"""
|
|
Test case for read_core_v1_namespaced_endpoints
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_read_core_v1_namespaced_event(self):
|
|
"""
|
|
Test case for read_core_v1_namespaced_event
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_read_core_v1_namespaced_limit_range(self):
|
|
"""
|
|
Test case for read_core_v1_namespaced_limit_range
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_read_core_v1_namespaced_persistent_volume_claim(self):
|
|
"""
|
|
Test case for read_core_v1_namespaced_persistent_volume_claim
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_read_core_v1_namespaced_persistent_volume_claim_status(self):
|
|
"""
|
|
Test case for read_core_v1_namespaced_persistent_volume_claim_status
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_read_core_v1_namespaced_pod(self):
|
|
"""
|
|
Test case for read_core_v1_namespaced_pod
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_read_core_v1_namespaced_pod_log(self):
|
|
"""
|
|
Test case for read_core_v1_namespaced_pod_log
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_read_core_v1_namespaced_pod_status(self):
|
|
"""
|
|
Test case for read_core_v1_namespaced_pod_status
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_read_core_v1_namespaced_pod_template(self):
|
|
"""
|
|
Test case for read_core_v1_namespaced_pod_template
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_read_core_v1_namespaced_replication_controller(self):
|
|
"""
|
|
Test case for read_core_v1_namespaced_replication_controller
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_read_core_v1_namespaced_replication_controller_status(self):
|
|
"""
|
|
Test case for read_core_v1_namespaced_replication_controller_status
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_read_core_v1_namespaced_resource_quota(self):
|
|
"""
|
|
Test case for read_core_v1_namespaced_resource_quota
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_read_core_v1_namespaced_resource_quota_status(self):
|
|
"""
|
|
Test case for read_core_v1_namespaced_resource_quota_status
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_read_core_v1_namespaced_scale_scale(self):
|
|
"""
|
|
Test case for read_core_v1_namespaced_scale_scale
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_read_core_v1_namespaced_secret(self):
|
|
"""
|
|
Test case for read_core_v1_namespaced_secret
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_read_core_v1_namespaced_service(self):
|
|
"""
|
|
Test case for read_core_v1_namespaced_service
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_read_core_v1_namespaced_service_account(self):
|
|
"""
|
|
Test case for read_core_v1_namespaced_service_account
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_read_core_v1_namespaced_service_status(self):
|
|
"""
|
|
Test case for read_core_v1_namespaced_service_status
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_read_core_v1_node(self):
|
|
"""
|
|
Test case for read_core_v1_node
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_read_core_v1_node_status(self):
|
|
"""
|
|
Test case for read_core_v1_node_status
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_read_core_v1_persistent_volume(self):
|
|
"""
|
|
Test case for read_core_v1_persistent_volume
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_read_core_v1_persistent_volume_status(self):
|
|
"""
|
|
Test case for read_core_v1_persistent_volume_status
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_replace_core_v1_namespace(self):
|
|
"""
|
|
Test case for replace_core_v1_namespace
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_replace_core_v1_namespace_finalize(self):
|
|
"""
|
|
Test case for replace_core_v1_namespace_finalize
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_replace_core_v1_namespace_status(self):
|
|
"""
|
|
Test case for replace_core_v1_namespace_status
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_replace_core_v1_namespaced_config_map(self):
|
|
"""
|
|
Test case for replace_core_v1_namespaced_config_map
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_replace_core_v1_namespaced_endpoints(self):
|
|
"""
|
|
Test case for replace_core_v1_namespaced_endpoints
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_replace_core_v1_namespaced_event(self):
|
|
"""
|
|
Test case for replace_core_v1_namespaced_event
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_replace_core_v1_namespaced_limit_range(self):
|
|
"""
|
|
Test case for replace_core_v1_namespaced_limit_range
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_replace_core_v1_namespaced_persistent_volume_claim(self):
|
|
"""
|
|
Test case for replace_core_v1_namespaced_persistent_volume_claim
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_replace_core_v1_namespaced_persistent_volume_claim_status(self):
|
|
"""
|
|
Test case for replace_core_v1_namespaced_persistent_volume_claim_status
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_replace_core_v1_namespaced_pod(self):
|
|
"""
|
|
Test case for replace_core_v1_namespaced_pod
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_replace_core_v1_namespaced_pod_status(self):
|
|
"""
|
|
Test case for replace_core_v1_namespaced_pod_status
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_replace_core_v1_namespaced_pod_template(self):
|
|
"""
|
|
Test case for replace_core_v1_namespaced_pod_template
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_replace_core_v1_namespaced_replication_controller(self):
|
|
"""
|
|
Test case for replace_core_v1_namespaced_replication_controller
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_replace_core_v1_namespaced_replication_controller_status(self):
|
|
"""
|
|
Test case for replace_core_v1_namespaced_replication_controller_status
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_replace_core_v1_namespaced_resource_quota(self):
|
|
"""
|
|
Test case for replace_core_v1_namespaced_resource_quota
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_replace_core_v1_namespaced_resource_quota_status(self):
|
|
"""
|
|
Test case for replace_core_v1_namespaced_resource_quota_status
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_replace_core_v1_namespaced_scale_scale(self):
|
|
"""
|
|
Test case for replace_core_v1_namespaced_scale_scale
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_replace_core_v1_namespaced_secret(self):
|
|
"""
|
|
Test case for replace_core_v1_namespaced_secret
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_replace_core_v1_namespaced_service(self):
|
|
"""
|
|
Test case for replace_core_v1_namespaced_service
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_replace_core_v1_namespaced_service_account(self):
|
|
"""
|
|
Test case for replace_core_v1_namespaced_service_account
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_replace_core_v1_namespaced_service_status(self):
|
|
"""
|
|
Test case for replace_core_v1_namespaced_service_status
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_replace_core_v1_node(self):
|
|
"""
|
|
Test case for replace_core_v1_node
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_replace_core_v1_node_status(self):
|
|
"""
|
|
Test case for replace_core_v1_node_status
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_replace_core_v1_persistent_volume(self):
|
|
"""
|
|
Test case for replace_core_v1_persistent_volume
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_replace_core_v1_persistent_volume_status(self):
|
|
"""
|
|
Test case for replace_core_v1_persistent_volume_status
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_watch_core_v1_config_map_list_for_all_namespaces(self):
|
|
"""
|
|
Test case for watch_core_v1_config_map_list_for_all_namespaces
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_watch_core_v1_endpoints_list_for_all_namespaces(self):
|
|
"""
|
|
Test case for watch_core_v1_endpoints_list_for_all_namespaces
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_watch_core_v1_event_list_for_all_namespaces(self):
|
|
"""
|
|
Test case for watch_core_v1_event_list_for_all_namespaces
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_watch_core_v1_limit_range_list_for_all_namespaces(self):
|
|
"""
|
|
Test case for watch_core_v1_limit_range_list_for_all_namespaces
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_watch_core_v1_namespace(self):
|
|
"""
|
|
Test case for watch_core_v1_namespace
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_watch_core_v1_namespace_list(self):
|
|
"""
|
|
Test case for watch_core_v1_namespace_list
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_watch_core_v1_namespaced_config_map(self):
|
|
"""
|
|
Test case for watch_core_v1_namespaced_config_map
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_watch_core_v1_namespaced_config_map_list(self):
|
|
"""
|
|
Test case for watch_core_v1_namespaced_config_map_list
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_watch_core_v1_namespaced_endpoints(self):
|
|
"""
|
|
Test case for watch_core_v1_namespaced_endpoints
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_watch_core_v1_namespaced_endpoints_list(self):
|
|
"""
|
|
Test case for watch_core_v1_namespaced_endpoints_list
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_watch_core_v1_namespaced_event(self):
|
|
"""
|
|
Test case for watch_core_v1_namespaced_event
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_watch_core_v1_namespaced_event_list(self):
|
|
"""
|
|
Test case for watch_core_v1_namespaced_event_list
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_watch_core_v1_namespaced_limit_range(self):
|
|
"""
|
|
Test case for watch_core_v1_namespaced_limit_range
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_watch_core_v1_namespaced_limit_range_list(self):
|
|
"""
|
|
Test case for watch_core_v1_namespaced_limit_range_list
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_watch_core_v1_namespaced_persistent_volume_claim(self):
|
|
"""
|
|
Test case for watch_core_v1_namespaced_persistent_volume_claim
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_watch_core_v1_namespaced_persistent_volume_claim_list(self):
|
|
"""
|
|
Test case for watch_core_v1_namespaced_persistent_volume_claim_list
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_watch_core_v1_namespaced_pod(self):
|
|
"""
|
|
Test case for watch_core_v1_namespaced_pod
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_watch_core_v1_namespaced_pod_list(self):
|
|
"""
|
|
Test case for watch_core_v1_namespaced_pod_list
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_watch_core_v1_namespaced_pod_template(self):
|
|
"""
|
|
Test case for watch_core_v1_namespaced_pod_template
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_watch_core_v1_namespaced_pod_template_list(self):
|
|
"""
|
|
Test case for watch_core_v1_namespaced_pod_template_list
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_watch_core_v1_namespaced_replication_controller(self):
|
|
"""
|
|
Test case for watch_core_v1_namespaced_replication_controller
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_watch_core_v1_namespaced_replication_controller_list(self):
|
|
"""
|
|
Test case for watch_core_v1_namespaced_replication_controller_list
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_watch_core_v1_namespaced_resource_quota(self):
|
|
"""
|
|
Test case for watch_core_v1_namespaced_resource_quota
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_watch_core_v1_namespaced_resource_quota_list(self):
|
|
"""
|
|
Test case for watch_core_v1_namespaced_resource_quota_list
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_watch_core_v1_namespaced_secret(self):
|
|
"""
|
|
Test case for watch_core_v1_namespaced_secret
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_watch_core_v1_namespaced_secret_list(self):
|
|
"""
|
|
Test case for watch_core_v1_namespaced_secret_list
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_watch_core_v1_namespaced_service(self):
|
|
"""
|
|
Test case for watch_core_v1_namespaced_service
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_watch_core_v1_namespaced_service_account(self):
|
|
"""
|
|
Test case for watch_core_v1_namespaced_service_account
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_watch_core_v1_namespaced_service_account_list(self):
|
|
"""
|
|
Test case for watch_core_v1_namespaced_service_account_list
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_watch_core_v1_namespaced_service_list(self):
|
|
"""
|
|
Test case for watch_core_v1_namespaced_service_list
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_watch_core_v1_node(self):
|
|
"""
|
|
Test case for watch_core_v1_node
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_watch_core_v1_node_list(self):
|
|
"""
|
|
Test case for watch_core_v1_node_list
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_watch_core_v1_persistent_volume(self):
|
|
"""
|
|
Test case for watch_core_v1_persistent_volume
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_watch_core_v1_persistent_volume_claim_list_for_all_namespaces(self):
|
|
"""
|
|
Test case for watch_core_v1_persistent_volume_claim_list_for_all_namespaces
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_watch_core_v1_persistent_volume_list(self):
|
|
"""
|
|
Test case for watch_core_v1_persistent_volume_list
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_watch_core_v1_pod_list_for_all_namespaces(self):
|
|
"""
|
|
Test case for watch_core_v1_pod_list_for_all_namespaces
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_watch_core_v1_pod_template_list_for_all_namespaces(self):
|
|
"""
|
|
Test case for watch_core_v1_pod_template_list_for_all_namespaces
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_watch_core_v1_replication_controller_list_for_all_namespaces(self):
|
|
"""
|
|
Test case for watch_core_v1_replication_controller_list_for_all_namespaces
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_watch_core_v1_resource_quota_list_for_all_namespaces(self):
|
|
"""
|
|
Test case for watch_core_v1_resource_quota_list_for_all_namespaces
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_watch_core_v1_secret_list_for_all_namespaces(self):
|
|
"""
|
|
Test case for watch_core_v1_secret_list_for_all_namespaces
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_watch_core_v1_service_account_list_for_all_namespaces(self):
|
|
"""
|
|
Test case for watch_core_v1_service_account_list_for_all_namespaces
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
def test_watch_core_v1_service_list_for_all_namespaces(self):
|
|
"""
|
|
Test case for watch_core_v1_service_list_for_all_namespaces
|
|
|
|
|
|
"""
|
|
pass
|
|
|
|
|
|
if __name__ == '__main__':
|
|
unittest.main()
|