SYMBOL INDEX (13680 symbols across 872 files) FILE: doc/source/conf.py function _copy_with_converting_link_to_repo (line 24) | def _copy_with_converting_link_to_repo(filename, new_filename): function setup (line 104) | def setup(app): FILE: examples/annotate_deployment.py function create_deployment_object (line 12) | def create_deployment_object(): function create_deployment (line 40) | def create_deployment(apps_v1_api, deployment_object): function annotate_deployment (line 48) | def annotate_deployment(apps_v1_api, deployment_name, annotations): function main (line 55) | def main(): FILE: examples/api_discovery.py function main (line 23) | def main(): FILE: examples/apply_from_dict.py function main (line 6) | def main(): FILE: examples/apply_from_directory.py function main (line 3) | def main(): FILE: examples/apply_from_single_file.py function main (line 3) | def main(): FILE: examples/cluster_scoped_custom_object.py function main (line 59) | def main(): FILE: examples/cronjob_crud.py function create_namespaced_cron_job (line 12) | def create_namespaced_cron_job(namespace='default', body=None): function delete_namespaced_cron_job (line 28) | def delete_namespaced_cron_job(namespace='default', name=None): function patch_namespaced_cron_job (line 41) | def patch_namespaced_cron_job(namespace='default', body=None): function get_cronjob_list (line 57) | def get_cronjob_list(namespace='default'): function judge_crontab_exists (line 65) | def judge_crontab_exists(namespace, name): function get_cronjob_body (line 73) | def get_cronjob_body(namespace, name, command): FILE: examples/deployment_create.py function main (line 26) | def main(): FILE: examples/deployment_crud.py function create_deployment_object (line 31) | def create_deployment_object(): function create_deployment (line 66) | def create_deployment(api, deployment): function update_deployment (line 85) | def update_deployment(api, deployment): function restart_deployment (line 107) | def restart_deployment(api, deployment): function delete_deployment (line 132) | def delete_deployment(api): function main (line 144) | def main(): FILE: examples/duration-gep2257.py function main (line 30) | def main(): FILE: examples/dynamic-client/accept_header.py function main (line 23) | def main(): FILE: examples/dynamic-client/cluster_scoped_custom_resource.py function main (line 29) | def main(): FILE: examples/dynamic-client/configmap.py function main (line 25) | def main(): FILE: examples/dynamic-client/deployment_rolling_restart.py function main (line 28) | def main(): FILE: examples/dynamic-client/namespaced_custom_resource.py function list_ingressroute_for_all_namespaces (line 29) | def list_ingressroute_for_all_namespaces(group, version, plural): function create_namespace (line 51) | def create_namespace(namespace_api, name): function delete_namespace (line 60) | def delete_namespace(namespace_api, name): function main (line 63) | def main(): FILE: examples/dynamic-client/node.py function main (line 24) | def main(): FILE: examples/dynamic-client/replication_controller.py function main (line 23) | def main(): FILE: examples/dynamic-client/request_timeout.py function main (line 25) | def main(): FILE: examples/dynamic-client/service.py function main (line 25) | def main(): FILE: examples/enable_debug_logging.py function main (line 15) | def main(): FILE: examples/in_cluster_config.py function main (line 54) | def main(): FILE: examples/ingress_create.py function create_deployment (line 23) | def create_deployment(apps_v1_api): function create_service (line 54) | def create_service(): function create_ingress (line 75) | def create_ingress(networking_v1_api): function main (line 110) | def main(): FILE: examples/job_crud.py function create_job_object (line 29) | def create_job_object(): function create_job (line 53) | def create_job(api_instance, job): function get_job_status (line 61) | def get_job_status(api_instance): function update_job (line 74) | def update_job(api_instance, job): function delete_job (line 84) | def delete_job(api_instance): function main (line 94) | def main(): FILE: examples/metrics_example.py function print_node_metrics (line 35) | def print_node_metrics(api_client): function print_pod_metrics (line 63) | def print_pod_metrics(api_client, namespace): function print_filtered_pod_metrics (line 96) | def print_filtered_pod_metrics(api_client, namespace, labels): function print_multi_namespace_metrics (line 123) | def print_multi_namespace_metrics(api_client, namespaces): function main (line 152) | def main(): FILE: examples/multiple_clusters.py function main (line 27) | def main(): FILE: examples/namespaced_custom_object.py function main (line 59) | def main(): FILE: examples/node_labels.py function main (line 27) | def main(): FILE: examples/out_of_cluster_config.py function main (line 22) | def main(): FILE: examples/patch_namespaced_config_map.py function main (line 8) | def main(): FILE: examples/pick_kube_config_context.py function main (line 27) | def main(): FILE: examples/pod_config_list.py function main (line 28) | def main(): FILE: examples/pod_exec.py function exec_commands (line 28) | def exec_commands(api_instance): function main (line 120) | def main(): FILE: examples/pod_logs.py function list_pods_with_logs (line 22) | def list_pods_with_logs(): function main (line 56) | def main(): FILE: examples/pod_logs_non_blocking.py function stream_logs (line 17) | def stream_logs(): FILE: examples/pod_portforward.py function portforward_commands (line 61) | def portforward_commands(api_instance): function main (line 190) | def main(): FILE: examples/remote_cluster.py function main (line 24) | def main(): FILE: examples/rollout-daemonset.py function create_daemon_set_object (line 13) | def create_daemon_set_object(): function create_daemon_set (line 40) | def create_daemon_set(apps_v1_api, daemon_set_object): function update_daemon_set (line 48) | def update_daemon_set(apps_v1_api, daemonset): function list_controller_revision (line 58) | def list_controller_revision(apps_v1_api, namespace, daemon_set_name): function rollout_namespaced_daemon_set (line 73) | def rollout_namespaced_daemon_set( function main (line 87) | def main(): FILE: examples/rollout-statefulset.py function create_service (line 17) | def create_service(core_v1_api): function create_stateful_set_object (line 39) | def create_stateful_set_object(): function create_stateful_set (line 68) | def create_stateful_set(apps_v1_api, stateful_set_object): function update_stateful_set (line 76) | def update_stateful_set(apps_v1_api, statefulset): function list_controller_revision (line 86) | def list_controller_revision(apps_v1_api, namespace, stateful_set_name): function rollout_namespaced_stateful_set (line 101) | def rollout_namespaced_stateful_set( function main (line 115) | def main(): FILE: examples/watch/pod_namespace_watch.py function main (line 31) | def main(): FILE: examples/watch/watch_recovery.py function main (line 38) | def main(): FILE: kubernetes/base/config/__init__.py function load_config (line 24) | def load_config(**kwargs): FILE: kubernetes/base/config/config_exception.py class ConfigException (line 16) | class ConfigException(Exception): FILE: kubernetes/base/config/dateutil.py class TimezoneInfo (line 20) | class TimezoneInfo(datetime.tzinfo): method __init__ (line 21) | def __init__(self, h, m): method utcoffset (line 27) | def utcoffset(self, dt): method tzname (line 30) | def tzname(self, dt): method dst (line 33) | def dst(self, dt): function parse_rfc3339 (line 50) | def parse_rfc3339(s): function format_rfc3339 (line 103) | def format_rfc3339(date_time): FILE: kubernetes/base/config/dateutil_test.py class DateUtilTest (line 21) | class DateUtilTest(unittest.TestCase): method _parse_rfc3339_test (line 23) | def _parse_rfc3339_test(self, st, y, m, d, h, mn, s, us): method test_parse_rfc3339 (line 28) | def test_parse_rfc3339(self): method test_format_rfc3339 (line 57) | def test_format_rfc3339(self): method test_parse_rfc3339_invalid_formats (line 70) | def test_parse_rfc3339_invalid_formats(self): method test_parse_rfc3339_with_whitespace (line 89) | def test_parse_rfc3339_with_whitespace(self): method test_parse_rfc3339_error_message_clarity (line 95) | def test_parse_rfc3339_error_message_clarity(self): method test_parse_rfc3339_handles_none_from_timezone_regex (line 106) | def test_parse_rfc3339_handles_none_from_timezone_regex(self): FILE: kubernetes/base/config/exec_provider.py class ExecProvider (line 22) | class ExecProvider(object): method __init__ (line 34) | def __init__(self, exec_config, cwd, cluster=None): method shell (line 63) | def shell(self): method run (line 71) | def run(self, previous_response=None): FILE: kubernetes/base/config/exec_provider_test.py class ExecProviderTest (line 26) | class ExecProviderTest(unittest.TestCase): method setUp (line 28) | def setUp(self): method test_missing_input_keys (line 52) | def test_missing_input_keys(self): method test_error_code_returned (line 63) | def test_error_code_returned(self, mock): method test_nonjson_output_returned (line 74) | def test_nonjson_output_returned(self, mock): method test_missing_output_keys (line 85) | def test_missing_output_keys(self, mock): method test_mismatched_api_version (line 119) | def test_mismatched_api_version(self, mock): method test_ok_01 (line 142) | def test_ok_01(self, mock): method test_run_in_dir (line 152) | def test_run_in_dir(self, mock): method test_ok_no_console_attached (line 161) | def test_ok_no_console_attached(self, mock): method test_with_cluster_info (line 174) | def test_with_cluster_info(self, mock): method test_with_cluster_info_from_exec_extension (line 187) | def test_with_cluster_info_from_exec_extension(self, mock): FILE: kubernetes/base/config/incluster_config.py function _join_host_port (line 28) | def _join_host_port(host, port): class InClusterConfigLoader (line 37) | class InClusterConfigLoader(object): method __init__ (line 38) | def __init__(self, method load_and_set (line 49) | def load_and_set(self, client_configuration=None): method _load_config (line 59) | def _load_config(self): method _set_config (line 87) | def _set_config(self, client_configuration): method _read_token_file (line 102) | def _read_token_file(self): function load_incluster_config (line 112) | def load_incluster_config(client_configuration=None, try_refresh_token=T... FILE: kubernetes/base/config/incluster_config_test.py class InClusterConfigTest (line 46) | class InClusterConfigTest(unittest.TestCase): method setUp (line 47) | def setUp(self): method tearDown (line 50) | def tearDown(self): method _create_file_with_temp_content (line 54) | def _create_file_with_temp_content(self, content=""): method get_test_loader (line 61) | def get_test_loader(self, method test_join_host_port (line 74) | def test_join_host_port(self): method test_load_config (line 80) | def test_load_config(self): method test_refresh_token (line 88) | def test_refresh_token(self): method _should_fail_load (line 111) | def _should_fail_load(self, config_loader, reason): method test_no_port (line 119) | def test_no_port(self): method test_empty_port (line 124) | def test_empty_port(self): method test_no_host (line 131) | def test_no_host(self): method test_empty_host (line 136) | def test_empty_host(self): method test_no_cert_file (line 143) | def test_no_cert_file(self): method test_empty_cert_file (line 147) | def test_empty_cert_file(self): method test_no_token_file (line 152) | def test_no_token_file(self): method test_empty_token_file (line 156) | def test_empty_token_file(self): FILE: kubernetes/base/config/kube_config.py function _cleanup_temp_files (line 55) | def _cleanup_temp_files(): function _create_temp_file_with_content (line 65) | def _create_temp_file_with_content(content, temp_file_path=None, force_r... function _is_expired (line 83) | def _is_expired(expiry): class FileOrData (line 88) | class FileOrData(object): method __init__ (line 98) | def __init__(self, obj, file_key_name, data_key_name=None, method as_file (line 115) | def as_file(self): method as_data (line 128) | def as_data(self): method _write_file (line 141) | def _write_file(self, force_rewrite=False): class CommandTokenSource (line 154) | class CommandTokenSource(object): method __init__ (line 155) | def __init__(self, cmd, args, tokenKey, expiryKey): method token (line 167) | def token(self): class KubeConfigLoader (line 194) | class KubeConfigLoader(object): method __init__ (line 196) | def __init__(self, config_dict, active_context=None, method set_active_context (line 268) | def set_active_context(self, context_name=None): method _load_authentication (line 286) | def _load_authentication(self): method _load_auth_provider_token (line 308) | def _load_auth_provider_token(self): method _load_gcp_token (line 321) | def _load_gcp_token(self, provider): method _refresh_gcp_token (line 334) | def _refresh_gcp_token(self): method _load_oid_token (line 344) | def _load_oid_token(self, provider): method _refresh_oidc (line 389) | def _refresh_oidc(self, provider): method _load_from_exec_plugin (line 452) | def _load_from_exec_plugin(self): method _load_user_token (line 489) | def _load_user_token(self): method _load_user_pass_token (line 500) | def _load_user_pass_token(self): method _get_base_path (line 507) | def _get_base_path(self, config_path): method _load_cluster_info (line 514) | def _load_cluster_info(self): method _set_config (line 540) | def _set_config(self, client_configuration): method load_and_set (line 555) | def load_and_set(self, client_configuration): method list_contexts (line 560) | def list_contexts(self): method current_context (line 564) | def current_context(self): class ConfigNode (line 568) | class ConfigNode(object): method __init__ (line 573) | def __init__(self, name, value, path=None): method __contains__ (line 578) | def __contains__(self, key): method __len__ (line 581) | def __len__(self): method safe_get (line 584) | def safe_get(self, key): method __getitem__ (line 589) | def __getitem__(self, key): method get_with_name (line 600) | def get_with_name(self, name, safe=False): class KubeConfigMerger (line 634) | class KubeConfigMerger: method __init__ (line 646) | def __init__(self, paths): method config (line 656) | def config(self): method _load_config_from_file_like_object (line 659) | def _load_config_from_file_like_object(self, string): method _load_config_from_file_path (line 672) | def _load_config_from_file_path(self, string): method load_config (line 681) | def load_config(self, path): method _merge (line 703) | def _merge(self, item, add_cfg, path): method save_changes (line 712) | def save_changes(self): method save_config (line 718) | def save_config(self, path): function _get_kube_config_loader_for_yaml_file (line 724) | def _get_kube_config_loader_for_yaml_file( function _get_kube_config_loader (line 732) | def _get_kube_config_loader( function list_kube_config_contexts (line 757) | def list_kube_config_contexts(config_file=None): function load_kube_config (line 766) | def load_kube_config(config_file=None, context=None, function load_kube_config_from_dict (line 799) | def load_kube_config_from_dict(config_dict, context=None, function new_client_from_config (line 833) | def new_client_from_config( function new_client_from_config_dict (line 851) | def new_client_from_config_dict( FILE: kubernetes/base/config/kube_config_test.py function _base64 (line 54) | def _base64(string): function _urlsafe_unpadded_b64encode (line 58) | def _urlsafe_unpadded_b64encode(string): function _format_expiry_datetime (line 62) | def _format_expiry_datetime(dt): function _get_expiry (line 66) | def _get_expiry(loader, active_context): function _raise_exception (line 73) | def _raise_exception(st): class BaseTestCase (line 139) | class BaseTestCase(unittest.TestCase): method setUp (line 141) | def setUp(self): method tearDown (line 144) | def tearDown(self): method _create_temp_file (line 148) | def _create_temp_file(self, content=""): method expect_exception (line 155) | def expect_exception(self, func, message_part, *args, **kwargs): class TestFileOrData (line 161) | class TestFileOrData(BaseTestCase): method get_file_content (line 164) | def get_file_content(filename): method test_file_given_file (line 168) | def test_file_given_file(self): method test_file_given_non_existing_file (line 174) | def test_file_given_non_existing_file(self): method test_file_given_data (line 180) | def test_file_given_data(self): method test_file_given_data_no_base64 (line 186) | def test_file_given_data_no_base64(self): method test_data_given_data (line 192) | def test_data_given_data(self): method test_data_given_file (line 198) | def test_data_given_file(self): method test_data_given_file_no_base64 (line 204) | def test_data_given_file_no_base64(self): method test_data_given_file_and_data (line 211) | def test_data_given_file_and_data(self): method test_file_given_file_and_data (line 220) | def test_file_given_file_and_data(self): method test_file_with_custom_dirname (line 229) | def test_file_with_custom_dirname(self): method test_create_temp_file_with_content (line 238) | def test_create_temp_file_with_content(self): method test_file_given_data_bytes (line 244) | def test_file_given_data_bytes(self): method test_file_given_data_bytes_no_base64 (line 250) | def test_file_given_data_bytes_no_base64(self): method test_file_given_no_object (line 256) | def test_file_given_no_object(self): method test_file_given_no_object_data (line 261) | def test_file_given_no_object_data(self): method test_file_recreation (line 266) | def test_file_recreation(self): class TestConfigNode (line 287) | class TestConfigNode(BaseTestCase): method setUp (line 302) | def setUp(self): method test_normal_map_array_operations (line 306) | def test_normal_map_array_operations(self): method test_get_with_name (line 321) | def test_get_with_name(self): method test_key_does_not_exists (line 335) | def test_key_does_not_exists(self): method test_get_with_name_on_invalid_object (line 341) | def test_get_with_name_on_invalid_object(self): method test_get_with_name_on_non_list_object (line 346) | def test_get_with_name_on_non_list_object(self): method test_get_with_name_on_name_does_not_exists (line 351) | def test_get_with_name_on_name_does_not_exists(self): method test_get_with_name_on_duplicate_name (line 356) | def test_get_with_name_on_duplicate_name(self): class FakeConfig (line 363) | class FakeConfig: method __init__ (line 368) | def __init__(self, token=None, **kwargs): method __eq__ (line 377) | def __eq__(self, other): method __repr__ (line 404) | def __repr__(self): class TestKubeConfigLoader (line 418) | class TestKubeConfigLoader(BaseTestCase): method test_no_user_context (line 873) | def test_no_user_context(self): method test_simple_token (line 881) | def test_simple_token(self): method test_load_user_token (line 890) | def test_load_user_token(self): method test_gcp_no_refresh (line 897) | def test_gcp_no_refresh(self): method test_load_gcp_token_no_refresh (line 911) | def test_load_gcp_token_no_refresh(self): method test_load_gcp_token_with_refresh (line 921) | def test_load_gcp_token_with_refresh(self): method test_gcp_refresh_api_key_hook (line 938) | def test_gcp_refresh_api_key_hook(self): method test_oidc_no_refresh (line 964) | def test_oidc_no_refresh(self): method test_oidc_with_refresh (line 974) | def test_oidc_with_refresh(self, mock_ApiClient, mock_OAuth2Session): method test_oidc_with_idp_ca_file_refresh (line 999) | def test_oidc_with_idp_ca_file_refresh(self, mock_ApiClient, mock_OAut... method test_oidc_with_refresh_nocert (line 1025) | def test_oidc_with_refresh_nocert( method test_oidc_fails_if_contains_reserved_chars (line 1049) | def test_oidc_fails_if_contains_reserved_chars(self): method test_oidc_fails_if_invalid_padding_length (line 1059) | def test_oidc_fails_if_invalid_padding_length(self): method test_user_pass (line 1070) | def test_user_pass(self): method test_load_user_pass_token (line 1078) | def test_load_user_pass_token(self): method test_ssl_no_cert_files (line 1085) | def test_ssl_no_cert_files(self): method test_ssl (line 1094) | def test_ssl(self): method test_ssl_no_verification (line 1109) | def test_ssl_no_verification(self): method test_tls_server_name (line 1124) | def test_tls_server_name(self): method test_list_contexts (line 1140) | def test_list_contexts(self): method test_current_context (line 1150) | def test_current_context(self): method test_set_active_context (line 1156) | def test_set_active_context(self): method test_ssl_with_relative_ssl_files (line 1163) | def test_ssl_with_relative_ssl_files(self): method test_load_kube_config_from_file_path (line 1190) | def test_load_kube_config_from_file_path(self): method test_load_kube_config_from_file_like_object (line 1200) | def test_load_kube_config_from_file_like_object(self): method test_load_kube_config_from_dict (line 1223) | def test_load_kube_config_from_dict(self): method test_load_kube_config_from_dict_with_temp_file_path (line 1232) | def test_load_kube_config_from_dict_with_temp_file_path(self): method test_load_kube_config_from_empty_file_like_object (line 1255) | def test_load_kube_config_from_empty_file_like_object(self): method test_load_kube_config_from_empty_file (line 1262) | def test_load_kube_config_from_empty_file(self): method test_list_kube_config_contexts (line 1270) | def test_list_kube_config_contexts(self): method test_new_client_from_config (line 1284) | def test_new_client_from_config(self): method test_new_client_from_config_dict (line 1293) | def test_new_client_from_config_dict(self): method test_no_users_section (line 1300) | def test_no_users_section(self): method test_non_existing_user (line 1310) | def test_non_existing_user(self): method test_user_exec_auth (line 1319) | def test_user_exec_auth(self, mock): method test_user_exec_auth_with_expiry (line 1333) | def test_user_exec_auth_with_expiry(self, mock): method test_user_exec_auth_certificates (line 1365) | def test_user_exec_auth_certificates(self, mock): method test_user_exec_cwd (line 1383) | def test_user_exec_cwd(self, mock): method test_user_cmd_path (line 1397) | def test_user_cmd_path(self): method test_user_cmd_path_empty (line 1410) | def test_user_cmd_path_empty(self): method test_user_cmd_path_with_scope (line 1424) | def test_user_cmd_path_with_scope(self): method test__get_kube_config_loader_for_yaml_file_no_persist (line 1438) | def test__get_kube_config_loader_for_yaml_file_no_persist(self): method test__get_kube_config_loader_for_yaml_file_persist (line 1446) | def test__get_kube_config_loader_for_yaml_file_persist(self): method test__get_kube_config_loader_file_no_persist (line 1456) | def test__get_kube_config_loader_file_no_persist(self): method test__get_kube_config_loader_file_persist (line 1464) | def test__get_kube_config_loader_file_persist(self): method test__get_kube_config_loader_dict_no_persist (line 1474) | def test__get_kube_config_loader_dict_no_persist(self): class TestKubernetesClientConfiguration (line 1482) | class TestKubernetesClientConfiguration(BaseTestCase): method test_refresh_api_key_hook_exists (line 1488) | def test_refresh_api_key_hook_exists(self): method test_get_api_key_calls_refresh_api_key_hook (line 1491) | def test_get_api_key_calls_refresh_api_key_hook(self): class TestKubeConfigMerger (line 1509) | class TestKubeConfigMerger(BaseTestCase): method _create_multi_config (line 1700) | def _create_multi_config(self, parts): method test_list_kube_config_contexts (line 1706) | def test_list_kube_config_contexts(self): method test_new_client_from_config (line 1725) | def test_new_client_from_config(self): method test_merge_with_context_in_different_file (line 1733) | def test_merge_with_context_in_different_file(self): method test_save_changes (line 1749) | def test_save_changes(self): FILE: kubernetes/base/dynamic/client.py class VersionNotSupportedError (line 34) | class VersionNotSupportedError(NotImplementedError): function meta_request (line 49) | def meta_request(func): class DynamicClient (line 72) | class DynamicClient(object): method __init__ (line 77) | def __init__(self, client, cache_file=None, discoverer=None): method resources (line 87) | def resources(self): method version (line 91) | def version(self): method ensure_namespace (line 94) | def ensure_namespace(self, resource, namespace, body): method serialize_body (line 100) | def serialize_body(self, body): method get (line 110) | def get(self, resource, name=None, namespace=None, **kwargs): method create (line 114) | def create(self, resource, body=None, namespace=None, **kwargs): method delete (line 121) | def delete(self, resource, name=None, namespace=None, body=None, label... method replace (line 129) | def replace(self, resource, body=None, name=None, namespace=None, **kw... method patch (line 139) | def patch(self, resource, body=None, name=None, namespace=None, **kwar... method server_side_apply (line 152) | def server_side_apply(self, resource, body=None, name=None, namespace=... method watch (line 166) | def watch(self, resource, namespace=None, name=None, label_selector=No... method request (line 217) | def request(self, method, path, body=None, **params): method validate (line 297) | def validate(self, definition, version=None, strict=False): FILE: kubernetes/base/dynamic/discovery.py class Discoverer (line 36) | class Discoverer(object): method __init__ (line 44) | def __init__(self, client, cache_file): method __init_cache (line 57) | def __init_cache(self, refresh=False): method _write_cache (line 76) | def _write_cache(self): method invalidate_cache (line 84) | def invalidate_cache(self): method api_groups (line 88) | def api_groups(self): method search (line 92) | def search(self, prefix=None, group=None, api_version=None, kind=None,... method discover (line 96) | def discover(self): method version (line 100) | def version(self): method default_groups (line 103) | def default_groups(self, request_resources=False): method parse_api_groups (line 115) | def parse_api_groups(self, request_resources=False, update=False): method _load_server_info (line 139) | def _load_server_info(self): method get_resources_for_api_version (line 159) | def get_resources_for_api_version(self, prefix, group, version, prefer... method get (line 200) | def get(self, **kwargs): class LazyDiscoverer (line 222) | class LazyDiscoverer(Discoverer): method __init__ (line 229) | def __init__(self, client, cache_file): method discover (line 233) | def discover(self): method __maybe_write_cache (line 236) | def __maybe_write_cache(self): method api_groups (line 242) | def api_groups(self): method search (line 245) | def search(self, **kwargs): method __search (line 257) | def __search(self, parts, resources, reqParams): method __build_search (line 299) | def __build_search(self, prefix=None, group=None, api_version=None, ki... method __iter__ (line 306) | def __iter__(self): class EagerDiscoverer (line 321) | class EagerDiscoverer(Discoverer): method update (line 328) | def update(self, resources): method __init__ (line 331) | def __init__(self, client, cache_file): method discover (line 334) | def discover(self): method api_groups (line 338) | def api_groups(self): method search (line 343) | def search(self, **kwargs): method __build_search (line 360) | def __build_search(self, prefix=None, group=None, api_version=None, ki... method __search (line 367) | def __search(self, parts, resources): method __iter__ (line 392) | def __iter__(self): class ResourceGroup (line 400) | class ResourceGroup(object): method __init__ (line 402) | def __init__(self, preferred, resources=None): method to_dict (line 406) | def to_dict(self): class CacheEncoder (line 414) | class CacheEncoder(json.JSONEncoder): method default (line 416) | def default(self, o): class CacheDecoder (line 420) | class CacheDecoder(json.JSONDecoder): method __init__ (line 421) | def __init__(self, client, *args, **kwargs): method object_hook (line 425) | def object_hook(self, obj): FILE: kubernetes/base/dynamic/exceptions.py function api_exception (line 22) | def api_exception(e): class DynamicApiError (line 45) | class DynamicApiError(ApiException): method __init__ (line 47) | def __init__(self, e, tb=None): method __str__ (line 54) | def __str__(self): method summary (line 67) | def summary(self): class ResourceNotFoundError (line 78) | class ResourceNotFoundError(Exception): class ResourceNotUniqueError (line 80) | class ResourceNotUniqueError(Exception): class KubernetesValidateMissing (line 83) | class KubernetesValidateMissing(Exception): class BadRequestError (line 87) | class BadRequestError(DynamicApiError): class UnauthorizedError (line 89) | class UnauthorizedError(DynamicApiError): class ForbiddenError (line 91) | class ForbiddenError(DynamicApiError): class NotFoundError (line 93) | class NotFoundError(DynamicApiError): class MethodNotAllowedError (line 95) | class MethodNotAllowedError(DynamicApiError): class ConflictError (line 97) | class ConflictError(DynamicApiError): class GoneError (line 99) | class GoneError(DynamicApiError): class UnprocessibleEntityError (line 101) | class UnprocessibleEntityError(DynamicApiError): class TooManyRequestsError (line 103) | class TooManyRequestsError(DynamicApiError): class InternalServerError (line 105) | class InternalServerError(DynamicApiError): class ServiceUnavailableError (line 107) | class ServiceUnavailableError(DynamicApiError): class ServerTimeoutError (line 109) | class ServerTimeoutError(DynamicApiError): FILE: kubernetes/base/dynamic/resource.py class Resource (line 22) | class Resource(object): method __init__ (line 25) | def __init__(self, prefix=None, group=None, api_version=None, kind=None, method to_dict (line 50) | def to_dict(self): method group_version (line 70) | def group_version(self): method __repr__ (line 75) | def __repr__(self): method urls (line 79) | def urls(self): method path (line 89) | def path(self, name=None, namespace=None): method __getattr__ (line 102) | def __getattr__(self, name): class ResourceList (line 108) | class ResourceList(Resource): method __init__ (line 111) | def __init__(self, client, group='', api_version='v1', base_kind='', k... method base_resource (line 120) | def base_resource(self): method _items_to_resources (line 131) | def _items_to_resources(self, body): method _item_to_resource (line 161) | def _item_to_resource(self, item): method get (line 175) | def get(self, body, name=None, namespace=None, **kwargs): method delete (line 187) | def delete(self, body, name=None, namespace=None, **kwargs): method verb_mapper (line 199) | def verb_mapper(self, verb, body, **kwargs): method create (line 208) | def create(self, *args, **kwargs): method replace (line 211) | def replace(self, *args, **kwargs): method patch (line 214) | def patch(self, *args, **kwargs): method to_dict (line 217) | def to_dict(self): method __getattr__ (line 226) | def __getattr__(self, name): class Subresource (line 232) | class Subresource(Resource): method __init__ (line 237) | def __init__(self, parent, **kwargs): method create (line 250) | def create(self, body=None, name=None, namespace=None, **kwargs): method urls (line 259) | def urls(self): method __getattr__ (line 266) | def __getattr__(self, name): method to_dict (line 269) | def to_dict(self): class ResourceInstance (line 281) | class ResourceInstance(object): method __init__ (line 287) | def __init__(self, client, instance): method __deserialize (line 305) | def __deserialize(self, field): method __serialize (line 315) | def __serialize(self, field): method to_dict (line 327) | def to_dict(self): method to_str (line 330) | def to_str(self): method __repr__ (line 333) | def __repr__(self): method __getattr__ (line 339) | def __getattr__(self, name): method __setattr__ (line 344) | def __setattr__(self, name, value): method __getitem__ (line 352) | def __getitem__(self, name): method __setitem__ (line 355) | def __setitem__(self, name, value): method __dir__ (line 358) | def __dir__(self): class ResourceField (line 362) | class ResourceField(object): method __init__ (line 368) | def __init__(self, params): method __repr__ (line 371) | def __repr__(self): method __eq__ (line 374) | def __eq__(self, other): method __getitem__ (line 377) | def __getitem__(self, name): method __getattr__ (line 382) | def __getattr__(self, name): method __setattr__ (line 385) | def __setattr__(self, name, value): method __dir__ (line 388) | def __dir__(self): method __iter__ (line 391) | def __iter__(self): method to_dict (line 395) | def to_dict(self): method __serialize (line 398) | def __serialize(self, field): FILE: kubernetes/base/dynamic/test_client.py function short_uuid (line 27) | def short_uuid(): class TestDynamicClient (line 32) | class TestDynamicClient(unittest.TestCase): method setUpClass (line 35) | def setUpClass(cls): method test_cluster_custom_resources (line 38) | def test_cluster_custom_resources(self): method test_async_namespaced_custom_resources (line 137) | def test_async_namespaced_custom_resources(self): method test_namespaced_custom_resources (line 252) | def test_namespaced_custom_resources(self): method test_service_apis (line 359) | def test_service_apis(self): method test_replication_controller_apis (line 406) | def test_replication_controller_apis(self): method test_configmap_apis (line 442) | def test_configmap_apis(self): method test_node_apis (line 489) | def test_node_apis(self): method test_node_apis_partial_object_metadata (line 499) | def test_node_apis_partial_object_metadata(self): method test_server_side_apply_api (line 517) | def test_server_side_apply_api(self): class TestDynamicClientSerialization (line 540) | class TestDynamicClientSerialization(unittest.TestCase): method setUpClass (line 543) | def setUpClass(cls): method test_dict_type (line 553) | def test_dict_type(self): method test_resource_instance_type (line 556) | def test_resource_instance_type(self): method test_resource_field (line 560) | def test_resource_field(self): FILE: kubernetes/base/dynamic/test_discovery.py class TestDiscoverer (line 24) | class TestDiscoverer(unittest.TestCase): method setUpClass (line 27) | def setUpClass(cls): method test_init_cache_from_file (line 30) | def test_init_cache_from_file(self): method test_cache_decoder_resource_and_subresource (line 42) | def test_cache_decoder_resource_and_subresource(self): FILE: kubernetes/base/hack/boilerplate/boilerplate.py function get_refs (line 56) | def get_refs(): function file_passes (line 71) | def file_passes(filename, refs, regexs): function file_extension (line 135) | def file_extension(filename): function normalize_files (line 139) | def normalize_files(files): function get_files (line 150) | def get_files(extensions): function get_dates (line 173) | def get_dates(): function get_regexs (line 178) | def get_regexs(): function main (line 192) | def main(): FILE: kubernetes/base/leaderelection/electionconfig.py class Config (line 20) | class Config: method __init__ (line 22) | def __init__(self, lock, lease_duration, renew_deadline, retry_period,... method on_stoppedleading_callback (line 58) | def on_stoppedleading_callback(self): FILE: kubernetes/base/leaderelection/example.py function example_func (line 38) | def example_func(): FILE: kubernetes/base/leaderelection/leaderelection.py class LeaderElection (line 40) | class LeaderElection: method __init__ (line 41) | def __init__(self, election_config): method run (line 55) | def run(self): method acquire (line 69) | def acquire(self): method renew_loop (line 82) | def renew_loop(self): method try_acquire_or_renew (line 107) | def try_acquire_or_renew(self): method update_lock (line 178) | def update_lock(self, leader_election_record): FILE: kubernetes/base/leaderelection/leaderelection_test.py class LeaderElectionTest (line 28) | class LeaderElectionTest(unittest.TestCase): method test_simple_leader_election (line 29) | def test_simple_leader_election(self): method test_leader_election (line 62) | def test_leader_election(self): method test_Leader_election_with_renew_deadline (line 152) | def test_Leader_election_with_renew_deadline(self): method assert_history (line 197) | def assert_history(self, history, expected): class MockResourceLock (line 208) | class MockResourceLock: method __init__ (line 209) | def __init__(self, name, namespace, identity, shared_lock, on_create=N... method get (line 224) | def get(self, name, namespace): method create (line 235) | def create(self, name, namespace, election_record): method update (line 247) | def update(self, name, namespace, updated_record): FILE: kubernetes/base/leaderelection/leaderelectionrecord.py class LeaderElectionRecord (line 16) | class LeaderElectionRecord: method __init__ (line 18) | def __init__(self, holder_identity, lease_duration, acquire_time, rene... FILE: kubernetes/base/leaderelection/resourcelock/configmaplock.py class ConfigMapLock (line 24) | class ConfigMapLock: method __init__ (line 25) | def __init__(self, name, namespace, identity): method get (line 45) | def get(self, name, namespace): method create (line 74) | def create(self, name, namespace, election_record): method update (line 92) | def update(self, name, namespace, updated_record): method get_lock_object (line 109) | def get_lock_object(self, lock_record): method get_lock_dict (line 123) | def get_lock_dict(self, leader_election_record): FILE: kubernetes/base/stream/stream.py function _websocket_request (line 20) | def _websocket_request(websocket_request, force_kwargs, api_method, *arg... FILE: kubernetes/base/stream/ws_client.py class _IgnoredIO (line 43) | class _IgnoredIO: method write (line 44) | def write(self, _x): method getvalue (line 47) | def getvalue(self): class WSClient (line 51) | class WSClient: method __init__ (line 52) | def __init__(self, configuration, url, headers, capture_all, binary=Fa... method peek_channel (line 72) | def peek_channel(self, channel, timeout=0): method read_channel (line 80) | def read_channel(self, channel, timeout=0): method readline_channel (line 90) | def readline_channel(self, channel, timeout=None): method write_channel (line 109) | def write_channel(self, channel, data): method peek_stdout (line 122) | def peek_stdout(self, timeout=0): method read_stdout (line 126) | def read_stdout(self, timeout=None): method readline_stdout (line 130) | def readline_stdout(self, timeout=None): method peek_stderr (line 134) | def peek_stderr(self, timeout=0): method read_stderr (line 138) | def read_stderr(self, timeout=None): method readline_stderr (line 142) | def readline_stderr(self, timeout=None): method read_all (line 146) | def read_all(self): method is_open (line 160) | def is_open(self): method write_stdin (line 164) | def write_stdin(self, data): method update (line 168) | def update(self, timeout=0): method run_forever (line 220) | def run_forever(self, timeout=None): method returncode (line 231) | def returncode(self): method close (line 248) | def close(self, **kwargs): class PortForward (line 260) | class PortForward: method __init__ (line 261) | def __init__(self, websocket, ports): method connected (line 284) | def connected(self): method socket (line 287) | def socket(self, port_number): method error (line 292) | def error(self, port_number): method close (line 297) | def close(self): class _Port (line 301) | class _Port: method __init__ (line 302) | def __init__(self, ix, port_number): class _Socket (line 323) | class _Socket: method __init__ (line 324) | def __init__(self, socket): method __getattr__ (line 327) | def __getattr__(self, name): method setsockopt (line 330) | def setsockopt(self, level, optname, value): method _proxy (line 338) | def _proxy(self): function get_websocket_url (line 440) | def get_websocket_url(url, query_params=None): function create_websocket (line 460) | def create_websocket(configuration, url, headers=None): function websocket_proxycare (line 502) | def websocket_proxycare(connect_opt, configuration, url, headers): function websocket_call (line 521) | def websocket_call(configuration, _method, url, **kwargs): function portforward_call (line 546) | def portforward_call(configuration, _method, url, **kwargs): FILE: kubernetes/base/stream/ws_client_test.py function dummy_kubeconfig (line 32) | def dummy_kubeconfig(tmp_path, monkeypatch): function dictval (line 56) | def dictval(dict_obj, key, default=None): class DummyProxy (line 60) | class DummyProxy(threading.Thread): method __init__ (line 65) | def __init__(self, host='127.0.0.1', port=8888): method run (line 75) | def run(self): class WSClientTest (line 85) | class WSClientTest(unittest.TestCase): method test_websocket_client (line 87) | def test_websocket_client(self): method test_websocket_proxycare (line 100) | def test_websocket_proxycare(self): function dummy_proxy (line 127) | def dummy_proxy(): function clear_proxy_env (line 134) | def clear_proxy_env(monkeypatch): function apply_proxy_to_conf (line 138) | def apply_proxy_to_conf(): function test_rest_call_ignores_env (line 145) | def test_rest_call_ignores_env(dummy_proxy, monkeypatch): function test_websocket_call_honors_env (line 161) | def test_websocket_call_honors_env(dummy_proxy, monkeypatch): FILE: kubernetes/base/watch/watch.py class SimpleNamespace (line 41) | class SimpleNamespace: method __init__ (line 43) | def __init__(self, **kwargs): function _find_return_type (line 47) | def _find_return_type(func): function iter_resp_lines (line 54) | def iter_resp_lines(resp): class Watch (line 86) | class Watch(object): method __init__ (line 88) | def __init__(self, return_type=None): method stop (line 94) | def stop(self): method get_return_type (line 97) | def get_return_type(self, func): method get_watch_argument_name (line 105) | def get_watch_argument_name(self, func): method unmarshal_event (line 111) | def unmarshal_event(self, data, return_type): method stream (line 143) | def stream(self, func, *args, **kwargs): FILE: kubernetes/base/watch/watch_test.py class WatchTests (line 26) | class WatchTests(unittest.TestCase): method setUp (line 27) | def setUp(self): method test_watch_with_decode (line 31) | def test_watch_with_decode(self): method test_watch_with_interspersed_newlines (line 76) | def test_watch_with_interspersed_newlines(self): method test_watch_with_multibyte_utf8 (line 111) | def test_watch_with_multibyte_utf8(self): method test_watch_with_invalid_utf8 (line 150) | def test_watch_with_invalid_utf8(self): method test_watch_for_follow (line 196) | def test_watch_for_follow(self): method test_watch_resource_version_set (line 226) | def test_watch_resource_version_set(self): method test_watch_stream_twice (line 295) | def test_watch_stream_twice(self): method test_watch_stream_loop (line 322) | def test_watch_stream_loop(self): method test_unmarshal_with_float_object (line 354) | def test_unmarshal_with_float_object(self): method test_unmarshal_with_no_return_type (line 362) | def test_unmarshal_with_no_return_type(self): method test_unmarshal_with_custom_object (line 370) | def test_unmarshal_with_custom_object(self): method test_unmarshal_with_bookmark (line 383) | def test_unmarshal_with_bookmark(self): method test_unmarshal_with_bookmark_metadata_not_in_dict (line 393) | def test_unmarshal_with_bookmark_metadata_not_in_dict(self): method test_unmarshal_with_bookmark_metadata_without_resource_version (line 401) | def test_unmarshal_with_bookmark_metadata_without_resource_version(self): method test_watch_with_exception (line 409) | def test_watch_with_exception(self): method test_watch_with_error_event (line 433) | def test_watch_with_error_event(self): method test_watch_retries_on_error_event (line 457) | def test_watch_retries_on_error_event(self): method test_watch_with_error_event_and_timeout_param (line 484) | def test_watch_with_error_event_and_timeout_param(self): method setUpClass (line 511) | def setUpClass(cls): method test_pod_log_empty_lines (line 515) | def test_pod_log_empty_lines(self): FILE: kubernetes/client/api/admissionregistration_api.py class AdmissionregistrationApi (line 27) | class AdmissionregistrationApi(object): method __init__ (line 34) | def __init__(self, api_client=None): method get_api_group (line 39) | def get_api_group(self, **kwargs): # noqa: E501 method get_api_group_with_http_info (line 63) | def get_api_group_with_http_info(self, **kwargs): # noqa: E501 FILE: kubernetes/client/api/admissionregistration_v1_api.py class AdmissionregistrationV1Api (line 27) | class AdmissionregistrationV1Api(object): method __init__ (line 34) | def __init__(self, api_client=None): method create_mutating_webhook_configuration (line 39) | def create_mutating_webhook_configuration(self, body, **kwargs): # no... method create_mutating_webhook_configuration_with_http_info (line 68) | def create_mutating_webhook_configuration_with_http_info(self, body, *... method create_validating_admission_policy (line 173) | def create_validating_admission_policy(self, body, **kwargs): # noqa:... method create_validating_admission_policy_with_http_info (line 202) | def create_validating_admission_policy_with_http_info(self, body, **kw... method create_validating_admission_policy_binding (line 307) | def create_validating_admission_policy_binding(self, body, **kwargs): ... method create_validating_admission_policy_binding_with_http_info (line 336) | def create_validating_admission_policy_binding_with_http_info(self, bo... method create_validating_webhook_configuration (line 441) | def create_validating_webhook_configuration(self, body, **kwargs): # ... method create_validating_webhook_configuration_with_http_info (line 470) | def create_validating_webhook_configuration_with_http_info(self, body,... method delete_collection_mutating_webhook_configuration (line 575) | def delete_collection_mutating_webhook_configuration(self, **kwargs): ... method delete_collection_mutating_webhook_configuration_with_http_info (line 614) | def delete_collection_mutating_webhook_configuration_with_http_info(se... method delete_collection_validating_admission_policy (line 755) | def delete_collection_validating_admission_policy(self, **kwargs): # ... method delete_collection_validating_admission_policy_with_http_info (line 794) | def delete_collection_validating_admission_policy_with_http_info(self,... method delete_collection_validating_admission_policy_binding (line 935) | def delete_collection_validating_admission_policy_binding(self, **kwar... method delete_collection_validating_admission_policy_binding_with_http_info (line 974) | def delete_collection_validating_admission_policy_binding_with_http_in... method delete_collection_validating_webhook_configuration (line 1115) | def delete_collection_validating_webhook_configuration(self, **kwargs)... method delete_collection_validating_webhook_configuration_with_http_info (line 1154) | def delete_collection_validating_webhook_configuration_with_http_info(... method delete_mutating_webhook_configuration (line 1295) | def delete_mutating_webhook_configuration(self, name, **kwargs): # no... method delete_mutating_webhook_configuration_with_http_info (line 1327) | def delete_mutating_webhook_configuration_with_http_info(self, name, *... method delete_validating_admission_policy (line 1444) | def delete_validating_admission_policy(self, name, **kwargs): # noqa:... method delete_validating_admission_policy_with_http_info (line 1476) | def delete_validating_admission_policy_with_http_info(self, name, **kw... method delete_validating_admission_policy_binding (line 1593) | def delete_validating_admission_policy_binding(self, name, **kwargs): ... method delete_validating_admission_policy_binding_with_http_info (line 1625) | def delete_validating_admission_policy_binding_with_http_info(self, na... method delete_validating_webhook_configuration (line 1742) | def delete_validating_webhook_configuration(self, name, **kwargs): # ... method delete_validating_webhook_configuration_with_http_info (line 1774) | def delete_validating_webhook_configuration_with_http_info(self, name,... method get_api_resources (line 1891) | def get_api_resources(self, **kwargs): # noqa: E501 method get_api_resources_with_http_info (line 1915) | def get_api_resources_with_http_info(self, **kwargs): # noqa: E501 method list_mutating_webhook_configuration (line 1996) | def list_mutating_webhook_configuration(self, **kwargs): # noqa: E501 method list_mutating_webhook_configuration_with_http_info (line 2031) | def list_mutating_webhook_configuration_with_http_info(self, **kwargs)... method list_validating_admission_policy (line 2156) | def list_validating_admission_policy(self, **kwargs): # noqa: E501 method list_validating_admission_policy_with_http_info (line 2191) | def list_validating_admission_policy_with_http_info(self, **kwargs): ... method list_validating_admission_policy_binding (line 2316) | def list_validating_admission_policy_binding(self, **kwargs): # noqa:... method list_validating_admission_policy_binding_with_http_info (line 2351) | def list_validating_admission_policy_binding_with_http_info(self, **kw... method list_validating_webhook_configuration (line 2476) | def list_validating_webhook_configuration(self, **kwargs): # noqa: E501 method list_validating_webhook_configuration_with_http_info (line 2511) | def list_validating_webhook_configuration_with_http_info(self, **kwarg... method patch_mutating_webhook_configuration (line 2636) | def patch_mutating_webhook_configuration(self, name, body, **kwargs): ... method patch_mutating_webhook_configuration_with_http_info (line 2667) | def patch_mutating_webhook_configuration_with_http_info(self, name, bo... method patch_validating_admission_policy (line 2788) | def patch_validating_admission_policy(self, name, body, **kwargs): # ... method patch_validating_admission_policy_with_http_info (line 2819) | def patch_validating_admission_policy_with_http_info(self, name, body,... method patch_validating_admission_policy_binding (line 2940) | def patch_validating_admission_policy_binding(self, name, body, **kwar... method patch_validating_admission_policy_binding_with_http_info (line 2971) | def patch_validating_admission_policy_binding_with_http_info(self, nam... method patch_validating_admission_policy_status (line 3092) | def patch_validating_admission_policy_status(self, name, body, **kwarg... method patch_validating_admission_policy_status_with_http_info (line 3123) | def patch_validating_admission_policy_status_with_http_info(self, name... method patch_validating_webhook_configuration (line 3244) | def patch_validating_webhook_configuration(self, name, body, **kwargs)... method patch_validating_webhook_configuration_with_http_info (line 3275) | def patch_validating_webhook_configuration_with_http_info(self, name, ... method read_mutating_webhook_configuration (line 3396) | def read_mutating_webhook_configuration(self, name, **kwargs): # noqa... method read_mutating_webhook_configuration_with_http_info (line 3422) | def read_mutating_webhook_configuration_with_http_info(self, name, **k... method read_validating_admission_policy (line 3515) | def read_validating_admission_policy(self, name, **kwargs): # noqa: E501 method read_validating_admission_policy_with_http_info (line 3541) | def read_validating_admission_policy_with_http_info(self, name, **kwar... method read_validating_admission_policy_binding (line 3634) | def read_validating_admission_policy_binding(self, name, **kwargs): #... method read_validating_admission_policy_binding_with_http_info (line 3660) | def read_validating_admission_policy_binding_with_http_info(self, name... method read_validating_admission_policy_status (line 3753) | def read_validating_admission_policy_status(self, name, **kwargs): # ... method read_validating_admission_policy_status_with_http_info (line 3779) | def read_validating_admission_policy_status_with_http_info(self, name,... method read_validating_webhook_configuration (line 3872) | def read_validating_webhook_configuration(self, name, **kwargs): # no... method read_validating_webhook_configuration_with_http_info (line 3898) | def read_validating_webhook_configuration_with_http_info(self, name, *... method replace_mutating_webhook_configuration (line 3991) | def replace_mutating_webhook_configuration(self, name, body, **kwargs)... method replace_mutating_webhook_configuration_with_http_info (line 4021) | def replace_mutating_webhook_configuration_with_http_info(self, name, ... method replace_validating_admission_policy (line 4134) | def replace_validating_admission_policy(self, name, body, **kwargs): ... method replace_validating_admission_policy_with_http_info (line 4164) | def replace_validating_admission_policy_with_http_info(self, name, bod... method replace_validating_admission_policy_binding (line 4277) | def replace_validating_admission_policy_binding(self, name, body, **kw... method replace_validating_admission_policy_binding_with_http_info (line 4307) | def replace_validating_admission_policy_binding_with_http_info(self, n... method replace_validating_admission_policy_status (line 4420) | def replace_validating_admission_policy_status(self, name, body, **kwa... method replace_validating_admission_policy_status_with_http_info (line 4450) | def replace_validating_admission_policy_status_with_http_info(self, na... method replace_validating_webhook_configuration (line 4563) | def replace_validating_webhook_configuration(self, name, body, **kwarg... method replace_validating_webhook_configuration_with_http_info (line 4593) | def replace_validating_webhook_configuration_with_http_info(self, name... FILE: kubernetes/client/api/admissionregistration_v1alpha1_api.py class AdmissionregistrationV1alpha1Api (line 27) | class AdmissionregistrationV1alpha1Api(object): method __init__ (line 34) | def __init__(self, api_client=None): method create_mutating_admission_policy (line 39) | def create_mutating_admission_policy(self, body, **kwargs): # noqa: E501 method create_mutating_admission_policy_with_http_info (line 68) | def create_mutating_admission_policy_with_http_info(self, body, **kwar... method create_mutating_admission_policy_binding (line 173) | def create_mutating_admission_policy_binding(self, body, **kwargs): #... method create_mutating_admission_policy_binding_with_http_info (line 202) | def create_mutating_admission_policy_binding_with_http_info(self, body... method delete_collection_mutating_admission_policy (line 307) | def delete_collection_mutating_admission_policy(self, **kwargs): # no... method delete_collection_mutating_admission_policy_with_http_info (line 346) | def delete_collection_mutating_admission_policy_with_http_info(self, *... method delete_collection_mutating_admission_policy_binding (line 487) | def delete_collection_mutating_admission_policy_binding(self, **kwargs... method delete_collection_mutating_admission_policy_binding_with_http_info (line 526) | def delete_collection_mutating_admission_policy_binding_with_http_info... method delete_mutating_admission_policy (line 667) | def delete_mutating_admission_policy(self, name, **kwargs): # noqa: E501 method delete_mutating_admission_policy_with_http_info (line 699) | def delete_mutating_admission_policy_with_http_info(self, name, **kwar... method delete_mutating_admission_policy_binding (line 816) | def delete_mutating_admission_policy_binding(self, name, **kwargs): #... method delete_mutating_admission_policy_binding_with_http_info (line 848) | def delete_mutating_admission_policy_binding_with_http_info(self, name... method get_api_resources (line 965) | def get_api_resources(self, **kwargs): # noqa: E501 method get_api_resources_with_http_info (line 989) | def get_api_resources_with_http_info(self, **kwargs): # noqa: E501 method list_mutating_admission_policy (line 1070) | def list_mutating_admission_policy(self, **kwargs): # noqa: E501 method list_mutating_admission_policy_with_http_info (line 1105) | def list_mutating_admission_policy_with_http_info(self, **kwargs): # ... method list_mutating_admission_policy_binding (line 1230) | def list_mutating_admission_policy_binding(self, **kwargs): # noqa: E501 method list_mutating_admission_policy_binding_with_http_info (line 1265) | def list_mutating_admission_policy_binding_with_http_info(self, **kwar... method patch_mutating_admission_policy (line 1390) | def patch_mutating_admission_policy(self, name, body, **kwargs): # no... method patch_mutating_admission_policy_with_http_info (line 1421) | def patch_mutating_admission_policy_with_http_info(self, name, body, *... method patch_mutating_admission_policy_binding (line 1542) | def patch_mutating_admission_policy_binding(self, name, body, **kwargs... method patch_mutating_admission_policy_binding_with_http_info (line 1573) | def patch_mutating_admission_policy_binding_with_http_info(self, name,... method read_mutating_admission_policy (line 1694) | def read_mutating_admission_policy(self, name, **kwargs): # noqa: E501 method read_mutating_admission_policy_with_http_info (line 1720) | def read_mutating_admission_policy_with_http_info(self, name, **kwargs... method read_mutating_admission_policy_binding (line 1813) | def read_mutating_admission_policy_binding(self, name, **kwargs): # n... method read_mutating_admission_policy_binding_with_http_info (line 1839) | def read_mutating_admission_policy_binding_with_http_info(self, name, ... method replace_mutating_admission_policy (line 1932) | def replace_mutating_admission_policy(self, name, body, **kwargs): # ... method replace_mutating_admission_policy_with_http_info (line 1962) | def replace_mutating_admission_policy_with_http_info(self, name, body,... method replace_mutating_admission_policy_binding (line 2075) | def replace_mutating_admission_policy_binding(self, name, body, **kwar... method replace_mutating_admission_policy_binding_with_http_info (line 2105) | def replace_mutating_admission_policy_binding_with_http_info(self, nam... FILE: kubernetes/client/api/admissionregistration_v1beta1_api.py class AdmissionregistrationV1beta1Api (line 27) | class AdmissionregistrationV1beta1Api(object): method __init__ (line 34) | def __init__(self, api_client=None): method create_mutating_admission_policy (line 39) | def create_mutating_admission_policy(self, body, **kwargs): # noqa: E501 method create_mutating_admission_policy_with_http_info (line 68) | def create_mutating_admission_policy_with_http_info(self, body, **kwar... method create_mutating_admission_policy_binding (line 173) | def create_mutating_admission_policy_binding(self, body, **kwargs): #... method create_mutating_admission_policy_binding_with_http_info (line 202) | def create_mutating_admission_policy_binding_with_http_info(self, body... method delete_collection_mutating_admission_policy (line 307) | def delete_collection_mutating_admission_policy(self, **kwargs): # no... method delete_collection_mutating_admission_policy_with_http_info (line 346) | def delete_collection_mutating_admission_policy_with_http_info(self, *... method delete_collection_mutating_admission_policy_binding (line 487) | def delete_collection_mutating_admission_policy_binding(self, **kwargs... method delete_collection_mutating_admission_policy_binding_with_http_info (line 526) | def delete_collection_mutating_admission_policy_binding_with_http_info... method delete_mutating_admission_policy (line 667) | def delete_mutating_admission_policy(self, name, **kwargs): # noqa: E501 method delete_mutating_admission_policy_with_http_info (line 699) | def delete_mutating_admission_policy_with_http_info(self, name, **kwar... method delete_mutating_admission_policy_binding (line 816) | def delete_mutating_admission_policy_binding(self, name, **kwargs): #... method delete_mutating_admission_policy_binding_with_http_info (line 848) | def delete_mutating_admission_policy_binding_with_http_info(self, name... method get_api_resources (line 965) | def get_api_resources(self, **kwargs): # noqa: E501 method get_api_resources_with_http_info (line 989) | def get_api_resources_with_http_info(self, **kwargs): # noqa: E501 method list_mutating_admission_policy (line 1070) | def list_mutating_admission_policy(self, **kwargs): # noqa: E501 method list_mutating_admission_policy_with_http_info (line 1105) | def list_mutating_admission_policy_with_http_info(self, **kwargs): # ... method list_mutating_admission_policy_binding (line 1230) | def list_mutating_admission_policy_binding(self, **kwargs): # noqa: E501 method list_mutating_admission_policy_binding_with_http_info (line 1265) | def list_mutating_admission_policy_binding_with_http_info(self, **kwar... method patch_mutating_admission_policy (line 1390) | def patch_mutating_admission_policy(self, name, body, **kwargs): # no... method patch_mutating_admission_policy_with_http_info (line 1421) | def patch_mutating_admission_policy_with_http_info(self, name, body, *... method patch_mutating_admission_policy_binding (line 1542) | def patch_mutating_admission_policy_binding(self, name, body, **kwargs... method patch_mutating_admission_policy_binding_with_http_info (line 1573) | def patch_mutating_admission_policy_binding_with_http_info(self, name,... method read_mutating_admission_policy (line 1694) | def read_mutating_admission_policy(self, name, **kwargs): # noqa: E501 method read_mutating_admission_policy_with_http_info (line 1720) | def read_mutating_admission_policy_with_http_info(self, name, **kwargs... method read_mutating_admission_policy_binding (line 1813) | def read_mutating_admission_policy_binding(self, name, **kwargs): # n... method read_mutating_admission_policy_binding_with_http_info (line 1839) | def read_mutating_admission_policy_binding_with_http_info(self, name, ... method replace_mutating_admission_policy (line 1932) | def replace_mutating_admission_policy(self, name, body, **kwargs): # ... method replace_mutating_admission_policy_with_http_info (line 1962) | def replace_mutating_admission_policy_with_http_info(self, name, body,... method replace_mutating_admission_policy_binding (line 2075) | def replace_mutating_admission_policy_binding(self, name, body, **kwar... method replace_mutating_admission_policy_binding_with_http_info (line 2105) | def replace_mutating_admission_policy_binding_with_http_info(self, nam... FILE: kubernetes/client/api/apiextensions_api.py class ApiextensionsApi (line 27) | class ApiextensionsApi(object): method __init__ (line 34) | def __init__(self, api_client=None): method get_api_group (line 39) | def get_api_group(self, **kwargs): # noqa: E501 method get_api_group_with_http_info (line 63) | def get_api_group_with_http_info(self, **kwargs): # noqa: E501 FILE: kubernetes/client/api/apiextensions_v1_api.py class ApiextensionsV1Api (line 27) | class ApiextensionsV1Api(object): method __init__ (line 34) | def __init__(self, api_client=None): method create_custom_resource_definition (line 39) | def create_custom_resource_definition(self, body, **kwargs): # noqa: ... method create_custom_resource_definition_with_http_info (line 68) | def create_custom_resource_definition_with_http_info(self, body, **kwa... method delete_collection_custom_resource_definition (line 173) | def delete_collection_custom_resource_definition(self, **kwargs): # n... method delete_collection_custom_resource_definition_with_http_info (line 212) | def delete_collection_custom_resource_definition_with_http_info(self, ... method delete_custom_resource_definition (line 353) | def delete_custom_resource_definition(self, name, **kwargs): # noqa: ... method delete_custom_resource_definition_with_http_info (line 385) | def delete_custom_resource_definition_with_http_info(self, name, **kwa... method get_api_resources (line 502) | def get_api_resources(self, **kwargs): # noqa: E501 method get_api_resources_with_http_info (line 526) | def get_api_resources_with_http_info(self, **kwargs): # noqa: E501 method list_custom_resource_definition (line 607) | def list_custom_resource_definition(self, **kwargs): # noqa: E501 method list_custom_resource_definition_with_http_info (line 642) | def list_custom_resource_definition_with_http_info(self, **kwargs): #... method patch_custom_resource_definition (line 767) | def patch_custom_resource_definition(self, name, body, **kwargs): # n... method patch_custom_resource_definition_with_http_info (line 798) | def patch_custom_resource_definition_with_http_info(self, name, body, ... method patch_custom_resource_definition_status (line 919) | def patch_custom_resource_definition_status(self, name, body, **kwargs... method patch_custom_resource_definition_status_with_http_info (line 950) | def patch_custom_resource_definition_status_with_http_info(self, name,... method read_custom_resource_definition (line 1071) | def read_custom_resource_definition(self, name, **kwargs): # noqa: E501 method read_custom_resource_definition_with_http_info (line 1097) | def read_custom_resource_definition_with_http_info(self, name, **kwarg... method read_custom_resource_definition_status (line 1190) | def read_custom_resource_definition_status(self, name, **kwargs): # n... method read_custom_resource_definition_status_with_http_info (line 1216) | def read_custom_resource_definition_status_with_http_info(self, name, ... method replace_custom_resource_definition (line 1309) | def replace_custom_resource_definition(self, name, body, **kwargs): #... method replace_custom_resource_definition_with_http_info (line 1339) | def replace_custom_resource_definition_with_http_info(self, name, body... method replace_custom_resource_definition_status (line 1452) | def replace_custom_resource_definition_status(self, name, body, **kwar... method replace_custom_resource_definition_status_with_http_info (line 1482) | def replace_custom_resource_definition_status_with_http_info(self, nam... FILE: kubernetes/client/api/apiregistration_api.py class ApiregistrationApi (line 27) | class ApiregistrationApi(object): method __init__ (line 34) | def __init__(self, api_client=None): method get_api_group (line 39) | def get_api_group(self, **kwargs): # noqa: E501 method get_api_group_with_http_info (line 63) | def get_api_group_with_http_info(self, **kwargs): # noqa: E501 FILE: kubernetes/client/api/apiregistration_v1_api.py class ApiregistrationV1Api (line 27) | class ApiregistrationV1Api(object): method __init__ (line 34) | def __init__(self, api_client=None): method create_api_service (line 39) | def create_api_service(self, body, **kwargs): # noqa: E501 method create_api_service_with_http_info (line 68) | def create_api_service_with_http_info(self, body, **kwargs): # noqa: ... method delete_api_service (line 173) | def delete_api_service(self, name, **kwargs): # noqa: E501 method delete_api_service_with_http_info (line 205) | def delete_api_service_with_http_info(self, name, **kwargs): # noqa: ... method delete_collection_api_service (line 322) | def delete_collection_api_service(self, **kwargs): # noqa: E501 method delete_collection_api_service_with_http_info (line 361) | def delete_collection_api_service_with_http_info(self, **kwargs): # n... method get_api_resources (line 502) | def get_api_resources(self, **kwargs): # noqa: E501 method get_api_resources_with_http_info (line 526) | def get_api_resources_with_http_info(self, **kwargs): # noqa: E501 method list_api_service (line 607) | def list_api_service(self, **kwargs): # noqa: E501 method list_api_service_with_http_info (line 642) | def list_api_service_with_http_info(self, **kwargs): # noqa: E501 method patch_api_service (line 767) | def patch_api_service(self, name, body, **kwargs): # noqa: E501 method patch_api_service_with_http_info (line 798) | def patch_api_service_with_http_info(self, name, body, **kwargs): # n... method patch_api_service_status (line 919) | def patch_api_service_status(self, name, body, **kwargs): # noqa: E501 method patch_api_service_status_with_http_info (line 950) | def patch_api_service_status_with_http_info(self, name, body, **kwargs... method read_api_service (line 1071) | def read_api_service(self, name, **kwargs): # noqa: E501 method read_api_service_with_http_info (line 1097) | def read_api_service_with_http_info(self, name, **kwargs): # noqa: E501 method read_api_service_status (line 1190) | def read_api_service_status(self, name, **kwargs): # noqa: E501 method read_api_service_status_with_http_info (line 1216) | def read_api_service_status_with_http_info(self, name, **kwargs): # n... method replace_api_service (line 1309) | def replace_api_service(self, name, body, **kwargs): # noqa: E501 method replace_api_service_with_http_info (line 1339) | def replace_api_service_with_http_info(self, name, body, **kwargs): #... method replace_api_service_status (line 1452) | def replace_api_service_status(self, name, body, **kwargs): # noqa: E501 method replace_api_service_status_with_http_info (line 1482) | def replace_api_service_status_with_http_info(self, name, body, **kwar... FILE: kubernetes/client/api/apis_api.py class ApisApi (line 27) | class ApisApi(object): method __init__ (line 34) | def __init__(self, api_client=None): method get_api_versions (line 39) | def get_api_versions(self, **kwargs): # noqa: E501 method get_api_versions_with_http_info (line 63) | def get_api_versions_with_http_info(self, **kwargs): # noqa: E501 FILE: kubernetes/client/api/apps_api.py class AppsApi (line 27) | class AppsApi(object): method __init__ (line 34) | def __init__(self, api_client=None): method get_api_group (line 39) | def get_api_group(self, **kwargs): # noqa: E501 method get_api_group_with_http_info (line 63) | def get_api_group_with_http_info(self, **kwargs): # noqa: E501 FILE: kubernetes/client/api/apps_v1_api.py class AppsV1Api (line 27) | class AppsV1Api(object): method __init__ (line 34) | def __init__(self, api_client=None): method create_namespaced_controller_revision (line 39) | def create_namespaced_controller_revision(self, namespace, body, **kwa... method create_namespaced_controller_revision_with_http_info (line 69) | def create_namespaced_controller_revision_with_http_info(self, namespa... method create_namespaced_daemon_set (line 182) | def create_namespaced_daemon_set(self, namespace, body, **kwargs): # ... method create_namespaced_daemon_set_with_http_info (line 212) | def create_namespaced_daemon_set_with_http_info(self, namespace, body,... method create_namespaced_deployment (line 325) | def create_namespaced_deployment(self, namespace, body, **kwargs): # ... method create_namespaced_deployment_with_http_info (line 355) | def create_namespaced_deployment_with_http_info(self, namespace, body,... method create_namespaced_replica_set (line 468) | def create_namespaced_replica_set(self, namespace, body, **kwargs): #... method create_namespaced_replica_set_with_http_info (line 498) | def create_namespaced_replica_set_with_http_info(self, namespace, body... method create_namespaced_stateful_set (line 611) | def create_namespaced_stateful_set(self, namespace, body, **kwargs): ... method create_namespaced_stateful_set_with_http_info (line 641) | def create_namespaced_stateful_set_with_http_info(self, namespace, bod... method delete_collection_namespaced_controller_revision (line 754) | def delete_collection_namespaced_controller_revision(self, namespace, ... method delete_collection_namespaced_controller_revision_with_http_info (line 794) | def delete_collection_namespaced_controller_revision_with_http_info(se... method delete_collection_namespaced_daemon_set (line 943) | def delete_collection_namespaced_daemon_set(self, namespace, **kwargs)... method delete_collection_namespaced_daemon_set_with_http_info (line 983) | def delete_collection_namespaced_daemon_set_with_http_info(self, names... method delete_collection_namespaced_deployment (line 1132) | def delete_collection_namespaced_deployment(self, namespace, **kwargs)... method delete_collection_namespaced_deployment_with_http_info (line 1172) | def delete_collection_namespaced_deployment_with_http_info(self, names... method delete_collection_namespaced_replica_set (line 1321) | def delete_collection_namespaced_replica_set(self, namespace, **kwargs... method delete_collection_namespaced_replica_set_with_http_info (line 1361) | def delete_collection_namespaced_replica_set_with_http_info(self, name... method delete_collection_namespaced_stateful_set (line 1510) | def delete_collection_namespaced_stateful_set(self, namespace, **kwarg... method delete_collection_namespaced_stateful_set_with_http_info (line 1550) | def delete_collection_namespaced_stateful_set_with_http_info(self, nam... method delete_namespaced_controller_revision (line 1699) | def delete_namespaced_controller_revision(self, name, namespace, **kwa... method delete_namespaced_controller_revision_with_http_info (line 1732) | def delete_namespaced_controller_revision_with_http_info(self, name, n... method delete_namespaced_daemon_set (line 1857) | def delete_namespaced_daemon_set(self, name, namespace, **kwargs): # ... method delete_namespaced_daemon_set_with_http_info (line 1890) | def delete_namespaced_daemon_set_with_http_info(self, name, namespace,... method delete_namespaced_deployment (line 2015) | def delete_namespaced_deployment(self, name, namespace, **kwargs): # ... method delete_namespaced_deployment_with_http_info (line 2048) | def delete_namespaced_deployment_with_http_info(self, name, namespace,... method delete_namespaced_replica_set (line 2173) | def delete_namespaced_replica_set(self, name, namespace, **kwargs): #... method delete_namespaced_replica_set_with_http_info (line 2206) | def delete_namespaced_replica_set_with_http_info(self, name, namespace... method delete_namespaced_stateful_set (line 2331) | def delete_namespaced_stateful_set(self, name, namespace, **kwargs): ... method delete_namespaced_stateful_set_with_http_info (line 2364) | def delete_namespaced_stateful_set_with_http_info(self, name, namespac... method get_api_resources (line 2489) | def get_api_resources(self, **kwargs): # noqa: E501 method get_api_resources_with_http_info (line 2513) | def get_api_resources_with_http_info(self, **kwargs): # noqa: E501 method list_controller_revision_for_all_namespaces (line 2594) | def list_controller_revision_for_all_namespaces(self, **kwargs): # no... method list_controller_revision_for_all_namespaces_with_http_info (line 2629) | def list_controller_revision_for_all_namespaces_with_http_info(self, *... method list_daemon_set_for_all_namespaces (line 2754) | def list_daemon_set_for_all_namespaces(self, **kwargs): # noqa: E501 method list_daemon_set_for_all_namespaces_with_http_info (line 2789) | def list_daemon_set_for_all_namespaces_with_http_info(self, **kwargs):... method list_deployment_for_all_namespaces (line 2914) | def list_deployment_for_all_namespaces(self, **kwargs): # noqa: E501 method list_deployment_for_all_namespaces_with_http_info (line 2949) | def list_deployment_for_all_namespaces_with_http_info(self, **kwargs):... method list_namespaced_controller_revision (line 3074) | def list_namespaced_controller_revision(self, namespace, **kwargs): #... method list_namespaced_controller_revision_with_http_info (line 3110) | def list_namespaced_controller_revision_with_http_info(self, namespace... method list_namespaced_daemon_set (line 3243) | def list_namespaced_daemon_set(self, namespace, **kwargs): # noqa: E501 method list_namespaced_daemon_set_with_http_info (line 3279) | def list_namespaced_daemon_set_with_http_info(self, namespace, **kwarg... method list_namespaced_deployment (line 3412) | def list_namespaced_deployment(self, namespace, **kwargs): # noqa: E501 method list_namespaced_deployment_with_http_info (line 3448) | def list_namespaced_deployment_with_http_info(self, namespace, **kwarg... method list_namespaced_replica_set (line 3581) | def list_namespaced_replica_set(self, namespace, **kwargs): # noqa: E501 method list_namespaced_replica_set_with_http_info (line 3617) | def list_namespaced_replica_set_with_http_info(self, namespace, **kwar... method list_namespaced_stateful_set (line 3750) | def list_namespaced_stateful_set(self, namespace, **kwargs): # noqa: ... method list_namespaced_stateful_set_with_http_info (line 3786) | def list_namespaced_stateful_set_with_http_info(self, namespace, **kwa... method list_replica_set_for_all_namespaces (line 3919) | def list_replica_set_for_all_namespaces(self, **kwargs): # noqa: E501 method list_replica_set_for_all_namespaces_with_http_info (line 3954) | def list_replica_set_for_all_namespaces_with_http_info(self, **kwargs)... method list_stateful_set_for_all_namespaces (line 4079) | def list_stateful_set_for_all_namespaces(self, **kwargs): # noqa: E501 method list_stateful_set_for_all_namespaces_with_http_info (line 4114) | def list_stateful_set_for_all_namespaces_with_http_info(self, **kwargs... method patch_namespaced_controller_revision (line 4239) | def patch_namespaced_controller_revision(self, name, namespace, body, ... method patch_namespaced_controller_revision_with_http_info (line 4271) | def patch_namespaced_controller_revision_with_http_info(self, name, na... method patch_namespaced_daemon_set (line 4400) | def patch_namespaced_daemon_set(self, name, namespace, body, **kwargs)... method patch_namespaced_daemon_set_with_http_info (line 4432) | def patch_namespaced_daemon_set_with_http_info(self, name, namespace, ... method patch_namespaced_daemon_set_status (line 4561) | def patch_namespaced_daemon_set_status(self, name, namespace, body, **... method patch_namespaced_daemon_set_status_with_http_info (line 4593) | def patch_namespaced_daemon_set_status_with_http_info(self, name, name... method patch_namespaced_deployment (line 4722) | def patch_namespaced_deployment(self, name, namespace, body, **kwargs)... method patch_namespaced_deployment_with_http_info (line 4754) | def patch_namespaced_deployment_with_http_info(self, name, namespace, ... method patch_namespaced_deployment_scale (line 4883) | def patch_namespaced_deployment_scale(self, name, namespace, body, **k... method patch_namespaced_deployment_scale_with_http_info (line 4915) | def patch_namespaced_deployment_scale_with_http_info(self, name, names... method patch_namespaced_deployment_status (line 5044) | def patch_namespaced_deployment_status(self, name, namespace, body, **... method patch_namespaced_deployment_status_with_http_info (line 5076) | def patch_namespaced_deployment_status_with_http_info(self, name, name... method patch_namespaced_replica_set (line 5205) | def patch_namespaced_replica_set(self, name, namespace, body, **kwargs... method patch_namespaced_replica_set_with_http_info (line 5237) | def patch_namespaced_replica_set_with_http_info(self, name, namespace,... method patch_namespaced_replica_set_scale (line 5366) | def patch_namespaced_replica_set_scale(self, name, namespace, body, **... method patch_namespaced_replica_set_scale_with_http_info (line 5398) | def patch_namespaced_replica_set_scale_with_http_info(self, name, name... method patch_namespaced_replica_set_status (line 5527) | def patch_namespaced_replica_set_status(self, name, namespace, body, *... method patch_namespaced_replica_set_status_with_http_info (line 5559) | def patch_namespaced_replica_set_status_with_http_info(self, name, nam... method patch_namespaced_stateful_set (line 5688) | def patch_namespaced_stateful_set(self, name, namespace, body, **kwarg... method patch_namespaced_stateful_set_with_http_info (line 5720) | def patch_namespaced_stateful_set_with_http_info(self, name, namespace... method patch_namespaced_stateful_set_scale (line 5849) | def patch_namespaced_stateful_set_scale(self, name, namespace, body, *... method patch_namespaced_stateful_set_scale_with_http_info (line 5881) | def patch_namespaced_stateful_set_scale_with_http_info(self, name, nam... method patch_namespaced_stateful_set_status (line 6010) | def patch_namespaced_stateful_set_status(self, name, namespace, body, ... method patch_namespaced_stateful_set_status_with_http_info (line 6042) | def patch_namespaced_stateful_set_status_with_http_info(self, name, na... method read_namespaced_controller_revision (line 6171) | def read_namespaced_controller_revision(self, name, namespace, **kwarg... method read_namespaced_controller_revision_with_http_info (line 6198) | def read_namespaced_controller_revision_with_http_info(self, name, nam... method read_namespaced_daemon_set (line 6299) | def read_namespaced_daemon_set(self, name, namespace, **kwargs): # no... method read_namespaced_daemon_set_with_http_info (line 6326) | def read_namespaced_daemon_set_with_http_info(self, name, namespace, *... method read_namespaced_daemon_set_status (line 6427) | def read_namespaced_daemon_set_status(self, name, namespace, **kwargs)... method read_namespaced_daemon_set_status_with_http_info (line 6454) | def read_namespaced_daemon_set_status_with_http_info(self, name, names... method read_namespaced_deployment (line 6555) | def read_namespaced_deployment(self, name, namespace, **kwargs): # no... method read_namespaced_deployment_with_http_info (line 6582) | def read_namespaced_deployment_with_http_info(self, name, namespace, *... method read_namespaced_deployment_scale (line 6683) | def read_namespaced_deployment_scale(self, name, namespace, **kwargs):... method read_namespaced_deployment_scale_with_http_info (line 6710) | def read_namespaced_deployment_scale_with_http_info(self, name, namesp... method read_namespaced_deployment_status (line 6811) | def read_namespaced_deployment_status(self, name, namespace, **kwargs)... method read_namespaced_deployment_status_with_http_info (line 6838) | def read_namespaced_deployment_status_with_http_info(self, name, names... method read_namespaced_replica_set (line 6939) | def read_namespaced_replica_set(self, name, namespace, **kwargs): # n... method read_namespaced_replica_set_with_http_info (line 6966) | def read_namespaced_replica_set_with_http_info(self, name, namespace, ... method read_namespaced_replica_set_scale (line 7067) | def read_namespaced_replica_set_scale(self, name, namespace, **kwargs)... method read_namespaced_replica_set_scale_with_http_info (line 7094) | def read_namespaced_replica_set_scale_with_http_info(self, name, names... method read_namespaced_replica_set_status (line 7195) | def read_namespaced_replica_set_status(self, name, namespace, **kwargs... method read_namespaced_replica_set_status_with_http_info (line 7222) | def read_namespaced_replica_set_status_with_http_info(self, name, name... method read_namespaced_stateful_set (line 7323) | def read_namespaced_stateful_set(self, name, namespace, **kwargs): # ... method read_namespaced_stateful_set_with_http_info (line 7350) | def read_namespaced_stateful_set_with_http_info(self, name, namespace,... method read_namespaced_stateful_set_scale (line 7451) | def read_namespaced_stateful_set_scale(self, name, namespace, **kwargs... method read_namespaced_stateful_set_scale_with_http_info (line 7478) | def read_namespaced_stateful_set_scale_with_http_info(self, name, name... method read_namespaced_stateful_set_status (line 7579) | def read_namespaced_stateful_set_status(self, name, namespace, **kwarg... method read_namespaced_stateful_set_status_with_http_info (line 7606) | def read_namespaced_stateful_set_status_with_http_info(self, name, nam... method replace_namespaced_controller_revision (line 7707) | def replace_namespaced_controller_revision(self, name, namespace, body... method replace_namespaced_controller_revision_with_http_info (line 7738) | def replace_namespaced_controller_revision_with_http_info(self, name, ... method replace_namespaced_daemon_set (line 7859) | def replace_namespaced_daemon_set(self, name, namespace, body, **kwarg... method replace_namespaced_daemon_set_with_http_info (line 7890) | def replace_namespaced_daemon_set_with_http_info(self, name, namespace... method replace_namespaced_daemon_set_status (line 8011) | def replace_namespaced_daemon_set_status(self, name, namespace, body, ... method replace_namespaced_daemon_set_status_with_http_info (line 8042) | def replace_namespaced_daemon_set_status_with_http_info(self, name, na... method replace_namespaced_deployment (line 8163) | def replace_namespaced_deployment(self, name, namespace, body, **kwarg... method replace_namespaced_deployment_with_http_info (line 8194) | def replace_namespaced_deployment_with_http_info(self, name, namespace... method replace_namespaced_deployment_scale (line 8315) | def replace_namespaced_deployment_scale(self, name, namespace, body, *... method replace_namespaced_deployment_scale_with_http_info (line 8346) | def replace_namespaced_deployment_scale_with_http_info(self, name, nam... method replace_namespaced_deployment_status (line 8467) | def replace_namespaced_deployment_status(self, name, namespace, body, ... method replace_namespaced_deployment_status_with_http_info (line 8498) | def replace_namespaced_deployment_status_with_http_info(self, name, na... method replace_namespaced_replica_set (line 8619) | def replace_namespaced_replica_set(self, name, namespace, body, **kwar... method replace_namespaced_replica_set_with_http_info (line 8650) | def replace_namespaced_replica_set_with_http_info(self, name, namespac... method replace_namespaced_replica_set_scale (line 8771) | def replace_namespaced_replica_set_scale(self, name, namespace, body, ... method replace_namespaced_replica_set_scale_with_http_info (line 8802) | def replace_namespaced_replica_set_scale_with_http_info(self, name, na... method replace_namespaced_replica_set_status (line 8923) | def replace_namespaced_replica_set_status(self, name, namespace, body,... method replace_namespaced_replica_set_status_with_http_info (line 8954) | def replace_namespaced_replica_set_status_with_http_info(self, name, n... method replace_namespaced_stateful_set (line 9075) | def replace_namespaced_stateful_set(self, name, namespace, body, **kwa... method replace_namespaced_stateful_set_with_http_info (line 9106) | def replace_namespaced_stateful_set_with_http_info(self, name, namespa... method replace_namespaced_stateful_set_scale (line 9227) | def replace_namespaced_stateful_set_scale(self, name, namespace, body,... method replace_namespaced_stateful_set_scale_with_http_info (line 9258) | def replace_namespaced_stateful_set_scale_with_http_info(self, name, n... method replace_namespaced_stateful_set_status (line 9379) | def replace_namespaced_stateful_set_status(self, name, namespace, body... method replace_namespaced_stateful_set_status_with_http_info (line 9410) | def replace_namespaced_stateful_set_status_with_http_info(self, name, ... FILE: kubernetes/client/api/authentication_api.py class AuthenticationApi (line 27) | class AuthenticationApi(object): method __init__ (line 34) | def __init__(self, api_client=None): method get_api_group (line 39) | def get_api_group(self, **kwargs): # noqa: E501 method get_api_group_with_http_info (line 63) | def get_api_group_with_http_info(self, **kwargs): # noqa: E501 FILE: kubernetes/client/api/authentication_v1_api.py class AuthenticationV1Api (line 27) | class AuthenticationV1Api(object): method __init__ (line 34) | def __init__(self, api_client=None): method create_self_subject_review (line 39) | def create_self_subject_review(self, body, **kwargs): # noqa: E501 method create_self_subject_review_with_http_info (line 68) | def create_self_subject_review_with_http_info(self, body, **kwargs): ... method create_token_review (line 173) | def create_token_review(self, body, **kwargs): # noqa: E501 method create_token_review_with_http_info (line 202) | def create_token_review_with_http_info(self, body, **kwargs): # noqa:... method get_api_resources (line 307) | def get_api_resources(self, **kwargs): # noqa: E501 method get_api_resources_with_http_info (line 331) | def get_api_resources_with_http_info(self, **kwargs): # noqa: E501 FILE: kubernetes/client/api/authorization_api.py class AuthorizationApi (line 27) | class AuthorizationApi(object): method __init__ (line 34) | def __init__(self, api_client=None): method get_api_group (line 39) | def get_api_group(self, **kwargs): # noqa: E501 method get_api_group_with_http_info (line 63) | def get_api_group_with_http_info(self, **kwargs): # noqa: E501 FILE: kubernetes/client/api/authorization_v1_api.py class AuthorizationV1Api (line 27) | class AuthorizationV1Api(object): method __init__ (line 34) | def __init__(self, api_client=None): method create_namespaced_local_subject_access_review (line 39) | def create_namespaced_local_subject_access_review(self, namespace, bod... method create_namespaced_local_subject_access_review_with_http_info (line 69) | def create_namespaced_local_subject_access_review_with_http_info(self,... method create_self_subject_access_review (line 182) | def create_self_subject_access_review(self, body, **kwargs): # noqa: ... method create_self_subject_access_review_with_http_info (line 211) | def create_self_subject_access_review_with_http_info(self, body, **kwa... method create_self_subject_rules_review (line 316) | def create_self_subject_rules_review(self, body, **kwargs): # noqa: E501 method create_self_subject_rules_review_with_http_info (line 345) | def create_self_subject_rules_review_with_http_info(self, body, **kwar... method create_subject_access_review (line 450) | def create_subject_access_review(self, body, **kwargs): # noqa: E501 method create_subject_access_review_with_http_info (line 479) | def create_subject_access_review_with_http_info(self, body, **kwargs):... method get_api_resources (line 584) | def get_api_resources(self, **kwargs): # noqa: E501 method get_api_resources_with_http_info (line 608) | def get_api_resources_with_http_info(self, **kwargs): # noqa: E501 FILE: kubernetes/client/api/autoscaling_api.py class AutoscalingApi (line 27) | class AutoscalingApi(object): method __init__ (line 34) | def __init__(self, api_client=None): method get_api_group (line 39) | def get_api_group(self, **kwargs): # noqa: E501 method get_api_group_with_http_info (line 63) | def get_api_group_with_http_info(self, **kwargs): # noqa: E501 FILE: kubernetes/client/api/autoscaling_v1_api.py class AutoscalingV1Api (line 27) | class AutoscalingV1Api(object): method __init__ (line 34) | def __init__(self, api_client=None): method create_namespaced_horizontal_pod_autoscaler (line 39) | def create_namespaced_horizontal_pod_autoscaler(self, namespace, body,... method create_namespaced_horizontal_pod_autoscaler_with_http_info (line 69) | def create_namespaced_horizontal_pod_autoscaler_with_http_info(self, n... method delete_collection_namespaced_horizontal_pod_autoscaler (line 182) | def delete_collection_namespaced_horizontal_pod_autoscaler(self, names... method delete_collection_namespaced_horizontal_pod_autoscaler_with_http_info (line 222) | def delete_collection_namespaced_horizontal_pod_autoscaler_with_http_i... method delete_namespaced_horizontal_pod_autoscaler (line 371) | def delete_namespaced_horizontal_pod_autoscaler(self, name, namespace,... method delete_namespaced_horizontal_pod_autoscaler_with_http_info (line 404) | def delete_namespaced_horizontal_pod_autoscaler_with_http_info(self, n... method get_api_resources (line 529) | def get_api_resources(self, **kwargs): # noqa: E501 method get_api_resources_with_http_info (line 553) | def get_api_resources_with_http_info(self, **kwargs): # noqa: E501 method list_horizontal_pod_autoscaler_for_all_namespaces (line 634) | def list_horizontal_pod_autoscaler_for_all_namespaces(self, **kwargs):... method list_horizontal_pod_autoscaler_for_all_namespaces_with_http_info (line 669) | def list_horizontal_pod_autoscaler_for_all_namespaces_with_http_info(s... method list_namespaced_horizontal_pod_autoscaler (line 794) | def list_namespaced_horizontal_pod_autoscaler(self, namespace, **kwarg... method list_namespaced_horizontal_pod_autoscaler_with_http_info (line 830) | def list_namespaced_horizontal_pod_autoscaler_with_http_info(self, nam... method patch_namespaced_horizontal_pod_autoscaler (line 963) | def patch_namespaced_horizontal_pod_autoscaler(self, name, namespace, ... method patch_namespaced_horizontal_pod_autoscaler_with_http_info (line 995) | def patch_namespaced_horizontal_pod_autoscaler_with_http_info(self, na... method patch_namespaced_horizontal_pod_autoscaler_status (line 1124) | def patch_namespaced_horizontal_pod_autoscaler_status(self, name, name... method patch_namespaced_horizontal_pod_autoscaler_status_with_http_info (line 1156) | def patch_namespaced_horizontal_pod_autoscaler_status_with_http_info(s... method read_namespaced_horizontal_pod_autoscaler (line 1285) | def read_namespaced_horizontal_pod_autoscaler(self, name, namespace, *... method read_namespaced_horizontal_pod_autoscaler_with_http_info (line 1312) | def read_namespaced_horizontal_pod_autoscaler_with_http_info(self, nam... method read_namespaced_horizontal_pod_autoscaler_status (line 1413) | def read_namespaced_horizontal_pod_autoscaler_status(self, name, names... method read_namespaced_horizontal_pod_autoscaler_status_with_http_info (line 1440) | def read_namespaced_horizontal_pod_autoscaler_status_with_http_info(se... method replace_namespaced_horizontal_pod_autoscaler (line 1541) | def replace_namespaced_horizontal_pod_autoscaler(self, name, namespace... method replace_namespaced_horizontal_pod_autoscaler_with_http_info (line 1572) | def replace_namespaced_horizontal_pod_autoscaler_with_http_info(self, ... method replace_namespaced_horizontal_pod_autoscaler_status (line 1693) | def replace_namespaced_horizontal_pod_autoscaler_status(self, name, na... method replace_namespaced_horizontal_pod_autoscaler_status_with_http_info (line 1724) | def replace_namespaced_horizontal_pod_autoscaler_status_with_http_info... FILE: kubernetes/client/api/autoscaling_v2_api.py class AutoscalingV2Api (line 27) | class AutoscalingV2Api(object): method __init__ (line 34) | def __init__(self, api_client=None): method create_namespaced_horizontal_pod_autoscaler (line 39) | def create_namespaced_horizontal_pod_autoscaler(self, namespace, body,... method create_namespaced_horizontal_pod_autoscaler_with_http_info (line 69) | def create_namespaced_horizontal_pod_autoscaler_with_http_info(self, n... method delete_collection_namespaced_horizontal_pod_autoscaler (line 182) | def delete_collection_namespaced_horizontal_pod_autoscaler(self, names... method delete_collection_namespaced_horizontal_pod_autoscaler_with_http_info (line 222) | def delete_collection_namespaced_horizontal_pod_autoscaler_with_http_i... method delete_namespaced_horizontal_pod_autoscaler (line 371) | def delete_namespaced_horizontal_pod_autoscaler(self, name, namespace,... method delete_namespaced_horizontal_pod_autoscaler_with_http_info (line 404) | def delete_namespaced_horizontal_pod_autoscaler_with_http_info(self, n... method get_api_resources (line 529) | def get_api_resources(self, **kwargs): # noqa: E501 method get_api_resources_with_http_info (line 553) | def get_api_resources_with_http_info(self, **kwargs): # noqa: E501 method list_horizontal_pod_autoscaler_for_all_namespaces (line 634) | def list_horizontal_pod_autoscaler_for_all_namespaces(self, **kwargs):... method list_horizontal_pod_autoscaler_for_all_namespaces_with_http_info (line 669) | def list_horizontal_pod_autoscaler_for_all_namespaces_with_http_info(s... method list_namespaced_horizontal_pod_autoscaler (line 794) | def list_namespaced_horizontal_pod_autoscaler(self, namespace, **kwarg... method list_namespaced_horizontal_pod_autoscaler_with_http_info (line 830) | def list_namespaced_horizontal_pod_autoscaler_with_http_info(self, nam... method patch_namespaced_horizontal_pod_autoscaler (line 963) | def patch_namespaced_horizontal_pod_autoscaler(self, name, namespace, ... method patch_namespaced_horizontal_pod_autoscaler_with_http_info (line 995) | def patch_namespaced_horizontal_pod_autoscaler_with_http_info(self, na... method patch_namespaced_horizontal_pod_autoscaler_status (line 1124) | def patch_namespaced_horizontal_pod_autoscaler_status(self, name, name... method patch_namespaced_horizontal_pod_autoscaler_status_with_http_info (line 1156) | def patch_namespaced_horizontal_pod_autoscaler_status_with_http_info(s... method read_namespaced_horizontal_pod_autoscaler (line 1285) | def read_namespaced_horizontal_pod_autoscaler(self, name, namespace, *... method read_namespaced_horizontal_pod_autoscaler_with_http_info (line 1312) | def read_namespaced_horizontal_pod_autoscaler_with_http_info(self, nam... method read_namespaced_horizontal_pod_autoscaler_status (line 1413) | def read_namespaced_horizontal_pod_autoscaler_status(self, name, names... method read_namespaced_horizontal_pod_autoscaler_status_with_http_info (line 1440) | def read_namespaced_horizontal_pod_autoscaler_status_with_http_info(se... method replace_namespaced_horizontal_pod_autoscaler (line 1541) | def replace_namespaced_horizontal_pod_autoscaler(self, name, namespace... method replace_namespaced_horizontal_pod_autoscaler_with_http_info (line 1572) | def replace_namespaced_horizontal_pod_autoscaler_with_http_info(self, ... method replace_namespaced_horizontal_pod_autoscaler_status (line 1693) | def replace_namespaced_horizontal_pod_autoscaler_status(self, name, na... method replace_namespaced_horizontal_pod_autoscaler_status_with_http_info (line 1724) | def replace_namespaced_horizontal_pod_autoscaler_status_with_http_info... FILE: kubernetes/client/api/batch_api.py class BatchApi (line 27) | class BatchApi(object): method __init__ (line 34) | def __init__(self, api_client=None): method get_api_group (line 39) | def get_api_group(self, **kwargs): # noqa: E501 method get_api_group_with_http_info (line 63) | def get_api_group_with_http_info(self, **kwargs): # noqa: E501 FILE: kubernetes/client/api/batch_v1_api.py class BatchV1Api (line 27) | class BatchV1Api(object): method __init__ (line 34) | def __init__(self, api_client=None): method create_namespaced_cron_job (line 39) | def create_namespaced_cron_job(self, namespace, body, **kwargs): # no... method create_namespaced_cron_job_with_http_info (line 69) | def create_namespaced_cron_job_with_http_info(self, namespace, body, *... method create_namespaced_job (line 182) | def create_namespaced_job(self, namespace, body, **kwargs): # noqa: E501 method create_namespaced_job_with_http_info (line 212) | def create_namespaced_job_with_http_info(self, namespace, body, **kwar... method delete_collection_namespaced_cron_job (line 325) | def delete_collection_namespaced_cron_job(self, namespace, **kwargs): ... method delete_collection_namespaced_cron_job_with_http_info (line 365) | def delete_collection_namespaced_cron_job_with_http_info(self, namespa... method delete_collection_namespaced_job (line 514) | def delete_collection_namespaced_job(self, namespace, **kwargs): # no... method delete_collection_namespaced_job_with_http_info (line 554) | def delete_collection_namespaced_job_with_http_info(self, namespace, *... method delete_namespaced_cron_job (line 703) | def delete_namespaced_cron_job(self, name, namespace, **kwargs): # no... method delete_namespaced_cron_job_with_http_info (line 736) | def delete_namespaced_cron_job_with_http_info(self, name, namespace, *... method delete_namespaced_job (line 861) | def delete_namespaced_job(self, name, namespace, **kwargs): # noqa: E501 method delete_namespaced_job_with_http_info (line 894) | def delete_namespaced_job_with_http_info(self, name, namespace, **kwar... method get_api_resources (line 1019) | def get_api_resources(self, **kwargs): # noqa: E501 method get_api_resources_with_http_info (line 1043) | def get_api_resources_with_http_info(self, **kwargs): # noqa: E501 method list_cron_job_for_all_namespaces (line 1124) | def list_cron_job_for_all_namespaces(self, **kwargs): # noqa: E501 method list_cron_job_for_all_namespaces_with_http_info (line 1159) | def list_cron_job_for_all_namespaces_with_http_info(self, **kwargs): ... method list_job_for_all_namespaces (line 1284) | def list_job_for_all_namespaces(self, **kwargs): # noqa: E501 method list_job_for_all_namespaces_with_http_info (line 1319) | def list_job_for_all_namespaces_with_http_info(self, **kwargs): # noq... method list_namespaced_cron_job (line 1444) | def list_namespaced_cron_job(self, namespace, **kwargs): # noqa: E501 method list_namespaced_cron_job_with_http_info (line 1480) | def list_namespaced_cron_job_with_http_info(self, namespace, **kwargs)... method list_namespaced_job (line 1613) | def list_namespaced_job(self, namespace, **kwargs): # noqa: E501 method list_namespaced_job_with_http_info (line 1649) | def list_namespaced_job_with_http_info(self, namespace, **kwargs): # ... method patch_namespaced_cron_job (line 1782) | def patch_namespaced_cron_job(self, name, namespace, body, **kwargs): ... method patch_namespaced_cron_job_with_http_info (line 1814) | def patch_namespaced_cron_job_with_http_info(self, name, namespace, bo... method patch_namespaced_cron_job_status (line 1943) | def patch_namespaced_cron_job_status(self, name, namespace, body, **kw... method patch_namespaced_cron_job_status_with_http_info (line 1975) | def patch_namespaced_cron_job_status_with_http_info(self, name, namesp... method patch_namespaced_job (line 2104) | def patch_namespaced_job(self, name, namespace, body, **kwargs): # no... method patch_namespaced_job_with_http_info (line 2136) | def patch_namespaced_job_with_http_info(self, name, namespace, body, *... method patch_namespaced_job_status (line 2265) | def patch_namespaced_job_status(self, name, namespace, body, **kwargs)... method patch_namespaced_job_status_with_http_info (line 2297) | def patch_namespaced_job_status_with_http_info(self, name, namespace, ... method read_namespaced_cron_job (line 2426) | def read_namespaced_cron_job(self, name, namespace, **kwargs): # noqa... method read_namespaced_cron_job_with_http_info (line 2453) | def read_namespaced_cron_job_with_http_info(self, name, namespace, **k... method read_namespaced_cron_job_status (line 2554) | def read_namespaced_cron_job_status(self, name, namespace, **kwargs): ... method read_namespaced_cron_job_status_with_http_info (line 2581) | def read_namespaced_cron_job_status_with_http_info(self, name, namespa... method read_namespaced_job (line 2682) | def read_namespaced_job(self, name, namespace, **kwargs): # noqa: E501 method read_namespaced_job_with_http_info (line 2709) | def read_namespaced_job_with_http_info(self, name, namespace, **kwargs... method read_namespaced_job_status (line 2810) | def read_namespaced_job_status(self, name, namespace, **kwargs): # no... method read_namespaced_job_status_with_http_info (line 2837) | def read_namespaced_job_status_with_http_info(self, name, namespace, *... method replace_namespaced_cron_job (line 2938) | def replace_namespaced_cron_job(self, name, namespace, body, **kwargs)... method replace_namespaced_cron_job_with_http_info (line 2969) | def replace_namespaced_cron_job_with_http_info(self, name, namespace, ... method replace_namespaced_cron_job_status (line 3090) | def replace_namespaced_cron_job_status(self, name, namespace, body, **... method replace_namespaced_cron_job_status_with_http_info (line 3121) | def replace_namespaced_cron_job_status_with_http_info(self, name, name... method replace_namespaced_job (line 3242) | def replace_namespaced_job(self, name, namespace, body, **kwargs): # ... method replace_namespaced_job_with_http_info (line 3273) | def replace_namespaced_job_with_http_info(self, name, namespace, body,... method replace_namespaced_job_status (line 3394) | def replace_namespaced_job_status(self, name, namespace, body, **kwarg... method replace_namespaced_job_status_with_http_info (line 3425) | def replace_namespaced_job_status_with_http_info(self, name, namespace... FILE: kubernetes/client/api/certificates_api.py class CertificatesApi (line 27) | class CertificatesApi(object): method __init__ (line 34) | def __init__(self, api_client=None): method get_api_group (line 39) | def get_api_group(self, **kwargs): # noqa: E501 method get_api_group_with_http_info (line 63) | def get_api_group_with_http_info(self, **kwargs): # noqa: E501 FILE: kubernetes/client/api/certificates_v1_api.py class CertificatesV1Api (line 27) | class CertificatesV1Api(object): method __init__ (line 34) | def __init__(self, api_client=None): method create_certificate_signing_request (line 39) | def create_certificate_signing_request(self, body, **kwargs): # noqa:... method create_certificate_signing_request_with_http_info (line 68) | def create_certificate_signing_request_with_http_info(self, body, **kw... method delete_certificate_signing_request (line 173) | def delete_certificate_signing_request(self, name, **kwargs): # noqa:... method delete_certificate_signing_request_with_http_info (line 205) | def delete_certificate_signing_request_with_http_info(self, name, **kw... method delete_collection_certificate_signing_request (line 322) | def delete_collection_certificate_signing_request(self, **kwargs): # ... method delete_collection_certificate_signing_request_with_http_info (line 361) | def delete_collection_certificate_signing_request_with_http_info(self,... method get_api_resources (line 502) | def get_api_resources(self, **kwargs): # noqa: E501 method get_api_resources_with_http_info (line 526) | def get_api_resources_with_http_info(self, **kwargs): # noqa: E501 method list_certificate_signing_request (line 607) | def list_certificate_signing_request(self, **kwargs): # noqa: E501 method list_certificate_signing_request_with_http_info (line 642) | def list_certificate_signing_request_with_http_info(self, **kwargs): ... method patch_certificate_signing_request (line 767) | def patch_certificate_signing_request(self, name, body, **kwargs): # ... method patch_certificate_signing_request_with_http_info (line 798) | def patch_certificate_signing_request_with_http_info(self, name, body,... method patch_certificate_signing_request_approval (line 919) | def patch_certificate_signing_request_approval(self, name, body, **kwa... method patch_certificate_signing_request_approval_with_http_info (line 950) | def patch_certificate_signing_request_approval_with_http_info(self, na... method patch_certificate_signing_request_status (line 1071) | def patch_certificate_signing_request_status(self, name, body, **kwarg... method patch_certificate_signing_request_status_with_http_info (line 1102) | def patch_certificate_signing_request_status_with_http_info(self, name... method read_certificate_signing_request (line 1223) | def read_certificate_signing_request(self, name, **kwargs): # noqa: E501 method read_certificate_signing_request_with_http_info (line 1249) | def read_certificate_signing_request_with_http_info(self, name, **kwar... method read_certificate_signing_request_approval (line 1342) | def read_certificate_signing_request_approval(self, name, **kwargs): ... method read_certificate_signing_request_approval_with_http_info (line 1368) | def read_certificate_signing_request_approval_with_http_info(self, nam... method read_certificate_signing_request_status (line 1461) | def read_certificate_signing_request_status(self, name, **kwargs): # ... method read_certificate_signing_request_status_with_http_info (line 1487) | def read_certificate_signing_request_status_with_http_info(self, name,... method replace_certificate_signing_request (line 1580) | def replace_certificate_signing_request(self, name, body, **kwargs): ... method replace_certificate_signing_request_with_http_info (line 1610) | def replace_certificate_signing_request_with_http_info(self, name, bod... method replace_certificate_signing_request_approval (line 1723) | def replace_certificate_signing_request_approval(self, name, body, **k... method replace_certificate_signing_request_approval_with_http_info (line 1753) | def replace_certificate_signing_request_approval_with_http_info(self, ... method replace_certificate_signing_request_status (line 1866) | def replace_certificate_signing_request_status(self, name, body, **kwa... method replace_certificate_signing_request_status_with_http_info (line 1896) | def replace_certificate_signing_request_status_with_http_info(self, na... FILE: kubernetes/client/api/certificates_v1alpha1_api.py class CertificatesV1alpha1Api (line 27) | class CertificatesV1alpha1Api(object): method __init__ (line 34) | def __init__(self, api_client=None): method create_cluster_trust_bundle (line 39) | def create_cluster_trust_bundle(self, body, **kwargs): # noqa: E501 method create_cluster_trust_bundle_with_http_info (line 68) | def create_cluster_trust_bundle_with_http_info(self, body, **kwargs): ... method delete_cluster_trust_bundle (line 173) | def delete_cluster_trust_bundle(self, name, **kwargs): # noqa: E501 method delete_cluster_trust_bundle_with_http_info (line 205) | def delete_cluster_trust_bundle_with_http_info(self, name, **kwargs): ... method delete_collection_cluster_trust_bundle (line 322) | def delete_collection_cluster_trust_bundle(self, **kwargs): # noqa: E501 method delete_collection_cluster_trust_bundle_with_http_info (line 361) | def delete_collection_cluster_trust_bundle_with_http_info(self, **kwar... method get_api_resources (line 502) | def get_api_resources(self, **kwargs): # noqa: E501 method get_api_resources_with_http_info (line 526) | def get_api_resources_with_http_info(self, **kwargs): # noqa: E501 method list_cluster_trust_bundle (line 607) | def list_cluster_trust_bundle(self, **kwargs): # noqa: E501 method list_cluster_trust_bundle_with_http_info (line 642) | def list_cluster_trust_bundle_with_http_info(self, **kwargs): # noqa:... method patch_cluster_trust_bundle (line 767) | def patch_cluster_trust_bundle(self, name, body, **kwargs): # noqa: E501 method patch_cluster_trust_bundle_with_http_info (line 798) | def patch_cluster_trust_bundle_with_http_info(self, name, body, **kwar... method read_cluster_trust_bundle (line 919) | def read_cluster_trust_bundle(self, name, **kwargs): # noqa: E501 method read_cluster_trust_bundle_with_http_info (line 945) | def read_cluster_trust_bundle_with_http_info(self, name, **kwargs): #... method replace_cluster_trust_bundle (line 1038) | def replace_cluster_trust_bundle(self, name, body, **kwargs): # noqa:... method replace_cluster_trust_bundle_with_http_info (line 1068) | def replace_cluster_trust_bundle_with_http_info(self, name, body, **kw... FILE: kubernetes/client/api/certificates_v1beta1_api.py class CertificatesV1beta1Api (line 27) | class CertificatesV1beta1Api(object): method __init__ (line 34) | def __init__(self, api_client=None): method create_cluster_trust_bundle (line 39) | def create_cluster_trust_bundle(self, body, **kwargs): # noqa: E501 method create_cluster_trust_bundle_with_http_info (line 68) | def create_cluster_trust_bundle_with_http_info(self, body, **kwargs): ... method create_namespaced_pod_certificate_request (line 173) | def create_namespaced_pod_certificate_request(self, namespace, body, *... method create_namespaced_pod_certificate_request_with_http_info (line 203) | def create_namespaced_pod_certificate_request_with_http_info(self, nam... method delete_cluster_trust_bundle (line 316) | def delete_cluster_trust_bundle(self, name, **kwargs): # noqa: E501 method delete_cluster_trust_bundle_with_http_info (line 348) | def delete_cluster_trust_bundle_with_http_info(self, name, **kwargs): ... method delete_collection_cluster_trust_bundle (line 465) | def delete_collection_cluster_trust_bundle(self, **kwargs): # noqa: E501 method delete_collection_cluster_trust_bundle_with_http_info (line 504) | def delete_collection_cluster_trust_bundle_with_http_info(self, **kwar... method delete_collection_namespaced_pod_certificate_request (line 645) | def delete_collection_namespaced_pod_certificate_request(self, namespa... method delete_collection_namespaced_pod_certificate_request_with_http_info (line 685) | def delete_collection_namespaced_pod_certificate_request_with_http_inf... method delete_namespaced_pod_certificate_request (line 834) | def delete_namespaced_pod_certificate_request(self, name, namespace, *... method delete_namespaced_pod_certificate_request_with_http_info (line 867) | def delete_namespaced_pod_certificate_request_with_http_info(self, nam... method get_api_resources (line 992) | def get_api_resources(self, **kwargs): # noqa: E501 method get_api_resources_with_http_info (line 1016) | def get_api_resources_with_http_info(self, **kwargs): # noqa: E501 method list_cluster_trust_bundle (line 1097) | def list_cluster_trust_bundle(self, **kwargs): # noqa: E501 method list_cluster_trust_bundle_with_http_info (line 1132) | def list_cluster_trust_bundle_with_http_info(self, **kwargs): # noqa:... method list_namespaced_pod_certificate_request (line 1257) | def list_namespaced_pod_certificate_request(self, namespace, **kwargs)... method list_namespaced_pod_certificate_request_with_http_info (line 1293) | def list_namespaced_pod_certificate_request_with_http_info(self, names... method list_pod_certificate_request_for_all_namespaces (line 1426) | def list_pod_certificate_request_for_all_namespaces(self, **kwargs): ... method list_pod_certificate_request_for_all_namespaces_with_http_info (line 1461) | def list_pod_certificate_request_for_all_namespaces_with_http_info(sel... method patch_cluster_trust_bundle (line 1586) | def patch_cluster_trust_bundle(self, name, body, **kwargs): # noqa: E501 method patch_cluster_trust_bundle_with_http_info (line 1617) | def patch_cluster_trust_bundle_with_http_info(self, name, body, **kwar... method patch_namespaced_pod_certificate_request (line 1738) | def patch_namespaced_pod_certificate_request(self, name, namespace, bo... method patch_namespaced_pod_certificate_request_with_http_info (line 1770) | def patch_namespaced_pod_certificate_request_with_http_info(self, name... method patch_namespaced_pod_certificate_request_status (line 1899) | def patch_namespaced_pod_certificate_request_status(self, name, namesp... method patch_namespaced_pod_certificate_request_status_with_http_info (line 1931) | def patch_namespaced_pod_certificate_request_status_with_http_info(sel... method read_cluster_trust_bundle (line 2060) | def read_cluster_trust_bundle(self, name, **kwargs): # noqa: E501 method read_cluster_trust_bundle_with_http_info (line 2086) | def read_cluster_trust_bundle_with_http_info(self, name, **kwargs): #... method read_namespaced_pod_certificate_request (line 2179) | def read_namespaced_pod_certificate_request(self, name, namespace, **k... method read_namespaced_pod_certificate_request_with_http_info (line 2206) | def read_namespaced_pod_certificate_request_with_http_info(self, name,... method read_namespaced_pod_certificate_request_status (line 2307) | def read_namespaced_pod_certificate_request_status(self, name, namespa... method read_namespaced_pod_certificate_request_status_with_http_info (line 2334) | def read_namespaced_pod_certificate_request_status_with_http_info(self... method replace_cluster_trust_bundle (line 2435) | def replace_cluster_trust_bundle(self, name, body, **kwargs): # noqa:... method replace_cluster_trust_bundle_with_http_info (line 2465) | def replace_cluster_trust_bundle_with_http_info(self, name, body, **kw... method replace_namespaced_pod_certificate_request (line 2578) | def replace_namespaced_pod_certificate_request(self, name, namespace, ... method replace_namespaced_pod_certificate_request_with_http_info (line 2609) | def replace_namespaced_pod_certificate_request_with_http_info(self, na... method replace_namespaced_pod_certificate_request_status (line 2730) | def replace_namespaced_pod_certificate_request_status(self, name, name... method replace_namespaced_pod_certificate_request_status_with_http_info (line 2761) | def replace_namespaced_pod_certificate_request_status_with_http_info(s... FILE: kubernetes/client/api/coordination_api.py class CoordinationApi (line 27) | class CoordinationApi(object): method __init__ (line 34) | def __init__(self, api_client=None): method get_api_group (line 39) | def get_api_group(self, **kwargs): # noqa: E501 method get_api_group_with_http_info (line 63) | def get_api_group_with_http_info(self, **kwargs): # noqa: E501 FILE: kubernetes/client/api/coordination_v1_api.py class CoordinationV1Api (line 27) | class CoordinationV1Api(object): method __init__ (line 34) | def __init__(self, api_client=None): method create_namespaced_lease (line 39) | def create_namespaced_lease(self, namespace, body, **kwargs): # noqa:... method create_namespaced_lease_with_http_info (line 69) | def create_namespaced_lease_with_http_info(self, namespace, body, **kw... method delete_collection_namespaced_lease (line 182) | def delete_collection_namespaced_lease(self, namespace, **kwargs): # ... method delete_collection_namespaced_lease_with_http_info (line 222) | def delete_collection_namespaced_lease_with_http_info(self, namespace,... method delete_namespaced_lease (line 371) | def delete_namespaced_lease(self, name, namespace, **kwargs): # noqa:... method delete_namespaced_lease_with_http_info (line 404) | def delete_namespaced_lease_with_http_info(self, name, namespace, **kw... method get_api_resources (line 529) | def get_api_resources(self, **kwargs): # noqa: E501 method get_api_resources_with_http_info (line 553) | def get_api_resources_with_http_info(self, **kwargs): # noqa: E501 method list_lease_for_all_namespaces (line 634) | def list_lease_for_all_namespaces(self, **kwargs): # noqa: E501 method list_lease_for_all_namespaces_with_http_info (line 669) | def list_lease_for_all_namespaces_with_http_info(self, **kwargs): # n... method list_namespaced_lease (line 794) | def list_namespaced_lease(self, namespace, **kwargs): # noqa: E501 method list_namespaced_lease_with_http_info (line 830) | def list_namespaced_lease_with_http_info(self, namespace, **kwargs): ... method patch_namespaced_lease (line 963) | def patch_namespaced_lease(self, name, namespace, body, **kwargs): # ... method patch_namespaced_lease_with_http_info (line 995) | def patch_namespaced_lease_with_http_info(self, name, namespace, body,... method read_namespaced_lease (line 1124) | def read_namespaced_lease(self, name, namespace, **kwargs): # noqa: E501 method read_namespaced_lease_with_http_info (line 1151) | def read_namespaced_lease_with_http_info(self, name, namespace, **kwar... method replace_namespaced_lease (line 1252) | def replace_namespaced_lease(self, name, namespace, body, **kwargs): ... method replace_namespaced_lease_with_http_info (line 1283) | def replace_namespaced_lease_with_http_info(self, name, namespace, bod... FILE: kubernetes/client/api/coordination_v1alpha2_api.py class CoordinationV1alpha2Api (line 27) | class CoordinationV1alpha2Api(object): method __init__ (line 34) | def __init__(self, api_client=None): method create_namespaced_lease_candidate (line 39) | def create_namespaced_lease_candidate(self, namespace, body, **kwargs)... method create_namespaced_lease_candidate_with_http_info (line 69) | def create_namespaced_lease_candidate_with_http_info(self, namespace, ... method delete_collection_namespaced_lease_candidate (line 182) | def delete_collection_namespaced_lease_candidate(self, namespace, **kw... method delete_collection_namespaced_lease_candidate_with_http_info (line 222) | def delete_collection_namespaced_lease_candidate_with_http_info(self, ... method delete_namespaced_lease_candidate (line 371) | def delete_namespaced_lease_candidate(self, name, namespace, **kwargs)... method delete_namespaced_lease_candidate_with_http_info (line 404) | def delete_namespaced_lease_candidate_with_http_info(self, name, names... method get_api_resources (line 529) | def get_api_resources(self, **kwargs): # noqa: E501 method get_api_resources_with_http_info (line 553) | def get_api_resources_with_http_info(self, **kwargs): # noqa: E501 method list_lease_candidate_for_all_namespaces (line 634) | def list_lease_candidate_for_all_namespaces(self, **kwargs): # noqa: ... method list_lease_candidate_for_all_namespaces_with_http_info (line 669) | def list_lease_candidate_for_all_namespaces_with_http_info(self, **kwa... method list_namespaced_lease_candidate (line 794) | def list_namespaced_lease_candidate(self, namespace, **kwargs): # noq... method list_namespaced_lease_candidate_with_http_info (line 830) | def list_namespaced_lease_candidate_with_http_info(self, namespace, **... method patch_namespaced_lease_candidate (line 963) | def patch_namespaced_lease_candidate(self, name, namespace, body, **kw... method patch_namespaced_lease_candidate_with_http_info (line 995) | def patch_namespaced_lease_candidate_with_http_info(self, name, namesp... method read_namespaced_lease_candidate (line 1124) | def read_namespaced_lease_candidate(self, name, namespace, **kwargs): ... method read_namespaced_lease_candidate_with_http_info (line 1151) | def read_namespaced_lease_candidate_with_http_info(self, name, namespa... method replace_namespaced_lease_candidate (line 1252) | def replace_namespaced_lease_candidate(self, name, namespace, body, **... method replace_namespaced_lease_candidate_with_http_info (line 1283) | def replace_namespaced_lease_candidate_with_http_info(self, name, name... FILE: kubernetes/client/api/coordination_v1beta1_api.py class CoordinationV1beta1Api (line 27) | class CoordinationV1beta1Api(object): method __init__ (line 34) | def __init__(self, api_client=None): method create_namespaced_lease_candidate (line 39) | def create_namespaced_lease_candidate(self, namespace, body, **kwargs)... method create_namespaced_lease_candidate_with_http_info (line 69) | def create_namespaced_lease_candidate_with_http_info(self, namespace, ... method delete_collection_namespaced_lease_candidate (line 182) | def delete_collection_namespaced_lease_candidate(self, namespace, **kw... method delete_collection_namespaced_lease_candidate_with_http_info (line 222) | def delete_collection_namespaced_lease_candidate_with_http_info(self, ... method delete_namespaced_lease_candidate (line 371) | def delete_namespaced_lease_candidate(self, name, namespace, **kwargs)... method delete_namespaced_lease_candidate_with_http_info (line 404) | def delete_namespaced_lease_candidate_with_http_info(self, name, names... method get_api_resources (line 529) | def get_api_resources(self, **kwargs): # noqa: E501 method get_api_resources_with_http_info (line 553) | def get_api_resources_with_http_info(self, **kwargs): # noqa: E501 method list_lease_candidate_for_all_namespaces (line 634) | def list_lease_candidate_for_all_namespaces(self, **kwargs): # noqa: ... method list_lease_candidate_for_all_namespaces_with_http_info (line 669) | def list_lease_candidate_for_all_namespaces_with_http_info(self, **kwa... method list_namespaced_lease_candidate (line 794) | def list_namespaced_lease_candidate(self, namespace, **kwargs): # noq... method list_namespaced_lease_candidate_with_http_info (line 830) | def list_namespaced_lease_candidate_with_http_info(self, namespace, **... method patch_namespaced_lease_candidate (line 963) | def patch_namespaced_lease_candidate(self, name, namespace, body, **kw... method patch_namespaced_lease_candidate_with_http_info (line 995) | def patch_namespaced_lease_candidate_with_http_info(self, name, namesp... method read_namespaced_lease_candidate (line 1124) | def read_namespaced_lease_candidate(self, name, namespace, **kwargs): ... method read_namespaced_lease_candidate_with_http_info (line 1151) | def read_namespaced_lease_candidate_with_http_info(self, name, namespa... method replace_namespaced_lease_candidate (line 1252) | def replace_namespaced_lease_candidate(self, name, namespace, body, **... method replace_namespaced_lease_candidate_with_http_info (line 1283) | def replace_namespaced_lease_candidate_with_http_info(self, name, name... FILE: kubernetes/client/api/core_api.py class CoreApi (line 27) | class CoreApi(object): method __init__ (line 34) | def __init__(self, api_client=None): method get_api_versions (line 39) | def get_api_versions(self, **kwargs): # noqa: E501 method get_api_versions_with_http_info (line 63) | def get_api_versions_with_http_info(self, **kwargs): # noqa: E501 FILE: kubernetes/client/api/core_v1_api.py class CoreV1Api (line 27) | class CoreV1Api(object): method __init__ (line 34) | def __init__(self, api_client=None): method connect_delete_namespaced_pod_proxy (line 39) | def connect_delete_namespaced_pod_proxy(self, name, namespace, **kwarg... method connect_delete_namespaced_pod_proxy_with_http_info (line 66) | def connect_delete_namespaced_pod_proxy_with_http_info(self, name, nam... method connect_delete_namespaced_pod_proxy_with_path (line 167) | def connect_delete_namespaced_pod_proxy_with_path(self, name, namespac... method connect_delete_namespaced_pod_proxy_with_path_with_http_info (line 195) | def connect_delete_namespaced_pod_proxy_with_path_with_http_info(self,... method connect_delete_namespaced_service_proxy (line 304) | def connect_delete_namespaced_service_proxy(self, name, namespace, **k... method connect_delete_namespaced_service_proxy_with_http_info (line 331) | def connect_delete_namespaced_service_proxy_with_http_info(self, name,... method connect_delete_namespaced_service_proxy_with_path (line 432) | def connect_delete_namespaced_service_proxy_with_path(self, name, name... method connect_delete_namespaced_service_proxy_with_path_with_http_info (line 460) | def connect_delete_namespaced_service_proxy_with_path_with_http_info(s... method connect_delete_node_proxy (line 569) | def connect_delete_node_proxy(self, name, **kwargs): # noqa: E501 method connect_delete_node_proxy_with_http_info (line 595) | def connect_delete_node_proxy_with_http_info(self, name, **kwargs): #... method connect_delete_node_proxy_with_path (line 688) | def connect_delete_node_proxy_with_path(self, name, path, **kwargs): ... method connect_delete_node_proxy_with_path_with_http_info (line 715) | def connect_delete_node_proxy_with_path_with_http_info(self, name, pat... method connect_get_namespaced_pod_attach (line 816) | def connect_get_namespaced_pod_attach(self, name, namespace, **kwargs)... method connect_get_namespaced_pod_attach_with_http_info (line 847) | def connect_get_namespaced_pod_attach_with_http_info(self, name, names... method connect_get_namespaced_pod_exec (line 964) | def connect_get_namespaced_pod_exec(self, name, namespace, **kwargs): ... method connect_get_namespaced_pod_exec_with_http_info (line 996) | def connect_get_namespaced_pod_exec_with_http_info(self, name, namespa... method connect_get_namespaced_pod_portforward (line 1117) | def connect_get_namespaced_pod_portforward(self, name, namespace, **kw... method connect_get_namespaced_pod_portforward_with_http_info (line 1144) | def connect_get_namespaced_pod_portforward_with_http_info(self, name, ... method connect_get_namespaced_pod_proxy (line 1245) | def connect_get_namespaced_pod_proxy(self, name, namespace, **kwargs):... method connect_get_namespaced_pod_proxy_with_http_info (line 1272) | def connect_get_namespaced_pod_proxy_with_http_info(self, name, namesp... method connect_get_namespaced_pod_proxy_with_path (line 1373) | def connect_get_namespaced_pod_proxy_with_path(self, name, namespace, ... method connect_get_namespaced_pod_proxy_with_path_with_http_info (line 1401) | def connect_get_namespaced_pod_proxy_with_path_with_http_info(self, na... method connect_get_namespaced_service_proxy (line 1510) | def connect_get_namespaced_service_proxy(self, name, namespace, **kwar... method connect_get_namespaced_service_proxy_with_http_info (line 1537) | def connect_get_namespaced_service_proxy_with_http_info(self, name, na... method connect_get_namespaced_service_proxy_with_path (line 1638) | def connect_get_namespaced_service_proxy_with_path(self, name, namespa... method connect_get_namespaced_service_proxy_with_path_with_http_info (line 1666) | def connect_get_namespaced_service_proxy_with_path_with_http_info(self... method connect_get_node_proxy (line 1775) | def connect_get_node_proxy(self, name, **kwargs): # noqa: E501 method connect_get_node_proxy_with_http_info (line 1801) | def connect_get_node_proxy_with_http_info(self, name, **kwargs): # no... method connect_get_node_proxy_with_path (line 1894) | def connect_get_node_proxy_with_path(self, name, path, **kwargs): # n... method connect_get_node_proxy_with_path_with_http_info (line 1921) | def connect_get_node_proxy_with_path_with_http_info(self, name, path, ... method connect_head_namespaced_pod_proxy (line 2022) | def connect_head_namespaced_pod_proxy(self, name, namespace, **kwargs)... method connect_head_namespaced_pod_proxy_with_http_info (line 2049) | def connect_head_namespaced_pod_proxy_with_http_info(self, name, names... method connect_head_namespaced_pod_proxy_with_path (line 2150) | def connect_head_namespaced_pod_proxy_with_path(self, name, namespace,... method connect_head_namespaced_pod_proxy_with_path_with_http_info (line 2178) | def connect_head_namespaced_pod_proxy_with_path_with_http_info(self, n... method connect_head_namespaced_service_proxy (line 2287) | def connect_head_namespaced_service_proxy(self, name, namespace, **kwa... method connect_head_namespaced_service_proxy_with_http_info (line 2314) | def connect_head_namespaced_service_proxy_with_http_info(self, name, n... method connect_head_namespaced_service_proxy_with_path (line 2415) | def connect_head_namespaced_service_proxy_with_path(self, name, namesp... method connect_head_namespaced_service_proxy_with_path_with_http_info (line 2443) | def connect_head_namespaced_service_proxy_with_path_with_http_info(sel... method connect_head_node_proxy (line 2552) | def connect_head_node_proxy(self, name, **kwargs): # noqa: E501 method connect_head_node_proxy_with_http_info (line 2578) | def connect_head_node_proxy_with_http_info(self, name, **kwargs): # n... method connect_head_node_proxy_with_path (line 2671) | def connect_head_node_proxy_with_path(self, name, path, **kwargs): # ... method connect_head_node_proxy_with_path_with_http_info (line 2698) | def connect_head_node_proxy_with_path_with_http_info(self, name, path,... method connect_options_namespaced_pod_proxy (line 2799) | def connect_options_namespaced_pod_proxy(self, name, namespace, **kwar... method connect_options_namespaced_pod_proxy_with_http_info (line 2826) | def connect_options_namespaced_pod_proxy_with_http_info(self, name, na... method connect_options_namespaced_pod_proxy_with_path (line 2927) | def connect_options_namespaced_pod_proxy_with_path(self, name, namespa... method connect_options_namespaced_pod_proxy_with_path_with_http_info (line 2955) | def connect_options_namespaced_pod_proxy_with_path_with_http_info(self... method connect_options_namespaced_service_proxy (line 3064) | def connect_options_namespaced_service_proxy(self, name, namespace, **... method connect_options_namespaced_service_proxy_with_http_info (line 3091) | def connect_options_namespaced_service_proxy_with_http_info(self, name... method connect_options_namespaced_service_proxy_with_path (line 3192) | def connect_options_namespaced_service_proxy_with_path(self, name, nam... method connect_options_namespaced_service_proxy_with_path_with_http_info (line 3220) | def connect_options_namespaced_service_proxy_with_path_with_http_info(... method connect_options_node_proxy (line 3329) | def connect_options_node_proxy(self, name, **kwargs): # noqa: E501 method connect_options_node_proxy_with_http_info (line 3355) | def connect_options_node_proxy_with_http_info(self, name, **kwargs): ... method connect_options_node_proxy_with_path (line 3448) | def connect_options_node_proxy_with_path(self, name, path, **kwargs): ... method connect_options_node_proxy_with_path_with_http_info (line 3475) | def connect_options_node_proxy_with_path_with_http_info(self, name, pa... method connect_patch_namespaced_pod_proxy (line 3576) | def connect_patch_namespaced_pod_proxy(self, name, namespace, **kwargs... method connect_patch_namespaced_pod_proxy_with_http_info (line 3603) | def connect_patch_namespaced_pod_proxy_with_http_info(self, name, name... method connect_patch_namespaced_pod_proxy_with_path (line 3704) | def connect_patch_namespaced_pod_proxy_with_path(self, name, namespace... method connect_patch_namespaced_pod_proxy_with_path_with_http_info (line 3732) | def connect_patch_namespaced_pod_proxy_with_path_with_http_info(self, ... method connect_patch_namespaced_service_proxy (line 3841) | def connect_patch_namespaced_service_proxy(self, name, namespace, **kw... method connect_patch_namespaced_service_proxy_with_http_info (line 3868) | def connect_patch_namespaced_service_proxy_with_http_info(self, name, ... method connect_patch_namespaced_service_proxy_with_path (line 3969) | def connect_patch_namespaced_service_proxy_with_path(self, name, names... method connect_patch_namespaced_service_proxy_with_path_with_http_info (line 3997) | def connect_patch_namespaced_service_proxy_with_path_with_http_info(se... method connect_patch_node_proxy (line 4106) | def connect_patch_node_proxy(self, name, **kwargs): # noqa: E501 method connect_patch_node_proxy_with_http_info (line 4132) | def connect_patch_node_proxy_with_http_info(self, name, **kwargs): # ... method connect_patch_node_proxy_with_path (line 4225) | def connect_patch_node_proxy_with_path(self, name, path, **kwargs): #... method connect_patch_node_proxy_with_path_with_http_info (line 4252) | def connect_patch_node_proxy_with_path_with_http_info(self, name, path... method connect_post_namespaced_pod_attach (line 4353) | def connect_post_namespaced_pod_attach(self, name, namespace, **kwargs... method connect_post_namespaced_pod_attach_with_http_info (line 4384) | def connect_post_namespaced_pod_attach_with_http_info(self, name, name... method connect_post_namespaced_pod_exec (line 4501) | def connect_post_namespaced_pod_exec(self, name, namespace, **kwargs):... method connect_post_namespaced_pod_exec_with_http_info (line 4533) | def connect_post_namespaced_pod_exec_with_http_info(self, name, namesp... method connect_post_namespaced_pod_portforward (line 4654) | def connect_post_namespaced_pod_portforward(self, name, namespace, **k... method connect_post_namespaced_pod_portforward_with_http_info (line 4681) | def connect_post_namespaced_pod_portforward_with_http_info(self, name,... method connect_post_namespaced_pod_proxy (line 4782) | def connect_post_namespaced_pod_proxy(self, name, namespace, **kwargs)... method connect_post_namespaced_pod_proxy_with_http_info (line 4809) | def connect_post_namespaced_pod_proxy_with_http_info(self, name, names... method connect_post_namespaced_pod_proxy_with_path (line 4910) | def connect_post_namespaced_pod_proxy_with_path(self, name, namespace,... method connect_post_namespaced_pod_proxy_with_path_with_http_info (line 4938) | def connect_post_namespaced_pod_proxy_with_path_with_http_info(self, n... method connect_post_namespaced_service_proxy (line 5047) | def connect_post_namespaced_service_proxy(self, name, namespace, **kwa... method connect_post_namespaced_service_proxy_with_http_info (line 5074) | def connect_post_namespaced_service_proxy_with_http_info(self, name, n... method connect_post_namespaced_service_proxy_with_path (line 5175) | def connect_post_namespaced_service_proxy_with_path(self, name, namesp... method connect_post_namespaced_service_proxy_with_path_with_http_info (line 5203) | def connect_post_namespaced_service_proxy_with_path_with_http_info(sel... method connect_post_node_proxy (line 5312) | def connect_post_node_proxy(self, name, **kwargs): # noqa: E501 method connect_post_node_proxy_with_http_info (line 5338) | def connect_post_node_proxy_with_http_info(self, name, **kwargs): # n... method connect_post_node_proxy_with_path (line 5431) | def connect_post_node_proxy_with_path(self, name, path, **kwargs): # ... method connect_post_node_proxy_with_path_with_http_info (line 5458) | def connect_post_node_proxy_with_path_with_http_info(self, name, path,... method connect_put_namespaced_pod_proxy (line 5559) | def connect_put_namespaced_pod_proxy(self, name, namespace, **kwargs):... method connect_put_namespaced_pod_proxy_with_http_info (line 5586) | def connect_put_namespaced_pod_proxy_with_http_info(self, name, namesp... method connect_put_namespaced_pod_proxy_with_path (line 5687) | def connect_put_namespaced_pod_proxy_with_path(self, name, namespace, ... method connect_put_namespaced_pod_proxy_with_path_with_http_info (line 5715) | def connect_put_namespaced_pod_proxy_with_path_with_http_info(self, na... method connect_put_namespaced_service_proxy (line 5824) | def connect_put_namespaced_service_proxy(self, name, namespace, **kwar... method connect_put_namespaced_service_proxy_with_http_info (line 5851) | def connect_put_namespaced_service_proxy_with_http_info(self, name, na... method connect_put_namespaced_service_proxy_with_path (line 5952) | def connect_put_namespaced_service_proxy_with_path(self, name, namespa... method connect_put_namespaced_service_proxy_with_path_with_http_info (line 5980) | def connect_put_namespaced_service_proxy_with_path_with_http_info(self... method connect_put_node_proxy (line 6089) | def connect_put_node_proxy(self, name, **kwargs): # noqa: E501 method connect_put_node_proxy_with_http_info (line 6115) | def connect_put_node_proxy_with_http_info(self, name, **kwargs): # no... method connect_put_node_proxy_with_path (line 6208) | def connect_put_node_proxy_with_path(self, name, path, **kwargs): # n... method connect_put_node_proxy_with_path_with_http_info (line 6235) | def connect_put_node_proxy_with_path_with_http_info(self, name, path, ... method create_namespace (line 6336) | def create_namespace(self, body, **kwargs): # noqa: E501 method create_namespace_with_http_info (line 6365) | def create_namespace_with_http_info(self, body, **kwargs): # noqa: E501 method create_namespaced_binding (line 6470) | def create_namespaced_binding(self, namespace, body, **kwargs): # noq... method create_namespaced_binding_with_http_info (line 6500) | def create_namespaced_binding_with_http_info(self, namespace, body, **... method create_namespaced_config_map (line 6613) | def create_namespaced_config_map(self, namespace, body, **kwargs): # ... method create_namespaced_config_map_with_http_info (line 6643) | def create_namespaced_config_map_with_http_info(self, namespace, body,... method create_namespaced_endpoints (line 6756) | def create_namespaced_endpoints(self, namespace, body, **kwargs): # n... method create_namespaced_endpoints_with_http_info (line 6786) | def create_namespaced_endpoints_with_http_info(self, namespace, body, ... method create_namespaced_event (line 6899) | def create_namespaced_event(self, namespace, body, **kwargs): # noqa:... method create_namespaced_event_with_http_info (line 6929) | def create_namespaced_event_with_http_info(self, namespace, body, **kw... method create_namespaced_limit_range (line 7042) | def create_namespaced_limit_range(self, namespace, body, **kwargs): #... method create_namespaced_limit_range_with_http_info (line 7072) | def create_namespaced_limit_range_with_http_info(self, namespace, body... method create_namespaced_persistent_volume_claim (line 7185) | def create_namespaced_persistent_volume_claim(self, namespace, body, *... method create_namespaced_persistent_volume_claim_with_http_info (line 7215) | def create_namespaced_persistent_volume_claim_with_http_info(self, nam... method create_namespaced_pod (line 7328) | def create_namespaced_pod(self, namespace, body, **kwargs): # noqa: E501 method create_namespaced_pod_with_http_info (line 7358) | def create_namespaced_pod_with_http_info(self, namespace, body, **kwar... method create_namespaced_pod_binding (line 7471) | def create_namespaced_pod_binding(self, name, namespace, body, **kwarg... method create_namespaced_pod_binding_with_http_info (line 7502) | def create_namespaced_pod_binding_with_http_info(self, name, namespace... method create_namespaced_pod_eviction (line 7623) | def create_namespaced_pod_eviction(self, name, namespace, body, **kwar... method create_namespaced_pod_eviction_with_http_info (line 7654) | def create_namespaced_pod_eviction_with_http_info(self, name, namespac... method create_namespaced_pod_template (line 7775) | def create_namespaced_pod_template(self, namespace, body, **kwargs): ... method create_namespaced_pod_template_with_http_info (line 7805) | def create_namespaced_pod_template_with_http_info(self, namespace, bod... method create_namespaced_replication_controller (line 7918) | def create_namespaced_replication_controller(self, namespace, body, **... method create_namespaced_replication_controller_with_http_info (line 7948) | def create_namespaced_replication_controller_with_http_info(self, name... method create_namespaced_resource_quota (line 8061) | def create_namespaced_resource_quota(self, namespace, body, **kwargs):... method create_namespaced_resource_quota_with_http_info (line 8091) | def create_namespaced_resource_quota_with_http_info(self, namespace, b... method create_namespaced_secret (line 8204) | def create_namespaced_secret(self, namespace, body, **kwargs): # noqa... method create_namespaced_secret_with_http_info (line 8234) | def create_namespaced_secret_with_http_info(self, namespace, body, **k... method create_namespaced_service (line 8347) | def create_namespaced_service(self, namespace, body, **kwargs): # noq... method create_namespaced_service_with_http_info (line 8377) | def create_namespaced_service_with_http_info(self, namespace, body, **... method create_namespaced_service_account (line 8490) | def create_namespaced_service_account(self, namespace, body, **kwargs)... method create_namespaced_service_account_with_http_info (line 8520) | def create_namespaced_service_account_with_http_info(self, namespace, ... method create_namespaced_service_account_token (line 8633) | def create_namespaced_service_account_token(self, name, namespace, bod... method create_namespaced_service_account_token_with_http_info (line 8664) | def create_namespaced_service_account_token_with_http_info(self, name,... method create_node (line 8785) | def create_node(self, body, **kwargs): # noqa: E501 method create_node_with_http_info (line 8814) | def create_node_with_http_info(self, body, **kwargs): # noqa: E501 method create_persistent_volume (line 8919) | def create_persistent_volume(self, body, **kwargs): # noqa: E501 method create_persistent_volume_with_http_info (line 8948) | def create_persistent_volume_with_http_info(self, body, **kwargs): # ... method delete_collection_namespaced_config_map (line 9053) | def delete_collection_namespaced_config_map(self, namespace, **kwargs)... method delete_collection_namespaced_config_map_with_http_info (line 9093) | def delete_collection_namespaced_config_map_with_http_info(self, names... method delete_collection_namespaced_endpoints (line 9242) | def delete_collection_namespaced_endpoints(self, namespace, **kwargs):... method delete_collection_namespaced_endpoints_with_http_info (line 9282) | def delete_collection_namespaced_endpoints_with_http_info(self, namesp... method delete_collection_namespaced_event (line 9431) | def delete_collection_namespaced_event(self, namespace, **kwargs): # ... method delete_collection_namespaced_event_with_http_info (line 9471) | def delete_collection_namespaced_event_with_http_info(self, namespace,... method delete_collection_namespaced_limit_range (line 9620) | def delete_collection_namespaced_limit_range(self, namespace, **kwargs... method delete_collection_namespaced_limit_range_with_http_info (line 9660) | def delete_collection_namespaced_limit_range_with_http_info(self, name... method delete_collection_namespaced_persistent_volume_claim (line 9809) | def delete_collection_namespaced_persistent_volume_claim(self, namespa... method delete_collection_namespaced_persistent_volume_claim_with_http_info (line 9849) | def delete_collection_namespaced_persistent_volume_claim_with_http_inf... method delete_collection_namespaced_pod (line 9998) | def delete_collection_namespaced_pod(self, namespace, **kwargs): # no... method delete_collection_namespaced_pod_with_http_info (line 10038) | def delete_collection_namespaced_pod_with_http_info(self, namespace, *... method delete_collection_namespaced_pod_template (line 10187) | def delete_collection_namespaced_pod_template(self, namespace, **kwarg... method delete_collection_namespaced_pod_template_with_http_info (line 10227) | def delete_collection_namespaced_pod_template_with_http_info(self, nam... method delete_collection_namespaced_replication_controller (line 10376) | def delete_collection_namespaced_replication_controller(self, namespac... method delete_collection_namespaced_replication_controller_with_http_info (line 10416) | def delete_collection_namespaced_replication_controller_with_http_info... method delete_collection_namespaced_resource_quota (line 10565) | def delete_collection_namespaced_resource_quota(self, namespace, **kwa... method delete_collection_namespaced_resource_quota_with_http_info (line 10605) | def delete_collection_namespaced_resource_quota_with_http_info(self, n... method delete_collection_namespaced_secret (line 10754) | def delete_collection_namespaced_secret(self, namespace, **kwargs): #... method delete_collection_namespaced_secret_with_http_info (line 10794) | def delete_collection_namespaced_secret_with_http_info(self, namespace... method delete_collection_namespaced_service (line 10943) | def delete_collection_namespaced_service(self, namespace, **kwargs): ... method delete_collection_namespaced_service_with_http_info (line 10983) | def delete_collection_namespaced_service_with_http_info(self, namespac... method delete_collection_namespaced_service_account (line 11132) | def delete_collection_namespaced_service_account(self, namespace, **kw... method delete_collection_namespaced_service_account_with_http_info (line 11172) | def delete_collection_namespaced_service_account_with_http_info(self, ... method delete_collection_node (line 11321) | def delete_collection_node(self, **kwargs): # noqa: E501 method delete_collection_node_with_http_info (line 11360) | def delete_collection_node_with_http_info(self, **kwargs): # noqa: E501 method delete_collection_persistent_volume (line 11501) | def delete_collection_persistent_volume(self, **kwargs): # noqa: E501 method delete_collection_persistent_volume_with_http_info (line 11540) | def delete_collection_persistent_volume_with_http_info(self, **kwargs)... method delete_namespace (line 11681) | def delete_namespace(self, name, **kwargs): # noqa: E501 method delete_namespace_with_http_info (line 11713) | def delete_namespace_with_http_info(self, name, **kwargs): # noqa: E501 method delete_namespaced_config_map (line 11830) | def delete_namespaced_config_map(self, name, namespace, **kwargs): # ... method delete_namespaced_config_map_with_http_info (line 11863) | def delete_namespaced_config_map_with_http_info(self, name, namespace,... method delete_namespaced_endpoints (line 11988) | def delete_namespaced_endpoints(self, name, namespace, **kwargs): # n... method delete_namespaced_endpoints_with_http_info (line 12021) | def delete_namespaced_endpoints_with_http_info(self, name, namespace, ... method delete_namespaced_event (line 12146) | def delete_namespaced_event(self, name, namespace, **kwargs): # noqa:... method delete_namespaced_event_with_http_info (line 12179) | def delete_namespaced_event_with_http_info(self, name, namespace, **kw... method delete_namespaced_limit_range (line 12304) | def delete_namespaced_limit_range(self, name, namespace, **kwargs): #... method delete_namespaced_limit_range_with_http_info (line 12337) | def delete_namespaced_limit_range_with_http_info(self, name, namespace... method delete_namespaced_persistent_volume_claim (line 12462) | def delete_namespaced_persistent_volume_claim(self, name, namespace, *... method delete_namespaced_persistent_volume_claim_with_http_info (line 12495) | def delete_namespaced_persistent_volume_claim_with_http_info(self, nam... method delete_namespaced_pod (line 12620) | def delete_namespaced_pod(self, name, namespace, **kwargs): # noqa: E501 method delete_namespaced_pod_with_http_info (line 12653) | def delete_namespaced_pod_with_http_info(self, name, namespace, **kwar... method delete_namespaced_pod_template (line 12778) | def delete_namespaced_pod_template(self, name, namespace, **kwargs): ... method delete_namespaced_pod_template_with_http_info (line 12811) | def delete_namespaced_pod_template_with_http_info(self, name, namespac... method delete_namespaced_replication_controller (line 12936) | def delete_namespaced_replication_controller(self, name, namespace, **... method delete_namespaced_replication_controller_with_http_info (line 12969) | def delete_namespaced_replication_controller_with_http_info(self, name... method delete_namespaced_resource_quota (line 13094) | def delete_namespaced_resource_quota(self, name, namespace, **kwargs):... method delete_namespaced_resource_quota_with_http_info (line 13127) | def delete_namespaced_resource_quota_with_http_info(self, name, namesp... method delete_namespaced_secret (line 13252) | def delete_namespaced_secret(self, name, namespace, **kwargs): # noqa... method delete_namespaced_secret_with_http_info (line 13285) | def delete_namespaced_secret_with_http_info(self, name, namespace, **k... method delete_namespaced_service (line 13410) | def delete_namespaced_service(self, name, namespace, **kwargs): # noq... method delete_namespaced_service_with_http_info (line 13443) | def delete_namespaced_service_with_http_info(self, name, namespace, **... method delete_namespaced_service_account (line 13568) | def delete_namespaced_service_account(self, name, namespace, **kwargs)... method delete_namespaced_service_account_with_http_info (line 13601) | def delete_namespaced_service_account_with_http_info(self, name, names... method delete_node (line 13726) | def delete_node(self, name, **kwargs): # noqa: E501 method delete_node_with_http_info (line 13758) | def delete_node_with_http_info(self, name, **kwargs): # noqa: E501 method delete_persistent_volume (line 13875) | def delete_persistent_volume(self, name, **kwargs): # noqa: E501 method delete_persistent_volume_with_http_info (line 13907) | def delete_persistent_volume_with_http_info(self, name, **kwargs): # ... method get_api_resources (line 14024) | def get_api_resources(self, **kwargs): # noqa: E501 method get_api_resources_with_http_info (line 14048) | def get_api_resources_with_http_info(self, **kwargs): # noqa: E501 method list_component_status (line 14129) | def list_component_status(self, **kwargs): # noqa: E501 method list_component_status_with_http_info (line 14164) | def list_component_status_with_http_info(self, **kwargs): # noqa: E501 method list_config_map_for_all_namespaces (line 14289) | def list_config_map_for_all_namespaces(self, **kwargs): # noqa: E501 method list_config_map_for_all_namespaces_with_http_info (line 14324) | def list_config_map_for_all_namespaces_with_http_info(self, **kwargs):... method list_endpoints_for_all_namespaces (line 14449) | def list_endpoints_for_all_namespaces(self, **kwargs): # noqa: E501 method list_endpoints_for_all_namespaces_with_http_info (line 14484) | def list_endpoints_for_all_namespaces_with_http_info(self, **kwargs): ... method list_event_for_all_namespaces (line 14609) | def list_event_for_all_namespaces(self, **kwargs): # noqa: E501 method list_event_for_all_namespaces_with_http_info (line 14644) | def list_event_for_all_namespaces_with_http_info(self, **kwargs): # n... method list_limit_range_for_all_namespaces (line 14769) | def list_limit_range_for_all_namespaces(self, **kwargs): # noqa: E501 method list_limit_range_for_all_namespaces_with_http_info (line 14804) | def list_limit_range_for_all_namespaces_with_http_info(self, **kwargs)... method list_namespace (line 14929) | def list_namespace(self, **kwargs): # noqa: E501 method list_namespace_with_http_info (line 14964) | def list_namespace_with_http_info(self, **kwargs): # noqa: E501 method list_namespaced_config_map (line 15089) | def list_namespaced_config_map(self, namespace, **kwargs): # noqa: E501 method list_namespaced_config_map_with_http_info (line 15125) | def list_namespaced_config_map_with_http_info(self, namespace, **kwarg... method list_namespaced_endpoints (line 15258) | def list_namespaced_endpoints(self, namespace, **kwargs): # noqa: E501 method list_namespaced_endpoints_with_http_info (line 15294) | def list_namespaced_endpoints_with_http_info(self, namespace, **kwargs... method list_namespaced_event (line 15427) | def list_namespaced_event(self, namespace, **kwargs): # noqa: E501 method list_namespaced_event_with_http_info (line 15463) | def list_namespaced_event_with_http_info(self, namespace, **kwargs): ... method list_namespaced_limit_range (line 15596) | def list_namespaced_limit_range(self, namespace, **kwargs): # noqa: E501 method list_namespaced_limit_range_with_http_info (line 15632) | def list_namespaced_limit_range_with_http_info(self, namespace, **kwar... method list_namespaced_persistent_volume_claim (line 15765) | def list_namespaced_persistent_volume_claim(self, namespace, **kwargs)... method list_namespaced_persistent_volume_claim_with_http_info (line 15801) | def list_namespaced_persistent_volume_claim_with_http_info(self, names... method list_namespaced_pod (line 15934) | def list_namespaced_pod(self, namespace, **kwargs): # noqa: E501 method list_namespaced_pod_with_http_info (line 15970) | def list_namespaced_pod_with_http_info(self, namespace, **kwargs): # ... method list_namespaced_pod_template (line 16103) | def list_namespaced_pod_template(self, namespace, **kwargs): # noqa: ... method list_namespaced_pod_template_with_http_info (line 16139) | def list_namespaced_pod_template_with_http_info(self, namespace, **kwa... method list_namespaced_replication_controller (line 16272) | def list_namespaced_replication_controller(self, namespace, **kwargs):... method list_namespaced_replication_controller_with_http_info (line 16308) | def list_namespaced_replication_controller_with_http_info(self, namesp... method list_namespaced_resource_quota (line 16441) | def list_namespaced_resource_quota(self, namespace, **kwargs): # noqa... method list_namespaced_resource_quota_with_http_info (line 16477) | def list_namespaced_resource_quota_with_http_info(self, namespace, **k... method list_namespaced_secret (line 16610) | def list_namespaced_secret(self, namespace, **kwargs): # noqa: E501 method list_namespaced_secret_with_http_info (line 16646) | def list_namespaced_secret_with_http_info(self, namespace, **kwargs): ... method list_namespaced_service (line 16779) | def list_namespaced_service(self, namespace, **kwargs): # noqa: E501 method list_namespaced_service_with_http_info (line 16815) | def list_namespaced_service_with_http_info(self, namespace, **kwargs):... method list_namespaced_service_account (line 16948) | def list_namespaced_service_account(self, namespace, **kwargs): # noq... method list_namespaced_service_account_with_http_info (line 16984) | def list_namespaced_service_account_with_http_info(self, namespace, **... method list_node (line 17117) | def list_node(self, **kwargs): # noqa: E501 method list_node_with_http_info (line 17152) | def list_node_with_http_info(self, **kwargs): # noqa: E501 method list_persistent_volume (line 17277) | def list_persistent_volume(self, **kwargs): # noqa: E501 method list_persistent_volume_with_http_info (line 17312) | def list_persistent_volume_with_http_info(self, **kwargs): # noqa: E501 method list_persistent_volume_claim_for_all_namespaces (line 17437) | def list_persistent_volume_claim_for_all_namespaces(self, **kwargs): ... method list_persistent_volume_claim_for_all_namespaces_with_http_info (line 17472) | def list_persistent_volume_claim_for_all_namespaces_with_http_info(sel... method list_pod_for_all_namespaces (line 17597) | def list_pod_for_all_namespaces(self, **kwargs): # noqa: E501 method list_pod_for_all_namespaces_with_http_info (line 17632) | def list_pod_for_all_namespaces_with_http_info(self, **kwargs): # noq... method list_pod_template_for_all_namespaces (line 17757) | def list_pod_template_for_all_namespaces(self, **kwargs): # noqa: E501 method list_pod_template_for_all_namespaces_with_http_info (line 17792) | def list_pod_template_for_all_namespaces_with_http_info(self, **kwargs... method list_replication_controller_for_all_namespaces (line 17917) | def list_replication_controller_for_all_namespaces(self, **kwargs): #... method list_replication_controller_for_all_namespaces_with_http_info (line 17952) | def list_replication_controller_for_all_namespaces_with_http_info(self... method list_resource_quota_for_all_namespaces (line 18077) | def list_resource_quota_for_all_namespaces(self, **kwargs): # noqa: E501 method list_resource_quota_for_all_namespaces_with_http_info (line 18112) | def list_resource_quota_for_all_namespaces_with_http_info(self, **kwar... method list_secret_for_all_namespaces (line 18237) | def list_secret_for_all_namespaces(self, **kwargs): # noqa: E501 method list_secret_for_all_namespaces_with_http_info (line 18272) | def list_secret_for_all_namespaces_with_http_info(self, **kwargs): # ... method list_service_account_for_all_namespaces (line 18397) | def list_service_account_for_all_namespaces(self, **kwargs): # noqa: ... method list_service_account_for_all_namespaces_with_http_info (line 18432) | def list_service_account_for_all_namespaces_with_http_info(self, **kwa... method list_service_for_all_namespaces (line 18557) | def list_service_for_all_namespaces(self, **kwargs): # noqa: E501 method list_service_for_all_namespaces_with_http_info (line 18592) | def list_service_for_all_namespaces_with_http_info(self, **kwargs): #... method patch_namespace (line 18717) | def patch_namespace(self, name, body, **kwargs): # noqa: E501 method patch_namespace_with_http_info (line 18748) | def patch_namespace_with_http_info(self, name, body, **kwargs): # noq... method patch_namespace_status (line 18869) | def patch_namespace_status(self, name, body, **kwargs): # noqa: E501 method patch_namespace_status_with_http_info (line 18900) | def patch_namespace_status_with_http_info(self, name, body, **kwargs):... method patch_namespaced_config_map (line 19021) | def patch_namespaced_config_map(self, name, namespace, body, **kwargs)... method patch_namespaced_config_map_with_http_info (line 19053) | def patch_namespaced_config_map_with_http_info(self, name, namespace, ... method patch_namespaced_endpoints (line 19182) | def patch_namespaced_endpoints(self, name, namespace, body, **kwargs):... method patch_namespaced_endpoints_with_http_info (line 19214) | def patch_namespaced_endpoints_with_http_info(self, name, namespace, b... method patch_namespaced_event (line 19343) | def patch_namespaced_event(self, name, namespace, body, **kwargs): # ... method patch_namespaced_event_with_http_info (line 19375) | def patch_namespaced_event_with_http_info(self, name, namespace, body,... method patch_namespaced_limit_range (line 19504) | def patch_namespaced_limit_range(self, name, namespace, body, **kwargs... method patch_namespaced_limit_range_with_http_info (line 19536) | def patch_namespaced_limit_range_with_http_info(self, name, namespace,... method patch_namespaced_persistent_volume_claim (line 19665) | def patch_namespaced_persistent_volume_claim(self, name, namespace, bo... method patch_namespaced_persistent_volume_claim_with_http_info (line 19697) | def patch_namespaced_persistent_volume_claim_with_http_info(self, name... method patch_namespaced_persistent_volume_claim_status (line 19826) | def patch_namespaced_persistent_volume_claim_status(self, name, namesp... method patch_namespaced_persistent_volume_claim_status_with_http_info (line 19858) | def patch_namespaced_persistent_volume_claim_status_with_http_info(sel... method patch_namespaced_pod (line 19987) | def patch_namespaced_pod(self, name, namespace, body, **kwargs): # no... method patch_namespaced_pod_with_http_info (line 20019) | def patch_namespaced_pod_with_http_info(self, name, namespace, body, *... method patch_namespaced_pod_ephemeralcontainers (line 20148) | def patch_namespaced_pod_ephemeralcontainers(self, name, namespace, bo... method patch_namespaced_pod_ephemeralcontainers_with_http_info (line 20180) | def patch_namespaced_pod_ephemeralcontainers_with_http_info(self, name... method patch_namespaced_pod_resize (line 20309) | def patch_namespaced_pod_resize(self, name, namespace, body, **kwargs)... method patch_namespaced_pod_resize_with_http_info (line 20341) | def patch_namespaced_pod_resize_with_http_info(self, name, namespace, ... method patch_namespaced_pod_status (line 20470) | def patch_namespaced_pod_status(self, name, namespace, body, **kwargs)... method patch_namespaced_pod_status_with_http_info (line 20502) | def patch_namespaced_pod_status_with_http_info(self, name, namespace, ... method patch_namespaced_pod_template (line 20631) | def patch_namespaced_pod_template(self, name, namespace, body, **kwarg... method patch_namespaced_pod_template_with_http_info (line 20663) | def patch_namespaced_pod_template_with_http_info(self, name, namespace... method patch_namespaced_replication_controller (line 20792) | def patch_namespaced_replication_controller(self, name, namespace, bod... method patch_namespaced_replication_controller_with_http_info (line 20824) | def patch_namespaced_replication_controller_with_http_info(self, name,... method patch_namespaced_replication_controller_scale (line 20953) | def patch_namespaced_replication_controller_scale(self, name, namespac... method patch_namespaced_replication_controller_scale_with_http_info (line 20985) | def patch_namespaced_replication_controller_scale_with_http_info(self,... method patch_namespaced_replication_controller_status (line 21114) | def patch_namespaced_replication_controller_status(self, name, namespa... method patch_namespaced_replication_controller_status_with_http_info (line 21146) | def patch_namespaced_replication_controller_status_with_http_info(self... method patch_namespaced_resource_quota (line 21275) | def patch_namespaced_resource_quota(self, name, namespace, body, **kwa... method patch_namespaced_resource_quota_with_http_info (line 21307) | def patch_namespaced_resource_quota_with_http_info(self, name, namespa... method patch_namespaced_resource_quota_status (line 21436) | def patch_namespaced_resource_quota_status(self, name, namespace, body... method patch_namespaced_resource_quota_status_with_http_info (line 21468) | def patch_namespaced_resource_quota_status_with_http_info(self, name, ... method patch_namespaced_secret (line 21597) | def patch_namespaced_secret(self, name, namespace, body, **kwargs): #... method patch_namespaced_secret_with_http_info (line 21629) | def patch_namespaced_secret_with_http_info(self, name, namespace, body... method patch_namespaced_service (line 21758) | def patch_namespaced_service(self, name, namespace, body, **kwargs): ... method patch_namespaced_service_with_http_info (line 21790) | def patch_namespaced_service_with_http_info(self, name, namespace, bod... method patch_namespaced_service_account (line 21919) | def patch_namespaced_service_account(self, name, namespace, body, **kw... method patch_namespaced_service_account_with_http_info (line 21951) | def patch_namespaced_service_account_with_http_info(self, name, namesp... method patch_namespaced_service_status (line 22080) | def patch_namespaced_service_status(self, name, namespace, body, **kwa... method patch_namespaced_service_status_with_http_info (line 22112) | def patch_namespaced_service_status_with_http_info(self, name, namespa... method patch_node (line 22241) | def patch_node(self, name, body, **kwargs): # noqa: E501 method patch_node_with_http_info (line 22272) | def patch_node_with_http_info(self, name, body, **kwargs): # noqa: E501 method patch_node_status (line 22393) | def patch_node_status(self, name, body, **kwargs): # noqa: E501 method patch_node_status_with_http_info (line 22424) | def patch_node_status_with_http_info(self, name, body, **kwargs): # n... method patch_persistent_volume (line 22545) | def patch_persistent_volume(self, name, body, **kwargs): # noqa: E501 method patch_persistent_volume_with_http_info (line 22576) | def patch_persistent_volume_with_http_info(self, name, body, **kwargs)... method patch_persistent_volume_status (line 22697) | def patch_persistent_volume_status(self, name, body, **kwargs): # noq... method patch_persistent_volume_status_with_http_info (line 22728) | def patch_persistent_volume_status_with_http_info(self, name, body, **... method read_component_status (line 22849) | def read_component_status(self, name, **kwargs): # noqa: E501 method read_component_status_with_http_info (line 22875) | def read_component_status_with_http_info(self, name, **kwargs): # noq... method read_namespace (line 22968) | def read_namespace(self, name, **kwargs): # noqa: E501 method read_namespace_with_http_info (line 22994) | def read_namespace_with_http_info(self, name, **kwargs): # noqa: E501 method read_namespace_status (line 23087) | def read_namespace_status(self, name, **kwargs): # noqa: E501 method read_namespace_status_with_http_info (line 23113) | def read_namespace_status_with_http_info(self, name, **kwargs): # noq... method read_namespaced_config_map (line 23206) | def read_namespaced_config_map(self, name, namespace, **kwargs): # no... method read_namespaced_config_map_with_http_info (line 23233) | def read_namespaced_config_map_with_http_info(self, name, namespace, *... method read_namespaced_endpoints (line 23334) | def read_namespaced_endpoints(self, name, namespace, **kwargs): # noq... method read_namespaced_endpoints_with_http_info (line 23361) | def read_namespaced_endpoints_with_http_info(self, name, namespace, **... method read_namespaced_event (line 23462) | def read_namespaced_event(self, name, namespace, **kwargs): # noqa: E501 method read_namespaced_event_with_http_info (line 23489) | def read_namespaced_event_with_http_info(self, name, namespace, **kwar... method read_namespaced_limit_range (line 23590) | def read_namespaced_limit_range(self, name, namespace, **kwargs): # n... method read_namespaced_limit_range_with_http_info (line 23617) | def read_namespaced_limit_range_with_http_info(self, name, namespace, ... method read_namespaced_persistent_volume_claim (line 23718) | def read_namespaced_persistent_volume_claim(self, name, namespace, **k... method read_namespaced_persistent_volume_claim_with_http_info (line 23745) | def read_namespaced_persistent_volume_claim_with_http_info(self, name,... method read_namespaced_persistent_volume_claim_status (line 23846) | def read_namespaced_persistent_volume_claim_status(self, name, namespa... method read_namespaced_persistent_volume_claim_status_with_http_info (line 23873) | def read_namespaced_persistent_volume_claim_status_with_http_info(self... method read_namespaced_pod (line 23974) | def read_namespaced_pod(self, name, namespace, **kwargs): # noqa: E501 method read_namespaced_pod_with_http_info (line 24001) | def read_namespaced_pod_with_http_info(self, name, namespace, **kwargs... method read_namespaced_pod_ephemeralcontainers (line 24102) | def read_namespaced_pod_ephemeralcontainers(self, name, namespace, **k... method read_namespaced_pod_ephemeralcontainers_with_http_info (line 24129) | def read_namespaced_pod_ephemeralcontainers_with_http_info(self, name,... method read_namespaced_pod_log (line 24230) | def read_namespaced_pod_log(self, name, namespace, **kwargs): # noqa:... method read_namespaced_pod_log_with_http_info (line 24266) | def read_namespaced_pod_log_with_http_info(self, name, namespace, **kw... method read_namespaced_pod_resize (line 24403) | def read_namespaced_pod_resize(self, name, namespace, **kwargs): # no... method read_namespaced_pod_resize_with_http_info (line 24430) | def read_namespaced_pod_resize_with_http_info(self, name, namespace, *... method read_namespaced_pod_status (line 24531) | def read_namespaced_pod_status(self, name, namespace, **kwargs): # no... method read_namespaced_pod_status_with_http_info (line 24558) | def read_namespaced_pod_status_with_http_info(self, name, namespace, *... method read_namespaced_pod_template (line 24659) | def read_namespaced_pod_template(self, name, namespace, **kwargs): # ... method read_namespaced_pod_template_with_http_info (line 24686) | def read_namespaced_pod_template_with_http_info(self, name, namespace,... method read_namespaced_replication_controller (line 24787) | def read_namespaced_replication_controller(self, name, namespace, **kw... method read_namespaced_replication_controller_with_http_info (line 24814) | def read_namespaced_replication_controller_with_http_info(self, name, ... method read_namespaced_replication_controller_scale (line 24915) | def read_namespaced_replication_controller_scale(self, name, namespace... method read_namespaced_replication_controller_scale_with_http_info (line 24942) | def read_namespaced_replication_controller_scale_with_http_info(self, ... method read_namespaced_replication_controller_status (line 25043) | def read_namespaced_replication_controller_status(self, name, namespac... method read_namespaced_replication_controller_status_with_http_info (line 25070) | def read_namespaced_replication_controller_status_with_http_info(self,... method read_namespaced_resource_quota (line 25171) | def read_namespaced_resource_quota(self, name, namespace, **kwargs): ... method read_namespaced_resource_quota_with_http_info (line 25198) | def read_namespaced_resource_quota_with_http_info(self, name, namespac... method read_namespaced_resource_quota_status (line 25299) | def read_namespaced_resource_quota_status(self, name, namespace, **kwa... method read_namespaced_resource_quota_status_with_http_info (line 25326) | def read_namespaced_resource_quota_status_with_http_info(self, name, n... method read_namespaced_secret (line 25427) | def read_namespaced_secret(self, name, namespace, **kwargs): # noqa: ... method read_namespaced_secret_with_http_info (line 25454) | def read_namespaced_secret_with_http_info(self, name, namespace, **kwa... method read_namespaced_service (line 25555) | def read_namespaced_service(self, name, namespace, **kwargs): # noqa:... method read_namespaced_service_with_http_info (line 25582) | def read_namespaced_service_with_http_info(self, name, namespace, **kw... method read_namespaced_service_account (line 25683) | def read_namespaced_service_account(self, name, namespace, **kwargs): ... method read_namespaced_service_account_with_http_info (line 25710) | def read_namespaced_service_account_with_http_info(self, name, namespa... method read_namespaced_service_status (line 25811) | def read_namespaced_service_status(self, name, namespace, **kwargs): ... method read_namespaced_service_status_with_http_info (line 25838) | def read_namespaced_service_status_with_http_info(self, name, namespac... method read_node (line 25939) | def read_node(self, name, **kwargs): # noqa: E501 method read_node_with_http_info (line 25965) | def read_node_with_http_info(self, name, **kwargs): # noqa: E501 method read_node_status (line 26058) | def read_node_status(self, name, **kwargs): # noqa: E501 method read_node_status_with_http_info (line 26084) | def read_node_status_with_http_info(self, name, **kwargs): # noqa: E501 method read_persistent_volume (line 26177) | def read_persistent_volume(self, name, **kwargs): # noqa: E501 method read_persistent_volume_with_http_info (line 26203) | def read_persistent_volume_with_http_info(self, name, **kwargs): # no... method read_persistent_volume_status (line 26296) | def read_persistent_volume_status(self, name, **kwargs): # noqa: E501 method read_persistent_volume_status_with_http_info (line 26322) | def read_persistent_volume_status_with_http_info(self, name, **kwargs)... method replace_namespace (line 26415) | def replace_namespace(self, name, body, **kwargs): # noqa: E501 method replace_namespace_with_http_info (line 26445) | def replace_namespace_with_http_info(self, name, body, **kwargs): # n... method replace_namespace_finalize (line 26558) | def replace_namespace_finalize(self, name, body, **kwargs): # noqa: E501 method replace_namespace_finalize_with_http_info (line 26588) | def replace_namespace_finalize_with_http_info(self, name, body, **kwar... method replace_namespace_status (line 26701) | def replace_namespace_status(self, name, body, **kwargs): # noqa: E501 method replace_namespace_status_with_http_info (line 26731) | def replace_namespace_status_with_http_info(self, name, body, **kwargs... method replace_namespaced_config_map (line 26844) | def replace_namespaced_config_map(self, name, namespace, body, **kwarg... method replace_namespaced_config_map_with_http_info (line 26875) | def replace_namespaced_config_map_with_http_info(self, name, namespace... method replace_namespaced_endpoints (line 26996) | def replace_namespaced_endpoints(self, name, namespace, body, **kwargs... method replace_namespaced_endpoints_with_http_info (line 27027) | def replace_namespaced_endpoints_with_http_info(self, name, namespace,... method replace_namespaced_event (line 27148) | def replace_namespaced_event(self, name, namespace, body, **kwargs): ... method replace_namespaced_event_with_http_info (line 27179) | def replace_namespaced_event_with_http_info(self, name, namespace, bod... method replace_namespaced_limit_range (line 27300) | def replace_namespaced_limit_range(self, name, namespace, body, **kwar... method replace_namespaced_limit_range_with_http_info (line 27331) | def replace_namespaced_limit_range_with_http_info(self, name, namespac... method replace_namespaced_persistent_volume_claim (line 27452) | def replace_namespaced_persistent_volume_claim(self, name, namespace, ... method replace_namespaced_persistent_volume_claim_with_http_info (line 27483) | def replace_namespaced_persistent_volume_claim_with_http_info(self, na... method replace_namespaced_persistent_volume_claim_status (line 27604) | def replace_namespaced_persistent_volume_claim_status(self, name, name... method replace_namespaced_persistent_volume_claim_status_with_http_info (line 27635) | def replace_namespaced_persistent_volume_claim_status_with_http_info(s... method replace_namespaced_pod (line 27756) | def replace_namespaced_pod(self, name, namespace, body, **kwargs): # ... method replace_namespaced_pod_with_http_info (line 27787) | def replace_namespaced_pod_with_http_info(self, name, namespace, body,... method replace_namespaced_pod_ephemeralcontainers (line 27908) | def replace_namespaced_pod_ephemeralcontainers(self, name, namespace, ... method replace_namespaced_pod_ephemeralcontainers_with_http_info (line 27939) | def replace_namespaced_pod_ephemeralcontainers_with_http_info(self, na... method replace_namespaced_pod_resize (line 28060) | def replace_namespaced_pod_resize(self, name, namespace, body, **kwarg... method replace_namespaced_pod_resize_with_http_info (line 28091) | def replace_namespaced_pod_resize_with_http_info(self, name, namespace... method replace_namespaced_pod_status (line 28212) | def replace_namespaced_pod_status(self, name, namespace, body, **kwarg... method replace_namespaced_pod_status_with_http_info (line 28243) | def replace_namespaced_pod_status_with_http_info(self, name, namespace... method replace_namespaced_pod_template (line 28364) | def replace_namespaced_pod_template(self, name, namespace, body, **kwa... method replace_namespaced_pod_template_with_http_info (line 28395) | def replace_namespaced_pod_template_with_http_info(self, name, namespa... method replace_namespaced_replication_controller (line 28516) | def replace_namespaced_replication_controller(self, name, namespace, b... method replace_namespaced_replication_controller_with_http_info (line 28547) | def replace_namespaced_replication_controller_with_http_info(self, nam... method replace_namespaced_replication_controller_scale (line 28668) | def replace_namespaced_replication_controller_scale(self, name, namesp... method replace_namespaced_replication_controller_scale_with_http_info (line 28699) | def replace_namespaced_replication_controller_scale_with_http_info(sel... method replace_namespaced_replication_controller_status (line 28820) | def replace_namespaced_replication_controller_status(self, name, names... method replace_namespaced_replication_controller_status_with_http_info (line 28851) | def replace_namespaced_replication_controller_status_with_http_info(se... method replace_namespaced_resource_quota (line 28972) | def replace_namespaced_resource_quota(self, name, namespace, body, **k... method replace_namespaced_resource_quota_with_http_info (line 29003) | def replace_namespaced_resource_quota_with_http_info(self, name, names... method replace_namespaced_resource_quota_status (line 29124) | def replace_namespaced_resource_quota_status(self, name, namespace, bo... method replace_namespaced_resource_quota_status_with_http_info (line 29155) | def replace_namespaced_resource_quota_status_with_http_info(self, name... method replace_namespaced_secret (line 29276) | def replace_namespaced_secret(self, name, namespace, body, **kwargs): ... method replace_namespaced_secret_with_http_info (line 29307) | def replace_namespaced_secret_with_http_info(self, name, namespace, bo... method replace_namespaced_service (line 29428) | def replace_namespaced_service(self, name, namespace, body, **kwargs):... method replace_namespaced_service_with_http_info (line 29459) | def replace_namespaced_service_with_http_info(self, name, namespace, b... method replace_namespaced_service_account (line 29580) | def replace_namespaced_service_account(self, name, namespace, body, **... method replace_namespaced_service_account_with_http_info (line 29611) | def replace_namespaced_service_account_with_http_info(self, name, name... method replace_namespaced_service_status (line 29732) | def replace_namespaced_service_status(self, name, namespace, body, **k... method replace_namespaced_service_status_with_http_info (line 29763) | def replace_namespaced_service_status_with_http_info(self, name, names... method replace_node (line 29884) | def replace_node(self, name, body, **kwargs): # noqa: E501 method replace_node_with_http_info (line 29914) | def replace_node_with_http_info(self, name, body, **kwargs): # noqa: ... method replace_node_status (line 30027) | def replace_node_status(self, name, body, **kwargs): # noqa: E501 method replace_node_status_with_http_info (line 30057) | def replace_node_status_with_http_info(self, name, body, **kwargs): #... method replace_persistent_volume (line 30170) | def replace_persistent_volume(self, name, body, **kwargs): # noqa: E501 method replace_persistent_volume_with_http_info (line 30200) | def replace_persistent_volume_with_http_info(self, name, body, **kwarg... method replace_persistent_volume_status (line 30313) | def replace_persistent_volume_status(self, name, body, **kwargs): # n... method replace_persistent_volume_status_with_http_info (line 30343) | def replace_persistent_volume_status_with_http_info(self, name, body, ... FILE: kubernetes/client/api/custom_objects_api.py class CustomObjectsApi (line 27) | class CustomObjectsApi(object): method __init__ (line 34) | def __init__(self, api_client=None): method create_cluster_custom_object (line 39) | def create_cluster_custom_object(self, group, version, plural, body, *... method create_cluster_custom_object_with_http_info (line 71) | def create_cluster_custom_object_with_http_info(self, group, version, ... method create_namespaced_custom_object (line 200) | def create_namespaced_custom_object(self, group, version, namespace, p... method create_namespaced_custom_object_with_http_info (line 233) | def create_namespaced_custom_object_with_http_info(self, group, versio... method delete_cluster_custom_object (line 370) | def delete_cluster_custom_object(self, group, version, plural, name, *... method delete_cluster_custom_object_with_http_info (line 403) | def delete_cluster_custom_object_with_http_info(self, group, version, ... method delete_collection_cluster_custom_object (line 536) | def delete_collection_cluster_custom_object(self, group, version, plur... method delete_collection_cluster_custom_object_with_http_info (line 570) | def delete_collection_cluster_custom_object_with_http_info(self, group... method delete_collection_namespaced_custom_object (line 703) | def delete_collection_namespaced_custom_object(self, group, version, n... method delete_collection_namespaced_custom_object_with_http_info (line 739) | def delete_collection_namespaced_custom_object_with_http_info(self, gr... method delete_namespaced_custom_object (line 884) | def delete_namespaced_custom_object(self, group, version, namespace, p... method delete_namespaced_custom_object_with_http_info (line 918) | def delete_namespaced_custom_object_with_http_info(self, group, versio... method get_api_resources (line 1059) | def get_api_resources(self, group, version, **kwargs): # noqa: E501 method get_api_resources_with_http_info (line 1085) | def get_api_resources_with_http_info(self, group, version, **kwargs): ... method get_cluster_custom_object (line 1182) | def get_cluster_custom_object(self, group, version, plural, name, **kw... method get_cluster_custom_object_with_http_info (line 1210) | def get_cluster_custom_object_with_http_info(self, group, version, plu... method get_cluster_custom_object_scale (line 1323) | def get_cluster_custom_object_scale(self, group, version, plural, name... method get_cluster_custom_object_scale_with_http_info (line 1351) | def get_cluster_custom_object_scale_with_http_info(self, group, versio... method get_cluster_custom_object_status (line 1464) | def get_cluster_custom_object_status(self, group, version, plural, nam... method get_cluster_custom_object_status_with_http_info (line 1492) | def get_cluster_custom_object_status_with_http_info(self, group, versi... method get_namespaced_custom_object (line 1605) | def get_namespaced_custom_object(self, group, version, namespace, plur... method get_namespaced_custom_object_with_http_info (line 1634) | def get_namespaced_custom_object_with_http_info(self, group, version, ... method get_namespaced_custom_object_scale (line 1755) | def get_namespaced_custom_object_scale(self, group, version, namespace... method get_namespaced_custom_object_scale_with_http_info (line 1784) | def get_namespaced_custom_object_scale_with_http_info(self, group, ver... method get_namespaced_custom_object_status (line 1905) | def get_namespaced_custom_object_status(self, group, version, namespac... method get_namespaced_custom_object_status_with_http_info (line 1934) | def get_namespaced_custom_object_status_with_http_info(self, group, ve... method list_cluster_custom_object (line 2055) | def list_cluster_custom_object(self, group, version, plural, **kwargs)... method list_cluster_custom_object_with_http_info (line 2092) | def list_cluster_custom_object_with_http_info(self, group, version, pl... method list_custom_object_for_all_namespaces (line 2237) | def list_custom_object_for_all_namespaces(self, group, version, resour... method list_custom_object_for_all_namespaces_with_http_info (line 2274) | def list_custom_object_for_all_namespaces_with_http_info(self, group, ... method list_namespaced_custom_object (line 2419) | def list_namespaced_custom_object(self, group, version, namespace, plu... method list_namespaced_custom_object_with_http_info (line 2457) | def list_namespaced_custom_object_with_http_info(self, group, version,... method patch_cluster_custom_object (line 2610) | def patch_cluster_custom_object(self, group, version, plural, name, bo... method patch_cluster_custom_object_with_http_info (line 2643) | def patch_cluster_custom_object_with_http_info(self, group, version, p... method patch_cluster_custom_object_scale (line 2784) | def patch_cluster_custom_object_scale(self, group, version, plural, na... method patch_cluster_custom_object_scale_with_http_info (line 2817) | def patch_cluster_custom_object_scale_with_http_info(self, group, vers... method patch_cluster_custom_object_status (line 2958) | def patch_cluster_custom_object_status(self, group, version, plural, n... method patch_cluster_custom_object_status_with_http_info (line 2991) | def patch_cluster_custom_object_status_with_http_info(self, group, ver... method patch_namespaced_custom_object (line 3132) | def patch_namespaced_custom_object(self, group, version, namespace, pl... method patch_namespaced_custom_object_with_http_info (line 3166) | def patch_namespaced_custom_object_with_http_info(self, group, version... method patch_namespaced_custom_object_scale (line 3315) | def patch_namespaced_custom_object_scale(self, group, version, namespa... method patch_namespaced_custom_object_scale_with_http_info (line 3349) | def patch_namespaced_custom_object_scale_with_http_info(self, group, v... method patch_namespaced_custom_object_status (line 3498) | def patch_namespaced_custom_object_status(self, group, version, namesp... method patch_namespaced_custom_object_status_with_http_info (line 3532) | def patch_namespaced_custom_object_status_with_http_info(self, group, ... method replace_cluster_custom_object (line 3681) | def replace_cluster_custom_object(self, group, version, plural, name, ... method replace_cluster_custom_object_with_http_info (line 3713) | def replace_cluster_custom_object_with_http_info(self, group, version,... method replace_cluster_custom_object_scale (line 3846) | def replace_cluster_custom_object_scale(self, group, version, plural, ... method replace_cluster_custom_object_scale_with_http_info (line 3878) | def replace_cluster_custom_object_scale_with_http_info(self, group, ve... method replace_cluster_custom_object_status (line 4011) | def replace_cluster_custom_object_status(self, group, version, plural,... method replace_cluster_custom_object_status_with_http_info (line 4043) | def replace_cluster_custom_object_status_with_http_info(self, group, v... method replace_namespaced_custom_object (line 4176) | def replace_namespaced_custom_object(self, group, version, namespace, ... method replace_namespaced_custom_object_with_http_info (line 4209) | def replace_namespaced_custom_object_with_http_info(self, group, versi... method replace_namespaced_custom_object_scale (line 4350) | def replace_namespaced_custom_object_scale(self, group, version, names... method replace_namespaced_custom_object_scale_with_http_info (line 4383) | def replace_namespaced_custom_object_scale_with_http_info(self, group,... method replace_namespaced_custom_object_status (line 4524) | def replace_namespaced_custom_object_status(self, group, version, name... method replace_namespaced_custom_object_status_with_http_info (line 4557) | def replace_namespaced_custom_object_status_with_http_info(self, group... FILE: kubernetes/client/api/discovery_api.py class DiscoveryApi (line 27) | class DiscoveryApi(object): method __init__ (line 34) | def __init__(self, api_client=None): method get_api_group (line 39) | def get_api_group(self, **kwargs): # noqa: E501 method get_api_group_with_http_info (line 63) | def get_api_group_with_http_info(self, **kwargs): # noqa: E501 FILE: kubernetes/client/api/discovery_v1_api.py class DiscoveryV1Api (line 27) | class DiscoveryV1Api(object): method __init__ (line 34) | def __init__(self, api_client=None): method create_namespaced_endpoint_slice (line 39) | def create_namespaced_endpoint_slice(self, namespace, body, **kwargs):... method create_namespaced_endpoint_slice_with_http_info (line 69) | def create_namespaced_endpoint_slice_with_http_info(self, namespace, b... method delete_collection_namespaced_endpoint_slice (line 182) | def delete_collection_namespaced_endpoint_slice(self, namespace, **kwa... method delete_collection_namespaced_endpoint_slice_with_http_info (line 222) | def delete_collection_namespaced_endpoint_slice_with_http_info(self, n... method delete_namespaced_endpoint_slice (line 371) | def delete_namespaced_endpoint_slice(self, name, namespace, **kwargs):... method delete_namespaced_endpoint_slice_with_http_info (line 404) | def delete_namespaced_endpoint_slice_with_http_info(self, name, namesp... method get_api_resources (line 529) | def get_api_resources(self, **kwargs): # noqa: E501 method get_api_resources_with_http_info (line 553) | def get_api_resources_with_http_info(self, **kwargs): # noqa: E501 method list_endpoint_slice_for_all_namespaces (line 634) | def list_endpoint_slice_for_all_namespaces(self, **kwargs): # noqa: E501 method list_endpoint_slice_for_all_namespaces_with_http_info (line 669) | def list_endpoint_slice_for_all_namespaces_with_http_info(self, **kwar... method list_namespaced_endpoint_slice (line 794) | def list_namespaced_endpoint_slice(self, namespace, **kwargs): # noqa... method list_namespaced_endpoint_slice_with_http_info (line 830) | def list_namespaced_endpoint_slice_with_http_info(self, namespace, **k... method patch_namespaced_endpoint_slice (line 963) | def patch_namespaced_endpoint_slice(self, name, namespace, body, **kwa... method patch_namespaced_endpoint_slice_with_http_info (line 995) | def patch_namespaced_endpoint_slice_with_http_info(self, name, namespa... method read_namespaced_endpoint_slice (line 1124) | def read_namespaced_endpoint_slice(self, name, namespace, **kwargs): ... method read_namespaced_endpoint_slice_with_http_info (line 1151) | def read_namespaced_endpoint_slice_with_http_info(self, name, namespac... method replace_namespaced_endpoint_slice (line 1252) | def replace_namespaced_endpoint_slice(self, name, namespace, body, **k... method replace_namespaced_endpoint_slice_with_http_info (line 1283) | def replace_namespaced_endpoint_slice_with_http_info(self, name, names... FILE: kubernetes/client/api/events_api.py class EventsApi (line 27) | class EventsApi(object): method __init__ (line 34) | def __init__(self, api_client=None): method get_api_group (line 39) | def get_api_group(self, **kwargs): # noqa: E501 method get_api_group_with_http_info (line 63) | def get_api_group_with_http_info(self, **kwargs): # noqa: E501 FILE: kubernetes/client/api/events_v1_api.py class EventsV1Api (line 27) | class EventsV1Api(object): method __init__ (line 34) | def __init__(self, api_client=None): method create_namespaced_event (line 39) | def create_namespaced_event(self, namespace, body, **kwargs): # noqa:... method create_namespaced_event_with_http_info (line 69) | def create_namespaced_event_with_http_info(self, namespace, body, **kw... method delete_collection_namespaced_event (line 182) | def delete_collection_namespaced_event(self, namespace, **kwargs): # ... method delete_collection_namespaced_event_with_http_info (line 222) | def delete_collection_namespaced_event_with_http_info(self, namespace,... method delete_namespaced_event (line 371) | def delete_namespaced_event(self, name, namespace, **kwargs): # noqa:... method delete_namespaced_event_with_http_info (line 404) | def delete_namespaced_event_with_http_info(self, name, namespace, **kw... method get_api_resources (line 529) | def get_api_resources(self, **kwargs): # noqa: E501 method get_api_resources_with_http_info (line 553) | def get_api_resources_with_http_info(self, **kwargs): # noqa: E501 method list_event_for_all_namespaces (line 634) | def list_event_for_all_namespaces(self, **kwargs): # noqa: E501 method list_event_for_all_namespaces_with_http_info (line 669) | def list_event_for_all_namespaces_with_http_info(self, **kwargs): # n... method list_namespaced_event (line 794) | def list_namespaced_event(self, namespace, **kwargs): # noqa: E501 method list_namespaced_event_with_http_info (line 830) | def list_namespaced_event_with_http_info(self, namespace, **kwargs): ... method patch_namespaced_event (line 963) | def patch_namespaced_event(self, name, namespace, body, **kwargs): # ... method patch_namespaced_event_with_http_info (line 995) | def patch_namespaced_event_with_http_info(self, name, namespace, body,... method read_namespaced_event (line 1124) | def read_namespaced_event(self, name, namespace, **kwargs): # noqa: E501 method read_namespaced_event_with_http_info (line 1151) | def read_namespaced_event_with_http_info(self, name, namespace, **kwar... method replace_namespaced_event (line 1252) | def replace_namespaced_event(self, name, namespace, body, **kwargs): ... method replace_namespaced_event_with_http_info (line 1283) | def replace_namespaced_event_with_http_info(self, name, namespace, bod... FILE: kubernetes/client/api/flowcontrol_apiserver_api.py class FlowcontrolApiserverApi (line 27) | class FlowcontrolApiserverApi(object): method __init__ (line 34) | def __init__(self, api_client=None): method get_api_group (line 39) | def get_api_group(self, **kwargs): # noqa: E501 method get_api_group_with_http_info (line 63) | def get_api_group_with_http_info(self, **kwargs): # noqa: E501 FILE: kubernetes/client/api/flowcontrol_apiserver_v1_api.py class FlowcontrolApiserverV1Api (line 27) | class FlowcontrolApiserverV1Api(object): method __init__ (line 34) | def __init__(self, api_client=None): method create_flow_schema (line 39) | def create_flow_schema(self, body, **kwargs): # noqa: E501 method create_flow_schema_with_http_info (line 68) | def create_flow_schema_with_http_info(self, body, **kwargs): # noqa: ... method create_priority_level_configuration (line 173) | def create_priority_level_configuration(self, body, **kwargs): # noqa... method create_priority_level_configuration_with_http_info (line 202) | def create_priority_level_configuration_with_http_info(self, body, **k... method delete_collection_flow_schema (line 307) | def delete_collection_flow_schema(self, **kwargs): # noqa: E501 method delete_collection_flow_schema_with_http_info (line 346) | def delete_collection_flow_schema_with_http_info(self, **kwargs): # n... method delete_collection_priority_level_configuration (line 487) | def delete_collection_priority_level_configuration(self, **kwargs): #... method delete_collection_priority_level_configuration_with_http_info (line 526) | def delete_collection_priority_level_configuration_with_http_info(self... method delete_flow_schema (line 667) | def delete_flow_schema(self, name, **kwargs): # noqa: E501 method delete_flow_schema_with_http_info (line 699) | def delete_flow_schema_with_http_info(self, name, **kwargs): # noqa: ... method delete_priority_level_configuration (line 816) | def delete_priority_level_configuration(self, name, **kwargs): # noqa... method delete_priority_level_configuration_with_http_info (line 848) | def delete_priority_level_configuration_with_http_info(self, name, **k... method get_api_resources (line 965) | def get_api_resources(self, **kwargs): # noqa: E501 method get_api_resources_with_http_info (line 989) | def get_api_resources_with_http_info(self, **kwargs): # noqa: E501 method list_flow_schema (line 1070) | def list_flow_schema(self, **kwargs): # noqa: E501 method list_flow_schema_with_http_info (line 1105) | def list_flow_schema_with_http_info(self, **kwargs): # noqa: E501 method list_priority_level_configuration (line 1230) | def list_priority_level_configuration(self, **kwargs): # noqa: E501 method list_priority_level_configuration_with_http_info (line 1265) | def list_priority_level_configuration_with_http_info(self, **kwargs): ... method patch_flow_schema (line 1390) | def patch_flow_schema(self, name, body, **kwargs): # noqa: E501 method patch_flow_schema_with_http_info (line 1421) | def patch_flow_schema_with_http_info(self, name, body, **kwargs): # n... method patch_flow_schema_status (line 1542) | def patch_flow_schema_status(self, name, body, **kwargs): # noqa: E501 method patch_flow_schema_status_with_http_info (line 1573) | def patch_flow_schema_status_with_http_info(self, name, body, **kwargs... method patch_priority_level_configuration (line 1694) | def patch_priority_level_configuration(self, name, body, **kwargs): #... method patch_priority_level_configuration_with_http_info (line 1725) | def patch_priority_level_configuration_with_http_info(self, name, body... method patch_priority_level_configuration_status (line 1846) | def patch_priority_level_configuration_status(self, name, body, **kwar... method patch_priority_level_configuration_status_with_http_info (line 1877) | def patch_priority_level_configuration_status_with_http_info(self, nam... method read_flow_schema (line 1998) | def read_flow_schema(self, name, **kwargs): # noqa: E501 method read_flow_schema_with_http_info (line 2024) | def read_flow_schema_with_http_info(self, name, **kwargs): # noqa: E501 method read_flow_schema_status (line 2117) | def read_flow_schema_status(self, name, **kwargs): # noqa: E501 method read_flow_schema_status_with_http_info (line 2143) | def read_flow_schema_status_with_http_info(self, name, **kwargs): # n... method read_priority_level_configuration (line 2236) | def read_priority_level_configuration(self, name, **kwargs): # noqa: ... method read_priority_level_configuration_with_http_info (line 2262) | def read_priority_level_configuration_with_http_info(self, name, **kwa... method read_priority_level_configuration_status (line 2355) | def read_priority_level_configuration_status(self, name, **kwargs): #... method read_priority_level_configuration_status_with_http_info (line 2381) | def read_priority_level_configuration_status_with_http_info(self, name... method replace_flow_schema (line 2474) | def replace_flow_schema(self, name, body, **kwargs): # noqa: E501 method replace_flow_schema_with_http_info (line 2504) | def replace_flow_schema_with_http_info(self, name, body, **kwargs): #... method replace_flow_schema_status (line 2617) | def replace_flow_schema_status(self, name, body, **kwargs): # noqa: E501 method replace_flow_schema_status_with_http_info (line 2647) | def replace_flow_schema_status_with_http_info(self, name, body, **kwar... method replace_priority_level_configuration (line 2760) | def replace_priority_level_configuration(self, name, body, **kwargs): ... method replace_priority_level_configuration_with_http_info (line 2790) | def replace_priority_level_configuration_with_http_info(self, name, bo... method replace_priority_level_configuration_status (line 2903) | def replace_priority_level_configuration_status(self, name, body, **kw... method replace_priority_level_configuration_status_with_http_info (line 2933) | def replace_priority_level_configuration_status_with_http_info(self, n... FILE: kubernetes/client/api/internal_apiserver_api.py class InternalApiserverApi (line 27) | class InternalApiserverApi(object): method __init__ (line 34) | def __init__(self, api_client=None): method get_api_group (line 39) | def get_api_group(self, **kwargs): # noqa: E501 method get_api_group_with_http_info (line 63) | def get_api_group_with_http_info(self, **kwargs): # noqa: E501 FILE: kubernetes/client/api/internal_apiserver_v1alpha1_api.py class InternalApiserverV1alpha1Api (line 27) | class InternalApiserverV1alpha1Api(object): method __init__ (line 34) | def __init__(self, api_client=None): method create_storage_version (line 39) | def create_storage_version(self, body, **kwargs): # noqa: E501 method create_storage_version_with_http_info (line 68) | def create_storage_version_with_http_info(self, body, **kwargs): # no... method delete_collection_storage_version (line 173) | def delete_collection_storage_version(self, **kwargs): # noqa: E501 method delete_collection_storage_version_with_http_info (line 212) | def delete_collection_storage_version_with_http_info(self, **kwargs): ... method delete_storage_version (line 353) | def delete_storage_version(self, name, **kwargs): # noqa: E501 method delete_storage_version_with_http_info (line 385) | def delete_storage_version_with_http_info(self, name, **kwargs): # no... method get_api_resources (line 502) | def get_api_resources(self, **kwargs): # noqa: E501 method get_api_resources_with_http_info (line 526) | def get_api_resources_with_http_info(self, **kwargs): # noqa: E501 method list_storage_version (line 607) | def list_storage_version(self, **kwargs): # noqa: E501 method list_storage_version_with_http_info (line 642) | def list_storage_version_with_http_info(self, **kwargs): # noqa: E501 method patch_storage_version (line 767) | def patch_storage_version(self, name, body, **kwargs): # noqa: E501 method patch_storage_version_with_http_info (line 798) | def patch_storage_version_with_http_info(self, name, body, **kwargs): ... method patch_storage_version_status (line 919) | def patch_storage_version_status(self, name, body, **kwargs): # noqa:... method patch_storage_version_status_with_http_info (line 950) | def patch_storage_version_status_with_http_info(self, name, body, **kw... method read_storage_version (line 1071) | def read_storage_version(self, name, **kwargs): # noqa: E501 method read_storage_version_with_http_info (line 1097) | def read_storage_version_with_http_info(self, name, **kwargs): # noqa... method read_storage_version_status (line 1190) | def read_storage_version_status(self, name, **kwargs): # noqa: E501 method read_storage_version_status_with_http_info (line 1216) | def read_storage_version_status_with_http_info(self, name, **kwargs): ... method replace_storage_version (line 1309) | def replace_storage_version(self, name, body, **kwargs): # noqa: E501 method replace_storage_version_with_http_info (line 1339) | def replace_storage_version_with_http_info(self, name, body, **kwargs)... method replace_storage_version_status (line 1452) | def replace_storage_version_status(self, name, body, **kwargs): # noq... method replace_storage_version_status_with_http_info (line 1482) | def replace_storage_version_status_with_http_info(self, name, body, **... FILE: kubernetes/client/api/logs_api.py class LogsApi (line 27) | class LogsApi(object): method __init__ (line 34) | def __init__(self, api_client=None): method log_file_handler (line 39) | def log_file_handler(self, logpath, **kwargs): # noqa: E501 method log_file_handler_with_http_info (line 63) | def log_file_handler_with_http_info(self, logpath, **kwargs): # noqa:... method log_file_list_handler (line 147) | def log_file_list_handler(self, **kwargs): # noqa: E501 method log_file_list_handler_with_http_info (line 170) | def log_file_list_handler_with_http_info(self, **kwargs): # noqa: E501 FILE: kubernetes/client/api/networking_api.py class NetworkingApi (line 27) | class NetworkingApi(object): method __init__ (line 34) | def __init__(self, api_client=None): method get_api_group (line 39) | def get_api_group(self, **kwargs): # noqa: E501 method get_api_group_with_http_info (line 63) | def get_api_group_with_http_info(self, **kwargs): # noqa: E501 FILE: kubernetes/client/api/networking_v1_api.py class NetworkingV1Api (line 27) | class NetworkingV1Api(object): method __init__ (line 34) | def __init__(self, api_client=None): method create_ingress_class (line 39) | def create_ingress_class(self, body, **kwargs): # noqa: E501 method create_ingress_class_with_http_info (line 68) | def create_ingress_class_with_http_info(self, body, **kwargs): # noqa... method create_ip_address (line 173) | def create_ip_address(self, body, **kwargs): # noqa: E501 method create_ip_address_with_http_info (line 202) | def create_ip_address_with_http_info(self, body, **kwargs): # noqa: E501 method create_namespaced_ingress (line 307) | def create_namespaced_ingress(self, namespace, body, **kwargs): # noq... method create_namespaced_ingress_with_http_info (line 337) | def create_namespaced_ingress_with_http_info(self, namespace, body, **... method create_namespaced_network_policy (line 450) | def create_namespaced_network_policy(self, namespace, body, **kwargs):... method create_namespaced_network_policy_with_http_info (line 480) | def create_namespaced_network_policy_with_http_info(self, namespace, b... method create_service_cidr (line 593) | def create_service_cidr(self, body, **kwargs): # noqa: E501 method create_service_cidr_with_http_info (line 622) | def create_service_cidr_with_http_info(self, body, **kwargs): # noqa:... method delete_collection_ingress_class (line 727) | def delete_collection_ingress_class(self, **kwargs): # noqa: E501 method delete_collection_ingress_class_with_http_info (line 766) | def delete_collection_ingress_class_with_http_info(self, **kwargs): #... method delete_collection_ip_address (line 907) | def delete_collection_ip_address(self, **kwargs): # noqa: E501 method delete_collection_ip_address_with_http_info (line 946) | def delete_collection_ip_address_with_http_info(self, **kwargs): # no... method delete_collection_namespaced_ingress (line 1087) | def delete_collection_namespaced_ingress(self, namespace, **kwargs): ... method delete_collection_namespaced_ingress_with_http_info (line 1127) | def delete_collection_namespaced_ingress_with_http_info(self, namespac... method delete_collection_namespaced_network_policy (line 1276) | def delete_collection_namespaced_network_policy(self, namespace, **kwa... method delete_collection_namespaced_network_policy_with_http_info (line 1316) | def delete_collection_namespaced_network_policy_with_http_info(self, n... method delete_collection_service_cidr (line 1465) | def delete_collection_service_cidr(self, **kwargs): # noqa: E501 method delete_collection_service_cidr_with_http_info (line 1504) | def delete_collection_service_cidr_with_http_info(self, **kwargs): # ... method delete_ingress_class (line 1645) | def delete_ingress_class(self, name, **kwargs): # noqa: E501 method delete_ingress_class_with_http_info (line 1677) | def delete_ingress_class_with_http_info(self, name, **kwargs): # noqa... method delete_ip_address (line 1794) | def delete_ip_address(self, name, **kwargs): # noqa: E501 method delete_ip_address_with_http_info (line 1826) | def delete_ip_address_with_http_info(self, name, **kwargs): # noqa: E501 method delete_namespaced_ingress (line 1943) | def delete_namespaced_ingress(self, name, namespace, **kwargs): # noq... method delete_namespaced_ingress_with_http_info (line 1976) | def delete_namespaced_ingress_with_http_info(self, name, namespace, **... method delete_namespaced_network_policy (line 2101) | def delete_namespaced_network_policy(self, name, namespace, **kwargs):... method delete_namespaced_network_policy_with_http_info (line 2134) | def delete_namespaced_network_policy_with_http_info(self, name, namesp... method delete_service_cidr (line 2259) | def delete_service_cidr(self, name, **kwargs): # noqa: E501 method delete_service_cidr_with_http_info (line 2291) | def delete_service_cidr_with_http_info(self, name, **kwargs): # noqa:... method get_api_resources (line 2408) | def get_api_resources(self, **kwargs): # noqa: E501 method get_api_resources_with_http_info (line 2432) | def get_api_resources_with_http_info(self, **kwargs): # noqa: E501 method list_ingress_class (line 2513) | def list_ingress_class(self, **kwargs): # noqa: E501 method list_ingress_class_with_http_info (line 2548) | def list_ingress_class_with_http_info(self, **kwargs): # noqa: E501 method list_ingress_for_all_namespaces (line 2673) | def list_ingress_for_all_namespaces(self, **kwargs): # noqa: E501 method list_ingress_for_all_namespaces_with_http_info (line 2708) | def list_ingress_for_all_namespaces_with_http_info(self, **kwargs): #... method list_ip_address (line 2833) | def list_ip_address(self, **kwargs): # noqa: E501 method list_ip_address_with_http_info (line 2868) | def list_ip_address_with_http_info(self, **kwargs): # noqa: E501 method list_namespaced_ingress (line 2993) | def list_namespaced_ingress(self, namespace, **kwargs): # noqa: E501 method list_namespaced_ingress_with_http_info (line 3029) | def list_namespaced_ingress_with_http_info(self, namespace, **kwargs):... method list_namespaced_network_policy (line 3162) | def list_namespaced_network_policy(self, namespace, **kwargs): # noqa... method list_namespaced_network_policy_with_http_info (line 3198) | def list_namespaced_network_policy_with_http_info(self, namespace, **k... method list_network_policy_for_all_namespaces (line 3331) | def list_network_policy_for_all_namespaces(self, **kwargs): # noqa: E501 method list_network_policy_for_all_namespaces_with_http_info (line 3366) | def list_network_policy_for_all_namespaces_with_http_info(self, **kwar... method list_service_cidr (line 3491) | def list_service_cidr(self, **kwargs): # noqa: E501 method list_service_cidr_with_http_info (line 3526) | def list_service_cidr_with_http_info(self, **kwargs): # noqa: E501 method patch_ingress_class (line 3651) | def patch_ingress_class(self, name, body, **kwargs): # noqa: E501 method patch_ingress_class_with_http_info (line 3682) | def patch_ingress_class_with_http_info(self, name, body, **kwargs): #... method patch_ip_address (line 3803) | def patch_ip_address(self, name, body, **kwargs): # noqa: E501 method patch_ip_address_with_http_info (line 3834) | def patch_ip_address_with_http_info(self, name, body, **kwargs): # no... method patch_namespaced_ingress (line 3955) | def patch_namespaced_ingress(self, name, namespace, body, **kwargs): ... method patch_namespaced_ingress_with_http_info (line 3987) | def patch_namespaced_ingress_with_http_info(self, name, namespace, bod... method patch_namespaced_ingress_status (line 4116) | def patch_namespaced_ingress_status(self, name, namespace, body, **kwa... method patch_namespaced_ingress_status_with_http_info (line 4148) | def patch_namespaced_ingress_status_with_http_info(self, name, namespa... method patch_namespaced_network_policy (line 4277) | def patch_namespaced_network_policy(self, name, namespace, body, **kwa... method patch_namespaced_network_policy_with_http_info (line 4309) | def patch_namespaced_network_policy_with_http_info(self, name, namespa... method patch_service_cidr (line 4438) | def patch_service_cidr(self, name, body, **kwargs): # noqa: E501 method patch_service_cidr_with_http_info (line 4469) | def patch_service_cidr_with_http_info(self, name, body, **kwargs): # ... method patch_service_cidr_status (line 4590) | def patch_service_cidr_status(self, name, body, **kwargs): # noqa: E501 method patch_service_cidr_status_with_http_info (line 4621) | def patch_service_cidr_status_with_http_info(self, name, body, **kwarg... method read_ingress_class (line 4742) | def read_ingress_class(self, name, **kwargs): # noqa: E501 method read_ingress_class_with_http_info (line 4768) | def read_ingress_class_with_http_info(self, name, **kwargs): # noqa: ... method read_ip_address (line 4861) | def read_ip_address(self, name, **kwargs): # noqa: E501 method read_ip_address_with_http_info (line 4887) | def read_ip_address_with_http_info(self, name, **kwargs): # noqa: E501 method read_namespaced_ingress (line 4980) | def read_namespaced_ingress(self, name, namespace, **kwargs): # noqa:... method read_namespaced_ingress_with_http_info (line 5007) | def read_namespaced_ingress_with_http_info(self, name, namespace, **kw... method read_namespaced_ingress_status (line 5108) | def read_namespaced_ingress_status(self, name, namespace, **kwargs): ... method read_namespaced_ingress_status_with_http_info (line 5135) | def read_namespaced_ingress_status_with_http_info(self, name, namespac... method read_namespaced_network_policy (line 5236) | def read_namespaced_network_policy(self, name, namespace, **kwargs): ... method read_namespaced_network_policy_with_http_info (line 5263) | def read_namespaced_network_policy_with_http_info(self, name, namespac... method read_service_cidr (line 5364) | def read_service_cidr(self, name, **kwargs): # noqa: E501 method read_service_cidr_with_http_info (line 5390) | def read_service_cidr_with_http_info(self, name, **kwargs): # noqa: E501 method read_service_cidr_status (line 5483) | def read_service_cidr_status(self, name, **kwargs): # noqa: E501 method read_service_cidr_status_with_http_info (line 5509) | def read_service_cidr_status_with_http_info(self, name, **kwargs): # ... method replace_ingress_class (line 5602) | def replace_ingress_class(self, name, body, **kwargs): # noqa: E501 method replace_ingress_class_with_http_info (line 5632) | def replace_ingress_class_with_http_info(self, name, body, **kwargs): ... method replace_ip_address (line 5745) | def replace_ip_address(self, name, body, **kwargs): # noqa: E501 method replace_ip_address_with_http_info (line 5775) | def replace_ip_address_with_http_info(self, name, body, **kwargs): # ... method replace_namespaced_ingress (line 5888) | def replace_namespaced_ingress(self, name, namespace, body, **kwargs):... method replace_namespaced_ingress_with_http_info (line 5919) | def replace_namespaced_ingress_with_http_info(self, name, namespace, b... method replace_namespaced_ingress_status (line 6040) | def replace_namespaced_ingress_status(self, name, namespace, body, **k... method replace_namespaced_ingress_status_with_http_info (line 6071) | def replace_namespaced_ingress_status_with_http_info(self, name, names... method replace_namespaced_network_policy (line 6192) | def replace_namespaced_network_policy(self, name, namespace, body, **k... method replace_namespaced_network_policy_with_http_info (line 6223) | def replace_namespaced_network_policy_with_http_info(self, name, names... method replace_service_cidr (line 6344) | def replace_service_cidr(self, name, body, **kwargs): # noqa: E501 method replace_service_cidr_with_http_info (line 6374) | def replace_service_cidr_with_http_info(self, name, body, **kwargs): ... method replace_service_cidr_status (line 6487) | def replace_service_cidr_status(self, name, body, **kwargs): # noqa: ... method replace_service_cidr_status_with_http_info (line 6517) | def replace_service_cidr_status_with_http_info(self, name, body, **kwa... FILE: kubernetes/client/api/networking_v1beta1_api.py class NetworkingV1beta1Api (line 27) | class NetworkingV1beta1Api(object): method __init__ (line 34) | def __init__(self, api_client=None): method create_ip_address (line 39) | def create_ip_address(self, body, **kwargs): # noqa: E501 method create_ip_address_with_http_info (line 68) | def create_ip_address_with_http_info(self, body, **kwargs): # noqa: E501 method create_service_cidr (line 173) | def create_service_cidr(self, body, **kwargs): # noqa: E501 method create_service_cidr_with_http_info (line 202) | def create_service_cidr_with_http_info(self, body, **kwargs): # noqa:... method delete_collection_ip_address (line 307) | def delete_collection_ip_address(self, **kwargs): # noqa: E501 method delete_collection_ip_address_with_http_info (line 346) | def delete_collection_ip_address_with_http_info(self, **kwargs): # no... method delete_collection_service_cidr (line 487) | def delete_collection_service_cidr(self, **kwargs): # noqa: E501 method delete_collection_service_cidr_with_http_info (line 526) | def delete_collection_service_cidr_with_http_info(self, **kwargs): # ... method delete_ip_address (line 667) | def delete_ip_address(self, name, **kwargs): # noqa: E501 method delete_ip_address_with_http_info (line 699) | def delete_ip_address_with_http_info(self, name, **kwargs): # noqa: E501 method delete_service_cidr (line 816) | def delete_service_cidr(self, name, **kwargs): # noqa: E501 method delete_service_cidr_with_http_info (line 848) | def delete_service_cidr_with_http_info(self, name, **kwargs): # noqa:... method get_api_resources (line 965) | def get_api_resources(self, **kwargs): # noqa: E501 method get_api_resources_with_http_info (line 989) | def get_api_resources_with_http_info(self, **kwargs): # noqa: E501 method list_ip_address (line 1070) | def list_ip_address(self, **kwargs): # noqa: E501 method list_ip_address_with_http_info (line 1105) | def list_ip_address_with_http_info(self, **kwargs): # noqa: E501 method list_service_cidr (line 1230) | def list_service_cidr(self, **kwargs): # noqa: E501 method list_service_cidr_with_http_info (line 1265) | def list_service_cidr_with_http_info(self, **kwargs): # noqa: E501 method patch_ip_address (line 1390) | def patch_ip_address(self, name, body, **kwargs): # noqa: E501 method patch_ip_address_with_http_info (line 1421) | def patch_ip_address_with_http_info(self, name, body, **kwargs): # no... method patch_service_cidr (line 1542) | def patch_service_cidr(self, name, body, **kwargs): # noqa: E501 method patch_service_cidr_with_http_info (line 1573) | def patch_service_cidr_with_http_info(self, name, body, **kwargs): # ... method patch_service_cidr_status (line 1694) | def patch_service_cidr_status(self, name, body, **kwargs): # noqa: E501 method patch_service_cidr_status_with_http_info (line 1725) | def patch_service_cidr_status_with_http_info(self, name, body, **kwarg... method read_ip_address (line 1846) | def read_ip_address(self, name, **kwargs): # noqa: E501 method read_ip_address_with_http_info (line 1872) | def read_ip_address_with_http_info(self, name, **kwargs): # noqa: E501 method read_service_cidr (line 1965) | def read_service_cidr(self, name, **kwargs): # noqa: E501 method read_service_cidr_with_http_info (line 1991) | def read_service_cidr_with_http_info(self, name, **kwargs): # noqa: E501 method read_service_cidr_status (line 2084) | def read_service_cidr_status(self, name, **kwargs): # noqa: E501 method read_service_cidr_status_with_http_info (line 2110) | def read_service_cidr_status_with_http_info(self, name, **kwargs): # ... method replace_ip_address (line 2203) | def replace_ip_address(self, name, body, **kwargs): # noqa: E501 method replace_ip_address_with_http_info (line 2233) | def replace_ip_address_with_http_info(self, name, body, **kwargs): # ... method replace_service_cidr (line 2346) | def replace_service_cidr(self, name, body, **kwargs): # noqa: E501 method replace_service_cidr_with_http_info (line 2376) | def replace_service_cidr_with_http_info(self, name, body, **kwargs): ... method replace_service_cidr_status (line 2489) | def replace_service_cidr_status(self, name, body, **kwargs): # noqa: ... method replace_service_cidr_status_with_http_info (line 2519) | def replace_service_cidr_status_with_http_info(self, name, body, **kwa... FILE: kubernetes/client/api/node_api.py class NodeApi (line 27) | class NodeApi(object): method __init__ (line 34) | def __init__(self, api_client=None): method get_api_group (line 39) | def get_api_group(self, **kwargs): # noqa: E501 method get_api_group_with_http_info (line 63) | def get_api_group_with_http_info(self, **kwargs): # noqa: E501 FILE: kubernetes/client/api/node_v1_api.py class NodeV1Api (line 27) | class NodeV1Api(object): method __init__ (line 34) | def __init__(self, api_client=None): method create_runtime_class (line 39) | def create_runtime_class(self, body, **kwargs): # noqa: E501 method create_runtime_class_with_http_info (line 68) | def create_runtime_class_with_http_info(self, body, **kwargs): # noqa... method delete_collection_runtime_class (line 173) | def delete_collection_runtime_class(self, **kwargs): # noqa: E501 method delete_collection_runtime_class_with_http_info (line 212) | def delete_collection_runtime_class_with_http_info(self, **kwargs): #... method delete_runtime_class (line 353) | def delete_runtime_class(self, name, **kwargs): # noqa: E501 method delete_runtime_class_with_http_info (line 385) | def delete_runtime_class_with_http_info(self, name, **kwargs): # noqa... method get_api_resources (line 502) | def get_api_resources(self, **kwargs): # noqa: E501 method get_api_resources_with_http_info (line 526) | def get_api_resources_with_http_info(self, **kwargs): # noqa: E501 method list_runtime_class (line 607) | def list_runtime_class(self, **kwargs): # noqa: E501 method list_runtime_class_with_http_info (line 642) | def list_runtime_class_with_http_info(self, **kwargs): # noqa: E501 method patch_runtime_class (line 767) | def patch_runtime_class(self, name, body, **kwargs): # noqa: E501 method patch_runtime_class_with_http_info (line 798) | def patch_runtime_class_with_http_info(self, name, body, **kwargs): #... method read_runtime_class (line 919) | def read_runtime_class(self, name, **kwargs): # noqa: E501 method read_runtime_class_with_http_info (line 945) | def read_runtime_class_with_http_info(self, name, **kwargs): # noqa: ... method replace_runtime_class (line 1038) | def replace_runtime_class(self, name, body, **kwargs): # noqa: E501 method replace_runtime_class_with_http_info (line 1068) | def replace_runtime_class_with_http_info(self, name, body, **kwargs): ... FILE: kubernetes/client/api/openid_api.py class OpenidApi (line 27) | class OpenidApi(object): method __init__ (line 34) | def __init__(self, api_client=None): method get_service_account_issuer_open_id_keyset (line 39) | def get_service_account_issuer_open_id_keyset(self, **kwargs): # noqa... method get_service_account_issuer_open_id_keyset_with_http_info (line 63) | def get_service_account_issuer_open_id_keyset_with_http_info(self, **k... FILE: kubernetes/client/api/policy_api.py class PolicyApi (line 27) | class PolicyApi(object): method __init__ (line 34) | def __init__(self, api_client=None): method get_api_group (line 39) | def get_api_group(self, **kwargs): # noqa: E501 method get_api_group_with_http_info (line 63) | def get_api_group_with_http_info(self, **kwargs): # noqa: E501 FILE: kubernetes/client/api/policy_v1_api.py class PolicyV1Api (line 27) | class PolicyV1Api(object): method __init__ (line 34) | def __init__(self, api_client=None): method create_namespaced_pod_disruption_budget (line 39) | def create_namespaced_pod_disruption_budget(self, namespace, body, **k... method create_namespaced_pod_disruption_budget_with_http_info (line 69) | def create_namespaced_pod_disruption_budget_with_http_info(self, names... method delete_collection_namespaced_pod_disruption_budget (line 182) | def delete_collection_namespaced_pod_disruption_budget(self, namespace... method delete_collection_namespaced_pod_disruption_budget_with_http_info (line 222) | def delete_collection_namespaced_pod_disruption_budget_with_http_info(... method delete_namespaced_pod_disruption_budget (line 371) | def delete_namespaced_pod_disruption_budget(self, name, namespace, **k... method delete_namespaced_pod_disruption_budget_with_http_info (line 404) | def delete_namespaced_pod_disruption_budget_with_http_info(self, name,... method get_api_resources (line 529) | def get_api_resources(self, **kwargs): # noqa: E501 method get_api_resources_with_http_info (line 553) | def get_api_resources_with_http_info(self, **kwargs): # noqa: E501 method list_namespaced_pod_disruption_budget (line 634) | def list_namespaced_pod_disruption_budget(self, namespace, **kwargs): ... method list_namespaced_pod_disruption_budget_with_http_info (line 670) | def list_namespaced_pod_disruption_budget_with_http_info(self, namespa... method list_pod_disruption_budget_for_all_namespaces (line 803) | def list_pod_disruption_budget_for_all_namespaces(self, **kwargs): # ... method list_pod_disruption_budget_for_all_namespaces_with_http_info (line 838) | def list_pod_disruption_budget_for_all_namespaces_with_http_info(self,... method patch_namespaced_pod_disruption_budget (line 963) | def patch_namespaced_pod_disruption_budget(self, name, namespace, body... method patch_namespaced_pod_disruption_budget_with_http_info (line 995) | def patch_namespaced_pod_disruption_budget_with_http_info(self, name, ... method patch_namespaced_pod_disruption_budget_status (line 1124) | def patch_namespaced_pod_disruption_budget_status(self, name, namespac... method patch_namespaced_pod_disruption_budget_status_with_http_info (line 1156) | def patch_namespaced_pod_disruption_budget_status_with_http_info(self,... method read_namespaced_pod_disruption_budget (line 1285) | def read_namespaced_pod_disruption_budget(self, name, namespace, **kwa... method read_namespaced_pod_disruption_budget_with_http_info (line 1312) | def read_namespaced_pod_disruption_budget_with_http_info(self, name, n... method read_namespaced_pod_disruption_budget_status (line 1413) | def read_namespaced_pod_disruption_budget_status(self, name, namespace... method read_namespaced_pod_disruption_budget_status_with_http_info (line 1440) | def read_namespaced_pod_disruption_budget_status_with_http_info(self, ... method replace_namespaced_pod_disruption_budget (line 1541) | def replace_namespaced_pod_disruption_budget(self, name, namespace, bo... method replace_namespaced_pod_disruption_budget_with_http_info (line 1572) | def replace_namespaced_pod_disruption_budget_with_http_info(self, name... method replace_namespaced_pod_disruption_budget_status (line 1693) | def replace_namespaced_pod_disruption_budget_status(self, name, namesp... method replace_namespaced_pod_disruption_budget_status_with_http_info (line 1724) | def replace_namespaced_pod_disruption_budget_status_with_http_info(sel... FILE: kubernetes/client/api/rbac_authorization_api.py class RbacAuthorizationApi (line 27) | class RbacAuthorizationApi(object): method __init__ (line 34) | def __init__(self, api_client=None): method get_api_group (line 39) | def get_api_group(self, **kwargs): # noqa: E501 method get_api_group_with_http_info (line 63) | def get_api_group_with_http_info(self, **kwargs): # noqa: E501 FILE: kubernetes/client/api/rbac_authorization_v1_api.py class RbacAuthorizationV1Api (line 27) | class RbacAuthorizationV1Api(object): method __init__ (line 34) | def __init__(self, api_client=None): method create_cluster_role (line 39) | def create_cluster_role(self, body, **kwargs): # noqa: E501 method create_cluster_role_with_http_info (line 68) | def create_cluster_role_with_http_info(self, body, **kwargs): # noqa:... method create_cluster_role_binding (line 173) | def create_cluster_role_binding(self, body, **kwargs): # noqa: E501 method create_cluster_role_binding_with_http_info (line 202) | def create_cluster_role_binding_with_http_info(self, body, **kwargs): ... method create_namespaced_role (line 307) | def create_namespaced_role(self, namespace, body, **kwargs): # noqa: ... method create_namespaced_role_with_http_info (line 337) | def create_namespaced_role_with_http_info(self, namespace, body, **kwa... method create_namespaced_role_binding (line 450) | def create_namespaced_role_binding(self, namespace, body, **kwargs): ... method create_namespaced_role_binding_with_http_info (line 480) | def create_namespaced_role_binding_with_http_info(self, namespace, bod... method delete_cluster_role (line 593) | def delete_cluster_role(self, name, **kwargs): # noqa: E501 method delete_cluster_role_with_http_info (line 625) | def delete_cluster_role_with_http_info(self, name, **kwargs): # noqa:... method delete_cluster_role_binding (line 742) | def delete_cluster_role_binding(self, name, **kwargs): # noqa: E501 method delete_cluster_role_binding_with_http_info (line 774) | def delete_cluster_role_binding_with_http_info(self, name, **kwargs): ... method delete_collection_cluster_role (line 891) | def delete_collection_cluster_role(self, **kwargs): # noqa: E501 method delete_collection_cluster_role_with_http_info (line 930) | def delete_collection_cluster_role_with_http_info(self, **kwargs): # ... method delete_collection_cluster_role_binding (line 1071) | def delete_collection_cluster_role_binding(self, **kwargs): # noqa: E501 method delete_collection_cluster_role_binding_with_http_info (line 1110) | def delete_collection_cluster_role_binding_with_http_info(self, **kwar... method delete_collection_namespaced_role (line 1251) | def delete_collection_namespaced_role(self, namespace, **kwargs): # n... method delete_collection_namespaced_role_with_http_info (line 1291) | def delete_collection_namespaced_role_with_http_info(self, namespace, ... method delete_collection_namespaced_role_binding (line 1440) | def delete_collection_namespaced_role_binding(self, namespace, **kwarg... method delete_collection_namespaced_role_binding_with_http_info (line 1480) | def delete_collection_namespaced_role_binding_with_http_info(self, nam... method delete_namespaced_role (line 1629) | def delete_namespaced_role(self, name, namespace, **kwargs): # noqa: ... method delete_namespaced_role_with_http_info (line 1662) | def delete_namespaced_role_with_http_info(self, name, namespace, **kwa... method delete_namespaced_role_binding (line 1787) | def delete_namespaced_role_binding(self, name, namespace, **kwargs): ... method delete_namespaced_role_binding_with_http_info (line 1820) | def delete_namespaced_role_binding_with_http_info(self, name, namespac... method get_api_resources (line 1945) | def get_api_resources(self, **kwargs): # noqa: E501 method get_api_resources_with_http_info (line 1969) | def get_api_resources_with_http_info(self, **kwargs): # noqa: E501 method list_cluster_role (line 2050) | def list_cluster_role(self, **kwargs): # noqa: E501 method list_cluster_role_with_http_info (line 2085) | def list_cluster_role_with_http_info(self, **kwargs): # noqa: E501 method list_cluster_role_binding (line 2210) | def list_cluster_role_binding(self, **kwargs): # noqa: E501 method list_cluster_role_binding_with_http_info (line 2245) | def list_cluster_role_binding_with_http_info(self, **kwargs): # noqa:... method list_namespaced_role (line 2370) | def list_namespaced_role(self, namespace, **kwargs): # noqa: E501 method list_namespaced_role_with_http_info (line 2406) | def list_namespaced_role_with_http_info(self, namespace, **kwargs): #... method list_namespaced_role_binding (line 2539) | def list_namespaced_role_binding(self, namespace, **kwargs): # noqa: ... method list_namespaced_role_binding_with_http_info (line 2575) | def list_namespaced_role_binding_with_http_info(self, namespace, **kwa... method list_role_binding_for_all_namespaces (line 2708) | def list_role_binding_for_all_namespaces(self, **kwargs): # noqa: E501 method list_role_binding_for_all_namespaces_with_http_info (line 2743) | def list_role_binding_for_all_namespaces_with_http_info(self, **kwargs... method list_role_for_all_namespaces (line 2868) | def list_role_for_all_namespaces(self, **kwargs): # noqa: E501 method list_role_for_all_namespaces_with_http_info (line 2903) | def list_role_for_all_namespaces_with_http_info(self, **kwargs): # no... method patch_cluster_role (line 3028) | def patch_cluster_role(self, name, body, **kwargs): # noqa: E501 method patch_cluster_role_with_http_info (line 3059) | def patch_cluster_role_with_http_info(self, name, body, **kwargs): # ... method patch_cluster_role_binding (line 3180) | def patch_cluster_role_binding(self, name, body, **kwargs): # noqa: E501 method patch_cluster_role_binding_with_http_info (line 3211) | def patch_cluster_role_binding_with_http_info(self, name, body, **kwar... method patch_namespaced_role (line 3332) | def patch_namespaced_role(self, name, namespace, body, **kwargs): # n... method patch_namespaced_role_with_http_info (line 3364) | def patch_namespaced_role_with_http_info(self, name, namespace, body, ... method patch_namespaced_role_binding (line 3493) | def patch_namespaced_role_binding(self, name, namespace, body, **kwarg... method patch_namespaced_role_binding_with_http_info (line 3525) | def patch_namespaced_role_binding_with_http_info(self, name, namespace... method read_cluster_role (line 3654) | def read_cluster_role(self, name, **kwargs): # noqa: E501 method read_cluster_role_with_http_info (line 3680) | def read_cluster_role_with_http_info(self, name, **kwargs): # noqa: E501 method read_cluster_role_binding (line 3773) | def read_cluster_role_binding(self, name, **kwargs): # noqa: E501 method read_cluster_role_binding_with_http_info (line 3799) | def read_cluster_role_binding_with_http_info(self, name, **kwargs): #... method read_namespaced_role (line 3892) | def read_namespaced_role(self, name, namespace, **kwargs): # noqa: E501 method read_namespaced_role_with_http_info (line 3919) | def read_namespaced_role_with_http_info(self, name, namespace, **kwarg... method read_namespaced_role_binding (line 4020) | def read_namespaced_role_binding(self, name, namespace, **kwargs): # ... method read_namespaced_role_binding_with_http_info (line 4047) | def read_namespaced_role_binding_with_http_info(self, name, namespace,... method replace_cluster_role (line 4148) | def replace_cluster_role(self, name, body, **kwargs): # noqa: E501 method replace_cluster_role_with_http_info (line 4178) | def replace_cluster_role_with_http_info(self, name, body, **kwargs): ... method replace_cluster_role_binding (line 4291) | def replace_cluster_role_binding(self, name, body, **kwargs): # noqa:... method replace_cluster_role_binding_with_http_info (line 4321) | def replace_cluster_role_binding_with_http_info(self, name, body, **kw... method replace_namespaced_role (line 4434) | def replace_namespaced_role(self, name, namespace, body, **kwargs): #... method replace_namespaced_role_with_http_info (line 4465) | def replace_namespaced_role_with_http_info(self, name, namespace, body... method replace_namespaced_role_binding (line 4586) | def replace_namespaced_role_binding(self, name, namespace, body, **kwa... method replace_namespaced_role_binding_with_http_info (line 4617) | def replace_namespaced_role_binding_with_http_info(self, name, namespa... FILE: kubernetes/client/api/resource_api.py class ResourceApi (line 27) | class ResourceApi(object): method __init__ (line 34) | def __init__(self, api_client=None): method get_api_group (line 39) | def get_api_group(self, **kwargs): # noqa: E501 method get_api_group_with_http_info (line 63) | def get_api_group_with_http_info(self, **kwargs): # noqa: E501 FILE: kubernetes/client/api/resource_v1_api.py class ResourceV1Api (line 27) | class ResourceV1Api(object): method __init__ (line 34) | def __init__(self, api_client=None): method create_device_class (line 39) | def create_device_class(self, body, **kwargs): # noqa: E501 method create_device_class_with_http_info (line 68) | def create_device_class_with_http_info(self, body, **kwargs): # noqa:... method create_namespaced_resource_claim (line 173) | def create_namespaced_resource_claim(self, namespace, body, **kwargs):... method create_namespaced_resource_claim_with_http_info (line 203) | def create_namespaced_resource_claim_with_http_info(self, namespace, b... method create_namespaced_resource_claim_template (line 316) | def create_namespaced_resource_claim_template(self, namespace, body, *... method create_namespaced_resource_claim_template_with_http_info (line 346) | def create_namespaced_resource_claim_template_with_http_info(self, nam... method create_resource_slice (line 459) | def create_resource_slice(self, body, **kwargs): # noqa: E501 method create_resource_slice_with_http_info (line 488) | def create_resource_slice_with_http_info(self, body, **kwargs): # noq... method delete_collection_device_class (line 593) | def delete_collection_device_class(self, **kwargs): # noqa: E501 method delete_collection_device_class_with_http_info (line 632) | def delete_collection_device_class_with_http_info(self, **kwargs): # ... method delete_collection_namespaced_resource_claim (line 773) | def delete_collection_namespaced_resource_claim(self, namespace, **kwa... method delete_collection_namespaced_resource_claim_with_http_info (line 813) | def delete_collection_namespaced_resource_claim_with_http_info(self, n... method delete_collection_namespaced_resource_claim_template (line 962) | def delete_collection_namespaced_resource_claim_template(self, namespa... method delete_collection_namespaced_resource_claim_template_with_http_info (line 1002) | def delete_collection_namespaced_resource_claim_template_with_http_inf... method delete_collection_resource_slice (line 1151) | def delete_collection_resource_slice(self, **kwargs): # noqa: E501 method delete_collection_resource_slice_with_http_info (line 1190) | def delete_collection_resource_slice_with_http_info(self, **kwargs): ... method delete_device_class (line 1331) | def delete_device_class(self, name, **kwargs): # noqa: E501 method delete_device_class_with_http_info (line 1363) | def delete_device_class_with_http_info(self, name, **kwargs): # noqa:... method delete_namespaced_resource_claim (line 1480) | def delete_namespaced_resource_claim(self, name, namespace, **kwargs):... method delete_namespaced_resource_claim_with_http_info (line 1513) | def delete_namespaced_resource_claim_with_http_info(self, name, namesp... method delete_namespaced_resource_claim_template (line 1638) | def delete_namespaced_resource_claim_template(self, name, namespace, *... method delete_namespaced_resource_claim_template_with_http_info (line 1671) | def delete_namespaced_resource_claim_template_with_http_info(self, nam... method delete_resource_slice (line 1796) | def delete_resource_slice(self, name, **kwargs): # noqa: E501 method delete_resource_slice_with_http_info (line 1828) | def delete_resource_slice_with_http_info(self, name, **kwargs): # noq... method get_api_resources (line 1945) | def get_api_resources(self, **kwargs): # noqa: E501 method get_api_resources_with_http_info (line 1969) | def get_api_resources_with_http_info(self, **kwargs): # noqa: E501 method list_device_class (line 2050) | def list_device_class(self, **kwargs): # noqa: E501 method list_device_class_with_http_info (line 2085) | def list_device_class_with_http_info(self, **kwargs): # noqa: E501 method list_namespaced_resource_claim (line 2210) | def list_namespaced_resource_claim(self, namespace, **kwargs): # noqa... method list_namespaced_resource_claim_with_http_info (line 2246) | def list_namespaced_resource_claim_with_http_info(self, namespace, **k... method list_namespaced_resource_claim_template (line 2379) | def list_namespaced_resource_claim_template(self, namespace, **kwargs)... method list_namespaced_resource_claim_template_with_http_info (line 2415) | def list_namespaced_resource_claim_template_with_http_info(self, names... method list_resource_claim_for_all_namespaces (line 2548) | def list_resource_claim_for_all_namespaces(self, **kwargs): # noqa: E501 method list_resource_claim_for_all_namespaces_with_http_info (line 2583) | def list_resource_claim_for_all_namespaces_with_http_info(self, **kwar... method list_resource_claim_template_for_all_namespaces (line 2708) | def list_resource_claim_template_for_all_namespaces(self, **kwargs): ... method list_resource_claim_template_for_all_namespaces_with_http_info (line 2743) | def list_resource_claim_template_for_all_namespaces_with_http_info(sel... method list_resource_slice (line 2868) | def list_resource_slice(self, **kwargs): # noqa: E501 method list_resource_slice_with_http_info (line 2903) | def list_resource_slice_with_http_info(self, **kwargs): # noqa: E501 method patch_device_class (line 3028) | def patch_device_class(self, name, body, **kwargs): # noqa: E501 method patch_device_class_with_http_info (line 3059) | def patch_device_class_with_http_info(self, name, body, **kwargs): # ... method patch_namespaced_resource_claim (line 3180) | def patch_namespaced_resource_claim(self, name, namespace, body, **kwa... method patch_namespaced_resource_claim_with_http_info (line 3212) | def patch_namespaced_resource_claim_with_http_info(self, name, namespa... method patch_namespaced_resource_claim_status (line 3341) | def patch_namespaced_resource_claim_status(self, name, namespace, body... method patch_namespaced_resource_claim_status_with_http_info (line 3373) | def patch_namespaced_resource_claim_status_with_http_info(self, name, ... method patch_namespaced_resource_claim_template (line 3502) | def patch_namespaced_resource_claim_template(self, name, namespace, bo... method patch_namespaced_resource_claim_template_with_http_info (line 3534) | def patch_namespaced_resource_claim_template_with_http_info(self, name... method patch_resource_slice (line 3663) | def patch_resource_slice(self, name, body, **kwargs): # noqa: E501 method patch_resource_slice_with_http_info (line 3694) | def patch_resource_slice_with_http_info(self, name, body, **kwargs): ... method read_device_class (line 3815) | def read_device_class(self, name, **kwargs): # noqa: E501 method read_device_class_with_http_info (line 3841) | def read_device_class_with_http_info(self, name, **kwargs): # noqa: E501 method read_namespaced_resource_claim (line 3934) | def read_namespaced_resource_claim(self, name, namespace, **kwargs): ... method read_namespaced_resource_claim_with_http_info (line 3961) | def read_namespaced_resource_claim_with_http_info(self, name, namespac... method read_namespaced_resource_claim_status (line 4062) | def read_namespaced_resource_claim_status(self, name, namespace, **kwa... method read_namespaced_resource_claim_status_with_http_info (line 4089) | def read_namespaced_resource_claim_status_with_http_info(self, name, n... method read_namespaced_resource_claim_template (line 4190) | def read_namespaced_resource_claim_template(self, name, namespace, **k... method read_namespaced_resource_claim_template_with_http_info (line 4217) | def read_namespaced_resource_claim_template_with_http_info(self, name,... method read_resource_slice (line 4318) | def read_resource_slice(self, name, **kwargs): # noqa: E501 method read_resource_slice_with_http_info (line 4344) | def read_resource_slice_with_http_info(self, name, **kwargs): # noqa:... method replace_device_class (line 4437) | def replace_device_class(self, name, body, **kwargs): # noqa: E501 method replace_device_class_with_http_info (line 4467) | def replace_device_class_with_http_info(self, name, body, **kwargs): ... method replace_namespaced_resource_claim (line 4580) | def replace_namespaced_resource_claim(self, name, namespace, body, **k... method replace_namespaced_resource_claim_with_http_info (line 4611) | def replace_namespaced_resource_claim_with_http_info(self, name, names... method replace_namespaced_resource_claim_status (line 4732) | def replace_namespaced_resource_claim_status(self, name, namespace, bo... method replace_namespaced_resource_claim_status_with_http_info (line 4763) | def replace_namespaced_resource_claim_status_with_http_info(self, name... method replace_namespaced_resource_claim_template (line 4884) | def replace_namespaced_resource_claim_template(self, name, namespace, ... method replace_namespaced_resource_claim_template_with_http_info (line 4915) | def replace_namespaced_resource_claim_template_with_http_info(self, na... method replace_resource_slice (line 5036) | def replace_resource_slice(self, name, body, **kwargs): # noqa: E501 method replace_resource_slice_with_http_info (line 5066) | def replace_resource_slice_with_http_info(self, name, body, **kwargs):... FILE: kubernetes/client/api/resource_v1alpha3_api.py class ResourceV1alpha3Api (line 27) | class ResourceV1alpha3Api(object): method __init__ (line 34) | def __init__(self, api_client=None): method create_device_taint_rule (line 39) | def create_device_taint_rule(self, body, **kwargs): # noqa: E501 method create_device_taint_rule_with_http_info (line 68) | def create_device_taint_rule_with_http_info(self, body, **kwargs): # ... method delete_collection_device_taint_rule (line 173) | def delete_collection_device_taint_rule(self, **kwargs): # noqa: E501 method delete_collection_device_taint_rule_with_http_info (line 212) | def delete_collection_device_taint_rule_with_http_info(self, **kwargs)... method delete_device_taint_rule (line 353) | def delete_device_taint_rule(self, name, **kwargs): # noqa: E501 method delete_device_taint_rule_with_http_info (line 385) | def delete_device_taint_rule_with_http_info(self, name, **kwargs): # ... method get_api_resources (line 502) | def get_api_resources(self, **kwargs): # noqa: E501 method get_api_resources_with_http_info (line 526) | def get_api_resources_with_http_info(self, **kwargs): # noqa: E501 method list_device_taint_rule (line 607) | def list_device_taint_rule(self, **kwargs): # noqa: E501 method list_device_taint_rule_with_http_info (line 642) | def list_device_taint_rule_with_http_info(self, **kwargs): # noqa: E501 method patch_device_taint_rule (line 767) | def patch_device_taint_rule(self, name, body, **kwargs): # noqa: E501 method patch_device_taint_rule_with_http_info (line 798) | def patch_device_taint_rule_with_http_info(self, name, body, **kwargs)... method patch_device_taint_rule_status (line 919) | def patch_device_taint_rule_status(self, name, body, **kwargs): # noq... method patch_device_taint_rule_status_with_http_info (line 950) | def patch_device_taint_rule_status_with_http_info(self, name, body, **... method read_device_taint_rule (line 1071) | def read_device_taint_rule(self, name, **kwargs): # noqa: E501 method read_device_taint_rule_with_http_info (line 1097) | def read_device_taint_rule_with_http_info(self, name, **kwargs): # no... method read_device_taint_rule_status (line 1190) | def read_device_taint_rule_status(self, name, **kwargs): # noqa: E501 method read_device_taint_rule_status_with_http_info (line 1216) | def read_device_taint_rule_status_with_http_info(self, name, **kwargs)... method replace_device_taint_rule (line 1309) | def replace_device_taint_rule(self, name, body, **kwargs): # noqa: E501 method replace_device_taint_rule_with_http_info (line 1339) | def replace_device_taint_rule_with_http_info(self, name, body, **kwarg... method replace_device_taint_rule_status (line 1452) | def replace_device_taint_rule_status(self, name, body, **kwargs): # n... method replace_device_taint_rule_status_with_http_info (line 1482) | def replace_device_taint_rule_status_with_http_info(self, name, body, ... FILE: kubernetes/client/api/resource_v1beta1_api.py class ResourceV1beta1Api (line 27) | class ResourceV1beta1Api(object): method __init__ (line 34) | def __init__(self, api_client=None): method create_device_class (line 39) | def create_device_class(self, body, **kwargs): # noqa: E501 method create_device_class_with_http_info (line 68) | def create_device_class_with_http_info(self, body, **kwargs): # noqa:... method create_namespaced_resource_claim (line 173) | def create_namespaced_resource_claim(self, namespace, body, **kwargs):... method create_namespaced_resource_claim_with_http_info (line 203) | def create_namespaced_resource_claim_with_http_info(self, namespace, b... method create_namespaced_resource_claim_template (line 316) | def create_namespaced_resource_claim_template(self, namespace, body, *... method create_namespaced_resource_claim_template_with_http_info (line 346) | def create_namespaced_resource_claim_template_with_http_info(self, nam... method create_resource_slice (line 459) | def create_resource_slice(self, body, **kwargs): # noqa: E501 method create_resource_slice_with_http_info (line 488) | def create_resource_slice_with_http_info(self, body, **kwargs): # noq... method delete_collection_device_class (line 593) | def delete_collection_device_class(self, **kwargs): # noqa: E501 method delete_collection_device_class_with_http_info (line 632) | def delete_collection_device_class_with_http_info(self, **kwargs): # ... method delete_collection_namespaced_resource_claim (line 773) | def delete_collection_namespaced_resource_claim(self, namespace, **kwa... method delete_collection_namespaced_resource_claim_with_http_info (line 813) | def delete_collection_namespaced_resource_claim_with_http_info(self, n... method delete_collection_namespaced_resource_claim_template (line 962) | def delete_collection_namespaced_resource_claim_template(self, namespa... method delete_collection_namespaced_resource_claim_template_with_http_info (line 1002) | def delete_collection_namespaced_resource_claim_template_with_http_inf... method delete_collection_resource_slice (line 1151) | def delete_collection_resource_slice(self, **kwargs): # noqa: E501 method delete_collection_resource_slice_with_http_info (line 1190) | def delete_collection_resource_slice_with_http_info(self, **kwargs): ... method delete_device_class (line 1331) | def delete_device_class(self, name, **kwargs): # noqa: E501 method delete_device_class_with_http_info (line 1363) | def delete_device_class_with_http_info(self, name, **kwargs): # noqa:... method delete_namespaced_resource_claim (line 1480) | def delete_namespaced_resource_claim(self, name, namespace, **kwargs):... method delete_namespaced_resource_claim_with_http_info (line 1513) | def delete_namespaced_resource_claim_with_http_info(self, name, namesp... method delete_namespaced_resource_claim_template (line 1638) | def delete_namespaced_resource_claim_template(self, name, namespace, *... method delete_namespaced_resource_claim_template_with_http_info (line 1671) | def delete_namespaced_resource_claim_template_with_http_info(self, nam... method delete_resource_slice (line 1796) | def delete_resource_slice(self, name, **kwargs): # noqa: E501 method delete_resource_slice_with_http_info (line 1828) | def delete_resource_slice_with_http_info(self, name, **kwargs): # noq... method get_api_resources (line 1945) | def get_api_resources(self, **kwargs): # noqa: E501 method get_api_resources_with_http_info (line 1969) | def get_api_resources_with_http_info(self, **kwargs): # noqa: E501 method list_device_class (line 2050) | def list_device_class(self, **kwargs): # noqa: E501 method list_device_class_with_http_info (line 2085) | def list_device_class_with_http_info(self, **kwargs): # noqa: E501 method list_namespaced_resource_claim (line 2210) | def list_namespaced_resource_claim(self, namespace, **kwargs): # noqa... method list_namespaced_resource_claim_with_http_info (line 2246) | def list_namespaced_resource_claim_with_http_info(self, namespace, **k... method list_namespaced_resource_claim_template (line 2379) | def list_namespaced_resource_claim_template(self, namespace, **kwargs)... method list_namespaced_resource_claim_template_with_http_info (line 2415) | def list_namespaced_resource_claim_template_with_http_info(self, names... method list_resource_claim_for_all_namespaces (line 2548) | def list_resource_claim_for_all_namespaces(self, **kwargs): # noqa: E501 method list_resource_claim_for_all_namespaces_with_http_info (line 2583) | def list_resource_claim_for_all_namespaces_with_http_info(self, **kwar... method list_resource_claim_template_for_all_namespaces (line 2708) | def list_resource_claim_template_for_all_namespaces(self, **kwargs): ... method list_resource_claim_template_for_all_namespaces_with_http_info (line 2743) | def list_resource_claim_template_for_all_namespaces_with_http_info(sel... method list_resource_slice (line 2868) | def list_resource_slice(self, **kwargs): # noqa: E501 method list_resource_slice_with_http_info (line 2903) | def list_resource_slice_with_http_info(self, **kwargs): # noqa: E501 method patch_device_class (line 3028) | def patch_device_class(self, name, body, **kwargs): # noqa: E501 method patch_device_class_with_http_info (line 3059) | def patch_device_class_with_http_info(self, name, body, **kwargs): # ... method patch_namespaced_resource_claim (line 3180) | def patch_namespaced_resource_claim(self, name, namespace, body, **kwa... method patch_namespaced_resource_claim_with_http_info (line 3212) | def patch_namespaced_resource_claim_with_http_info(self, name, namespa... method patch_namespaced_resource_claim_status (line 3341) | def patch_namespaced_resource_claim_status(self, name, namespace, body... method patch_namespaced_resource_claim_status_with_http_info (line 3373) | def patch_namespaced_resource_claim_status_with_http_info(self, name, ... method patch_namespaced_resource_claim_template (line 3502) | def patch_namespaced_resource_claim_template(self, name, namespace, bo... method patch_namespaced_resource_claim_template_with_http_info (line 3534) | def patch_namespaced_resource_claim_template_with_http_info(self, name... method patch_resource_slice (line 3663) | def patch_resource_slice(self, name, body, **kwargs): # noqa: E501 method patch_resource_slice_with_http_info (line 3694) | def patch_resource_slice_with_http_info(self, name, body, **kwargs): ... method read_device_class (line 3815) | def read_device_class(self, name, **kwargs): # noqa: E501 method read_device_class_with_http_info (line 3841) | def read_device_class_with_http_info(self, name, **kwargs): # noqa: E501 method read_namespaced_resource_claim (line 3934) | def read_namespaced_resource_claim(self, name, namespace, **kwargs): ... method read_namespaced_resource_claim_with_http_info (line 3961) | def read_namespaced_resource_claim_with_http_info(self, name, namespac... method read_namespaced_resource_claim_status (line 4062) | def read_namespaced_resource_claim_status(self, name, namespace, **kwa... method read_namespaced_resource_claim_status_with_http_info (line 4089) | def read_namespaced_resource_claim_status_with_http_info(self, name, n... method read_namespaced_resource_claim_template (line 4190) | def read_namespaced_resource_claim_template(self, name, namespace, **k... method read_namespaced_resource_claim_template_with_http_info (line 4217) | def read_namespaced_resource_claim_template_with_http_info(self, name,... method read_resource_slice (line 4318) | def read_resource_slice(self, name, **kwargs): # noqa: E501 method read_resource_slice_with_http_info (line 4344) | def read_resource_slice_with_http_info(self, name, **kwargs): # noqa:... method replace_device_class (line 4437) | def replace_device_class(self, name, body, **kwargs): # noqa: E501 method replace_device_class_with_http_info (line 4467) | def replace_device_class_with_http_info(self, name, body, **kwargs): ... method replace_namespaced_resource_claim (line 4580) | def replace_namespaced_resource_claim(self, name, namespace, body, **k... method replace_namespaced_resource_claim_with_http_info (line 4611) | def replace_namespaced_resource_claim_with_http_info(self, name, names... method replace_namespaced_resource_claim_status (line 4732) | def replace_namespaced_resource_claim_status(self, name, namespace, bo... method replace_namespaced_resource_claim_status_with_http_info (line 4763) | def replace_namespaced_resource_claim_status_with_http_info(self, name... method replace_namespaced_resource_claim_template (line 4884) | def replace_namespaced_resource_claim_template(self, name, namespace, ... method replace_namespaced_resource_claim_template_with_http_info (line 4915) | def replace_namespaced_resource_claim_template_with_http_info(self, na... method replace_resource_slice (line 5036) | def replace_resource_slice(self, name, body, **kwargs): # noqa: E501 method replace_resource_slice_with_http_info (line 5066) | def replace_resource_slice_with_http_info(self, name, body, **kwargs):... FILE: kubernetes/client/api/resource_v1beta2_api.py class ResourceV1beta2Api (line 27) | class ResourceV1beta2Api(object): method __init__ (line 34) | def __init__(self, api_client=None): method create_device_class (line 39) | def create_device_class(self, body, **kwargs): # noqa: E501 method create_device_class_with_http_info (line 68) | def create_device_class_with_http_info(self, body, **kwargs): # noqa:... method create_namespaced_resource_claim (line 173) | def create_namespaced_resource_claim(self, namespace, body, **kwargs):... method create_namespaced_resource_claim_with_http_info (line 203) | def create_namespaced_resource_claim_with_http_info(self, namespace, b... method create_namespaced_resource_claim_template (line 316) | def create_namespaced_resource_claim_template(self, namespace, body, *... method create_namespaced_resource_claim_template_with_http_info (line 346) | def create_namespaced_resource_claim_template_with_http_info(self, nam... method create_resource_slice (line 459) | def create_resource_slice(self, body, **kwargs): # noqa: E501 method create_resource_slice_with_http_info (line 488) | def create_resource_slice_with_http_info(self, body, **kwargs): # noq... method delete_collection_device_class (line 593) | def delete_collection_device_class(self, **kwargs): # noqa: E501 method delete_collection_device_class_with_http_info (line 632) | def delete_collection_device_class_with_http_info(self, **kwargs): # ... method delete_collection_namespaced_resource_claim (line 773) | def delete_collection_namespaced_resource_claim(self, namespace, **kwa... method delete_collection_namespaced_resource_claim_with_http_info (line 813) | def delete_collection_namespaced_resource_claim_with_http_info(self, n... method delete_collection_namespaced_resource_claim_template (line 962) | def delete_collection_namespaced_resource_claim_template(self, namespa... method delete_collection_namespaced_resource_claim_template_with_http_info (line 1002) | def delete_collection_namespaced_resource_claim_template_with_http_inf... method delete_collection_resource_slice (line 1151) | def delete_collection_resource_slice(self, **kwargs): # noqa: E501 method delete_collection_resource_slice_with_http_info (line 1190) | def delete_collection_resource_slice_with_http_info(self, **kwargs): ... method delete_device_class (line 1331) | def delete_device_class(self, name, **kwargs): # noqa: E501 method delete_device_class_with_http_info (line 1363) | def delete_device_class_with_http_info(self, name, **kwargs): # noqa:... method delete_namespaced_resource_claim (line 1480) | def delete_namespaced_resource_claim(self, name, namespace, **kwargs):... method delete_namespaced_resource_claim_with_http_info (line 1513) | def delete_namespaced_resource_claim_with_http_info(self, name, namesp... method delete_namespaced_resource_claim_template (line 1638) | def delete_namespaced_resource_claim_template(self, name, namespace, *... method delete_namespaced_resource_claim_template_with_http_info (line 1671) | def delete_namespaced_resource_claim_template_with_http_info(self, nam... method delete_resource_slice (line 1796) | def delete_resource_slice(self, name, **kwargs): # noqa: E501 method delete_resource_slice_with_http_info (line 1828) | def delete_resource_slice_with_http_info(self, name, **kwargs): # noq... method get_api_resources (line 1945) | def get_api_resources(self, **kwargs): # noqa: E501 method get_api_resources_with_http_info (line 1969) | def get_api_resources_with_http_info(self, **kwargs): # noqa: E501 method list_device_class (line 2050) | def list_device_class(self, **kwargs): # noqa: E501 method list_device_class_with_http_info (line 2085) | def list_device_class_with_http_info(self, **kwargs): # noqa: E501 method list_namespaced_resource_claim (line 2210) | def list_namespaced_resource_claim(self, namespace, **kwargs): # noqa... method list_namespaced_resource_claim_with_http_info (line 2246) | def list_namespaced_resource_claim_with_http_info(self, namespace, **k... method list_namespaced_resource_claim_template (line 2379) | def list_namespaced_resource_claim_template(self, namespace, **kwargs)... method list_namespaced_resource_claim_template_with_http_info (line 2415) | def list_namespaced_resource_claim_template_with_http_info(self, names... method list_resource_claim_for_all_namespaces (line 2548) | def list_resource_claim_for_all_namespaces(self, **kwargs): # noqa: E501 method list_resource_claim_for_all_namespaces_with_http_info (line 2583) | def list_resource_claim_for_all_namespaces_with_http_info(self, **kwar... method list_resource_claim_template_for_all_namespaces (line 2708) | def list_resource_claim_template_for_all_namespaces(self, **kwargs): ... method list_resource_claim_template_for_all_namespaces_with_http_info (line 2743) | def list_resource_claim_template_for_all_namespaces_with_http_info(sel... method list_resource_slice (line 2868) | def list_resource_slice(self, **kwargs): # noqa: E501 method list_resource_slice_with_http_info (line 2903) | def list_resource_slice_with_http_info(self, **kwargs): # noqa: E501 method patch_device_class (line 3028) | def patch_device_class(self, name, body, **kwargs): # noqa: E501 method patch_device_class_with_http_info (line 3059) | def patch_device_class_with_http_info(self, name, body, **kwargs): # ... method patch_namespaced_resource_claim (line 3180) | def patch_namespaced_resource_claim(self, name, namespace, body, **kwa... method patch_namespaced_resource_claim_with_http_info (line 3212) | def patch_namespaced_resource_claim_with_http_info(self, name, namespa... method patch_namespaced_resource_claim_status (line 3341) | def patch_namespaced_resource_claim_status(self, name, namespace, body... method patch_namespaced_resource_claim_status_with_http_info (line 3373) | def patch_namespaced_resource_claim_status_with_http_info(self, name, ... method patch_namespaced_resource_claim_template (line 3502) | def patch_namespaced_resource_claim_template(self, name, namespace, bo... method patch_namespaced_resource_claim_template_with_http_info (line 3534) | def patch_namespaced_resource_claim_template_with_http_info(self, name... method patch_resource_slice (line 3663) | def patch_resource_slice(self, name, body, **kwargs): # noqa: E501 method patch_resource_slice_with_http_info (line 3694) | def patch_resource_slice_with_http_info(self, name, body, **kwargs): ... method read_device_class (line 3815) | def read_device_class(self, name, **kwargs): # noqa: E501 method read_device_class_with_http_info (line 3841) | def read_device_class_with_http_info(self, name, **kwargs): # noqa: E501 method read_namespaced_resource_claim (line 3934) | def read_namespaced_resource_claim(self, name, namespace, **kwargs): ... method read_namespaced_resource_claim_with_http_info (line 3961) | def read_namespaced_resource_claim_with_http_info(self, name, namespac... method read_namespaced_resource_claim_status (line 4062) | def read_namespaced_resource_claim_status(self, name, namespace, **kwa... method read_namespaced_resource_claim_status_with_http_info (line 4089) | def read_namespaced_resource_claim_status_with_http_info(self, name, n... method read_namespaced_resource_claim_template (line 4190) | def read_namespaced_resource_claim_template(self, name, namespace, **k... method read_namespaced_resource_claim_template_with_http_info (line 4217) | def read_namespaced_resource_claim_template_with_http_info(self, name,... method read_resource_slice (line 4318) | def read_resource_slice(self, name, **kwargs): # noqa: E501 method read_resource_slice_with_http_info (line 4344) | def read_resource_slice_with_http_info(self, name, **kwargs): # noqa:... method replace_device_class (line 4437) | def replace_device_class(self, name, body, **kwargs): # noqa: E501 method replace_device_class_with_http_info (line 4467) | def replace_device_class_with_http_info(self, name, body, **kwargs): ... method replace_namespaced_resource_claim (line 4580) | def replace_namespaced_resource_claim(self, name, namespace, body, **k... method replace_namespaced_resource_claim_with_http_info (line 4611) | def replace_namespaced_resource_claim_with_http_info(self, name, names... method replace_namespaced_resource_claim_status (line 4732) | def replace_namespaced_resource_claim_status(self, name, namespace, bo... method replace_namespaced_resource_claim_status_with_http_info (line 4763) | def replace_namespaced_resource_claim_status_with_http_info(self, name... method replace_namespaced_resource_claim_template (line 4884) | def replace_namespaced_resource_claim_template(self, name, namespace, ... method replace_namespaced_resource_claim_template_with_http_info (line 4915) | def replace_namespaced_resource_claim_template_with_http_info(self, na... method replace_resource_slice (line 5036) | def replace_resource_slice(self, name, body, **kwargs): # noqa: E501 method replace_resource_slice_with_http_info (line 5066) | def replace_resource_slice_with_http_info(self, name, body, **kwargs):... FILE: kubernetes/client/api/scheduling_api.py class SchedulingApi (line 27) | class SchedulingApi(object): method __init__ (line 34) | def __init__(self, api_client=None): method get_api_group (line 39) | def get_api_group(self, **kwargs): # noqa: E501 method get_api_group_with_http_info (line 63) | def get_api_group_with_http_info(self, **kwargs): # noqa: E501 FILE: kubernetes/client/api/scheduling_v1_api.py class SchedulingV1Api (line 27) | class SchedulingV1Api(object): method __init__ (line 34) | def __init__(self, api_client=None): method create_priority_class (line 39) | def create_priority_class(self, body, **kwargs): # noqa: E501 method create_priority_class_with_http_info (line 68) | def create_priority_class_with_http_info(self, body, **kwargs): # noq... method delete_collection_priority_class (line 173) | def delete_collection_priority_class(self, **kwargs): # noqa: E501 method delete_collection_priority_class_with_http_info (line 212) | def delete_collection_priority_class_with_http_info(self, **kwargs): ... method delete_priority_class (line 353) | def delete_priority_class(self, name, **kwargs): # noqa: E501 method delete_priority_class_with_http_info (line 385) | def delete_priority_class_with_http_info(self, name, **kwargs): # noq... method get_api_resources (line 502) | def get_api_resources(self, **kwargs): # noqa: E501 method get_api_resources_with_http_info (line 526) | def get_api_resources_with_http_info(self, **kwargs): # noqa: E501 method list_priority_class (line 607) | def list_priority_class(self, **kwargs): # noqa: E501 method list_priority_class_with_http_info (line 642) | def list_priority_class_with_http_info(self, **kwargs): # noqa: E501 method patch_priority_class (line 767) | def patch_priority_class(self, name, body, **kwargs): # noqa: E501 method patch_priority_class_with_http_info (line 798) | def patch_priority_class_with_http_info(self, name, body, **kwargs): ... method read_priority_class (line 919) | def read_priority_class(self, name, **kwargs): # noqa: E501 method read_priority_class_with_http_info (line 945) | def read_priority_class_with_http_info(self, name, **kwargs): # noqa:... method replace_priority_class (line 1038) | def replace_priority_class(self, name, body, **kwargs): # noqa: E501 method replace_priority_class_with_http_info (line 1068) | def replace_priority_class_with_http_info(self, name, body, **kwargs):... FILE: kubernetes/client/api/scheduling_v1alpha1_api.py class SchedulingV1alpha1Api (line 27) | class SchedulingV1alpha1Api(object): method __init__ (line 34) | def __init__(self, api_client=None): method create_namespaced_workload (line 39) | def create_namespaced_workload(self, namespace, body, **kwargs): # no... method create_namespaced_workload_with_http_info (line 69) | def create_namespaced_workload_with_http_info(self, namespace, body, *... method delete_collection_namespaced_workload (line 182) | def delete_collection_namespaced_workload(self, namespace, **kwargs): ... method delete_collection_namespaced_workload_with_http_info (line 222) | def delete_collection_namespaced_workload_with_http_info(self, namespa... method delete_namespaced_workload (line 371) | def delete_namespaced_workload(self, name, namespace, **kwargs): # no... method delete_namespaced_workload_with_http_info (line 404) | def delete_namespaced_workload_with_http_info(self, name, namespace, *... method get_api_resources (line 529) | def get_api_resources(self, **kwargs): # noqa: E501 method get_api_resources_with_http_info (line 553) | def get_api_resources_with_http_info(self, **kwargs): # noqa: E501 method list_namespaced_workload (line 634) | def list_namespaced_workload(self, namespace, **kwargs): # noqa: E501 method list_namespaced_workload_with_http_info (line 670) | def list_namespaced_workload_with_http_info(self, namespace, **kwargs)... method list_workload_for_all_namespaces (line 803) | def list_workload_for_all_namespaces(self, **kwargs): # noqa: E501 method list_workload_for_all_namespaces_with_http_info (line 838) | def list_workload_for_all_namespaces_with_http_info(self, **kwargs): ... method patch_namespaced_workload (line 963) | def patch_namespaced_workload(self, name, namespace, body, **kwargs): ... method patch_namespaced_workload_with_http_info (line 995) | def patch_namespaced_workload_with_http_info(self, name, namespace, bo... method read_namespaced_workload (line 1124) | def read_namespaced_workload(self, name, namespace, **kwargs): # noqa... method read_namespaced_workload_with_http_info (line 1151) | def read_namespaced_workload_with_http_info(self, name, namespace, **k... method replace_namespaced_workload (line 1252) | def replace_namespaced_workload(self, name, namespace, body, **kwargs)... method replace_namespaced_workload_with_http_info (line 1283) | def replace_namespaced_workload_with_http_info(self, name, namespace, ... FILE: kubernetes/client/api/storage_api.py class StorageApi (line 27) | class StorageApi(object): method __init__ (line 34) | def __init__(self, api_client=None): method get_api_group (line 39) | def get_api_group(self, **kwargs): # noqa: E501 method get_api_group_with_http_info (line 63) | def get_api_group_with_http_info(self, **kwargs): # noqa: E501 FILE: kubernetes/client/api/storage_v1_api.py class StorageV1Api (line 27) | class StorageV1Api(object): method __init__ (line 34) | def __init__(self, api_client=None): method create_csi_driver (line 39) | def create_csi_driver(self, body, **kwargs): # noqa: E501 method create_csi_driver_with_http_info (line 68) | def create_csi_driver_with_http_info(self, body, **kwargs): # noqa: E501 method create_csi_node (line 173) | def create_csi_node(self, body, **kwargs): # noqa: E501 method create_csi_node_with_http_info (line 202) | def create_csi_node_with_http_info(self, body, **kwargs): # noqa: E501 method create_namespaced_csi_storage_capacity (line 307) | def create_namespaced_csi_storage_capacity(self, namespace, body, **kw... method create_namespaced_csi_storage_capacity_with_http_info (line 337) | def create_namespaced_csi_storage_capacity_with_http_info(self, namesp... method create_storage_class (line 450) | def create_storage_class(self, body, **kwargs): # noqa: E501 method create_storage_class_with_http_info (line 479) | def create_storage_class_with_http_info(self, body, **kwargs): # noqa... method create_volume_attachment (line 584) | def create_volume_attachment(self, body, **kwargs): # noqa: E501 method create_volume_attachment_with_http_info (line 613) | def create_volume_attachment_with_http_info(self, body, **kwargs): # ... method create_volume_attributes_class (line 718) | def create_volume_attributes_class(self, body, **kwargs): # noqa: E501 method create_volume_attributes_class_with_http_info (line 747) | def create_volume_attributes_class_with_http_info(self, body, **kwargs... method delete_collection_csi_driver (line 852) | def delete_collection_csi_driver(self, **kwargs): # noqa: E501 method delete_collection_csi_driver_with_http_info (line 891) | def delete_collection_csi_driver_with_http_info(self, **kwargs): # no... method delete_collection_csi_node (line 1032) | def delete_collection_csi_node(self, **kwargs): # noqa: E501 method delete_collection_csi_node_with_http_info (line 1071) | def delete_collection_csi_node_with_http_info(self, **kwargs): # noqa... method delete_collection_namespaced_csi_storage_capacity (line 1212) | def delete_collection_namespaced_csi_storage_capacity(self, namespace,... method delete_collection_namespaced_csi_storage_capacity_with_http_info (line 1252) | def delete_collection_namespaced_csi_storage_capacity_with_http_info(s... method delete_collection_storage_class (line 1401) | def delete_collection_storage_class(self, **kwargs): # noqa: E501 method delete_collection_storage_class_with_http_info (line 1440) | def delete_collection_storage_class_with_http_info(self, **kwargs): #... method delete_collection_volume_attachment (line 1581) | def delete_collection_volume_attachment(self, **kwargs): # noqa: E501 method delete_collection_volume_attachment_with_http_info (line 1620) | def delete_collection_volume_attachment_with_http_info(self, **kwargs)... method delete_collection_volume_attributes_class (line 1761) | def delete_collection_volume_attributes_class(self, **kwargs): # noqa... method delete_collection_volume_attributes_class_with_http_info (line 1800) | def delete_collection_volume_attributes_class_with_http_info(self, **k... method delete_csi_driver (line 1941) | def delete_csi_driver(self, name, **kwargs): # noqa: E501 method delete_csi_driver_with_http_info (line 1973) | def delete_csi_driver_with_http_info(self, name, **kwargs): # noqa: E501 method delete_csi_node (line 2090) | def delete_csi_node(self, name, **kwargs): # noqa: E501 method delete_csi_node_with_http_info (line 2122) | def delete_csi_node_with_http_info(self, name, **kwargs): # noqa: E501 method delete_namespaced_csi_storage_capacity (line 2239) | def delete_namespaced_csi_storage_capacity(self, name, namespace, **kw... method delete_namespaced_csi_storage_capacity_with_http_info (line 2272) | def delete_namespaced_csi_storage_capacity_with_http_info(self, name, ... method delete_storage_class (line 2397) | def delete_storage_class(self, name, **kwargs): # noqa: E501 method delete_storage_class_with_http_info (line 2429) | def delete_storage_class_with_http_info(self, name, **kwargs): # noqa... method delete_volume_attachment (line 2546) | def delete_volume_attachment(self, name, **kwargs): # noqa: E501 method delete_volume_attachment_with_http_info (line 2578) | def delete_volume_attachment_with_http_info(self, name, **kwargs): # ... method delete_volume_attributes_class (line 2695) | def delete_volume_attributes_class(self, name, **kwargs): # noqa: E501 method delete_volume_attributes_class_with_http_info (line 2727) | def delete_volume_attributes_class_with_http_info(self, name, **kwargs... method get_api_resources (line 2844) | def get_api_resources(self, **kwargs): # noqa: E501 method get_api_resources_with_http_info (line 2868) | def get_api_resources_with_http_info(self, **kwargs): # noqa: E501 method list_csi_driver (line 2949) | def list_csi_driver(self, **kwargs): # noqa: E501 method list_csi_driver_with_http_info (line 2984) | def list_csi_driver_with_http_info(self, **kwargs): # noqa: E501 method list_csi_node (line 3109) | def list_csi_node(self, **kwargs): # noqa: E501 method list_csi_node_with_http_info (line 3144) | def list_csi_node_with_http_info(self, **kwargs): # noqa: E501 method list_csi_storage_capacity_for_all_namespaces (line 3269) | def list_csi_storage_capacity_for_all_namespaces(self, **kwargs): # n... method list_csi_storage_capacity_for_all_namespaces_with_http_info (line 3304) | def list_csi_storage_capacity_for_all_namespaces_with_http_info(self, ... method list_namespaced_csi_storage_capacity (line 3429) | def list_namespaced_csi_storage_capacity(self, namespace, **kwargs): ... method list_namespaced_csi_storage_capacity_with_http_info (line 3465) | def list_namespaced_csi_storage_capacity_with_http_info(self, namespac... method list_storage_class (line 3598) | def list_storage_class(self, **kwargs): # noqa: E501 method list_storage_class_with_http_info (line 3633) | def list_storage_class_with_http_info(self, **kwargs): # noqa: E501 method list_volume_attachment (line 3758) | def list_volume_attachment(self, **kwargs): # noqa: E501 method list_volume_attachment_with_http_info (line 3793) | def list_volume_attachment_with_http_info(self, **kwargs): # noqa: E501 method list_volume_attributes_class (line 3918) | def list_volume_attributes_class(self, **kwargs): # noqa: E501 method list_volume_attributes_class_with_http_info (line 3953) | def list_volume_attributes_class_with_http_info(self, **kwargs): # no... method patch_csi_driver (line 4078) | def patch_csi_driver(self, name, body, **kwargs): # noqa: E501 method patch_csi_driver_with_http_info (line 4109) | def patch_csi_driver_with_http_info(self, name, body, **kwargs): # no... method patch_csi_node (line 4230) | def patch_csi_node(self, name, body, **kwargs): # noqa: E501 method patch_csi_node_with_http_info (line 4261) | def patch_csi_node_with_http_info(self, name, body, **kwargs): # noqa... method patch_namespaced_csi_storage_capacity (line 4382) | def patch_namespaced_csi_storage_capacity(self, name, namespace, body,... method patch_namespaced_csi_storage_capacity_with_http_info (line 4414) | def patch_namespaced_csi_storage_capacity_with_http_info(self, name, n... method patch_storage_class (line 4543) | def patch_storage_class(self, name, body, **kwargs): # noqa: E501 method patch_storage_class_with_http_info (line 4574) | def patch_storage_class_with_http_info(self, name, body, **kwargs): #... method patch_volume_attachment (line 4695) | def patch_volume_attachment(self, name, body, **kwargs): # noqa: E501 method patch_volume_attachment_with_http_info (line 4726) | def patch_volume_attachment_with_http_info(self, name, body, **kwargs)... method patch_volume_attachment_status (line 4847) | def patch_volume_attachment_status(self, name, body, **kwargs): # noq... method patch_volume_attachment_status_with_http_info (line 4878) | def patch_volume_attachment_status_with_http_info(self, name, body, **... method patch_volume_attributes_class (line 4999) | def patch_volume_attributes_class(self, name, body, **kwargs): # noqa... method patch_volume_attributes_class_with_http_info (line 5030) | def patch_volume_attributes_class_with_http_info(self, name, body, **k... method read_csi_driver (line 5151) | def read_csi_driver(self, name, **kwargs): # noqa: E501 method read_csi_driver_with_http_info (line 5177) | def read_csi_driver_with_http_info(self, name, **kwargs): # noqa: E501 method read_csi_node (line 5270) | def read_csi_node(self, name, **kwargs): # noqa: E501 method read_csi_node_with_http_info (line 5296) | def read_csi_node_with_http_info(self, name, **kwargs): # noqa: E501 method read_namespaced_csi_storage_capacity (line 5389) | def read_namespaced_csi_storage_capacity(self, name, namespace, **kwar... method read_namespaced_csi_storage_capacity_with_http_info (line 5416) | def read_namespaced_csi_storage_capacity_with_http_info(self, name, na... method read_storage_class (line 5517) | def read_storage_class(self, name, **kwargs): # noqa: E501 method read_storage_class_with_http_info (line 5543) | def read_storage_class_with_http_info(self, name, **kwargs): # noqa: ... method read_volume_attachment (line 5636) | def read_volume_attachment(self, name, **kwargs): # noqa: E501 method read_volume_attachment_with_http_info (line 5662) | def read_volume_attachment_with_http_info(self, name, **kwargs): # no... method read_volume_attachment_status (line 5755) | def read_volume_attachment_status(self, name, **kwargs): # noqa: E501 method read_volume_attachment_status_with_http_info (line 5781) | def read_volume_attachment_status_with_http_info(self, name, **kwargs)... method read_volume_attributes_class (line 5874) | def read_volume_attributes_class(self, name, **kwargs): # noqa: E501 method read_volume_attributes_class_with_http_info (line 5900) | def read_volume_attributes_class_with_http_info(self, name, **kwargs):... method replace_csi_driver (line 5993) | def replace_csi_driver(self, name, body, **kwargs): # noqa: E501 method replace_csi_driver_with_http_info (line 6023) | def replace_csi_driver_with_http_info(self, name, body, **kwargs): # ... method replace_csi_node (line 6136) | def replace_csi_node(self, name, body, **kwargs): # noqa: E501 method replace_csi_node_with_http_info (line 6166) | def replace_csi_node_with_http_info(self, name, body, **kwargs): # no... method replace_namespaced_csi_storage_capacity (line 6279) | def replace_namespaced_csi_storage_capacity(self, name, namespace, bod... method replace_namespaced_csi_storage_capacity_with_http_info (line 6310) | def replace_namespaced_csi_storage_capacity_with_http_info(self, name,... method replace_storage_class (line 6431) | def replace_storage_class(self, name, body, **kwargs): # noqa: E501 method replace_storage_class_with_http_info (line 6461) | def replace_storage_class_with_http_info(self, name, body, **kwargs): ... method replace_volume_attachment (line 6574) | def replace_volume_attachment(self, name, body, **kwargs): # noqa: E501 method replace_volume_attachment_with_http_info (line 6604) | def replace_volume_attachment_with_http_info(self, name, body, **kwarg... method replace_volume_attachment_status (line 6717) | def replace_volume_attachment_status(self, name, body, **kwargs): # n... method replace_volume_attachment_status_with_http_info (line 6747) | def replace_volume_attachment_status_with_http_info(self, name, body, ... method replace_volume_attributes_class (line 6860) | def replace_volume_attributes_class(self, name, body, **kwargs): # no... method replace_volume_attributes_class_with_http_info (line 6890) | def replace_volume_attributes_class_with_http_info(self, name, body, *... FILE: kubernetes/client/api/storage_v1beta1_api.py class StorageV1beta1Api (line 27) | class StorageV1beta1Api(object): method __init__ (line 34) | def __init__(self, api_client=None): method create_volume_attributes_class (line 39) | def create_volume_attributes_class(self, body, **kwargs): # noqa: E501 method create_volume_attributes_class_with_http_info (line 68) | def create_volume_attributes_class_with_http_info(self, body, **kwargs... method delete_collection_volume_attributes_class (line 173) | def delete_collection_volume_attributes_class(self, **kwargs): # noqa... method delete_collection_volume_attributes_class_with_http_info (line 212) | def delete_collection_volume_attributes_class_with_http_info(self, **k... method delete_volume_attributes_class (line 353) | def delete_volume_attributes_class(self, name, **kwargs): # noqa: E501 method delete_volume_attributes_class_with_http_info (line 385) | def delete_volume_attributes_class_with_http_info(self, name, **kwargs... method get_api_resources (line 502) | def get_api_resources(self, **kwargs): # noqa: E501 method get_api_resources_with_http_info (line 526) | def get_api_resources_with_http_info(self, **kwargs): # noqa: E501 method list_volume_attributes_class (line 607) | def list_volume_attributes_class(self, **kwargs): # noqa: E501 method list_volume_attributes_class_with_http_info (line 642) | def list_volume_attributes_class_with_http_info(self, **kwargs): # no... method patch_volume_attributes_class (line 767) | def patch_volume_attributes_class(self, name, body, **kwargs): # noqa... method patch_volume_attributes_class_with_http_info (line 798) | def patch_volume_attributes_class_with_http_info(self, name, body, **k... method read_volume_attributes_class (line 919) | def read_volume_attributes_class(self, name, **kwargs): # noqa: E501 method read_volume_attributes_class_with_http_info (line 945) | def read_volume_attributes_class_with_http_info(self, name, **kwargs):... method replace_volume_attributes_class (line 1038) | def replace_volume_attributes_class(self, name, body, **kwargs): # no... method replace_volume_attributes_class_with_http_info (line 1068) | def replace_volume_attributes_class_with_http_info(self, name, body, *... FILE: kubernetes/client/api/storagemigration_api.py class StoragemigrationApi (line 27) | class StoragemigrationApi(object): method __init__ (line 34) | def __init__(self, api_client=None): method get_api_group (line 39) | def get_api_group(self, **kwargs): # noqa: E501 method get_api_group_with_http_info (line 63) | def get_api_group_with_http_info(self, **kwargs): # noqa: E501 FILE: kubernetes/client/api/storagemigration_v1beta1_api.py class StoragemigrationV1beta1Api (line 27) | class StoragemigrationV1beta1Api(object): method __init__ (line 34) | def __init__(self, api_client=None): method create_storage_version_migration (line 39) | def create_storage_version_migration(self, body, **kwargs): # noqa: E501 method create_storage_version_migration_with_http_info (line 68) | def create_storage_version_migration_with_http_info(self, body, **kwar... method delete_collection_storage_version_migration (line 173) | def delete_collection_storage_version_migration(self, **kwargs): # no... method delete_collection_storage_version_migration_with_http_info (line 212) | def delete_collection_storage_version_migration_with_http_info(self, *... method delete_storage_version_migration (line 353) | def delete_storage_version_migration(self, name, **kwargs): # noqa: E501 method delete_storage_version_migration_with_http_info (line 385) | def delete_storage_version_migration_with_http_info(self, name, **kwar... method get_api_resources (line 502) | def get_api_resources(self, **kwargs): # noqa: E501 method get_api_resources_with_http_info (line 526) | def get_api_resources_with_http_info(self, **kwargs): # noqa: E501 method list_storage_version_migration (line 607) | def list_storage_version_migration(self, **kwargs): # noqa: E501 method list_storage_version_migration_with_http_info (line 642) | def list_storage_version_migration_with_http_info(self, **kwargs): # ... method patch_storage_version_migration (line 767) | def patch_storage_version_migration(self, name, body, **kwargs): # no... method patch_storage_version_migration_with_http_info (line 798) | def patch_storage_version_migration_with_http_info(self, name, body, *... method patch_storage_version_migration_status (line 919) | def patch_storage_version_migration_status(self, name, body, **kwargs)... method patch_storage_version_migration_status_with_http_info (line 950) | def patch_storage_version_migration_status_with_http_info(self, name, ... method read_storage_version_migration (line 1071) | def read_storage_version_migration(self, name, **kwargs): # noqa: E501 method read_storage_version_migration_with_http_info (line 1097) | def read_storage_version_migration_with_http_info(self, name, **kwargs... method read_storage_version_migration_status (line 1190) | def read_storage_version_migration_status(self, name, **kwargs): # no... method read_storage_version_migration_status_with_http_info (line 1216) | def read_storage_version_migration_status_with_http_info(self, name, *... method replace_storage_version_migration (line 1309) | def replace_storage_version_migration(self, name, body, **kwargs): # ... method replace_storage_version_migration_with_http_info (line 1339) | def replace_storage_version_migration_with_http_info(self, name, body,... method replace_storage_version_migration_status (line 1452) | def replace_storage_version_migration_status(self, name, body, **kwarg... method replace_storage_version_migration_status_with_http_info (line 1482) | def replace_storage_version_migration_status_with_http_info(self, name... FILE: kubernetes/client/api/version_api.py class VersionApi (line 27) | class VersionApi(object): method __init__ (line 34) | def __init__(self, api_client=None): method get_code (line 39) | def get_code(self, **kwargs): # noqa: E501 method get_code_with_http_info (line 63) | def get_code_with_http_info(self, **kwargs): # noqa: E501 FILE: kubernetes/client/api/well_known_api.py class WellKnownApi (line 27) | class WellKnownApi(object): method __init__ (line 34) | def __init__(self, api_client=None): method get_service_account_issuer_open_id_configuration (line 39) | def get_service_account_issuer_open_id_configuration(self, **kwargs): ... method get_service_account_issuer_open_id_configuration_with_http_info (line 63) | def get_service_account_issuer_open_id_configuration_with_http_info(se... FILE: kubernetes/client/api_client.py class ApiClient (line 33) | class ApiClient(object): method __init__ (line 68) | def __init__(self, configuration=None, header_name=None, header_value=... method __enter__ (line 84) | def __enter__(self): method __exit__ (line 87) | def __exit__(self, exc_type, exc_value, traceback): method close (line 90) | def close(self): method pool (line 99) | def pool(self): method user_agent (line 109) | def user_agent(self): method user_agent (line 114) | def user_agent(self, value): method set_default_header (line 117) | def set_default_header(self, header_name, header_value): method __call_api (line 120) | def __call_api( method sanitize_for_serialization (line 202) | def sanitize_for_serialization(self, obj): method deserialize (line 244) | def deserialize(self, response, response_type): method __deserialize (line 266) | def __deserialize(self, data, klass): method call_api (line 310) | def call_api(self, resource_path, method, method request (line 373) | def request(self, method, url, query_params=None, headers=None, method parameters_to_tuples (line 432) | def parameters_to_tuples(self, params, collection_formats): method files_parameters (line 462) | def files_parameters(self, files=None): method select_header_accept (line 486) | def select_header_accept(self, accepts): method select_header_content_type (line 502) | def select_header_content_type(self, content_types): method update_params_for_auth (line 518) | def update_params_for_auth(self, headers, querys, auth_settings): method __deserialize_file (line 542) | def __deserialize_file(self, response): method __deserialize_primitive (line 566) | def __deserialize_primitive(self, data, klass): method __deserialize_object (line 581) | def __deserialize_object(self, value): method __deserialize_date (line 588) | def __deserialize_date(self, string): method __deserialize_datetime (line 604) | def __deserialize_datetime(self, string): method __deserialize_model (line 625) | def __deserialize_model(self, data, klass): FILE: kubernetes/client/configuration.py class Configuration (line 26) | class Configuration(object): method __init__ (line 76) | def __init__(self, host="http://localhost", method __deepcopy__ (line 187) | def __deepcopy__(self, memo): method set_default (line 202) | def set_default(cls, default): method get_default_copy (line 213) | def get_default_copy(cls): method logger_file (line 227) | def logger_file(self): method logger_file (line 239) | def logger_file(self, value): method debug (line 258) | def debug(self): method debug (line 267) | def debug(self, value): method logger_format (line 289) | def logger_format(self): method logger_format (line 300) | def logger_format(self, value): method get_api_key_with_prefix (line 311) | def get_api_key_with_prefix(self, identifier): method get_basic_auth_token (line 327) | def get_basic_auth_token(self): method auth_settings (line 342) | def auth_settings(self): method to_debug_report (line 357) | def to_debug_report(self): method get_host_settings (line 369) | def get_host_settings(self): method get_host_from_settings (line 381) | def get_host_from_settings(self, index, variables=None): FILE: kubernetes/client/exceptions.py class OpenApiException (line 16) | class OpenApiException(Exception): class ApiTypeError (line 20) | class ApiTypeError(OpenApiException, TypeError): method __init__ (line 21) | def __init__(self, msg, path_to_item=None, valid_classes=None, class ApiValueError (line 49) | class ApiValueError(OpenApiException, ValueError): method __init__ (line 50) | def __init__(self, msg, path_to_item=None): class ApiKeyError (line 67) | class ApiKeyError(OpenApiException, KeyError): method __init__ (line 68) | def __init__(self, msg, path_to_item=None): class ApiException (line 84) | class ApiException(OpenApiException): method __init__ (line 86) | def __init__(self, status=None, reason=None, http_resp=None): method __str__ (line 98) | def __str__(self): function render_path (line 112) | def render_path(path_to_item): FILE: kubernetes/client/models/admissionregistration_v1_service_reference.py class AdmissionregistrationV1ServiceReference (line 21) | class AdmissionregistrationV1ServiceReference(object): method __init__ (line 49) | def __init__(self, name=None, namespace=None, path=None, port=None, lo... method name (line 69) | def name(self): method name (line 80) | def name(self, name): method namespace (line 94) | def namespace(self): method namespace (line 105) | def namespace(self, namespace): method path (line 119) | def path(self): method path (line 130) | def path(self, path): method port (line 142) | def port(self): method port (line 153) | def port(self, port): method to_dict (line 164) | def to_dict(self): method to_str (line 188) | def to_str(self): method __repr__ (line 192) | def __repr__(self): method __eq__ (line 196) | def __eq__(self, other): method __ne__ (line 203) | def __ne__(self, other): FILE: kubernetes/client/models/admissionregistration_v1_webhook_client_config.py class AdmissionregistrationV1WebhookClientConfig (line 21) | class AdmissionregistrationV1WebhookClientConfig(object): method __init__ (line 47) | def __init__(self, ca_bundle=None, service=None, url=None, local_vars_... method ca_bundle (line 66) | def ca_bundle(self): method ca_bundle (line 77) | def ca_bundle(self, ca_bundle): method service (line 92) | def service(self): method service (line 102) | def service(self, service): method url (line 113) | def url(self): method url (line 124) | def url(self, url): method to_dict (line 135) | def to_dict(self): method to_str (line 159) | def to_str(self): method __repr__ (line 163) | def __repr__(self): method __eq__ (line 167) | def __eq__(self, other): method __ne__ (line 174) | def __ne__(self, other): FILE: kubernetes/client/models/apiextensions_v1_service_reference.py class ApiextensionsV1ServiceReference (line 21) | class ApiextensionsV1ServiceReference(object): method __init__ (line 49) | def __init__(self, name=None, namespace=None, path=None, port=None, lo... method name (line 69) | def name(self): method name (line 80) | def name(self, name): method namespace (line 94) | def namespace(self): method namespace (line 105) | def namespace(self, namespace): method path (line 119) | def path(self): method path (line 130) | def path(self, path): method port (line 142) | def port(self): method port (line 153) | def port(self, port): method to_dict (line 164) | def to_dict(self): method to_str (line 188) | def to_str(self): method __repr__ (line 192) | def __repr__(self): method __eq__ (line 196) | def __eq__(self, other): method __ne__ (line 203) | def __ne__(self, other): FILE: kubernetes/client/models/apiextensions_v1_webhook_client_config.py class ApiextensionsV1WebhookClientConfig (line 21) | class ApiextensionsV1WebhookClientConfig(object): method __init__ (line 47) | def __init__(self, ca_bundle=None, service=None, url=None, local_vars_... method ca_bundle (line 66) | def ca_bundle(self): method ca_bundle (line 77) | def ca_bundle(self, ca_bundle): method service (line 92) | def service(self): method service (line 102) | def service(self, service): method url (line 113) | def url(self): method url (line 124) | def url(self, url): method to_dict (line 135) | def to_dict(self): method to_str (line 159) | def to_str(self): method __repr__ (line 163) | def __repr__(self): method __eq__ (line 167) | def __eq__(self, other): method __ne__ (line 174) | def __ne__(self, other): FILE: kubernetes/client/models/apiregistration_v1_service_reference.py class ApiregistrationV1ServiceReference (line 21) | class ApiregistrationV1ServiceReference(object): method __init__ (line 47) | def __init__(self, name=None, namespace=None, port=None, local_vars_co... method name (line 66) | def name(self): method name (line 77) | def name(self, name): method namespace (line 89) | def namespace(self): method namespace (line 100) | def namespace(self, namespace): method port (line 112) | def port(self): method port (line 123) | def port(self, port): method to_dict (line 134) | def to_dict(self): method to_str (line 158) | def to_str(self): method __repr__ (line 162) | def __repr__(self): method __eq__ (line 166) | def __eq__(self, other): method __ne__ (line 173) | def __ne__(self, other): FILE: kubernetes/client/models/authentication_v1_token_request.py class AuthenticationV1TokenRequest (line 21) | class AuthenticationV1TokenRequest(object): method __init__ (line 51) | def __init__(self, api_version=None, kind=None, metadata=None, spec=No... method api_version (line 75) | def api_version(self): method api_version (line 86) | def api_version(self, api_version): method kind (line 98) | def kind(self): method kind (line 109) | def kind(self, kind): method metadata (line 121) | def metadata(self): method metadata (line 131) | def metadata(self, metadata): method spec (line 142) | def spec(self): method spec (line 152) | def spec(self, spec): method status (line 165) | def status(self): method status (line 175) | def status(self, status): method to_dict (line 185) | def to_dict(self): method to_str (line 209) | def to_str(self): method __repr__ (line 213) | def __repr__(self): method __eq__ (line 217) | def __eq__(self, other): method __ne__ (line 224) | def __ne__(self, other): FILE: kubernetes/client/models/core_v1_endpoint_port.py class CoreV1EndpointPort (line 21) | class CoreV1EndpointPort(object): method __init__ (line 49) | def __init__(self, app_protocol=None, name=None, port=None, protocol=N... method app_protocol (line 70) | def app_protocol(self): method app_protocol (line 81) | def app_protocol(self, app_protocol): method name (line 93) | def name(self): method name (line 104) | def name(self, name): method port (line 116) | def port(self): method port (line 127) | def port(self, port): method protocol (line 141) | def protocol(self): method protocol (line 152) | def protocol(self, protocol): method to_dict (line 163) | def to_dict(self): method to_str (line 187) | def to_str(self): method __repr__ (line 191) | def __repr__(self): method __eq__ (line 195) | def __eq__(self, other): method __ne__ (line 202) | def __ne__(self, other): FILE: kubernetes/client/models/core_v1_event.py class CoreV1Event (line 21) | class CoreV1Event(object): method __init__ (line 75) | def __init__(self, action=None, api_version=None, count=None, event_ti... method action (line 134) | def action(self): method action (line 145) | def action(self, action): method api_version (line 157) | def api_version(self): method api_version (line 168) | def api_version(self, api_version): method count (line 180) | def count(self): method count (line 191) | def count(self, count): method event_time (line 203) | def event_time(self): method event_time (line 214) | def event_time(self, event_time): method first_timestamp (line 226) | def first_timestamp(self): method first_timestamp (line 237) | def first_timestamp(self, first_timestamp): method involved_object (line 249) | def involved_object(self): method involved_object (line 259) | def involved_object(self, involved_object): method kind (line 272) | def kind(self): method kind (line 283) | def kind(self, kind): method last_timestamp (line 295) | def last_timestamp(self): method last_timestamp (line 306) | def last_timestamp(self, last_timestamp): method message (line 318) | def message(self): method message (line 329) | def message(self, message): method metadata (line 341) | def metadata(self): method metadata (line 351) | def metadata(self, metadata): method reason (line 364) | def reason(self): method reason (line 375) | def reason(self, reason): method related (line 387) | def related(self): method related (line 397) | def related(self, related): method reporting_component (line 408) | def reporting_component(self): method reporting_component (line 419) | def reporting_component(self, reporting_component): method reporting_instance (line 431) | def reporting_instance(self): method reporting_instance (line 442) | def reporting_instance(self, reporting_instance): method series (line 454) | def series(self): method series (line 464) | def series(self, series): method source (line 475) | def source(self): method source (line 485) | def source(self, source): method type (line 496) | def type(self): method type (line 507) | def type(self, type): method to_dict (line 518) | def to_dict(self): method to_str (line 542) | def to_str(self): method __repr__ (line 546) | def __repr__(self): method __eq__ (line 550) | def __eq__(self, other): method __ne__ (line 557) | def __ne__(self, other): FILE: kubernetes/client/models/core_v1_event_list.py class CoreV1EventList (line 21) | class CoreV1EventList(object): method __init__ (line 49) | def __init__(self, api_version=None, items=None, kind=None, metadata=N... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method items (line 93) | def items(self): method items (line 104) | def items(self, items): method kind (line 118) | def kind(self): method kind (line 129) | def kind(self, kind): method metadata (line 141) | def metadata(self): method metadata (line 151) | def metadata(self, metadata): method to_dict (line 161) | def to_dict(self): method to_str (line 185) | def to_str(self): method __repr__ (line 189) | def __repr__(self): method __eq__ (line 193) | def __eq__(self, other): method __ne__ (line 200) | def __ne__(self, other): FILE: kubernetes/client/models/core_v1_event_series.py class CoreV1EventSeries (line 21) | class CoreV1EventSeries(object): method __init__ (line 45) | def __init__(self, count=None, last_observed_time=None, local_vars_con... method count (line 61) | def count(self): method count (line 72) | def count(self, count): method last_observed_time (line 84) | def last_observed_time(self): method last_observed_time (line 95) | def last_observed_time(self, last_observed_time): method to_dict (line 106) | def to_dict(self): method to_str (line 130) | def to_str(self): method __repr__ (line 134) | def __repr__(self): method __eq__ (line 138) | def __eq__(self, other): method __ne__ (line 145) | def __ne__(self, other): FILE: kubernetes/client/models/core_v1_resource_claim.py class CoreV1ResourceClaim (line 21) | class CoreV1ResourceClaim(object): method __init__ (line 45) | def __init__(self, name=None, request=None, local_vars_configuration=N... method name (line 60) | def name(self): method name (line 71) | def name(self, name): method request (line 85) | def request(self): method request (line 96) | def request(self, request): method to_dict (line 107) | def to_dict(self): method to_str (line 131) | def to_str(self): method __repr__ (line 135) | def __repr__(self): method __eq__ (line 139) | def __eq__(self, other): method __ne__ (line 146) | def __ne__(self, other): FILE: kubernetes/client/models/discovery_v1_endpoint_port.py class DiscoveryV1EndpointPort (line 21) | class DiscoveryV1EndpointPort(object): method __init__ (line 49) | def __init__(self, app_protocol=None, name=None, port=None, protocol=N... method app_protocol (line 71) | def app_protocol(self): method app_protocol (line 82) | def app_protocol(self, app_protocol): method name (line 94) | def name(self): method name (line 105) | def name(self, name): method port (line 117) | def port(self): method port (line 128) | def port(self, port): method protocol (line 140) | def protocol(self): method protocol (line 151) | def protocol(self, protocol): method to_dict (line 162) | def to_dict(self): method to_str (line 186) | def to_str(self): method __repr__ (line 190) | def __repr__(self): method __eq__ (line 194) | def __eq__(self, other): method __ne__ (line 201) | def __ne__(self, other): FILE: kubernetes/client/models/events_v1_event.py class EventsV1Event (line 21) | class EventsV1Event(object): method __init__ (line 75) | def __init__(self, action=None, api_version=None, deprecated_count=Non... method action (line 135) | def action(self): method action (line 146) | def action(self, action): method api_version (line 158) | def api_version(self): method api_version (line 169) | def api_version(self, api_version): method deprecated_count (line 181) | def deprecated_count(self): method deprecated_count (line 192) | def deprecated_count(self, deprecated_count): method deprecated_first_timestamp (line 204) | def deprecated_first_timestamp(self): method deprecated_first_timestamp (line 215) | def deprecated_first_timestamp(self, deprecated_first_timestamp): method deprecated_last_timestamp (line 227) | def deprecated_last_timestamp(self): method deprecated_last_timestamp (line 238) | def deprecated_last_timestamp(self, deprecated_last_timestamp): method deprecated_source (line 250) | def deprecated_source(self): method deprecated_source (line 260) | def deprecated_source(self, deprecated_source): method event_time (line 271) | def event_time(self): method event_time (line 282) | def event_time(self, event_time): method kind (line 296) | def kind(self): method kind (line 307) | def kind(self, kind): method metadata (line 319) | def metadata(self): method metadata (line 329) | def metadata(self, metadata): method note (line 340) | def note(self): method note (line 351) | def note(self, note): method reason (line 363) | def reason(self): method reason (line 374) | def reason(self, reason): method regarding (line 386) | def regarding(self): method regarding (line 396) | def regarding(self, regarding): method related (line 407) | def related(self): method related (line 417) | def related(self, related): method reporting_controller (line 428) | def reporting_controller(self): method reporting_controller (line 439) | def reporting_controller(self, reporting_controller): method reporting_instance (line 451) | def reporting_instance(self): method reporting_instance (line 462) | def reporting_instance(self, reporting_instance): method series (line 474) | def series(self): method series (line 484) | def series(self, series): method type (line 495) | def type(self): method type (line 506) | def type(self, type): method to_dict (line 517) | def to_dict(self): method to_str (line 541) | def to_str(self): method __repr__ (line 545) | def __repr__(self): method __eq__ (line 549) | def __eq__(self, other): method __ne__ (line 556) | def __ne__(self, other): FILE: kubernetes/client/models/events_v1_event_list.py class EventsV1EventList (line 21) | class EventsV1EventList(object): method __init__ (line 49) | def __init__(self, api_version=None, items=None, kind=None, metadata=N... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method items (line 93) | def items(self): method items (line 104) | def items(self, items): method kind (line 118) | def kind(self): method kind (line 129) | def kind(self, kind): method metadata (line 141) | def metadata(self): method metadata (line 151) | def metadata(self, metadata): method to_dict (line 161) | def to_dict(self): method to_str (line 185) | def to_str(self): method __repr__ (line 189) | def __repr__(self): method __eq__ (line 193) | def __eq__(self, other): method __ne__ (line 200) | def __ne__(self, other): FILE: kubernetes/client/models/events_v1_event_series.py class EventsV1EventSeries (line 21) | class EventsV1EventSeries(object): method __init__ (line 45) | def __init__(self, count=None, last_observed_time=None, local_vars_con... method count (line 59) | def count(self): method count (line 70) | def count(self, count): method last_observed_time (line 84) | def last_observed_time(self): method last_observed_time (line 95) | def last_observed_time(self, last_observed_time): method to_dict (line 108) | def to_dict(self): method to_str (line 132) | def to_str(self): method __repr__ (line 136) | def __repr__(self): method __eq__ (line 140) | def __eq__(self, other): method __ne__ (line 147) | def __ne__(self, other): FILE: kubernetes/client/models/flowcontrol_v1_subject.py class FlowcontrolV1Subject (line 21) | class FlowcontrolV1Subject(object): method __init__ (line 49) | def __init__(self, group=None, kind=None, service_account=None, user=N... method group (line 70) | def group(self): method group (line 80) | def group(self, group): method kind (line 91) | def kind(self): method kind (line 102) | def kind(self, kind): method service_account (line 116) | def service_account(self): method service_account (line 126) | def service_account(self, service_account): method user (line 137) | def user(self): method user (line 147) | def user(self, user): method to_dict (line 157) | def to_dict(self): method to_str (line 181) | def to_str(self): method __repr__ (line 185) | def __repr__(self): method __eq__ (line 189) | def __eq__(self, other): method __ne__ (line 196) | def __ne__(self, other): FILE: kubernetes/client/models/rbac_v1_subject.py class RbacV1Subject (line 21) | class RbacV1Subject(object): method __init__ (line 49) | def __init__(self, api_group=None, kind=None, name=None, namespace=Non... method api_group (line 69) | def api_group(self): method api_group (line 80) | def api_group(self, api_group): method kind (line 92) | def kind(self): method kind (line 103) | def kind(self, kind): method name (line 117) | def name(self): method name (line 128) | def name(self, name): method namespace (line 142) | def namespace(self): method namespace (line 153) | def namespace(self, namespace): method to_dict (line 164) | def to_dict(self): method to_str (line 188) | def to_str(self): method __repr__ (line 192) | def __repr__(self): method __eq__ (line 196) | def __eq__(self, other): method __ne__ (line 203) | def __ne__(self, other): FILE: kubernetes/client/models/resource_v1_resource_claim.py class ResourceV1ResourceClaim (line 21) | class ResourceV1ResourceClaim(object): method __init__ (line 51) | def __init__(self, api_version=None, kind=None, metadata=None, spec=No... method api_version (line 75) | def api_version(self): method api_version (line 86) | def api_version(self, api_version): method kind (line 98) | def kind(self): method kind (line 109) | def kind(self, kind): method metadata (line 121) | def metadata(self): method metadata (line 131) | def metadata(self, metadata): method spec (line 142) | def spec(self): method spec (line 152) | def spec(self, spec): method status (line 165) | def status(self): method status (line 175) | def status(self, status): method to_dict (line 185) | def to_dict(self): method to_str (line 209) | def to_str(self): method __repr__ (line 213) | def __repr__(self): method __eq__ (line 217) | def __eq__(self, other): method __ne__ (line 224) | def __ne__(self, other): FILE: kubernetes/client/models/storage_v1_token_request.py class StorageV1TokenRequest (line 21) | class StorageV1TokenRequest(object): method __init__ (line 45) | def __init__(self, audience=None, expiration_seconds=None, local_vars_... method audience (line 60) | def audience(self): method audience (line 71) | def audience(self, audience): method expiration_seconds (line 85) | def expiration_seconds(self): method expiration_seconds (line 96) | def expiration_seconds(self, expiration_seconds): method to_dict (line 107) | def to_dict(self): method to_str (line 131) | def to_str(self): method __repr__ (line 135) | def __repr__(self): method __eq__ (line 139) | def __eq__(self, other): method __ne__ (line 146) | def __ne__(self, other): FILE: kubernetes/client/models/v1_affinity.py class V1Affinity (line 21) | class V1Affinity(object): method __init__ (line 47) | def __init__(self, node_affinity=None, pod_affinity=None, pod_anti_aff... method node_affinity (line 66) | def node_affinity(self): method node_affinity (line 76) | def node_affinity(self, node_affinity): method pod_affinity (line 87) | def pod_affinity(self): method pod_affinity (line 97) | def pod_affinity(self, pod_affinity): method pod_anti_affinity (line 108) | def pod_anti_affinity(self): method pod_anti_affinity (line 118) | def pod_anti_affinity(self, pod_anti_affinity): method to_dict (line 128) | def to_dict(self): method to_str (line 152) | def to_str(self): method __repr__ (line 156) | def __repr__(self): method __eq__ (line 160) | def __eq__(self, other): method __ne__ (line 167) | def __ne__(self, other): FILE: kubernetes/client/models/v1_aggregation_rule.py class V1AggregationRule (line 21) | class V1AggregationRule(object): method __init__ (line 43) | def __init__(self, cluster_role_selectors=None, local_vars_configurati... method cluster_role_selectors (line 56) | def cluster_role_selectors(self): method cluster_role_selectors (line 67) | def cluster_role_selectors(self, cluster_role_selectors): method to_dict (line 78) | def to_dict(self): method to_str (line 102) | def to_str(self): method __repr__ (line 106) | def __repr__(self): method __eq__ (line 110) | def __eq__(self, other): method __ne__ (line 117) | def __ne__(self, other): FILE: kubernetes/client/models/v1_allocated_device_status.py class V1AllocatedDeviceStatus (line 21) | class V1AllocatedDeviceStatus(object): method __init__ (line 55) | def __init__(self, conditions=None, data=None, device=None, driver=Non... method conditions (line 83) | def conditions(self): method conditions (line 94) | def conditions(self, conditions): method data (line 106) | def data(self): method data (line 117) | def data(self, data): method device (line 129) | def device(self): method device (line 140) | def device(self, device): method driver (line 154) | def driver(self): method driver (line 165) | def driver(self, driver): method network_data (line 179) | def network_data(self): method network_data (line 189) | def network_data(self, network_data): method pool (line 200) | def pool(self): method pool (line 211) | def pool(self, pool): method share_id (line 225) | def share_id(self): method share_id (line 236) | def share_id(self, share_id): method to_dict (line 247) | def to_dict(self): method to_str (line 271) | def to_str(self): method __repr__ (line 275) | def __repr__(self): method __eq__ (line 279) | def __eq__(self, other): method __ne__ (line 286) | def __ne__(self, other): FILE: kubernetes/client/models/v1_allocation_result.py class V1AllocationResult (line 21) | class V1AllocationResult(object): method __init__ (line 47) | def __init__(self, allocation_timestamp=None, devices=None, node_selec... method allocation_timestamp (line 66) | def allocation_timestamp(self): method allocation_timestamp (line 77) | def allocation_timestamp(self, allocation_timestamp): method devices (line 89) | def devices(self): method devices (line 99) | def devices(self, devices): method node_selector (line 110) | def node_selector(self): method node_selector (line 120) | def node_selector(self, node_selector): method to_dict (line 130) | def to_dict(self): method to_str (line 154) | def to_str(self): method __repr__ (line 158) | def __repr__(self): method __eq__ (line 162) | def __eq__(self, other): method __ne__ (line 169) | def __ne__(self, other): FILE: kubernetes/client/models/v1_api_group.py class V1APIGroup (line 21) | class V1APIGroup(object): method __init__ (line 53) | def __init__(self, api_version=None, kind=None, name=None, preferred_v... method api_version (line 79) | def api_version(self): method api_version (line 90) | def api_version(self, api_version): method kind (line 102) | def kind(self): method kind (line 113) | def kind(self, kind): method name (line 125) | def name(self): method name (line 136) | def name(self, name): method preferred_version (line 150) | def preferred_version(self): method preferred_version (line 160) | def preferred_version(self, preferred_version): method server_address_by_client_cid_rs (line 171) | def server_address_by_client_cid_rs(self): method server_address_by_client_cid_rs (line 182) | def server_address_by_client_cid_rs(self, server_address_by_client_cid... method versions (line 194) | def versions(self): method versions (line 205) | def versions(self, versions): method to_dict (line 218) | def to_dict(self): method to_str (line 242) | def to_str(self): method __repr__ (line 246) | def __repr__(self): method __eq__ (line 250) | def __eq__(self, other): method __ne__ (line 257) | def __ne__(self, other): FILE: kubernetes/client/models/v1_api_group_list.py class V1APIGroupList (line 21) | class V1APIGroupList(object): method __init__ (line 47) | def __init__(self, api_version=None, groups=None, kind=None, local_var... method api_version (line 65) | def api_version(self): method api_version (line 76) | def api_version(self, api_version): method groups (line 88) | def groups(self): method groups (line 99) | def groups(self, groups): method kind (line 113) | def kind(self): method kind (line 124) | def kind(self, kind): method to_dict (line 135) | def to_dict(self): method to_str (line 159) | def to_str(self): method __repr__ (line 163) | def __repr__(self): method __eq__ (line 167) | def __eq__(self, other): method __ne__ (line 174) | def __ne__(self, other): FILE: kubernetes/client/models/v1_api_resource.py class V1APIResource (line 21) | class V1APIResource(object): method __init__ (line 61) | def __init__(self, categories=None, group=None, kind=None, name=None, ... method categories (line 96) | def categories(self): method categories (line 107) | def categories(self, categories): method group (line 119) | def group(self): method group (line 130) | def group(self, group): method kind (line 142) | def kind(self): method kind (line 153) | def kind(self, kind): method name (line 167) | def name(self): method name (line 178) | def name(self, name): method namespaced (line 192) | def namespaced(self): method namespaced (line 203) | def namespaced(self, namespaced): method short_names (line 217) | def short_names(self): method short_names (line 228) | def short_names(self, short_names): method singular_name (line 240) | def singular_name(self): method singular_name (line 251) | def singular_name(self, singular_name): method storage_version_hash (line 265) | def storage_version_hash(self): method storage_version_hash (line 276) | def storage_version_hash(self, storage_version_hash): method verbs (line 288) | def verbs(self): method verbs (line 299) | def verbs(self, verbs): method version (line 313) | def version(self): method version (line 324) | def version(self, version): method to_dict (line 335) | def to_dict(self): method to_str (line 359) | def to_str(self): method __repr__ (line 363) | def __repr__(self): method __eq__ (line 367) | def __eq__(self, other): method __ne__ (line 374) | def __ne__(self, other): FILE: kubernetes/client/models/v1_api_resource_list.py class V1APIResourceList (line 21) | class V1APIResourceList(object): method __init__ (line 49) | def __init__(self, api_version=None, group_version=None, kind=None, re... method api_version (line 69) | def api_version(self): method api_version (line 80) | def api_version(self, api_version): method group_version (line 92) | def group_version(self): method group_version (line 103) | def group_version(self, group_version): method kind (line 117) | def kind(self): method kind (line 128) | def kind(self, kind): method resources (line 140) | def resources(self): method resources (line 151) | def resources(self, resources): method to_dict (line 164) | def to_dict(self): method to_str (line 188) | def to_str(self): method __repr__ (line 192) | def __repr__(self): method __eq__ (line 196) | def __eq__(self, other): method __ne__ (line 203) | def __ne__(self, other): FILE: kubernetes/client/models/v1_api_service.py class V1APIService (line 21) | class V1APIService(object): method __init__ (line 51) | def __init__(self, api_version=None, kind=None, metadata=None, spec=No... method api_version (line 76) | def api_version(self): method api_version (line 87) | def api_version(self, api_version): method kind (line 99) | def kind(self): method kind (line 110) | def kind(self, kind): method metadata (line 122) | def metadata(self): method metadata (line 132) | def metadata(self, metadata): method spec (line 143) | def spec(self): method spec (line 153) | def spec(self, spec): method status (line 164) | def status(self): method status (line 174) | def status(self, status): method to_dict (line 184) | def to_dict(self): method to_str (line 208) | def to_str(self): method __repr__ (line 212) | def __repr__(self): method __eq__ (line 216) | def __eq__(self, other): method __ne__ (line 223) | def __ne__(self, other): FILE: kubernetes/client/models/v1_api_service_condition.py class V1APIServiceCondition (line 21) | class V1APIServiceCondition(object): method __init__ (line 51) | def __init__(self, last_transition_time=None, message=None, reason=Non... method last_transition_time (line 74) | def last_transition_time(self): method last_transition_time (line 85) | def last_transition_time(self, last_transition_time): method message (line 97) | def message(self): method message (line 108) | def message(self, message): method reason (line 120) | def reason(self): method reason (line 131) | def reason(self, reason): method status (line 143) | def status(self): method status (line 154) | def status(self, status): method type (line 168) | def type(self): method type (line 179) | def type(self, type): method to_dict (line 192) | def to_dict(self): method to_str (line 216) | def to_str(self): method __repr__ (line 220) | def __repr__(self): method __eq__ (line 224) | def __eq__(self, other): method __ne__ (line 231) | def __ne__(self, other): FILE: kubernetes/client/models/v1_api_service_list.py class V1APIServiceList (line 21) | class V1APIServiceList(object): method __init__ (line 49) | def __init__(self, api_version=None, items=None, kind=None, metadata=N... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method items (line 93) | def items(self): method items (line 104) | def items(self, items): method kind (line 118) | def kind(self): method kind (line 129) | def kind(self, kind): method metadata (line 141) | def metadata(self): method metadata (line 151) | def metadata(self, metadata): method to_dict (line 161) | def to_dict(self): method to_str (line 185) | def to_str(self): method __repr__ (line 189) | def __repr__(self): method __eq__ (line 193) | def __eq__(self, other): method __ne__ (line 200) | def __ne__(self, other): FILE: kubernetes/client/models/v1_api_service_spec.py class V1APIServiceSpec (line 21) | class V1APIServiceSpec(object): method __init__ (line 55) | def __init__(self, ca_bundle=None, group=None, group_priority_minimum=... method ca_bundle (line 84) | def ca_bundle(self): method ca_bundle (line 95) | def ca_bundle(self, ca_bundle): method group (line 110) | def group(self): method group (line 121) | def group(self, group): method group_priority_minimum (line 133) | def group_priority_minimum(self): method group_priority_minimum (line 144) | def group_priority_minimum(self, group_priority_minimum): method insecure_skip_tls_verify (line 158) | def insecure_skip_tls_verify(self): method insecure_skip_tls_verify (line 169) | def insecure_skip_tls_verify(self, insecure_skip_tls_verify): method service (line 181) | def service(self): method service (line 191) | def service(self, service): method version (line 202) | def version(self): method version (line 213) | def version(self, version): method version_priority (line 225) | def version_priority(self): method version_priority (line 236) | def version_priority(self, version_priority): method to_dict (line 249) | def to_dict(self): method to_str (line 273) | def to_str(self): method __repr__ (line 277) | def __repr__(self): method __eq__ (line 281) | def __eq__(self, other): method __ne__ (line 288) | def __ne__(self, other): FILE: kubernetes/client/models/v1_api_service_status.py class V1APIServiceStatus (line 21) | class V1APIServiceStatus(object): method __init__ (line 43) | def __init__(self, conditions=None, local_vars_configuration=None): #... method conditions (line 56) | def conditions(self): method conditions (line 67) | def conditions(self, conditions): method to_dict (line 78) | def to_dict(self): method to_str (line 102) | def to_str(self): method __repr__ (line 106) | def __repr__(self): method __eq__ (line 110) | def __eq__(self, other): method __ne__ (line 117) | def __ne__(self, other): FILE: kubernetes/client/models/v1_api_versions.py class V1APIVersions (line 21) | class V1APIVersions(object): method __init__ (line 49) | def __init__(self, api_version=None, kind=None, server_address_by_clie... method api_version (line 69) | def api_version(self): method api_version (line 80) | def api_version(self, api_version): method kind (line 92) | def kind(self): method kind (line 103) | def kind(self, kind): method server_address_by_client_cid_rs (line 115) | def server_address_by_client_cid_rs(self): method server_address_by_client_cid_rs (line 126) | def server_address_by_client_cid_rs(self, server_address_by_client_cid... method versions (line 140) | def versions(self): method versions (line 151) | def versions(self, versions): method to_dict (line 164) | def to_dict(self): method to_str (line 188) | def to_str(self): method __repr__ (line 192) | def __repr__(self): method __eq__ (line 196) | def __eq__(self, other): method __ne__ (line 203) | def __ne__(self, other): FILE: kubernetes/client/models/v1_app_armor_profile.py class V1AppArmorProfile (line 21) | class V1AppArmorProfile(object): method __init__ (line 45) | def __init__(self, localhost_profile=None, type=None, local_vars_confi... method localhost_profile (line 60) | def localhost_profile(self): method localhost_profile (line 71) | def localhost_profile(self, localhost_profile): method type (line 83) | def type(self): method type (line 94) | def type(self, type): method to_dict (line 107) | def to_dict(self): method to_str (line 131) | def to_str(self): method __repr__ (line 135) | def __repr__(self): method __eq__ (line 139) | def __eq__(self, other): method __ne__ (line 146) | def __ne__(self, other): FILE: kubernetes/client/models/v1_attached_volume.py class V1AttachedVolume (line 21) | class V1AttachedVolume(object): method __init__ (line 45) | def __init__(self, device_path=None, name=None, local_vars_configurati... method device_path (line 59) | def device_path(self): method device_path (line 70) | def device_path(self, device_path): method name (line 84) | def name(self): method name (line 95) | def name(self, name): method to_dict (line 108) | def to_dict(self): method to_str (line 132) | def to_str(self): method __repr__ (line 136) | def __repr__(self): method __eq__ (line 140) | def __eq__(self, other): method __ne__ (line 147) | def __ne__(self, other): FILE: kubernetes/client/models/v1_audit_annotation.py class V1AuditAnnotation (line 21) | class V1AuditAnnotation(object): method __init__ (line 45) | def __init__(self, key=None, value_expression=None, local_vars_configu... method key (line 59) | def key(self): method key (line 70) | def key(self, key): method value_expression (line 84) | def value_expression(self): method value_expression (line 95) | def value_expression(self, value_expression): method to_dict (line 108) | def to_dict(self): method to_str (line 132) | def to_str(self): method __repr__ (line 136) | def __repr__(self): method __eq__ (line 140) | def __eq__(self, other): method __ne__ (line 147) | def __ne__(self, other): FILE: kubernetes/client/models/v1_aws_elastic_block_store_volume_source.py class V1AWSElasticBlockStoreVolumeSource (line 21) | class V1AWSElasticBlockStoreVolumeSource(object): method __init__ (line 49) | def __init__(self, fs_type=None, partition=None, read_only=None, volum... method fs_type (line 70) | def fs_type(self): method fs_type (line 81) | def fs_type(self, fs_type): method partition (line 93) | def partition(self): method partition (line 104) | def partition(self, partition): method read_only (line 116) | def read_only(self): method read_only (line 127) | def read_only(self, read_only): method volume_id (line 139) | def volume_id(self): method volume_id (line 150) | def volume_id(self, volume_id): method to_dict (line 163) | def to_dict(self): method to_str (line 187) | def to_str(self): method __repr__ (line 191) | def __repr__(self): method __eq__ (line 195) | def __eq__(self, other): method __ne__ (line 202) | def __ne__(self, other): FILE: kubernetes/client/models/v1_azure_disk_volume_source.py class V1AzureDiskVolumeSource (line 21) | class V1AzureDiskVolumeSource(object): method __init__ (line 53) | def __init__(self, caching_mode=None, disk_name=None, disk_uri=None, f... method caching_mode (line 79) | def caching_mode(self): method caching_mode (line 90) | def caching_mode(self, caching_mode): method disk_name (line 102) | def disk_name(self): method disk_name (line 113) | def disk_name(self, disk_name): method disk_uri (line 127) | def disk_uri(self): method disk_uri (line 138) | def disk_uri(self, disk_uri): method fs_type (line 152) | def fs_type(self): method fs_type (line 163) | def fs_type(self, fs_type): method kind (line 175) | def kind(self): method kind (line 186) | def kind(self, kind): method read_only (line 198) | def read_only(self): method read_only (line 209) | def read_only(self, read_only): method to_dict (line 220) | def to_dict(self): method to_str (line 244) | def to_str(self): method __repr__ (line 248) | def __repr__(self): method __eq__ (line 252) | def __eq__(self, other): method __ne__ (line 259) | def __ne__(self, other): FILE: kubernetes/client/models/v1_azure_file_persistent_volume_source.py class V1AzureFilePersistentVolumeSource (line 21) | class V1AzureFilePersistentVolumeSource(object): method __init__ (line 49) | def __init__(self, read_only=None, secret_name=None, secret_namespace=... method read_only (line 69) | def read_only(self): method read_only (line 80) | def read_only(self, read_only): method secret_name (line 92) | def secret_name(self): method secret_name (line 103) | def secret_name(self, secret_name): method secret_namespace (line 117) | def secret_namespace(self): method secret_namespace (line 128) | def secret_namespace(self, secret_namespace): method share_name (line 140) | def share_name(self): method share_name (line 151) | def share_name(self, share_name): method to_dict (line 164) | def to_dict(self): method to_str (line 188) | def to_str(self): method __repr__ (line 192) | def __repr__(self): method __eq__ (line 196) | def __eq__(self, other): method __ne__ (line 203) | def __ne__(self, other): FILE: kubernetes/client/models/v1_azure_file_volume_source.py class V1AzureFileVolumeSource (line 21) | class V1AzureFileVolumeSource(object): method __init__ (line 47) | def __init__(self, read_only=None, secret_name=None, share_name=None, ... method read_only (line 64) | def read_only(self): method read_only (line 75) | def read_only(self, read_only): method secret_name (line 87) | def secret_name(self): method secret_name (line 98) | def secret_name(self, secret_name): method share_name (line 112) | def share_name(self): method share_name (line 123) | def share_name(self, share_name): method to_dict (line 136) | def to_dict(self): method to_str (line 160) | def to_str(self): method __repr__ (line 164) | def __repr__(self): method __eq__ (line 168) | def __eq__(self, other): method __ne__ (line 175) | def __ne__(self, other): FILE: kubernetes/client/models/v1_binding.py class V1Binding (line 21) | class V1Binding(object): method __init__ (line 49) | def __init__(self, api_version=None, kind=None, metadata=None, target=... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method kind (line 93) | def kind(self): method kind (line 104) | def kind(self, kind): method metadata (line 116) | def metadata(self): method metadata (line 126) | def metadata(self, metadata): method target (line 137) | def target(self): method target (line 147) | def target(self, target): method to_dict (line 159) | def to_dict(self): method to_str (line 183) | def to_str(self): method __repr__ (line 187) | def __repr__(self): method __eq__ (line 191) | def __eq__(self, other): method __ne__ (line 198) | def __ne__(self, other): FILE: kubernetes/client/models/v1_bound_object_reference.py class V1BoundObjectReference (line 21) | class V1BoundObjectReference(object): method __init__ (line 49) | def __init__(self, api_version=None, kind=None, name=None, uid=None, l... method api_version (line 71) | def api_version(self): method api_version (line 82) | def api_version(self, api_version): method kind (line 94) | def kind(self): method kind (line 105) | def kind(self, kind): method name (line 117) | def name(self): method name (line 128) | def name(self, name): method uid (line 140) | def uid(self): method uid (line 151) | def uid(self, uid): method to_dict (line 162) | def to_dict(self): method to_str (line 186) | def to_str(self): method __repr__ (line 190) | def __repr__(self): method __eq__ (line 194) | def __eq__(self, other): method __ne__ (line 201) | def __ne__(self, other): FILE: kubernetes/client/models/v1_capabilities.py class V1Capabilities (line 21) | class V1Capabilities(object): method __init__ (line 45) | def __init__(self, add=None, drop=None, local_vars_configuration=None)... method add (line 61) | def add(self): method add (line 72) | def add(self, add): method drop (line 84) | def drop(self): method drop (line 95) | def drop(self, drop): method to_dict (line 106) | def to_dict(self): method to_str (line 130) | def to_str(self): method __repr__ (line 134) | def __repr__(self): method __eq__ (line 138) | def __eq__(self, other): method __ne__ (line 145) | def __ne__(self, other): FILE: kubernetes/client/models/v1_capacity_request_policy.py class V1CapacityRequestPolicy (line 21) | class V1CapacityRequestPolicy(object): method __init__ (line 47) | def __init__(self, default=None, valid_range=None, valid_values=None, ... method default (line 66) | def default(self): method default (line 77) | def default(self, default): method valid_range (line 89) | def valid_range(self): method valid_range (line 99) | def valid_range(self, valid_range): method valid_values (line 110) | def valid_values(self): method valid_values (line 121) | def valid_values(self, valid_values): method to_dict (line 132) | def to_dict(self): method to_str (line 156) | def to_str(self): method __repr__ (line 160) | def __repr__(self): method __eq__ (line 164) | def __eq__(self, other): method __ne__ (line 171) | def __ne__(self, other): FILE: kubernetes/client/models/v1_capacity_request_policy_range.py class V1CapacityRequestPolicyRange (line 21) | class V1CapacityRequestPolicyRange(object): method __init__ (line 47) | def __init__(self, max=None, min=None, step=None, local_vars_configura... method max (line 65) | def max(self): method max (line 76) | def max(self, max): method min (line 88) | def min(self): method min (line 99) | def min(self, min): method step (line 113) | def step(self): method step (line 124) | def step(self, step): method to_dict (line 135) | def to_dict(self): method to_str (line 159) | def to_str(self): method __repr__ (line 163) | def __repr__(self): method __eq__ (line 167) | def __eq__(self, other): method __ne__ (line 174) | def __ne__(self, other): FILE: kubernetes/client/models/v1_capacity_requirements.py class V1CapacityRequirements (line 21) | class V1CapacityRequirements(object): method __init__ (line 43) | def __init__(self, requests=None, local_vars_configuration=None): # n... method requests (line 56) | def requests(self): method requests (line 67) | def requests(self, requests): method to_dict (line 78) | def to_dict(self): method to_str (line 102) | def to_str(self): method __repr__ (line 106) | def __repr__(self): method __eq__ (line 110) | def __eq__(self, other): method __ne__ (line 117) | def __ne__(self, other): FILE: kubernetes/client/models/v1_cel_device_selector.py class V1CELDeviceSelector (line 21) | class V1CELDeviceSelector(object): method __init__ (line 43) | def __init__(self, expression=None, local_vars_configuration=None): #... method expression (line 55) | def expression(self): method expression (line 66) | def expression(self, expression): method to_dict (line 79) | def to_dict(self): method to_str (line 103) | def to_str(self): method __repr__ (line 107) | def __repr__(self): method __eq__ (line 111) | def __eq__(self, other): method __ne__ (line 118) | def __ne__(self, other): FILE: kubernetes/client/models/v1_ceph_fs_persistent_volume_source.py class V1CephFSPersistentVolumeSource (line 21) | class V1CephFSPersistentVolumeSource(object): method __init__ (line 53) | def __init__(self, monitors=None, path=None, read_only=None, secret_fi... method monitors (line 80) | def monitors(self): method monitors (line 91) | def monitors(self, monitors): method path (line 105) | def path(self): method path (line 116) | def path(self, path): method read_only (line 128) | def read_only(self): method read_only (line 139) | def read_only(self, read_only): method secret_file (line 151) | def secret_file(self): method secret_file (line 162) | def secret_file(self, secret_file): method secret_ref (line 174) | def secret_ref(self): method secret_ref (line 184) | def secret_ref(self, secret_ref): method user (line 195) | def user(self): method user (line 206) | def user(self, user): method to_dict (line 217) | def to_dict(self): method to_str (line 241) | def to_str(self): method __repr__ (line 245) | def __repr__(self): method __eq__ (line 249) | def __eq__(self, other): method __ne__ (line 256) | def __ne__(self, other): FILE: kubernetes/client/models/v1_ceph_fs_volume_source.py class V1CephFSVolumeSource (line 21) | class V1CephFSVolumeSource(object): method __init__ (line 53) | def __init__(self, monitors=None, path=None, read_only=None, secret_fi... method monitors (line 80) | def monitors(self): method monitors (line 91) | def monitors(self, monitors): method path (line 105) | def path(self): method path (line 116) | def path(self, path): method read_only (line 128) | def read_only(self): method read_only (line 139) | def read_only(self, read_only): method secret_file (line 151) | def secret_file(self): method secret_file (line 162) | def secret_file(self, secret_file): method secret_ref (line 174) | def secret_ref(self): method secret_ref (line 184) | def secret_ref(self, secret_ref): method user (line 195) | def user(self): method user (line 206) | def user(self, user): method to_dict (line 217) | def to_dict(self): method to_str (line 241) | def to_str(self): method __repr__ (line 245) | def __repr__(self): method __eq__ (line 249) | def __eq__(self, other): method __ne__ (line 256) | def __ne__(self, other): FILE: kubernetes/client/models/v1_certificate_signing_request.py class V1CertificateSigningRequest (line 21) | class V1CertificateSigningRequest(object): method __init__ (line 51) | def __init__(self, api_version=None, kind=None, metadata=None, spec=No... method api_version (line 75) | def api_version(self): method api_version (line 86) | def api_version(self, api_version): method kind (line 98) | def kind(self): method kind (line 109) | def kind(self, kind): method metadata (line 121) | def metadata(self): method metadata (line 131) | def metadata(self, metadata): method spec (line 142) | def spec(self): method spec (line 152) | def spec(self, spec): method status (line 165) | def status(self): method status (line 175) | def status(self, status): method to_dict (line 185) | def to_dict(self): method to_str (line 209) | def to_str(self): method __repr__ (line 213) | def __repr__(self): method __eq__ (line 217) | def __eq__(self, other): method __ne__ (line 224) | def __ne__(self, other): FILE: kubernetes/client/models/v1_certificate_signing_request_condition.py class V1CertificateSigningRequestCondition (line 21) | class V1CertificateSigningRequestCondition(object): method __init__ (line 53) | def __init__(self, last_transition_time=None, last_update_time=None, m... method last_transition_time (line 79) | def last_transition_time(self): method last_transition_time (line 90) | def last_transition_time(self, last_transition_time): method last_update_time (line 102) | def last_update_time(self): method last_update_time (line 113) | def last_update_time(self, last_update_time): method message (line 125) | def message(self): method message (line 136) | def message(self, message): method reason (line 148) | def reason(self): method reason (line 159) | def reason(self, reason): method status (line 171) | def status(self): method status (line 182) | def status(self, status): method type (line 196) | def type(self): method type (line 207) | def type(self, type): method to_dict (line 220) | def to_dict(self): method to_str (line 244) | def to_str(self): method __repr__ (line 248) | def __repr__(self): method __eq__ (line 252) | def __eq__(self, other): method __ne__ (line 259) | def __ne__(self, other): FILE: kubernetes/client/models/v1_certificate_signing_request_list.py class V1CertificateSigningRequestList (line 21) | class V1CertificateSigningRequestList(object): method __init__ (line 49) | def __init__(self, api_version=None, items=None, kind=None, metadata=N... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method items (line 93) | def items(self): method items (line 104) | def items(self, items): method kind (line 118) | def kind(self): method kind (line 129) | def kind(self, kind): method metadata (line 141) | def metadata(self): method metadata (line 151) | def metadata(self, metadata): method to_dict (line 161) | def to_dict(self): method to_str (line 185) | def to_str(self): method __repr__ (line 189) | def __repr__(self): method __eq__ (line 193) | def __eq__(self, other): method __ne__ (line 200) | def __ne__(self, other): FILE: kubernetes/client/models/v1_certificate_signing_request_spec.py class V1CertificateSigningRequestSpec (line 21) | class V1CertificateSigningRequestSpec(object): method __init__ (line 57) | def __init__(self, expiration_seconds=None, extra=None, groups=None, r... method expiration_seconds (line 89) | def expiration_seconds(self): method expiration_seconds (line 100) | def expiration_seconds(self, expiration_seconds): method extra (line 112) | def extra(self): method extra (line 123) | def extra(self, extra): method groups (line 135) | def groups(self): method groups (line 146) | def groups(self, groups): method request (line 158) | def request(self): method request (line 169) | def request(self, request): method signer_name (line 186) | def signer_name(self): method signer_name (line 197) | def signer_name(self, signer_name): method uid (line 211) | def uid(self): method uid (line 222) | def uid(self, uid): method usages (line 234) | def usages(self): method usages (line 245) | def usages(self, usages): method username (line 257) | def username(self): method username (line 268) | def username(self, username): method to_dict (line 279) | def to_dict(self): method to_str (line 303) | def to_str(self): method __repr__ (line 307) | def __repr__(self): method __eq__ (line 311) | def __eq__(self, other): method __ne__ (line 318) | def __ne__(self, other): FILE: kubernetes/client/models/v1_certificate_signing_request_status.py class V1CertificateSigningRequestStatus (line 21) | class V1CertificateSigningRequestStatus(object): method __init__ (line 45) | def __init__(self, certificate=None, conditions=None, local_vars_confi... method certificate (line 61) | def certificate(self): method certificate (line 72) | def certificate(self, certificate): method conditions (line 87) | def conditions(self): method conditions (line 98) | def conditions(self, conditions): method to_dict (line 109) | def to_dict(self): method to_str (line 133) | def to_str(self): method __repr__ (line 137) | def __repr__(self): method __eq__ (line 141) | def __eq__(self, other): method __ne__ (line 148) | def __ne__(self, other): FILE: kubernetes/client/models/v1_cinder_persistent_volume_source.py class V1CinderPersistentVolumeSource (line 21) | class V1CinderPersistentVolumeSource(object): method __init__ (line 49) | def __init__(self, fs_type=None, read_only=None, secret_ref=None, volu... method fs_type (line 70) | def fs_type(self): method fs_type (line 81) | def fs_type(self, fs_type): method read_only (line 93) | def read_only(self): method read_only (line 104) | def read_only(self, read_only): method secret_ref (line 116) | def secret_ref(self): method secret_ref (line 126) | def secret_ref(self, secret_ref): method volume_id (line 137) | def volume_id(self): method volume_id (line 148) | def volume_id(self, volume_id): method to_dict (line 161) | def to_dict(self): method to_str (line 185) | def to_str(self): method __repr__ (line 189) | def __repr__(self): method __eq__ (line 193) | def __eq__(self, other): method __ne__ (line 200) | def __ne__(self, other): FILE: kubernetes/client/models/v1_cinder_volume_source.py class V1CinderVolumeSource (line 21) | class V1CinderVolumeSource(object): method __init__ (line 49) | def __init__(self, fs_type=None, read_only=None, secret_ref=None, volu... method fs_type (line 70) | def fs_type(self): method fs_type (line 81) | def fs_type(self, fs_type): method read_only (line 93) | def read_only(self): method read_only (line 104) | def read_only(self, read_only): method secret_ref (line 116) | def secret_ref(self): method secret_ref (line 126) | def secret_ref(self, secret_ref): method volume_id (line 137) | def volume_id(self): method volume_id (line 148) | def volume_id(self, volume_id): method to_dict (line 161) | def to_dict(self): method to_str (line 185) | def to_str(self): method __repr__ (line 189) | def __repr__(self): method __eq__ (line 193) | def __eq__(self, other): method __ne__ (line 200) | def __ne__(self, other): FILE: kubernetes/client/models/v1_client_ip_config.py class V1ClientIPConfig (line 21) | class V1ClientIPConfig(object): method __init__ (line 43) | def __init__(self, timeout_seconds=None, local_vars_configuration=None... method timeout_seconds (line 56) | def timeout_seconds(self): method timeout_seconds (line 67) | def timeout_seconds(self, timeout_seconds): method to_dict (line 78) | def to_dict(self): method to_str (line 102) | def to_str(self): method __repr__ (line 106) | def __repr__(self): method __eq__ (line 110) | def __eq__(self, other): method __ne__ (line 117) | def __ne__(self, other): FILE: kubernetes/client/models/v1_cluster_role.py class V1ClusterRole (line 21) | class V1ClusterRole(object): method __init__ (line 51) | def __init__(self, aggregation_rule=None, api_version=None, kind=None,... method aggregation_rule (line 76) | def aggregation_rule(self): method aggregation_rule (line 86) | def aggregation_rule(self, aggregation_rule): method api_version (line 97) | def api_version(self): method api_version (line 108) | def api_version(self, api_version): method kind (line 120) | def kind(self): method kind (line 131) | def kind(self, kind): method metadata (line 143) | def metadata(self): method metadata (line 153) | def metadata(self, metadata): method rules (line 164) | def rules(self): method rules (line 175) | def rules(self, rules): method to_dict (line 186) | def to_dict(self): method to_str (line 210) | def to_str(self): method __repr__ (line 214) | def __repr__(self): method __eq__ (line 218) | def __eq__(self, other): method __ne__ (line 225) | def __ne__(self, other): FILE: kubernetes/client/models/v1_cluster_role_binding.py class V1ClusterRoleBinding (line 21) | class V1ClusterRoleBinding(object): method __init__ (line 51) | def __init__(self, api_version=None, kind=None, metadata=None, role_re... method api_version (line 75) | def api_version(self): method api_version (line 86) | def api_version(self, api_version): method kind (line 98) | def kind(self): method kind (line 109) | def kind(self, kind): method metadata (line 121) | def metadata(self): method metadata (line 131) | def metadata(self, metadata): method role_ref (line 142) | def role_ref(self): method role_ref (line 152) | def role_ref(self, role_ref): method subjects (line 165) | def subjects(self): method subjects (line 176) | def subjects(self, subjects): method to_dict (line 187) | def to_dict(self): method to_str (line 211) | def to_str(self): method __repr__ (line 215) | def __repr__(self): method __eq__ (line 219) | def __eq__(self, other): method __ne__ (line 226) | def __ne__(self, other): FILE: kubernetes/client/models/v1_cluster_role_binding_list.py class V1ClusterRoleBindingList (line 21) | class V1ClusterRoleBindingList(object): method __init__ (line 49) | def __init__(self, api_version=None, items=None, kind=None, metadata=N... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method items (line 93) | def items(self): method items (line 104) | def items(self, items): method kind (line 118) | def kind(self): method kind (line 129) | def kind(self, kind): method metadata (line 141) | def metadata(self): method metadata (line 151) | def metadata(self, metadata): method to_dict (line 161) | def to_dict(self): method to_str (line 185) | def to_str(self): method __repr__ (line 189) | def __repr__(self): method __eq__ (line 193) | def __eq__(self, other): method __ne__ (line 200) | def __ne__(self, other): FILE: kubernetes/client/models/v1_cluster_role_list.py class V1ClusterRoleList (line 21) | class V1ClusterRoleList(object): method __init__ (line 49) | def __init__(self, api_version=None, items=None, kind=None, metadata=N... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method items (line 93) | def items(self): method items (line 104) | def items(self, items): method kind (line 118) | def kind(self): method kind (line 129) | def kind(self, kind): method metadata (line 141) | def metadata(self): method metadata (line 151) | def metadata(self, metadata): method to_dict (line 161) | def to_dict(self): method to_str (line 185) | def to_str(self): method __repr__ (line 189) | def __repr__(self): method __eq__ (line 193) | def __eq__(self, other): method __ne__ (line 200) | def __ne__(self, other): FILE: kubernetes/client/models/v1_cluster_trust_bundle_projection.py class V1ClusterTrustBundleProjection (line 21) | class V1ClusterTrustBundleProjection(object): method __init__ (line 51) | def __init__(self, label_selector=None, name=None, optional=None, path... method label_selector (line 75) | def label_selector(self): method label_selector (line 85) | def label_selector(self, label_selector): method name (line 96) | def name(self): method name (line 107) | def name(self, name): method optional (line 119) | def optional(self): method optional (line 130) | def optional(self, optional): method path (line 142) | def path(self): method path (line 153) | def path(self, path): method signer_name (line 167) | def signer_name(self): method signer_name (line 178) | def signer_name(self, signer_name): method to_dict (line 189) | def to_dict(self): method to_str (line 213) | def to_str(self): method __repr__ (line 217) | def __repr__(self): method __eq__ (line 221) | def __eq__(self, other): method __ne__ (line 228) | def __ne__(self, other): FILE: kubernetes/client/models/v1_component_condition.py class V1ComponentCondition (line 21) | class V1ComponentCondition(object): method __init__ (line 49) | def __init__(self, error=None, message=None, status=None, type=None, l... method error (line 69) | def error(self): method error (line 80) | def error(self, error): method message (line 92) | def message(self): method message (line 103) | def message(self, message): method status (line 115) | def status(self): method status (line 126) | def status(self, status): method type (line 140) | def type(self): method type (line 151) | def type(self, type): method to_dict (line 164) | def to_dict(self): method to_str (line 188) | def to_str(self): method __repr__ (line 192) | def __repr__(self): method __eq__ (line 196) | def __eq__(self, other): method __ne__ (line 203) | def __ne__(self, other): FILE: kubernetes/client/models/v1_component_status.py class V1ComponentStatus (line 21) | class V1ComponentStatus(object): method __init__ (line 49) | def __init__(self, api_version=None, conditions=None, kind=None, metad... method api_version (line 71) | def api_version(self): method api_version (line 82) | def api_version(self, api_version): method conditions (line 94) | def conditions(self): method conditions (line 105) | def conditions(self, conditions): method kind (line 117) | def kind(self): method kind (line 128) | def kind(self, kind): method metadata (line 140) | def metadata(self): method metadata (line 150) | def metadata(self, metadata): method to_dict (line 160) | def to_dict(self): method to_str (line 184) | def to_str(self): method __repr__ (line 188) | def __repr__(self): method __eq__ (line 192) | def __eq__(self, other): method __ne__ (line 199) | def __ne__(self, other): FILE: kubernetes/client/models/v1_component_status_list.py class V1ComponentStatusList (line 21) | class V1ComponentStatusList(object): method __init__ (line 49) | def __init__(self, api_version=None, items=None, kind=None, metadata=N... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method items (line 93) | def items(self): method items (line 104) | def items(self, items): method kind (line 118) | def kind(self): method kind (line 129) | def kind(self, kind): method metadata (line 141) | def metadata(self): method metadata (line 151) | def metadata(self, metadata): method to_dict (line 161) | def to_dict(self): method to_str (line 185) | def to_str(self): method __repr__ (line 189) | def __repr__(self): method __eq__ (line 193) | def __eq__(self, other): method __ne__ (line 200) | def __ne__(self, other): FILE: kubernetes/client/models/v1_condition.py class V1Condition (line 21) | class V1Condition(object): method __init__ (line 53) | def __init__(self, last_transition_time=None, message=None, observed_g... method last_transition_time (line 76) | def last_transition_time(self): method last_transition_time (line 87) | def last_transition_time(self, last_transition_time): method message (line 101) | def message(self): method message (line 112) | def message(self, message): method observed_generation (line 126) | def observed_generation(self): method observed_generation (line 137) | def observed_generation(self, observed_generation): method reason (line 149) | def reason(self): method reason (line 160) | def reason(self, reason): method status (line 174) | def status(self): method status (line 185) | def status(self, status): method type (line 199) | def type(self): method type (line 210) | def type(self, type): method to_dict (line 223) | def to_dict(self): method to_str (line 247) | def to_str(self): method __repr__ (line 251) | def __repr__(self): method __eq__ (line 255) | def __eq__(self, other): method __ne__ (line 262) | def __ne__(self, other): FILE: kubernetes/client/models/v1_config_map.py class V1ConfigMap (line 21) | class V1ConfigMap(object): method __init__ (line 53) | def __init__(self, api_version=None, binary_data=None, data=None, immu... method api_version (line 81) | def api_version(self): method api_version (line 92) | def api_version(self, api_version): method binary_data (line 104) | def binary_data(self): method binary_data (line 115) | def binary_data(self, binary_data): method data (line 127) | def data(self): method data (line 138) | def data(self, data): method immutable (line 150) | def immutable(self): method immutable (line 161) | def immutable(self, immutable): method kind (line 173) | def kind(self): method kind (line 184) | def kind(self, kind): method metadata (line 196) | def metadata(self): method metadata (line 206) | def metadata(self, metadata): method to_dict (line 216) | def to_dict(self): method to_str (line 240) | def to_str(self): method __repr__ (line 244) | def __repr__(self): method __eq__ (line 248) | def __eq__(self, other): method __ne__ (line 255) | def __ne__(self, other): FILE: kubernetes/client/models/v1_config_map_env_source.py class V1ConfigMapEnvSource (line 21) | class V1ConfigMapEnvSource(object): method __init__ (line 45) | def __init__(self, name=None, optional=None, local_vars_configuration=... method name (line 61) | def name(self): method name (line 72) | def name(self, name): method optional (line 84) | def optional(self): method optional (line 95) | def optional(self, optional): method to_dict (line 106) | def to_dict(self): method to_str (line 130) | def to_str(self): method __repr__ (line 134) | def __repr__(self): method __eq__ (line 138) | def __eq__(self, other): method __ne__ (line 145) | def __ne__(self, other): FILE: kubernetes/client/models/v1_config_map_key_selector.py class V1ConfigMapKeySelector (line 21) | class V1ConfigMapKeySelector(object): method __init__ (line 47) | def __init__(self, key=None, name=None, optional=None, local_vars_conf... method key (line 65) | def key(self): method key (line 76) | def key(self, key): method name (line 90) | def name(self): method name (line 101) | def name(self, name): method optional (line 113) | def optional(self): method optional (line 124) | def optional(self, optional): method to_dict (line 135) | def to_dict(self): method to_str (line 159) | def to_str(self): method __repr__ (line 163) | def __repr__(self): method __eq__ (line 167) | def __eq__(self, other): method __ne__ (line 174) | def __ne__(self, other): FILE: kubernetes/client/models/v1_config_map_list.py class V1ConfigMapList (line 21) | class V1ConfigMapList(object): method __init__ (line 49) | def __init__(self, api_version=None, items=None, kind=None, metadata=N... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method items (line 93) | def items(self): method items (line 104) | def items(self, items): method kind (line 118) | def kind(self): method kind (line 129) | def kind(self, kind): method metadata (line 141) | def metadata(self): method metadata (line 151) | def metadata(self, metadata): method to_dict (line 161) | def to_dict(self): method to_str (line 185) | def to_str(self): method __repr__ (line 189) | def __repr__(self): method __eq__ (line 193) | def __eq__(self, other): method __ne__ (line 200) | def __ne__(self, other): FILE: kubernetes/client/models/v1_config_map_node_config_source.py class V1ConfigMapNodeConfigSource (line 21) | class V1ConfigMapNodeConfigSource(object): method __init__ (line 51) | def __init__(self, kubelet_config_key=None, name=None, namespace=None,... method kubelet_config_key (line 73) | def kubelet_config_key(self): method kubelet_config_key (line 84) | def kubelet_config_key(self, kubelet_config_key): method name (line 98) | def name(self): method name (line 109) | def name(self, name): method namespace (line 123) | def namespace(self): method namespace (line 134) | def namespace(self, namespace): method resource_version (line 148) | def resource_version(self): method resource_version (line 159) | def resource_version(self, resource_version): method uid (line 171) | def uid(self): method uid (line 182) | def uid(self, uid): method to_dict (line 193) | def to_dict(self): method to_str (line 217) | def to_str(self): method __repr__ (line 221) | def __repr__(self): method __eq__ (line 225) | def __eq__(self, other): method __ne__ (line 232) | def __ne__(self, other): FILE: kubernetes/client/models/v1_config_map_projection.py class V1ConfigMapProjection (line 21) | class V1ConfigMapProjection(object): method __init__ (line 47) | def __init__(self, items=None, name=None, optional=None, local_vars_co... method items (line 66) | def items(self): method items (line 77) | def items(self, items): method name (line 89) | def name(self): method name (line 100) | def name(self, name): method optional (line 112) | def optional(self): method optional (line 123) | def optional(self, optional): method to_dict (line 134) | def to_dict(self): method to_str (line 158) | def to_str(self): method __repr__ (line 162) | def __repr__(self): method __eq__ (line 166) | def __eq__(self, other): method __ne__ (line 173) | def __ne__(self, other): FILE: kubernetes/client/models/v1_config_map_volume_source.py class V1ConfigMapVolumeSource (line 21) | class V1ConfigMapVolumeSource(object): method __init__ (line 49) | def __init__(self, default_mode=None, items=None, name=None, optional=... method default_mode (line 71) | def default_mode(self): method default_mode (line 82) | def default_mode(self, default_mode): method items (line 94) | def items(self): method items (line 105) | def items(self, items): method name (line 117) | def name(self): method name (line 128) | def name(self, name): method optional (line 140) | def optional(self): method optional (line 151) | def optional(self, optional): method to_dict (line 162) | def to_dict(self): method to_str (line 186) | def to_str(self): method __repr__ (line 190) | def __repr__(self): method __eq__ (line 194) | def __eq__(self, other): method __ne__ (line 201) | def __ne__(self, other): FILE: kubernetes/client/models/v1_container.py class V1Container (line 21) | class V1Container(object): method __init__ (line 91) | def __init__(self, args=None, command=None, env=None, env_from=None, i... method args (line 175) | def args(self): method args (line 186) | def args(self, args): method command (line 198) | def command(self): method command (line 209) | def command(self, command): method env (line 221) | def env(self): method env (line 232) | def env(self, env): method env_from (line 244) | def env_from(self): method env_from (line 255) | def env_from(self, env_from): method image (line 267) | def image(self): method image (line 278) | def image(self, image): method image_pull_policy (line 290) | def image_pull_policy(self): method image_pull_policy (line 301) | def image_pull_policy(self, image_pull_policy): method lifecycle (line 313) | def lifecycle(self): method lifecycle (line 323) | def lifecycle(self, lifecycle): method liveness_probe (line 334) | def liveness_probe(self): method liveness_probe (line 344) | def liveness_probe(self, liveness_probe): method name (line 355) | def name(self): method name (line 366) | def name(self, name): method ports (line 380) | def ports(self): method ports (line 391) | def ports(self, ports): method readiness_probe (line 403) | def readiness_probe(self): method readiness_probe (line 413) | def readiness_probe(self, readiness_probe): method resize_policy (line 424) | def resize_policy(self): method resize_policy (line 435) | def resize_policy(self, resize_policy): method resources (line 447) | def resources(self): method resources (line 457) | def resources(self, resources): method restart_policy (line 468) | def restart_policy(self): method restart_policy (line 479) | def restart_policy(self, restart_policy): method restart_policy_rules (line 491) | def restart_policy_rules(self): method restart_policy_rules (line 502) | def restart_policy_rules(self, restart_policy_rules): method security_context (line 514) | def security_context(self): method security_context (line 524) | def security_context(self, security_context): method startup_probe (line 535) | def startup_probe(self): method startup_probe (line 545) | def startup_probe(self, startup_probe): method stdin (line 556) | def stdin(self): method stdin (line 567) | def stdin(self, stdin): method stdin_once (line 579) | def stdin_once(self): method stdin_once (line 590) | def stdin_once(self, stdin_once): method termination_message_path (line 602) | def termination_message_path(self): method termination_message_path (line 613) | def termination_message_path(self, termination_message_path): method termination_message_policy (line 625) | def termination_message_policy(self): method termination_message_policy (line 636) | def termination_message_policy(self, termination_message_policy): method tty (line 648) | def tty(self): method tty (line 659) | def tty(self, tty): method volume_devices (line 671) | def volume_devices(self): method volume_devices (line 682) | def volume_devices(self, volume_devices): method volume_mounts (line 694) | def volume_mounts(self): method volume_mounts (line 705) | def volume_mounts(self, volume_mounts): method working_dir (line 717) | def working_dir(self): method working_dir (line 728) | def working_dir(self, working_dir): method to_dict (line 739) | def to_dict(self): method to_str (line 763) | def to_str(self): method __repr__ (line 767) | def __repr__(self): method __eq__ (line 771) | def __eq__(self, other): method __ne__ (line 778) | def __ne__(self, other): FILE: kubernetes/client/models/v1_container_extended_resource_request.py class V1ContainerExtendedResourceRequest (line 21) | class V1ContainerExtendedResourceRequest(object): method __init__ (line 47) | def __init__(self, container_name=None, request_name=None, resource_na... method container_name (line 63) | def container_name(self): method container_name (line 74) | def container_name(self, container_name): method request_name (line 88) | def request_name(self): method request_name (line 99) | def request_name(self, request_name): method resource_name (line 113) | def resource_name(self): method resource_name (line 124) | def resource_name(self, resource_name): method to_dict (line 137) | def to_dict(self): method to_str (line 161) | def to_str(self): method __repr__ (line 165) | def __repr__(self): method __eq__ (line 169) | def __eq__(self, other): method __ne__ (line 176) | def __ne__(self, other): FILE: kubernetes/client/models/v1_container_image.py class V1ContainerImage (line 21) | class V1ContainerImage(object): method __init__ (line 45) | def __init__(self, names=None, size_bytes=None, local_vars_configurati... method names (line 61) | def names(self): method names (line 72) | def names(self, names): method size_bytes (line 84) | def size_bytes(self): method size_bytes (line 95) | def size_bytes(self, size_bytes): method to_dict (line 106) | def to_dict(self): method to_str (line 130) | def to_str(self): method __repr__ (line 134) | def __repr__(self): method __eq__ (line 138) | def __eq__(self, other): method __ne__ (line 145) | def __ne__(self, other): FILE: kubernetes/client/models/v1_container_port.py class V1ContainerPort (line 21) | class V1ContainerPort(object): method __init__ (line 51) | def __init__(self, container_port=None, host_ip=None, host_port=None, ... method container_port (line 75) | def container_port(self): method container_port (line 86) | def container_port(self, container_port): method host_ip (line 100) | def host_ip(self): method host_ip (line 111) | def host_ip(self, host_ip): method host_port (line 123) | def host_port(self): method host_port (line 134) | def host_port(self, host_port): method name (line 146) | def name(self): method name (line 157) | def name(self, name): method protocol (line 169) | def protocol(self): method protocol (line 180) | def protocol(self, protocol): method to_dict (line 191) | def to_dict(self): method to_str (line 215) | def to_str(self): method __repr__ (line 219) | def __repr__(self): method __eq__ (line 223) | def __eq__(self, other): method __ne__ (line 230) | def __ne__(self, other): FILE: kubernetes/client/models/v1_container_resize_policy.py class V1ContainerResizePolicy (line 21) | class V1ContainerResizePolicy(object): method __init__ (line 45) | def __init__(self, resource_name=None, restart_policy=None, local_vars... method resource_name (line 59) | def resource_name(self): method resource_name (line 70) | def resource_name(self, resource_name): method restart_policy (line 84) | def restart_policy(self): method restart_policy (line 95) | def restart_policy(self, restart_policy): method to_dict (line 108) | def to_dict(self): method to_str (line 132) | def to_str(self): method __repr__ (line 136) | def __repr__(self): method __eq__ (line 140) | def __eq__(self, other): method __ne__ (line 147) | def __ne__(self, other): FILE: kubernetes/client/models/v1_container_restart_rule.py class V1ContainerRestartRule (line 21) | class V1ContainerRestartRule(object): method __init__ (line 45) | def __init__(self, action=None, exit_codes=None, local_vars_configurat... method action (line 60) | def action(self): method action (line 71) | def action(self, action): method exit_codes (line 85) | def exit_codes(self): method exit_codes (line 95) | def exit_codes(self, exit_codes): method to_dict (line 105) | def to_dict(self): method to_str (line 129) | def to_str(self): method __repr__ (line 133) | def __repr__(self): method __eq__ (line 137) | def __eq__(self, other): method __ne__ (line 144) | def __ne__(self, other): FILE: kubernetes/client/models/v1_container_restart_rule_on_exit_codes.py class V1ContainerRestartRuleOnExitCodes (line 21) | class V1ContainerRestartRuleOnExitCodes(object): method __init__ (line 45) | def __init__(self, operator=None, values=None, local_vars_configuratio... method operator (line 60) | def operator(self): method operator (line 71) | def operator(self, operator): method values (line 85) | def values(self): method values (line 96) | def values(self, values): method to_dict (line 107) | def to_dict(self): method to_str (line 131) | def to_str(self): method __repr__ (line 135) | def __repr__(self): method __eq__ (line 139) | def __eq__(self, other): method __ne__ (line 146) | def __ne__(self, other): FILE: kubernetes/client/models/v1_container_state.py class V1ContainerState (line 21) | class V1ContainerState(object): method __init__ (line 47) | def __init__(self, running=None, terminated=None, waiting=None, local_... method running (line 66) | def running(self): method running (line 76) | def running(self, running): method terminated (line 87) | def terminated(self): method terminated (line 97) | def terminated(self, terminated): method waiting (line 108) | def waiting(self): method waiting (line 118) | def waiting(self, waiting): method to_dict (line 128) | def to_dict(self): method to_str (line 152) | def to_str(self): method __repr__ (line 156) | def __repr__(self): method __eq__ (line 160) | def __eq__(self, other): method __ne__ (line 167) | def __ne__(self, other): FILE: kubernetes/client/models/v1_container_state_running.py class V1ContainerStateRunning (line 21) | class V1ContainerStateRunning(object): method __init__ (line 43) | def __init__(self, started_at=None, local_vars_configuration=None): #... method started_at (line 56) | def started_at(self): method started_at (line 67) | def started_at(self, started_at): method to_dict (line 78) | def to_dict(self): method to_str (line 102) | def to_str(self): method __repr__ (line 106) | def __repr__(self): method __eq__ (line 110) | def __eq__(self, other): method __ne__ (line 117) | def __ne__(self, other): FILE: kubernetes/client/models/v1_container_state_terminated.py class V1ContainerStateTerminated (line 21) | class V1ContainerStateTerminated(object): method __init__ (line 55) | def __init__(self, container_id=None, exit_code=None, finished_at=None... method container_id (line 85) | def container_id(self): method container_id (line 96) | def container_id(self, container_id): method exit_code (line 108) | def exit_code(self): method exit_code (line 119) | def exit_code(self, exit_code): method finished_at (line 133) | def finished_at(self): method finished_at (line 144) | def finished_at(self, finished_at): method message (line 156) | def message(self): method message (line 167) | def message(self, message): method reason (line 179) | def reason(self): method reason (line 190) | def reason(self, reason): method signal (line 202) | def signal(self): method signal (line 213) | def signal(self, signal): method started_at (line 225) | def started_at(self): method started_at (line 236) | def started_at(self, started_at): method to_dict (line 247) | def to_dict(self): method to_str (line 271) | def to_str(self): method __repr__ (line 275) | def __repr__(self): method __eq__ (line 279) | def __eq__(self, other): method __ne__ (line 286) | def __ne__(self, other): FILE: kubernetes/client/models/v1_container_state_waiting.py class V1ContainerStateWaiting (line 21) | class V1ContainerStateWaiting(object): method __init__ (line 45) | def __init__(self, message=None, reason=None, local_vars_configuration... method message (line 61) | def message(self): method message (line 72) | def message(self, message): method reason (line 84) | def reason(self): method reason (line 95) | def reason(self, reason): method to_dict (line 106) | def to_dict(self): method to_str (line 130) | def to_str(self): method __repr__ (line 134) | def __repr__(self): method __eq__ (line 138) | def __eq__(self, other): method __ne__ (line 145) | def __ne__(self, other): FILE: kubernetes/client/models/v1_container_status.py class V1ContainerStatus (line 21) | class V1ContainerStatus(object): method __init__ (line 71) | def __init__(self, allocated_resources=None, allocated_resources_statu... method allocated_resources (line 121) | def allocated_resources(self): method allocated_resources (line 132) | def allocated_resources(self, allocated_resources): method allocated_resources_status (line 144) | def allocated_resources_status(self): method allocated_resources_status (line 155) | def allocated_resources_status(self, allocated_resources_status): method container_id (line 167) | def container_id(self): method container_id (line 178) | def container_id(self, container_id): method image (line 190) | def image(self): method image (line 201) | def image(self, image): method image_id (line 215) | def image_id(self): method image_id (line 226) | def image_id(self, image_id): method last_state (line 240) | def last_state(self): method last_state (line 250) | def last_state(self, last_state): method name (line 261) | def name(self): method name (line 272) | def name(self, name): method ready (line 286) | def ready(self): method ready (line 297) | def ready(self, ready): method resources (line 311) | def resources(self): method resources (line 321) | def resources(self, resources): method restart_count (line 332) | def restart_count(self): method restart_count (line 343) | def restart_count(self, restart_count): method started (line 357) | def started(self): method started (line 368) | def started(self, started): method state (line 380) | def state(self): method state (line 390) | def state(self, state): method stop_signal (line 401) | def stop_signal(self): method stop_signal (line 412) | def stop_signal(self, stop_signal): method user (line 424) | def user(self): method user (line 434) | def user(self, user): method volume_mounts (line 445) | def volume_mounts(self): method volume_mounts (line 456) | def volume_mounts(self, volume_mounts): method to_dict (line 467) | def to_dict(self): method to_str (line 491) | def to_str(self): method __repr__ (line 495) | def __repr__(self): method __eq__ (line 499) | def __eq__(self, other): method __ne__ (line 506) | def __ne__(self, other): FILE: kubernetes/client/models/v1_container_user.py class V1ContainerUser (line 21) | class V1ContainerUser(object): method __init__ (line 43) | def __init__(self, linux=None, local_vars_configuration=None): # noqa... method linux (line 56) | def linux(self): method linux (line 66) | def linux(self, linux): method to_dict (line 76) | def to_dict(self): method to_str (line 100) | def to_str(self): method __repr__ (line 104) | def __repr__(self): method __eq__ (line 108) | def __eq__(self, other): method __ne__ (line 115) | def __ne__(self, other): FILE: kubernetes/client/models/v1_controller_revision.py class V1ControllerRevision (line 21) | class V1ControllerRevision(object): method __init__ (line 51) | def __init__(self, api_version=None, data=None, kind=None, metadata=No... method api_version (line 75) | def api_version(self): method api_version (line 86) | def api_version(self, api_version): method data (line 98) | def data(self): method data (line 109) | def data(self, data): method kind (line 121) | def kind(self): method kind (line 132) | def kind(self, kind): method metadata (line 144) | def metadata(self): method metadata (line 154) | def metadata(self, metadata): method revision (line 165) | def revision(self): method revision (line 176) | def revision(self, revision): method to_dict (line 189) | def to_dict(self): method to_str (line 213) | def to_str(self): method __repr__ (line 217) | def __repr__(self): method __eq__ (line 221) | def __eq__(self, other): method __ne__ (line 228) | def __ne__(self, other): FILE: kubernetes/client/models/v1_controller_revision_list.py class V1ControllerRevisionList (line 21) | class V1ControllerRevisionList(object): method __init__ (line 49) | def __init__(self, api_version=None, items=None, kind=None, metadata=N... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method items (line 93) | def items(self): method items (line 104) | def items(self, items): method kind (line 118) | def kind(self): method kind (line 129) | def kind(self, kind): method metadata (line 141) | def metadata(self): method metadata (line 151) | def metadata(self, metadata): method to_dict (line 161) | def to_dict(self): method to_str (line 185) | def to_str(self): method __repr__ (line 189) | def __repr__(self): method __eq__ (line 193) | def __eq__(self, other): method __ne__ (line 200) | def __ne__(self, other): FILE: kubernetes/client/models/v1_counter.py class V1Counter (line 21) | class V1Counter(object): method __init__ (line 43) | def __init__(self, value=None, local_vars_configuration=None): # noqa... method value (line 55) | def value(self): method value (line 66) | def value(self, value): method to_dict (line 79) | def to_dict(self): method to_str (line 103) | def to_str(self): method __repr__ (line 107) | def __repr__(self): method __eq__ (line 111) | def __eq__(self, other): method __ne__ (line 118) | def __ne__(self, other): FILE: kubernetes/client/models/v1_counter_set.py class V1CounterSet (line 21) | class V1CounterSet(object): method __init__ (line 45) | def __init__(self, counters=None, name=None, local_vars_configuration=... method counters (line 59) | def counters(self): method counters (line 70) | def counters(self, counters): method name (line 84) | def name(self): method name (line 95) | def name(self, name): method to_dict (line 108) | def to_dict(self): method to_str (line 132) | def to_str(self): method __repr__ (line 136) | def __repr__(self): method __eq__ (line 140) | def __eq__(self, other): method __ne__ (line 147) | def __ne__(self, other): FILE: kubernetes/client/models/v1_cron_job.py class V1CronJob (line 21) | class V1CronJob(object): method __init__ (line 51) | def __init__(self, api_version=None, kind=None, metadata=None, spec=No... method api_version (line 76) | def api_version(self): method api_version (line 87) | def api_version(self, api_version): method kind (line 99) | def kind(self): method kind (line 110) | def kind(self, kind): method metadata (line 122) | def metadata(self): method metadata (line 132) | def metadata(self, metadata): method spec (line 143) | def spec(self): method spec (line 153) | def spec(self, spec): method status (line 164) | def status(self): method status (line 174) | def status(self, status): method to_dict (line 184) | def to_dict(self): method to_str (line 208) | def to_str(self): method __repr__ (line 212) | def __repr__(self): method __eq__ (line 216) | def __eq__(self, other): method __ne__ (line 223) | def __ne__(self, other): FILE: kubernetes/client/models/v1_cron_job_list.py class V1CronJobList (line 21) | class V1CronJobList(object): method __init__ (line 49) | def __init__(self, api_version=None, items=None, kind=None, metadata=N... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method items (line 93) | def items(self): method items (line 104) | def items(self, items): method kind (line 118) | def kind(self): method kind (line 129) | def kind(self, kind): method metadata (line 141) | def metadata(self): method metadata (line 151) | def metadata(self, metadata): method to_dict (line 161) | def to_dict(self): method to_str (line 185) | def to_str(self): method __repr__ (line 189) | def __repr__(self): method __eq__ (line 193) | def __eq__(self, other): method __ne__ (line 200) | def __ne__(self, other): FILE: kubernetes/client/models/v1_cron_job_spec.py class V1CronJobSpec (line 21) | class V1CronJobSpec(object): method __init__ (line 57) | def __init__(self, concurrency_policy=None, failed_jobs_history_limit=... method concurrency_policy (line 89) | def concurrency_policy(self): method concurrency_policy (line 100) | def concurrency_policy(self, concurrency_policy): method failed_jobs_history_limit (line 112) | def failed_jobs_history_limit(self): method failed_jobs_history_limit (line 123) | def failed_jobs_history_limit(self, failed_jobs_history_limit): method job_template (line 135) | def job_template(self): method job_template (line 145) | def job_template(self, job_template): method schedule (line 158) | def schedule(self): method schedule (line 169) | def schedule(self, schedule): method starting_deadline_seconds (line 183) | def starting_deadline_seconds(self): method starting_deadline_seconds (line 194) | def starting_deadline_seconds(self, starting_deadline_seconds): method successful_jobs_history_limit (line 206) | def successful_jobs_history_limit(self): method successful_jobs_history_limit (line 217) | def successful_jobs_history_limit(self, successful_jobs_history_limit): method suspend (line 229) | def suspend(self): method suspend (line 240) | def suspend(self, suspend): method time_zone (line 252) | def time_zone(self): method time_zone (line 263) | def time_zone(self, time_zone): method to_dict (line 274) | def to_dict(self): method to_str (line 298) | def to_str(self): method __repr__ (line 302) | def __repr__(self): method __eq__ (line 306) | def __eq__(self, other): method __ne__ (line 313) | def __ne__(self, other): FILE: kubernetes/client/models/v1_cron_job_status.py class V1CronJobStatus (line 21) | class V1CronJobStatus(object): method __init__ (line 47) | def __init__(self, active=None, last_schedule_time=None, last_successf... method active (line 66) | def active(self): method active (line 77) | def active(self, active): method last_schedule_time (line 89) | def last_schedule_time(self): method last_schedule_time (line 100) | def last_schedule_time(self, last_schedule_time): method last_successful_time (line 112) | def last_successful_time(self): method last_successful_time (line 123) | def last_successful_time(self, last_successful_time): method to_dict (line 134) | def to_dict(self): method to_str (line 158) | def to_str(self): method __repr__ (line 162) | def __repr__(self): method __eq__ (line 166) | def __eq__(self, other): method __ne__ (line 173) | def __ne__(self, other): FILE: kubernetes/client/models/v1_cross_version_object_reference.py class V1CrossVersionObjectReference (line 21) | class V1CrossVersionObjectReference(object): method __init__ (line 47) | def __init__(self, api_version=None, kind=None, name=None, local_vars_... method api_version (line 64) | def api_version(self): method api_version (line 75) | def api_version(self, api_version): method kind (line 87) | def kind(self): method kind (line 98) | def kind(self, kind): method name (line 112) | def name(self): method name (line 123) | def name(self, name): method to_dict (line 136) | def to_dict(self): method to_str (line 160) | def to_str(self): method __repr__ (line 164) | def __repr__(self): method __eq__ (line 168) | def __eq__(self, other): method __ne__ (line 175) | def __ne__(self, other): FILE: kubernetes/client/models/v1_csi_driver.py class V1CSIDriver (line 21) | class V1CSIDriver(object): method __init__ (line 49) | def __init__(self, api_version=None, kind=None, metadata=None, spec=No... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method kind (line 93) | def kind(self): method kind (line 104) | def kind(self, kind): method metadata (line 116) | def metadata(self): method metadata (line 126) | def metadata(self, metadata): method spec (line 137) | def spec(self): method spec (line 147) | def spec(self, spec): method to_dict (line 159) | def to_dict(self): method to_str (line 183) | def to_str(self): method __repr__ (line 187) | def __repr__(self): method __eq__ (line 191) | def __eq__(self, other): method __ne__ (line 198) | def __ne__(self, other): FILE: kubernetes/client/models/v1_csi_driver_list.py class V1CSIDriverList (line 21) | class V1CSIDriverList(object): method __init__ (line 49) | def __init__(self, api_version=None, items=None, kind=None, metadata=N... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method items (line 93) | def items(self): method items (line 104) | def items(self, items): method kind (line 118) | def kind(self): method kind (line 129) | def kind(self, kind): method metadata (line 141) | def metadata(self): method metadata (line 151) | def metadata(self, metadata): method to_dict (line 161) | def to_dict(self): method to_str (line 185) | def to_str(self): method __repr__ (line 189) | def __repr__(self): method __eq__ (line 193) | def __eq__(self, other): method __ne__ (line 200) | def __ne__(self, other): FILE: kubernetes/client/models/v1_csi_driver_spec.py class V1CSIDriverSpec (line 21) | class V1CSIDriverSpec(object): method __init__ (line 61) | def __init__(self, attach_required=None, fs_group_policy=None, node_al... method attach_required (line 101) | def attach_required(self): method attach_required (line 112) | def attach_required(self, attach_required): method fs_group_policy (line 124) | def fs_group_policy(self): method fs_group_policy (line 135) | def fs_group_policy(self, fs_group_policy): method node_allocatable_update_period_seconds (line 147) | def node_allocatable_update_period_seconds(self): method node_allocatable_update_period_seconds (line 158) | def node_allocatable_update_period_seconds(self, node_allocatable_upda... method pod_info_on_mount (line 170) | def pod_info_on_mount(self): method pod_info_on_mount (line 181) | def pod_info_on_mount(self, pod_info_on_mount): method requires_republish (line 193) | def requires_republish(self): method requires_republish (line 204) | def requires_republish(self, requires_republish): method se_linux_mount (line 216) | def se_linux_mount(self): method se_linux_mount (line 227) | def se_linux_mount(self, se_linux_mount): method service_account_token_in_secrets (line 239) | def service_account_token_in_secrets(self): method service_account_token_in_secrets (line 250) | def service_account_token_in_secrets(self, service_account_token_in_se... method storage_capacity (line 262) | def storage_capacity(self): method storage_capacity (line 273) | def storage_capacity(self, storage_capacity): method token_requests (line 285) | def token_requests(self): method token_requests (line 296) | def token_requests(self, token_requests): method volume_lifecycle_modes (line 308) | def volume_lifecycle_modes(self): method volume_lifecycle_modes (line 319) | def volume_lifecycle_modes(self, volume_lifecycle_modes): method to_dict (line 330) | def to_dict(self): method to_str (line 354) | def to_str(self): method __repr__ (line 358) | def __repr__(self): method __eq__ (line 362) | def __eq__(self, other): method __ne__ (line 369) | def __ne__(self, other): FILE: kubernetes/client/models/v1_csi_node.py class V1CSINode (line 21) | class V1CSINode(object): method __init__ (line 49) | def __init__(self, api_version=None, kind=None, metadata=None, spec=No... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method kind (line 93) | def kind(self): method kind (line 104) | def kind(self, kind): method metadata (line 116) | def metadata(self): method metadata (line 126) | def metadata(self, metadata): method spec (line 137) | def spec(self): method spec (line 147) | def spec(self, spec): method to_dict (line 159) | def to_dict(self): method to_str (line 183) | def to_str(self): method __repr__ (line 187) | def __repr__(self): method __eq__ (line 191) | def __eq__(self, other): method __ne__ (line 198) | def __ne__(self, other): FILE: kubernetes/client/models/v1_csi_node_driver.py class V1CSINodeDriver (line 21) | class V1CSINodeDriver(object): method __init__ (line 49) | def __init__(self, allocatable=None, name=None, node_id=None, topology... method allocatable (line 69) | def allocatable(self): method allocatable (line 79) | def allocatable(self, allocatable): method name (line 90) | def name(self): method name (line 101) | def name(self, name): method node_id (line 115) | def node_id(self): method node_id (line 126) | def node_id(self, node_id): method topology_keys (line 140) | def topology_keys(self): method topology_keys (line 151) | def topology_keys(self, topology_keys): method to_dict (line 162) | def to_dict(self): method to_str (line 186) | def to_str(self): method __repr__ (line 190) | def __repr__(self): method __eq__ (line 194) | def __eq__(self, other): method __ne__ (line 201) | def __ne__(self, other): FILE: kubernetes/client/models/v1_csi_node_list.py class V1CSINodeList (line 21) | class V1CSINodeList(object): method __init__ (line 49) | def __init__(self, api_version=None, items=None, kind=None, metadata=N... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method items (line 93) | def items(self): method items (line 104) | def items(self, items): method kind (line 118) | def kind(self): method kind (line 129) | def kind(self, kind): method metadata (line 141) | def metadata(self): method metadata (line 151) | def metadata(self, metadata): method to_dict (line 161) | def to_dict(self): method to_str (line 185) | def to_str(self): method __repr__ (line 189) | def __repr__(self): method __eq__ (line 193) | def __eq__(self, other): method __ne__ (line 200) | def __ne__(self, other): FILE: kubernetes/client/models/v1_csi_node_spec.py class V1CSINodeSpec (line 21) | class V1CSINodeSpec(object): method __init__ (line 43) | def __init__(self, drivers=None, local_vars_configuration=None): # no... method drivers (line 55) | def drivers(self): method drivers (line 66) | def drivers(self, drivers): method to_dict (line 79) | def to_dict(self): method to_str (line 103) | def to_str(self): method __repr__ (line 107) | def __repr__(self): method __eq__ (line 111) | def __eq__(self, other): method __ne__ (line 118) | def __ne__(self, other): FILE: kubernetes/client/models/v1_csi_persistent_volume_source.py class V1CSIPersistentVolumeSource (line 21) | class V1CSIPersistentVolumeSource(object): method __init__ (line 61) | def __init__(self, controller_expand_secret_ref=None, controller_publi... method controller_expand_secret_ref (line 99) | def controller_expand_secret_ref(self): method controller_expand_secret_ref (line 109) | def controller_expand_secret_ref(self, controller_expand_secret_ref): method controller_publish_secret_ref (line 120) | def controller_publish_secret_ref(self): method controller_publish_secret_ref (line 130) | def controller_publish_secret_ref(self, controller_publish_secret_ref): method driver (line 141) | def driver(self): method driver (line 152) | def driver(self, driver): method fs_type (line 166) | def fs_type(self): method fs_type (line 177) | def fs_type(self, fs_type): method node_expand_secret_ref (line 189) | def node_expand_secret_ref(self): method node_expand_secret_ref (line 199) | def node_expand_secret_ref(self, node_expand_secret_ref): method node_publish_secret_ref (line 210) | def node_publish_secret_ref(self): method node_publish_secret_ref (line 220) | def node_publish_secret_ref(self, node_publish_secret_ref): method node_stage_secret_ref (line 231) | def node_stage_secret_ref(self): method node_stage_secret_ref (line 241) | def node_stage_secret_ref(self, node_stage_secret_ref): method read_only (line 252) | def read_only(self): method read_only (line 263) | def read_only(self, read_only): method volume_attributes (line 275) | def volume_attributes(self): method volume_attributes (line 286) | def volume_attributes(self, volume_attributes): method volume_handle (line 298) | def volume_handle(self): method volume_handle (line 309) | def volume_handle(self, volume_handle): method to_dict (line 322) | def to_dict(self): method to_str (line 346) | def to_str(self): method __repr__ (line 350) | def __repr__(self): method __eq__ (line 354) | def __eq__(self, other): method __ne__ (line 361) | def __ne__(self, other): FILE: kubernetes/client/models/v1_csi_storage_capacity.py class V1CSIStorageCapacity (line 21) | class V1CSIStorageCapacity(object): method __init__ (line 55) | def __init__(self, api_version=None, capacity=None, kind=None, maximum... method api_version (line 85) | def api_version(self): method api_version (line 96) | def api_version(self, api_version): method capacity (line 108) | def capacity(self): method capacity (line 119) | def capacity(self, capacity): method kind (line 131) | def kind(self): method kind (line 142) | def kind(self, kind): method maximum_volume_size (line 154) | def maximum_volume_size(self): method maximum_volume_size (line 165) | def maximum_volume_size(self, maximum_volume_size): method metadata (line 177) | def metadata(self): method metadata (line 187) | def metadata(self, metadata): method node_topology (line 198) | def node_topology(self): method node_topology (line 208) | def node_topology(self, node_topology): method storage_class_name (line 219) | def storage_class_name(self): method storage_class_name (line 230) | def storage_class_name(self, storage_class_name): method to_dict (line 243) | def to_dict(self): method to_str (line 267) | def to_str(self): method __repr__ (line 271) | def __repr__(self): method __eq__ (line 275) | def __eq__(self, other): method __ne__ (line 282) | def __ne__(self, other): FILE: kubernetes/client/models/v1_csi_storage_capacity_list.py class V1CSIStorageCapacityList (line 21) | class V1CSIStorageCapacityList(object): method __init__ (line 49) | def __init__(self, api_version=None, items=None, kind=None, metadata=N... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method items (line 93) | def items(self): method items (line 104) | def items(self, items): method kind (line 118) | def kind(self): method kind (line 129) | def kind(self, kind): method metadata (line 141) | def metadata(self): method metadata (line 151) | def metadata(self, metadata): method to_dict (line 161) | def to_dict(self): method to_str (line 185) | def to_str(self): method __repr__ (line 189) | def __repr__(self): method __eq__ (line 193) | def __eq__(self, other): method __ne__ (line 200) | def __ne__(self, other): FILE: kubernetes/client/models/v1_csi_volume_source.py class V1CSIVolumeSource (line 21) | class V1CSIVolumeSource(object): method __init__ (line 51) | def __init__(self, driver=None, fs_type=None, node_publish_secret_ref=... method driver (line 75) | def driver(self): method driver (line 86) | def driver(self, driver): method fs_type (line 100) | def fs_type(self): method fs_type (line 111) | def fs_type(self, fs_type): method node_publish_secret_ref (line 123) | def node_publish_secret_ref(self): method node_publish_secret_ref (line 133) | def node_publish_secret_ref(self, node_publish_secret_ref): method read_only (line 144) | def read_only(self): method read_only (line 155) | def read_only(self, read_only): method volume_attributes (line 167) | def volume_attributes(self): method volume_attributes (line 178) | def volume_attributes(self, volume_attributes): method to_dict (line 189) | def to_dict(self): method to_str (line 213) | def to_str(self): method __repr__ (line 217) | def __repr__(self): method __eq__ (line 221) | def __eq__(self, other): method __ne__ (line 228) | def __ne__(self, other): FILE: kubernetes/client/models/v1_custom_resource_column_definition.py class V1CustomResourceColumnDefinition (line 21) | class V1CustomResourceColumnDefinition(object): method __init__ (line 53) | def __init__(self, description=None, format=None, json_path=None, name... method description (line 78) | def description(self): method description (line 89) | def description(self, description): method format (line 101) | def format(self): method format (line 112) | def format(self, format): method json_path (line 124) | def json_path(self): method json_path (line 135) | def json_path(self, json_path): method name (line 149) | def name(self): method name (line 160) | def name(self, name): method priority (line 174) | def priority(self): method priority (line 185) | def priority(self, priority): method type (line 197) | def type(self): method type (line 208) | def type(self, type): method to_dict (line 221) | def to_dict(self): method to_str (line 245) | def to_str(self): method __repr__ (line 249) | def __repr__(self): method __eq__ (line 253) | def __eq__(self, other): method __ne__ (line 260) | def __ne__(self, other): FILE: kubernetes/client/models/v1_custom_resource_conversion.py class V1CustomResourceConversion (line 21) | class V1CustomResourceConversion(object): method __init__ (line 45) | def __init__(self, strategy=None, webhook=None, local_vars_configurati... method strategy (line 60) | def strategy(self): method strategy (line 71) | def strategy(self, strategy): method webhook (line 85) | def webhook(self): method webhook (line 95) | def webhook(self, webhook): method to_dict (line 105) | def to_dict(self): method to_str (line 129) | def to_str(self): method __repr__ (line 133) | def __repr__(self): method __eq__ (line 137) | def __eq__(self, other): method __ne__ (line 144) | def __ne__(self, other): FILE: kubernetes/client/models/v1_custom_resource_definition.py class V1CustomResourceDefinition (line 21) | class V1CustomResourceDefinition(object): method __init__ (line 51) | def __init__(self, api_version=None, kind=None, metadata=None, spec=No... method api_version (line 75) | def api_version(self): method api_version (line 86) | def api_version(self, api_version): method kind (line 98) | def kind(self): method kind (line 109) | def kind(self, kind): method metadata (line 121) | def metadata(self): method metadata (line 131) | def metadata(self, metadata): method spec (line 142) | def spec(self): method spec (line 152) | def spec(self, spec): method status (line 165) | def status(self): method status (line 175) | def status(self, status): method to_dict (line 185) | def to_dict(self): method to_str (line 209) | def to_str(self): method __repr__ (line 213) | def __repr__(self): method __eq__ (line 217) | def __eq__(self, other): method __ne__ (line 224) | def __ne__(self, other): FILE: kubernetes/client/models/v1_custom_resource_definition_condition.py class V1CustomResourceDefinitionCondition (line 21) | class V1CustomResourceDefinitionCondition(object): method __init__ (line 53) | def __init__(self, last_transition_time=None, message=None, observed_g... method last_transition_time (line 79) | def last_transition_time(self): method last_transition_time (line 90) | def last_transition_time(self, last_transition_time): method message (line 102) | def message(self): method message (line 113) | def message(self, message): method observed_generation (line 125) | def observed_generation(self): method observed_generation (line 136) | def observed_generation(self, observed_generation): method reason (line 148) | def reason(self): method reason (line 159) | def reason(self, reason): method status (line 171) | def status(self): method status (line 182) | def status(self, status): method type (line 196) | def type(self): method type (line 207) | def type(self, type): method to_dict (line 220) | def to_dict(self): method to_str (line 244) | def to_str(self): method __repr__ (line 248) | def __repr__(self): method __eq__ (line 252) | def __eq__(self, other): method __ne__ (line 259) | def __ne__(self, other): FILE: kubernetes/client/models/v1_custom_resource_definition_list.py class V1CustomResourceDefinitionList (line 21) | class V1CustomResourceDefinitionList(object): method __init__ (line 49) | def __init__(self, api_version=None, items=None, kind=None, metadata=N... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method items (line 93) | def items(self): method items (line 104) | def items(self, items): method kind (line 118) | def kind(self): method kind (line 129) | def kind(self, kind): method metadata (line 141) | def metadata(self): method metadata (line 151) | def metadata(self, metadata): method to_dict (line 161) | def to_dict(self): method to_str (line 185) | def to_str(self): method __repr__ (line 189) | def __repr__(self): method __eq__ (line 193) | def __eq__(self, other): method __ne__ (line 200) | def __ne__(self, other): FILE: kubernetes/client/models/v1_custom_resource_definition_names.py class V1CustomResourceDefinitionNames (line 21) | class V1CustomResourceDefinitionNames(object): method __init__ (line 53) | def __init__(self, categories=None, kind=None, list_kind=None, plural=... method categories (line 79) | def categories(self): method categories (line 90) | def categories(self, categories): method kind (line 102) | def kind(self): method kind (line 113) | def kind(self, kind): method list_kind (line 127) | def list_kind(self): method list_kind (line 138) | def list_kind(self, list_kind): method plural (line 150) | def plural(self): method plural (line 161) | def plural(self, plural): method short_names (line 175) | def short_names(self): method short_names (line 186) | def short_names(self, short_names): method singular (line 198) | def singular(self): method singular (line 209) | def singular(self, singular): method to_dict (line 220) | def to_dict(self): method to_str (line 244) | def to_str(self): method __repr__ (line 248) | def __repr__(self): method __eq__ (line 252) | def __eq__(self, other): method __ne__ (line 259) | def __ne__(self, other): FILE: kubernetes/client/models/v1_custom_resource_definition_spec.py class V1CustomResourceDefinitionSpec (line 21) | class V1CustomResourceDefinitionSpec(object): method __init__ (line 53) | def __init__(self, conversion=None, group=None, names=None, preserve_u... method conversion (line 77) | def conversion(self): method conversion (line 87) | def conversion(self, conversion): method group (line 98) | def group(self): method group (line 109) | def group(self, group): method names (line 123) | def names(self): method names (line 133) | def names(self, names): method preserve_unknown_fields (line 146) | def preserve_unknown_fields(self): method preserve_unknown_fields (line 157) | def preserve_unknown_fields(self, preserve_unknown_fields): method scope (line 169) | def scope(self): method scope (line 180) | def scope(self, scope): method versions (line 194) | def versions(self): method versions (line 205) | def versions(self, versions): method to_dict (line 218) | def to_dict(self): method to_str (line 242) | def to_str(self): method __repr__ (line 246) | def __repr__(self): method __eq__ (line 250) | def __eq__(self, other): method __ne__ (line 257) | def __ne__(self, other): FILE: kubernetes/client/models/v1_custom_resource_definition_status.py class V1CustomResourceDefinitionStatus (line 21) | class V1CustomResourceDefinitionStatus(object): method __init__ (line 49) | def __init__(self, accepted_names=None, conditions=None, observed_gene... method accepted_names (line 71) | def accepted_names(self): method accepted_names (line 81) | def accepted_names(self, accepted_names): method conditions (line 92) | def conditions(self): method conditions (line 103) | def conditions(self, conditions): method observed_generation (line 115) | def observed_generation(self): method observed_generation (line 126) | def observed_generation(self, observed_generation): method stored_versions (line 138) | def stored_versions(self): method stored_versions (line 149) | def stored_versions(self, stored_versions): method to_dict (line 160) | def to_dict(self): method to_str (line 184) | def to_str(self): method __repr__ (line 188) | def __repr__(self): method __eq__ (line 192) | def __eq__(self, other): method __ne__ (line 199) | def __ne__(self, other): FILE: kubernetes/client/models/v1_custom_resource_definition_version.py class V1CustomResourceDefinitionVersion (line 21) | class V1CustomResourceDefinitionVersion(object): method __init__ (line 59) | def __init__(self, additional_printer_columns=None, deprecated=None, d... method additional_printer_columns (line 93) | def additional_printer_columns(self): method additional_printer_columns (line 104) | def additional_printer_columns(self, additional_printer_columns): method deprecated (line 116) | def deprecated(self): method deprecated (line 127) | def deprecated(self, deprecated): method deprecation_warning (line 139) | def deprecation_warning(self): method deprecation_warning (line 150) | def deprecation_warning(self, deprecation_warning): method name (line 162) | def name(self): method name (line 173) | def name(self, name): method schema (line 187) | def schema(self): method schema (line 197) | def schema(self, schema): method selectable_fields (line 208) | def selectable_fields(self): method selectable_fields (line 219) | def selectable_fields(self, selectable_fields): method served (line 231) | def served(self): method served (line 242) | def served(self, served): method storage (line 256) | def storage(self): method storage (line 267) | def storage(self, storage): method subresources (line 281) | def subresources(self): method subresources (line 291) | def subresources(self, subresources): method to_dict (line 301) | def to_dict(self): method to_str (line 325) | def to_str(self): method __repr__ (line 329) | def __repr__(self): method __eq__ (line 333) | def __eq__(self, other): method __ne__ (line 340) | def __ne__(self, other): FILE: kubernetes/client/models/v1_custom_resource_subresource_scale.py class V1CustomResourceSubresourceScale (line 21) | class V1CustomResourceSubresourceScale(object): method __init__ (line 47) | def __init__(self, label_selector_path=None, spec_replicas_path=None, ... method label_selector_path (line 64) | def label_selector_path(self): method label_selector_path (line 75) | def label_selector_path(self, label_selector_path): method spec_replicas_path (line 87) | def spec_replicas_path(self): method spec_replicas_path (line 98) | def spec_replicas_path(self, spec_replicas_path): method status_replicas_path (line 112) | def status_replicas_path(self): method status_replicas_path (line 123) | def status_replicas_path(self, status_replicas_path): method to_dict (line 136) | def to_dict(self): method to_str (line 160) | def to_str(self): method __repr__ (line 164) | def __repr__(self): method __eq__ (line 168) | def __eq__(self, other): method __ne__ (line 175) | def __ne__(self, other): FILE: kubernetes/client/models/v1_custom_resource_subresources.py class V1CustomResourceSubresources (line 21) | class V1CustomResourceSubresources(object): method __init__ (line 45) | def __init__(self, scale=None, status=None, local_vars_configuration=N... method scale (line 61) | def scale(self): method scale (line 71) | def scale(self, scale): method status (line 82) | def status(self): method status (line 93) | def status(self, status): method to_dict (line 104) | def to_dict(self): method to_str (line 128) | def to_str(self): method __repr__ (line 132) | def __repr__(self): method __eq__ (line 136) | def __eq__(self, other): method __ne__ (line 143) | def __ne__(self, other): FILE: kubernetes/client/models/v1_custom_resource_validation.py class V1CustomResourceValidation (line 21) | class V1CustomResourceValidation(object): method __init__ (line 43) | def __init__(self, open_apiv3_schema=None, local_vars_configuration=No... method open_apiv3_schema (line 56) | def open_apiv3_schema(self): method open_apiv3_schema (line 66) | def open_apiv3_schema(self, open_apiv3_schema): method to_dict (line 76) | def to_dict(self): method to_str (line 100) | def to_str(self): method __repr__ (line 104) | def __repr__(self): method __eq__ (line 108) | def __eq__(self, other): method __ne__ (line 115) | def __ne__(self, other): FILE: kubernetes/client/models/v1_daemon_endpoint.py class V1DaemonEndpoint (line 21) | class V1DaemonEndpoint(object): method __init__ (line 43) | def __init__(self, port=None, local_vars_configuration=None): # noqa:... method port (line 55) | def port(self): method port (line 66) | def port(self, port): method to_dict (line 79) | def to_dict(self): method to_str (line 103) | def to_str(self): method __repr__ (line 107) | def __repr__(self): method __eq__ (line 111) | def __eq__(self, other): method __ne__ (line 118) | def __ne__(self, other): FILE: kubernetes/client/models/v1_daemon_set.py class V1DaemonSet (line 21) | class V1DaemonSet(object): method __init__ (line 51) | def __init__(self, api_version=None, kind=None, metadata=None, spec=No... method api_version (line 76) | def api_version(self): method api_version (line 87) | def api_version(self, api_version): method kind (line 99) | def kind(self): method kind (line 110) | def kind(self, kind): method metadata (line 122) | def metadata(self): method metadata (line 132) | def metadata(self, metadata): method spec (line 143) | def spec(self): method spec (line 153) | def spec(self, spec): method status (line 164) | def status(self): method status (line 174) | def status(self, status): method to_dict (line 184) | def to_dict(self): method to_str (line 208) | def to_str(self): method __repr__ (line 212) | def __repr__(self): method __eq__ (line 216) | def __eq__(self, other): method __ne__ (line 223) | def __ne__(self, other): FILE: kubernetes/client/models/v1_daemon_set_condition.py class V1DaemonSetCondition (line 21) | class V1DaemonSetCondition(object): method __init__ (line 51) | def __init__(self, last_transition_time=None, message=None, reason=Non... method last_transition_time (line 74) | def last_transition_time(self): method last_transition_time (line 85) | def last_transition_time(self, last_transition_time): method message (line 97) | def message(self): method message (line 108) | def message(self, message): method reason (line 120) | def reason(self): method reason (line 131) | def reason(self, reason): method status (line 143) | def status(self): method status (line 154) | def status(self, status): method type (line 168) | def type(self): method type (line 179) | def type(self, type): method to_dict (line 192) | def to_dict(self): method to_str (line 216) | def to_str(self): method __repr__ (line 220) | def __repr__(self): method __eq__ (line 224) | def __eq__(self, other): method __ne__ (line 231) | def __ne__(self, other): FILE: kubernetes/client/models/v1_daemon_set_list.py class V1DaemonSetList (line 21) | class V1DaemonSetList(object): method __init__ (line 49) | def __init__(self, api_version=None, items=None, kind=None, metadata=N... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method items (line 93) | def items(self): method items (line 104) | def items(self, items): method kind (line 118) | def kind(self): method kind (line 129) | def kind(self, kind): method metadata (line 141) | def metadata(self): method metadata (line 151) | def metadata(self, metadata): method to_dict (line 161) | def to_dict(self): method to_str (line 185) | def to_str(self): method __repr__ (line 189) | def __repr__(self): method __eq__ (line 193) | def __eq__(self, other): method __ne__ (line 200) | def __ne__(self, other): FILE: kubernetes/client/models/v1_daemon_set_spec.py class V1DaemonSetSpec (line 21) | class V1DaemonSetSpec(object): method __init__ (line 51) | def __init__(self, min_ready_seconds=None, revision_history_limit=None... method min_ready_seconds (line 74) | def min_ready_seconds(self): method min_ready_seconds (line 85) | def min_ready_seconds(self, min_ready_seconds): method revision_history_limit (line 97) | def revision_history_limit(self): method revision_history_limit (line 108) | def revision_history_limit(self, revision_history_limit): method selector (line 120) | def selector(self): method selector (line 130) | def selector(self, selector): method template (line 143) | def template(self): method template (line 153) | def template(self, template): method update_strategy (line 166) | def update_strategy(self): method update_strategy (line 176) | def update_strategy(self, update_strategy): method to_dict (line 186) | def to_dict(self): method to_str (line 210) | def to_str(self): method __repr__ (line 214) | def __repr__(self): method __eq__ (line 218) | def __eq__(self, other): method __ne__ (line 225) | def __ne__(self, other): FILE: kubernetes/client/models/v1_daemon_set_status.py class V1DaemonSetStatus (line 21) | class V1DaemonSetStatus(object): method __init__ (line 61) | def __init__(self, collision_count=None, conditions=None, current_numb... method collision_count (line 97) | def collision_count(self): method collision_count (line 108) | def collision_count(self, collision_count): method conditions (line 120) | def conditions(self): method conditions (line 131) | def conditions(self, conditions): method current_number_scheduled (line 143) | def current_number_scheduled(self): method current_number_scheduled (line 154) | def current_number_scheduled(self, current_number_scheduled): method desired_number_scheduled (line 168) | def desired_number_scheduled(self): method desired_number_scheduled (line 179) | def desired_number_scheduled(self, desired_number_scheduled): method number_available (line 193) | def number_available(self): method number_available (line 204) | def number_available(self, number_available): method number_misscheduled (line 216) | def number_misscheduled(self): method number_misscheduled (line 227) | def number_misscheduled(self, number_misscheduled): method number_ready (line 241) | def number_ready(self): method number_ready (line 252) | def number_ready(self, number_ready): method number_unavailable (line 266) | def number_unavailable(self): method number_unavailable (line 277) | def number_unavailable(self, number_unavailable): method observed_generation (line 289) | def observed_generation(self): method observed_generation (line 300) | def observed_generation(self, observed_generation): method updated_number_scheduled (line 312) | def updated_number_scheduled(self): method updated_number_scheduled (line 323) | def updated_number_scheduled(self, updated_number_scheduled): method to_dict (line 334) | def to_dict(self): method to_str (line 358) | def to_str(self): method __repr__ (line 362) | def __repr__(self): method __eq__ (line 366) | def __eq__(self, other): method __ne__ (line 373) | def __ne__(self, other): FILE: kubernetes/client/models/v1_daemon_set_update_strategy.py class V1DaemonSetUpdateStrategy (line 21) | class V1DaemonSetUpdateStrategy(object): method __init__ (line 45) | def __init__(self, rolling_update=None, type=None, local_vars_configur... method rolling_update (line 61) | def rolling_update(self): method rolling_update (line 71) | def rolling_update(self, rolling_update): method type (line 82) | def type(self): method type (line 93) | def type(self, type): method to_dict (line 104) | def to_dict(self): method to_str (line 128) | def to_str(self): method __repr__ (line 132) | def __repr__(self): method __eq__ (line 136) | def __eq__(self, other): method __ne__ (line 143) | def __ne__(self, other): FILE: kubernetes/client/models/v1_delete_options.py class V1DeleteOptions (line 21) | class V1DeleteOptions(object): method __init__ (line 57) | def __init__(self, api_version=None, dry_run=None, grace_period_second... method api_version (line 91) | def api_version(self): method api_version (line 102) | def api_version(self, api_version): method dry_run (line 114) | def dry_run(self): method dry_run (line 125) | def dry_run(self, dry_run): method grace_period_seconds (line 137) | def grace_period_seconds(self): method grace_period_seconds (line 148) | def grace_period_seconds(self, grace_period_seconds): method ignore_store_read_error_with_cluster_breaking_potential (line 160) | def ignore_store_read_error_with_cluster_breaking_potential(self): method ignore_store_read_error_with_cluster_breaking_potential (line 171) | def ignore_store_read_error_with_cluster_breaking_potential(self, igno... method kind (line 183) | def kind(self): method kind (line 194) | def kind(self, kind): method orphan_dependents (line 206) | def orphan_dependents(self): method orphan_dependents (line 217) | def orphan_dependents(self, orphan_dependents): method preconditions (line 229) | def preconditions(self): method preconditions (line 239) | def preconditions(self, preconditions): method propagation_policy (line 250) | def propagation_policy(self): method propagation_policy (line 261) | def propagation_policy(self, propagation_policy): method to_dict (line 272) | def to_dict(self): method to_str (line 296) | def to_str(self): method __repr__ (line 300) | def __repr__(self): method __eq__ (line 304) | def __eq__(self, other): method __ne__ (line 311) | def __ne__(self, other): FILE: kubernetes/client/models/v1_deployment.py class V1Deployment (line 21) | class V1Deployment(object): method __init__ (line 51) | def __init__(self, api_version=None, kind=None, metadata=None, spec=No... method api_version (line 76) | def api_version(self): method api_version (line 87) | def api_version(self, api_version): method kind (line 99) | def kind(self): method kind (line 110) | def kind(self, kind): method metadata (line 122) | def metadata(self): method metadata (line 132) | def metadata(self, metadata): method spec (line 143) | def spec(self): method spec (line 153) | def spec(self, spec): method status (line 164) | def status(self): method status (line 174) | def status(self, status): method to_dict (line 184) | def to_dict(self): method to_str (line 208) | def to_str(self): method __repr__ (line 212) | def __repr__(self): method __eq__ (line 216) | def __eq__(self, other): method __ne__ (line 223) | def __ne__(self, other): FILE: kubernetes/client/models/v1_deployment_condition.py class V1DeploymentCondition (line 21) | class V1DeploymentCondition(object): method __init__ (line 53) | def __init__(self, last_transition_time=None, last_update_time=None, m... method last_transition_time (line 79) | def last_transition_time(self): method last_transition_time (line 90) | def last_transition_time(self, last_transition_time): method last_update_time (line 102) | def last_update_time(self): method last_update_time (line 113) | def last_update_time(self, last_update_time): method message (line 125) | def message(self): method message (line 136) | def message(self, message): method reason (line 148) | def reason(self): method reason (line 159) | def reason(self, reason): method status (line 171) | def status(self): method status (line 182) | def status(self, status): method type (line 196) | def type(self): method type (line 207) | def type(self, type): method to_dict (line 220) | def to_dict(self): method to_str (line 244) | def to_str(self): method __repr__ (line 248) | def __repr__(self): method __eq__ (line 252) | def __eq__(self, other): method __ne__ (line 259) | def __ne__(self, other): FILE: kubernetes/client/models/v1_deployment_list.py class V1DeploymentList (line 21) | class V1DeploymentList(object): method __init__ (line 49) | def __init__(self, api_version=None, items=None, kind=None, metadata=N... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method items (line 93) | def items(self): method items (line 104) | def items(self, items): method kind (line 118) | def kind(self): method kind (line 129) | def kind(self, kind): method metadata (line 141) | def metadata(self): method metadata (line 151) | def metadata(self, metadata): method to_dict (line 161) | def to_dict(self): method to_str (line 185) | def to_str(self): method __repr__ (line 189) | def __repr__(self): method __eq__ (line 193) | def __eq__(self, other): method __ne__ (line 200) | def __ne__(self, other): FILE: kubernetes/client/models/v1_deployment_spec.py class V1DeploymentSpec (line 21) | class V1DeploymentSpec(object): method __init__ (line 57) | def __init__(self, min_ready_seconds=None, paused=None, progress_deadl... method min_ready_seconds (line 89) | def min_ready_seconds(self): method min_ready_seconds (line 100) | def min_ready_seconds(self, min_ready_seconds): method paused (line 112) | def paused(self): method paused (line 123) | def paused(self, paused): method progress_deadline_seconds (line 135) | def progress_deadline_seconds(self): method progress_deadline_seconds (line 146) | def progress_deadline_seconds(self, progress_deadline_seconds): method replicas (line 158) | def replicas(self): method replicas (line 169) | def replicas(self, replicas): method revision_history_limit (line 181) | def revision_history_limit(self): method revision_history_limit (line 192) | def revision_history_limit(self, revision_history_limit): method selector (line 204) | def selector(self): method selector (line 214) | def selector(self, selector): method strategy (line 227) | def strategy(self): method strategy (line 237) | def strategy(self, strategy): method template (line 248) | def template(self): method template (line 258) | def template(self, template): method to_dict (line 270) | def to_dict(self): method to_str (line 294) | def to_str(self): method __repr__ (line 298) | def __repr__(self): method __eq__ (line 302) | def __eq__(self, other): method __ne__ (line 309) | def __ne__(self, other): FILE: kubernetes/client/models/v1_deployment_status.py class V1DeploymentStatus (line 21) | class V1DeploymentStatus(object): method __init__ (line 59) | def __init__(self, available_replicas=None, collision_count=None, cond... method available_replicas (line 96) | def available_replicas(self): method available_replicas (line 107) | def available_replicas(self, available_replicas): method collision_count (line 119) | def collision_count(self): method collision_count (line 130) | def collision_count(self, collision_count): method conditions (line 142) | def conditions(self): method conditions (line 153) | def conditions(self, conditions): method observed_generation (line 165) | def observed_generation(self): method observed_generation (line 176) | def observed_generation(self, observed_generation): method ready_replicas (line 188) | def ready_replicas(self): method ready_replicas (line 199) | def ready_replicas(self, ready_replicas): method replicas (line 211) | def replicas(self): method replicas (line 222) | def replicas(self, replicas): method terminating_replicas (line 234) | def terminating_replicas(self): method terminating_replicas (line 245) | def terminating_replicas(self, terminating_replicas): method unavailable_replicas (line 257) | def unavailable_replicas(self): method unavailable_replicas (line 268) | def unavailable_replicas(self, unavailable_replicas): method updated_replicas (line 280) | def updated_replicas(self): method updated_replicas (line 291) | def updated_replicas(self, updated_replicas): method to_dict (line 302) | def to_dict(self): method to_str (line 326) | def to_str(self): method __repr__ (line 330) | def __repr__(self): method __eq__ (line 334) | def __eq__(self, other): method __ne__ (line 341) | def __ne__(self, other): FILE: kubernetes/client/models/v1_deployment_strategy.py class V1DeploymentStrategy (line 21) | class V1DeploymentStrategy(object): method __init__ (line 45) | def __init__(self, rolling_update=None, type=None, local_vars_configur... method rolling_update (line 61) | def rolling_update(self): method rolling_update (line 71) | def rolling_update(self, rolling_update): method type (line 82) | def type(self): method type (line 93) | def type(self, type): method to_dict (line 104) | def to_dict(self): method to_str (line 128) | def to_str(self): method __repr__ (line 132) | def __repr__(self): method __eq__ (line 136) | def __eq__(self, other): method __ne__ (line 143) | def __ne__(self, other): FILE: kubernetes/client/models/v1_device.py class V1Device (line 21) | class V1Device(object): method __init__ (line 65) | def __init__(self, all_nodes=None, allow_multiple_allocations=None, at... method all_nodes (line 110) | def all_nodes(self): method all_nodes (line 121) | def all_nodes(self, all_nodes): method allow_multiple_allocations (line 133) | def allow_multiple_allocations(self): method allow_multiple_allocations (line 144) | def allow_multiple_allocations(self, allow_multiple_allocations): method attributes (line 156) | def attributes(self): method attributes (line 167) | def attributes(self, attributes): method binding_conditions (line 179) | def binding_conditions(self): method binding_conditions (line 190) | def binding_conditions(self, binding_conditions): method binding_failure_conditions (line 202) | def binding_failure_conditions(self): method binding_failure_conditions (line 213) | def binding_failure_conditions(self, binding_failure_conditions): method binds_to_node (line 225) | def binds_to_node(self): method binds_to_node (line 236) | def binds_to_node(self, binds_to_node): method capacity (line 248) | def capacity(self): method capacity (line 259) | def capacity(self, capacity): method consumes_counters (line 271) | def consumes_counters(self): method consumes_counters (line 282) | def consumes_counters(self, consumes_counters): method name (line 294) | def name(self): method name (line 305) | def name(self, name): method node_name (line 319) | def node_name(self): method node_name (line 330) | def node_name(self, node_name): method node_selector (line 342) | def node_selector(self): method node_selector (line 352) | def node_selector(self, node_selector): method taints (line 363) | def taints(self): method taints (line 374) | def taints(self, taints): method to_dict (line 385) | def to_dict(self): method to_str (line 409) | def to_str(self): method __repr__ (line 413) | def __repr__(self): method __eq__ (line 417) | def __eq__(self, other): method __ne__ (line 424) | def __ne__(self, other): FILE: kubernetes/client/models/v1_device_allocation_configuration.py class V1DeviceAllocationConfiguration (line 21) | class V1DeviceAllocationConfiguration(object): method __init__ (line 47) | def __init__(self, opaque=None, requests=None, source=None, local_vars... method opaque (line 65) | def opaque(self): method opaque (line 75) | def opaque(self, opaque): method requests (line 86) | def requests(self): method requests (line 97) | def requests(self, requests): method source (line 109) | def source(self): method source (line 120) | def source(self, source): method to_dict (line 133) | def to_dict(self): method to_str (line 157) | def to_str(self): method __repr__ (line 161) | def __repr__(self): method __eq__ (line 165) | def __eq__(self, other): method __ne__ (line 172) | def __ne__(self, other): FILE: kubernetes/client/models/v1_device_allocation_result.py class V1DeviceAllocationResult (line 21) | class V1DeviceAllocationResult(object): method __init__ (line 45) | def __init__(self, config=None, results=None, local_vars_configuration... method config (line 61) | def config(self): method config (line 72) | def config(self, config): method results (line 84) | def results(self): method results (line 95) | def results(self, results): method to_dict (line 106) | def to_dict(self): method to_str (line 130) | def to_str(self): method __repr__ (line 134) | def __repr__(self): method __eq__ (line 138) | def __eq__(self, other): method __ne__ (line 145) | def __ne__(self, other): FILE: kubernetes/client/models/v1_device_attribute.py class V1DeviceAttribute (line 21) | class V1DeviceAttribute(object): method __init__ (line 49) | def __init__(self, bool=None, int=None, string=None, version=None, loc... method bool (line 71) | def bool(self): method bool (line 82) | def bool(self, bool): method int (line 94) | def int(self): method int (line 105) | def int(self, int): method string (line 117) | def string(self): method string (line 128) | def string(self, string): method version (line 140) | def version(self): method version (line 151) | def version(self, version): method to_dict (line 162) | def to_dict(self): method to_str (line 186) | def to_str(self): method __repr__ (line 190) | def __repr__(self): method __eq__ (line 194) | def __eq__(self, other): method __ne__ (line 201) | def __ne__(self, other): FILE: kubernetes/client/models/v1_device_capacity.py class V1DeviceCapacity (line 21) | class V1DeviceCapacity(object): method __init__ (line 45) | def __init__(self, request_policy=None, value=None, local_vars_configu... method request_policy (line 60) | def request_policy(self): method request_policy (line 70) | def request_policy(self, request_policy): method value (line 81) | def value(self): method value (line 92) | def value(self, value): method to_dict (line 105) | def to_dict(self): method to_str (line 129) | def to_str(self): method __repr__ (line 133) | def __repr__(self): method __eq__ (line 137) | def __eq__(self, other): method __ne__ (line 144) | def __ne__(self, other): FILE: kubernetes/client/models/v1_device_claim.py class V1DeviceClaim (line 21) | class V1DeviceClaim(object): method __init__ (line 47) | def __init__(self, config=None, constraints=None, requests=None, local... method config (line 66) | def config(self): method config (line 77) | def config(self, config): method constraints (line 89) | def constraints(self): method constraints (line 100) | def constraints(self, constraints): method requests (line 112) | def requests(self): method requests (line 123) | def requests(self, requests): method to_dict (line 134) | def to_dict(self): method to_str (line 158) | def to_str(self): method __repr__ (line 162) | def __repr__(self): method __eq__ (line 166) | def __eq__(self, other): method __ne__ (line 173) | def __ne__(self, other): FILE: kubernetes/client/models/v1_device_claim_configuration.py class V1DeviceClaimConfiguration (line 21) | class V1DeviceClaimConfiguration(object): method __init__ (line 45) | def __init__(self, opaque=None, requests=None, local_vars_configuratio... method opaque (line 61) | def opaque(self): method opaque (line 71) | def opaque(self, opaque): method requests (line 82) | def requests(self): method requests (line 93) | def requests(self, requests): method to_dict (line 104) | def to_dict(self): method to_str (line 128) | def to_str(self): method __repr__ (line 132) | def __repr__(self): method __eq__ (line 136) | def __eq__(self, other): method __ne__ (line 143) | def __ne__(self, other): FILE: kubernetes/client/models/v1_device_class.py class V1DeviceClass (line 21) | class V1DeviceClass(object): method __init__ (line 49) | def __init__(self, api_version=None, kind=None, metadata=None, spec=No... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method kind (line 93) | def kind(self): method kind (line 104) | def kind(self, kind): method metadata (line 116) | def metadata(self): method metadata (line 126) | def metadata(self, metadata): method spec (line 137) | def spec(self): method spec (line 147) | def spec(self, spec): method to_dict (line 159) | def to_dict(self): method to_str (line 183) | def to_str(self): method __repr__ (line 187) | def __repr__(self): method __eq__ (line 191) | def __eq__(self, other): method __ne__ (line 198) | def __ne__(self, other): FILE: kubernetes/client/models/v1_device_class_configuration.py class V1DeviceClassConfiguration (line 21) | class V1DeviceClassConfiguration(object): method __init__ (line 43) | def __init__(self, opaque=None, local_vars_configuration=None): # noq... method opaque (line 56) | def opaque(self): method opaque (line 66) | def opaque(self, opaque): method to_dict (line 76) | def to_dict(self): method to_str (line 100) | def to_str(self): method __repr__ (line 104) | def __repr__(self): method __eq__ (line 108) | def __eq__(self, other): method __ne__ (line 115) | def __ne__(self, other): FILE: kubernetes/client/models/v1_device_class_list.py class V1DeviceClassList (line 21) | class V1DeviceClassList(object): method __init__ (line 49) | def __init__(self, api_version=None, items=None, kind=None, metadata=N... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method items (line 93) | def items(self): method items (line 104) | def items(self, items): method kind (line 118) | def kind(self): method kind (line 129) | def kind(self, kind): method metadata (line 141) | def metadata(self): method metadata (line 151) | def metadata(self, metadata): method to_dict (line 161) | def to_dict(self): method to_str (line 185) | def to_str(self): method __repr__ (line 189) | def __repr__(self): method __eq__ (line 193) | def __eq__(self, other): method __ne__ (line 200) | def __ne__(self, other): FILE: kubernetes/client/models/v1_device_class_spec.py class V1DeviceClassSpec (line 21) | class V1DeviceClassSpec(object): method __init__ (line 47) | def __init__(self, config=None, extended_resource_name=None, selectors... method config (line 66) | def config(self): method config (line 77) | def config(self, config): method extended_resource_name (line 89) | def extended_resource_name(self): method extended_resource_name (line 100) | def extended_resource_name(self, extended_resource_name): method selectors (line 112) | def selectors(self): method selectors (line 123) | def selectors(self, selectors): method to_dict (line 134) | def to_dict(self): method to_str (line 158) | def to_str(self): method __repr__ (line 162) | def __repr__(self): method __eq__ (line 166) | def __eq__(self, other): method __ne__ (line 173) | def __ne__(self, other): FILE: kubernetes/client/models/v1_device_constraint.py class V1DeviceConstraint (line 21) | class V1DeviceConstraint(object): method __init__ (line 47) | def __init__(self, distinct_attribute=None, match_attribute=None, requ... method distinct_attribute (line 66) | def distinct_attribute(self): method distinct_attribute (line 77) | def distinct_attribute(self, distinct_attribute): method match_attribute (line 89) | def match_attribute(self): method match_attribute (line 100) | def match_attribute(self, match_attribute): method requests (line 112) | def requests(self): method requests (line 123) | def requests(self, requests): method to_dict (line 134) | def to_dict(self): method to_str (line 158) | def to_str(self): method __repr__ (line 162) | def __repr__(self): method __eq__ (line 166) | def __eq__(self, other): method __ne__ (line 173) | def __ne__(self, other): FILE: kubernetes/client/models/v1_device_counter_consumption.py class V1DeviceCounterConsumption (line 21) | class V1DeviceCounterConsumption(object): method __init__ (line 45) | def __init__(self, counter_set=None, counters=None, local_vars_configu... method counter_set (line 59) | def counter_set(self): method counter_set (line 70) | def counter_set(self, counter_set): method counters (line 84) | def counters(self): method counters (line 95) | def counters(self, counters): method to_dict (line 108) | def to_dict(self): method to_str (line 132) | def to_str(self): method __repr__ (line 136) | def __repr__(self): method __eq__ (line 140) | def __eq__(self, other): method __ne__ (line 147) | def __ne__(self, other): FILE: kubernetes/client/models/v1_device_request.py class V1DeviceRequest (line 21) | class V1DeviceRequest(object): method __init__ (line 47) | def __init__(self, exactly=None, first_available=None, name=None, loca... method exactly (line 65) | def exactly(self): method exactly (line 75) | def exactly(self, exactly): method first_available (line 86) | def first_available(self): method first_available (line 97) | def first_available(self, first_available): method name (line 109) | def name(self): method name (line 120) | def name(self, name): method to_dict (line 133) | def to_dict(self): method to_str (line 157) | def to_str(self): method __repr__ (line 161) | def __repr__(self): method __eq__ (line 165) | def __eq__(self, other): method __ne__ (line 172) | def __ne__(self, other): FILE: kubernetes/client/models/v1_device_request_allocation_result.py class V1DeviceRequestAllocationResult (line 21) | class V1DeviceRequestAllocationResult(object): method __init__ (line 61) | def __init__(self, admin_access=None, binding_conditions=None, binding... method admin_access (line 97) | def admin_access(self): method admin_access (line 108) | def admin_access(self, admin_access): method binding_conditions (line 120) | def binding_conditions(self): method binding_conditions (line 131) | def binding_conditions(self, binding_conditions): method binding_failure_conditions (line 143) | def binding_failure_conditions(self): method binding_failure_conditions (line 154) | def binding_failure_conditions(self, binding_failure_conditions): method consumed_capacity (line 166) | def consumed_capacity(self): method consumed_capacity (line 177) | def consumed_capacity(self, consumed_capacity): method device (line 189) | def device(self): method device (line 200) | def device(self, device): method driver (line 214) | def driver(self): method driver (line 225) | def driver(self, driver): method pool (line 239) | def pool(self): method pool (line 250) | def pool(self, pool): method request (line 264) | def request(self): method request (line 275) | def request(self, request): method share_id (line 289) | def share_id(self): method share_id (line 300) | def share_id(self, share_id): method tolerations (line 312) | def tolerations(self): method tolerations (line 323) | def tolerations(self, tolerations): method to_dict (line 334) | def to_dict(self): method to_str (line 358) | def to_str(self): method __repr__ (line 362) | def __repr__(self): method __eq__ (line 366) | def __eq__(self, other): method __ne__ (line 373) | def __ne__(self, other): FILE: kubernetes/client/models/v1_device_selector.py class V1DeviceSelector (line 21) | class V1DeviceSelector(object): method __init__ (line 43) | def __init__(self, cel=None, local_vars_configuration=None): # noqa: ... method cel (line 56) | def cel(self): method cel (line 66) | def cel(self, cel): method to_dict (line 76) | def to_dict(self): method to_str (line 100) | def to_str(self): method __repr__ (line 104) | def __repr__(self): method __eq__ (line 108) | def __eq__(self, other): method __ne__ (line 115) | def __ne__(self, other): FILE: kubernetes/client/models/v1_device_sub_request.py class V1DeviceSubRequest (line 21) | class V1DeviceSubRequest(object): method __init__ (line 55) | def __init__(self, allocation_mode=None, capacity=None, count=None, de... method allocation_mode (line 84) | def allocation_mode(self): method allocation_mode (line 95) | def allocation_mode(self, allocation_mode): method capacity (line 107) | def capacity(self): method capacity (line 117) | def capacity(self, capacity): method count (line 128) | def count(self): method count (line 139) | def count(self, count): method device_class_name (line 151) | def device_class_name(self): method device_class_name (line 162) | def device_class_name(self, device_class_name): method name (line 176) | def name(self): method name (line 187) | def name(self, name): method selectors (line 201) | def selectors(self): method selectors (line 212) | def selectors(self, selectors): method tolerations (line 224) | def tolerations(self): method tolerations (line 235) | def tolerations(self, tolerations): method to_dict (line 246) | def to_dict(self): method to_str (line 270) | def to_str(self): method __repr__ (line 274) | def __repr__(self): method __eq__ (line 278) | def __eq__(self, other): method __ne__ (line 285) | def __ne__(self, other): FILE: kubernetes/client/models/v1_device_taint.py class V1DeviceTaint (line 21) | class V1DeviceTaint(object): method __init__ (line 49) | def __init__(self, effect=None, key=None, time_added=None, value=None,... method effect (line 69) | def effect(self): method effect (line 80) | def effect(self, effect): method key (line 94) | def key(self): method key (line 105) | def key(self, key): method time_added (line 119) | def time_added(self): method time_added (line 130) | def time_added(self, time_added): method value (line 142) | def value(self): method value (line 153) | def value(self, value): method to_dict (line 164) | def to_dict(self): method to_str (line 188) | def to_str(self): method __repr__ (line 192) | def __repr__(self): method __eq__ (line 196) | def __eq__(self, other): method __ne__ (line 203) | def __ne__(self, other): FILE: kubernetes/client/models/v1_device_toleration.py class V1DeviceToleration (line 21) | class V1DeviceToleration(object): method __init__ (line 51) | def __init__(self, effect=None, key=None, operator=None, toleration_se... method effect (line 76) | def effect(self): method effect (line 87) | def effect(self, effect): method key (line 99) | def key(self): method key (line 110) | def key(self, key): method operator (line 122) | def operator(self): method operator (line 133) | def operator(self, operator): method toleration_seconds (line 145) | def toleration_seconds(self): method toleration_seconds (line 156) | def toleration_seconds(self, toleration_seconds): method value (line 168) | def value(self): method value (line 179) | def value(self, value): method to_dict (line 190) | def to_dict(self): method to_str (line 214) | def to_str(self): method __repr__ (line 218) | def __repr__(self): method __eq__ (line 222) | def __eq__(self, other): method __ne__ (line 229) | def __ne__(self, other): FILE: kubernetes/client/models/v1_downward_api_projection.py class V1DownwardAPIProjection (line 21) | class V1DownwardAPIProjection(object): method __init__ (line 43) | def __init__(self, items=None, local_vars_configuration=None): # noqa... method items (line 56) | def items(self): method items (line 67) | def items(self, items): method to_dict (line 78) | def to_dict(self): method to_str (line 102) | def to_str(self): method __repr__ (line 106) | def __repr__(self): method __eq__ (line 110) | def __eq__(self, other): method __ne__ (line 117) | def __ne__(self, other): FILE: kubernetes/client/models/v1_downward_api_volume_file.py class V1DownwardAPIVolumeFile (line 21) | class V1DownwardAPIVolumeFile(object): method __init__ (line 49) | def __init__(self, field_ref=None, mode=None, path=None, resource_fiel... method field_ref (line 70) | def field_ref(self): method field_ref (line 80) | def field_ref(self, field_ref): method mode (line 91) | def mode(self): method mode (line 102) | def mode(self, mode): method path (line 114) | def path(self): method path (line 125) | def path(self, path): method resource_field_ref (line 139) | def resource_field_ref(self): method resource_field_ref (line 149) | def resource_field_ref(self, resource_field_ref): method to_dict (line 159) | def to_dict(self): method to_str (line 183) | def to_str(self): method __repr__ (line 187) | def __repr__(self): method __eq__ (line 191) | def __eq__(self, other): method __ne__ (line 198) | def __ne__(self, other): FILE: kubernetes/client/models/v1_downward_api_volume_source.py class V1DownwardAPIVolumeSource (line 21) | class V1DownwardAPIVolumeSource(object): method __init__ (line 45) | def __init__(self, default_mode=None, items=None, local_vars_configura... method default_mode (line 61) | def default_mode(self): method default_mode (line 72) | def default_mode(self, default_mode): method items (line 84) | def items(self): method items (line 95) | def items(self, items): method to_dict (line 106) | def to_dict(self): method to_str (line 130) | def to_str(self): method __repr__ (line 134) | def __repr__(self): method __eq__ (line 138) | def __eq__(self, other): method __ne__ (line 145) | def __ne__(self, other): FILE: kubernetes/client/models/v1_empty_dir_volume_source.py class V1EmptyDirVolumeSource (line 21) | class V1EmptyDirVolumeSource(object): method __init__ (line 45) | def __init__(self, medium=None, size_limit=None, local_vars_configurat... method medium (line 61) | def medium(self): method medium (line 72) | def medium(self, medium): method size_limit (line 84) | def size_limit(self): method size_limit (line 95) | def size_limit(self, size_limit): method to_dict (line 106) | def to_dict(self): method to_str (line 130) | def to_str(self): method __repr__ (line 134) | def __repr__(self): method __eq__ (line 138) | def __eq__(self, other): method __ne__ (line 145) | def __ne__(self, other): FILE: kubernetes/client/models/v1_endpoint.py class V1Endpoint (line 21) | class V1Endpoint(object): method __init__ (line 57) | def __init__(self, addresses=None, conditions=None, deprecated_topolog... method addresses (line 90) | def addresses(self): method addresses (line 101) | def addresses(self, addresses): method conditions (line 115) | def conditions(self): method conditions (line 125) | def conditions(self, conditions): method deprecated_topology (line 136) | def deprecated_topology(self): method deprecated_topology (line 147) | def deprecated_topology(self, deprecated_topology): method hints (line 159) | def hints(self): method hints (line 169) | def hints(self, hints): method hostname (line 180) | def hostname(self): method hostname (line 191) | def hostname(self, hostname): method node_name (line 203) | def node_name(self): method node_name (line 214) | def node_name(self, node_name): method target_ref (line 226) | def target_ref(self): method target_ref (line 236) | def target_ref(self, target_ref): method zone (line 247) | def zone(self): method zone (line 258) | def zone(self, zone): method to_dict (line 269) | def to_dict(self): method to_str (line 293) | def to_str(self): method __repr__ (line 297) | def __repr__(self): method __eq__ (line 301) | def __eq__(self, other): method __ne__ (line 308) | def __ne__(self, other): FILE: kubernetes/client/models/v1_endpoint_address.py class V1EndpointAddress (line 21) | class V1EndpointAddress(object): method __init__ (line 49) | def __init__(self, hostname=None, ip=None, node_name=None, target_ref=... method hostname (line 70) | def hostname(self): method hostname (line 81) | def hostname(self, hostname): method ip (line 93) | def ip(self): method ip (line 104) | def ip(self, ip): method node_name (line 118) | def node_name(self): method node_name (line 129) | def node_name(self, node_name): method target_ref (line 141) | def target_ref(self): method target_ref (line 151) | def target_ref(self, target_ref): method to_dict (line 161) | def to_dict(self): method to_str (line 185) | def to_str(self): method __repr__ (line 189) | def __repr__(self): method __eq__ (line 193) | def __eq__(self, other): method __ne__ (line 200) | def __ne__(self, other): FILE: kubernetes/client/models/v1_endpoint_conditions.py class V1EndpointConditions (line 21) | class V1EndpointConditions(object): method __init__ (line 47) | def __init__(self, ready=None, serving=None, terminating=None, local_v... method ready (line 66) | def ready(self): method ready (line 77) | def ready(self, ready): method serving (line 89) | def serving(self): method serving (line 100) | def serving(self, serving): method terminating (line 112) | def terminating(self): method terminating (line 123) | def terminating(self, terminating): method to_dict (line 134) | def to_dict(self): method to_str (line 158) | def to_str(self): method __repr__ (line 162) | def __repr__(self): method __eq__ (line 166) | def __eq__(self, other): method __ne__ (line 173) | def __ne__(self, other): FILE: kubernetes/client/models/v1_endpoint_hints.py class V1EndpointHints (line 21) | class V1EndpointHints(object): method __init__ (line 45) | def __init__(self, for_nodes=None, for_zones=None, local_vars_configur... method for_nodes (line 61) | def for_nodes(self): method for_nodes (line 72) | def for_nodes(self, for_nodes): method for_zones (line 84) | def for_zones(self): method for_zones (line 95) | def for_zones(self, for_zones): method to_dict (line 106) | def to_dict(self): method to_str (line 130) | def to_str(self): method __repr__ (line 134) | def __repr__(self): method __eq__ (line 138) | def __eq__(self, other): method __ne__ (line 145) | def __ne__(self, other): FILE: kubernetes/client/models/v1_endpoint_slice.py class V1EndpointSlice (line 21) | class V1EndpointSlice(object): method __init__ (line 53) | def __init__(self, address_type=None, api_version=None, endpoints=None... method address_type (line 79) | def address_type(self): method address_type (line 90) | def address_type(self, address_type): method api_version (line 104) | def api_version(self): method api_version (line 115) | def api_version(self, api_version): method endpoints (line 127) | def endpoints(self): method endpoints (line 138) | def endpoints(self, endpoints): method kind (line 152) | def kind(self): method kind (line 163) | def kind(self, kind): method metadata (line 175) | def metadata(self): method metadata (line 185) | def metadata(self, metadata): method ports (line 196) | def ports(self): method ports (line 207) | def ports(self, ports): method to_dict (line 218) | def to_dict(self): method to_str (line 242) | def to_str(self): method __repr__ (line 246) | def __repr__(self): method __eq__ (line 250) | def __eq__(self, other): method __ne__ (line 257) | def __ne__(self, other): FILE: kubernetes/client/models/v1_endpoint_slice_list.py class V1EndpointSliceList (line 21) | class V1EndpointSliceList(object): method __init__ (line 49) | def __init__(self, api_version=None, items=None, kind=None, metadata=N... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method items (line 93) | def items(self): method items (line 104) | def items(self, items): method kind (line 118) | def kind(self): method kind (line 129) | def kind(self, kind): method metadata (line 141) | def metadata(self): method metadata (line 151) | def metadata(self, metadata): method to_dict (line 161) | def to_dict(self): method to_str (line 185) | def to_str(self): method __repr__ (line 189) | def __repr__(self): method __eq__ (line 193) | def __eq__(self, other): method __ne__ (line 200) | def __ne__(self, other): FILE: kubernetes/client/models/v1_endpoint_subset.py class V1EndpointSubset (line 21) | class V1EndpointSubset(object): method __init__ (line 47) | def __init__(self, addresses=None, not_ready_addresses=None, ports=Non... method addresses (line 66) | def addresses(self): method addresses (line 77) | def addresses(self, addresses): method not_ready_addresses (line 89) | def not_ready_addresses(self): method not_ready_addresses (line 100) | def not_ready_addresses(self, not_ready_addresses): method ports (line 112) | def ports(self): method ports (line 123) | def ports(self, ports): method to_dict (line 134) | def to_dict(self): method to_str (line 158) | def to_str(self): method __repr__ (line 162) | def __repr__(self): method __eq__ (line 166) | def __eq__(self, other): method __ne__ (line 173) | def __ne__(self, other): FILE: kubernetes/client/models/v1_endpoints.py class V1Endpoints (line 21) | class V1Endpoints(object): method __init__ (line 49) | def __init__(self, api_version=None, kind=None, metadata=None, subsets... method api_version (line 71) | def api_version(self): method api_version (line 82) | def api_version(self, api_version): method kind (line 94) | def kind(self): method kind (line 105) | def kind(self, kind): method metadata (line 117) | def metadata(self): method metadata (line 127) | def metadata(self, metadata): method subsets (line 138) | def subsets(self): method subsets (line 149) | def subsets(self, subsets): method to_dict (line 160) | def to_dict(self): method to_str (line 184) | def to_str(self): method __repr__ (line 188) | def __repr__(self): method __eq__ (line 192) | def __eq__(self, other): method __ne__ (line 199) | def __ne__(self, other): FILE: kubernetes/client/models/v1_endpoints_list.py class V1EndpointsList (line 21) | class V1EndpointsList(object): method __init__ (line 49) | def __init__(self, api_version=None, items=None, kind=None, metadata=N... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method items (line 93) | def items(self): method items (line 104) | def items(self, items): method kind (line 118) | def kind(self): method kind (line 129) | def kind(self, kind): method metadata (line 141) | def metadata(self): method metadata (line 151) | def metadata(self, metadata): method to_dict (line 161) | def to_dict(self): method to_str (line 185) | def to_str(self): method __repr__ (line 189) | def __repr__(self): method __eq__ (line 193) | def __eq__(self, other): method __ne__ (line 200) | def __ne__(self, other): FILE: kubernetes/client/models/v1_env_from_source.py class V1EnvFromSource (line 21) | class V1EnvFromSource(object): method __init__ (line 47) | def __init__(self, config_map_ref=None, prefix=None, secret_ref=None, ... method config_map_ref (line 66) | def config_map_ref(self): method config_map_ref (line 76) | def config_map_ref(self, config_map_ref): method prefix (line 87) | def prefix(self): method prefix (line 98) | def prefix(self, prefix): method secret_ref (line 110) | def secret_ref(self): method secret_ref (line 120) | def secret_ref(self, secret_ref): method to_dict (line 130) | def to_dict(self): method to_str (line 154) | def to_str(self): method __repr__ (line 158) | def __repr__(self): method __eq__ (line 162) | def __eq__(self, other): method __ne__ (line 169) | def __ne__(self, other): FILE: kubernetes/client/models/v1_env_var.py class V1EnvVar (line 21) | class V1EnvVar(object): method __init__ (line 47) | def __init__(self, name=None, value=None, value_from=None, local_vars_... method name (line 65) | def name(self): method name (line 76) | def name(self, name): method value (line 90) | def value(self): method value (line 101) | def value(self, value): method value_from (line 113) | def value_from(self): method value_from (line 123) | def value_from(self, value_from): method to_dict (line 133) | def to_dict(self): method to_str (line 157) | def to_str(self): method __repr__ (line 161) | def __repr__(self): method __eq__ (line 165) | def __eq__(self, other): method __ne__ (line 172) | def __ne__(self, other): FILE: kubernetes/client/models/v1_env_var_source.py class V1EnvVarSource (line 21) | class V1EnvVarSource(object): method __init__ (line 51) | def __init__(self, config_map_key_ref=None, field_ref=None, file_key_r... method config_map_key_ref (line 76) | def config_map_key_ref(self): method config_map_key_ref (line 86) | def config_map_key_ref(self, config_map_key_ref): method field_ref (line 97) | def field_ref(self): method field_ref (line 107) | def field_ref(self, field_ref): method file_key_ref (line 118) | def file_key_ref(self): method file_key_ref (line 128) | def file_key_ref(self, file_key_ref): method resource_field_ref (line 139) | def resource_field_ref(self): method resource_field_ref (line 149) | def resource_field_ref(self, resource_field_ref): method secret_key_ref (line 160) | def secret_key_ref(self): method secret_key_ref (line 170) | def secret_key_ref(self, secret_key_ref): method to_dict (line 180) | def to_dict(self): method to_str (line 204) | def to_str(self): method __repr__ (line 208) | def __repr__(self): method __eq__ (line 212) | def __eq__(self, other): method __ne__ (line 219) | def __ne__(self, other): FILE: kubernetes/client/models/v1_ephemeral_container.py class V1EphemeralContainer (line 21) | class V1EphemeralContainer(object): method __init__ (line 93) | def __init__(self, args=None, command=None, env=None, env_from=None, i... method args (line 180) | def args(self): method args (line 191) | def args(self, args): method command (line 203) | def command(self): method command (line 214) | def command(self, command): method env (line 226) | def env(self): method env (line 237) | def env(self, env): method env_from (line 249) | def env_from(self): method env_from (line 260) | def env_from(self, env_from): method image (line 272) | def image(self): method image (line 283) | def image(self, image): method image_pull_policy (line 295) | def image_pull_policy(self): method image_pull_policy (line 306) | def image_pull_policy(self, image_pull_policy): method lifecycle (line 318) | def lifecycle(self): method lifecycle (line 328) | def lifecycle(self, lifecycle): method liveness_probe (line 339) | def liveness_probe(self): method liveness_probe (line 349) | def liveness_probe(self, liveness_probe): method name (line 360) | def name(self): method name (line 371) | def name(self, name): method ports (line 385) | def ports(self): method ports (line 396) | def ports(self, ports): method readiness_probe (line 408) | def readiness_probe(self): method readiness_probe (line 418) | def readiness_probe(self, readiness_probe): method resize_policy (line 429) | def resize_policy(self): method resize_policy (line 440) | def resize_policy(self, resize_policy): method resources (line 452) | def resources(self): method resources (line 462) | def resources(self, resources): method restart_policy (line 473) | def restart_policy(self): method restart_policy (line 484) | def restart_policy(self, restart_policy): method restart_policy_rules (line 496) | def restart_policy_rules(self): method restart_policy_rules (line 507) | def restart_policy_rules(self, restart_policy_rules): method security_context (line 519) | def security_context(self): method security_context (line 529) | def security_context(self, security_context): method startup_probe (line 540) | def startup_probe(self): method startup_probe (line 550) | def startup_probe(self, startup_probe): method stdin (line 561) | def stdin(self): method stdin (line 572) | def stdin(self, stdin): method stdin_once (line 584) | def stdin_once(self): method stdin_once (line 595) | def stdin_once(self, stdin_once): method target_container_name (line 607) | def target_container_name(self): method target_container_name (line 618) | def target_container_name(self, target_container_name): method termination_message_path (line 630) | def termination_message_path(self): method termination_message_path (line 641) | def termination_message_path(self, termination_message_path): method termination_message_policy (line 653) | def termination_message_policy(self): method termination_message_policy (line 664) | def termination_message_policy(self, termination_message_policy): method tty (line 676) | def tty(self): method tty (line 687) | def tty(self, tty): method volume_devices (line 699) | def volume_devices(self): method volume_devices (line 710) | def volume_devices(self, volume_devices): method volume_mounts (line 722) | def volume_mounts(self): method volume_mounts (line 733) | def volume_mounts(self, volume_mounts): method working_dir (line 745) | def working_dir(self): method working_dir (line 756) | def working_dir(self, working_dir): method to_dict (line 767) | def to_dict(self): method to_str (line 791) | def to_str(self): method __repr__ (line 795) | def __repr__(self): method __eq__ (line 799) | def __eq__(self, other): method __ne__ (line 806) | def __ne__(self, other): FILE: kubernetes/client/models/v1_ephemeral_volume_source.py class V1EphemeralVolumeSource (line 21) | class V1EphemeralVolumeSource(object): method __init__ (line 43) | def __init__(self, volume_claim_template=None, local_vars_configuratio... method volume_claim_template (line 56) | def volume_claim_template(self): method volume_claim_template (line 66) | def volume_claim_template(self, volume_claim_template): method to_dict (line 76) | def to_dict(self): method to_str (line 100) | def to_str(self): method __repr__ (line 104) | def __repr__(self): method __eq__ (line 108) | def __eq__(self, other): method __ne__ (line 115) | def __ne__(self, other): FILE: kubernetes/client/models/v1_event_source.py class V1EventSource (line 21) | class V1EventSource(object): method __init__ (line 45) | def __init__(self, component=None, host=None, local_vars_configuration... method component (line 61) | def component(self): method component (line 72) | def component(self, component): method host (line 84) | def host(self): method host (line 95) | def host(self, host): method to_dict (line 106) | def to_dict(self): method to_str (line 130) | def to_str(self): method __repr__ (line 134) | def __repr__(self): method __eq__ (line 138) | def __eq__(self, other): method __ne__ (line 145) | def __ne__(self, other): FILE: kubernetes/client/models/v1_eviction.py class V1Eviction (line 21) | class V1Eviction(object): method __init__ (line 49) | def __init__(self, api_version=None, delete_options=None, kind=None, m... method api_version (line 71) | def api_version(self): method api_version (line 82) | def api_version(self, api_version): method delete_options (line 94) | def delete_options(self): method delete_options (line 104) | def delete_options(self, delete_options): method kind (line 115) | def kind(self): method kind (line 126) | def kind(self, kind): method metadata (line 138) | def metadata(self): method metadata (line 148) | def metadata(self, metadata): method to_dict (line 158) | def to_dict(self): method to_str (line 182) | def to_str(self): method __repr__ (line 186) | def __repr__(self): method __eq__ (line 190) | def __eq__(self, other): method __ne__ (line 197) | def __ne__(self, other): FILE: kubernetes/client/models/v1_exact_device_request.py class V1ExactDeviceRequest (line 21) | class V1ExactDeviceRequest(object): method __init__ (line 55) | def __init__(self, admin_access=None, allocation_mode=None, capacity=N... method admin_access (line 85) | def admin_access(self): method admin_access (line 96) | def admin_access(self, admin_access): method allocation_mode (line 108) | def allocation_mode(self): method allocation_mode (line 119) | def allocation_mode(self, allocation_mode): method capacity (line 131) | def capacity(self): method capacity (line 141) | def capacity(self, capacity): method count (line 152) | def count(self): method count (line 163) | def count(self, count): method device_class_name (line 175) | def device_class_name(self): method device_class_name (line 186) | def device_class_name(self, device_class_name): method selectors (line 200) | def selectors(self): method selectors (line 211) | def selectors(self, selectors): method tolerations (line 223) | def tolerations(self): method tolerations (line 234) | def tolerations(self, tolerations): method to_dict (line 245) | def to_dict(self): method to_str (line 269) | def to_str(self): method __repr__ (line 273) | def __repr__(self): method __eq__ (line 277) | def __eq__(self, other): method __ne__ (line 284) | def __ne__(self, other): FILE: kubernetes/client/models/v1_exec_action.py class V1ExecAction (line 21) | class V1ExecAction(object): method __init__ (line 43) | def __init__(self, command=None, local_vars_configuration=None): # no... method command (line 56) | def command(self): method command (line 67) | def command(self, command): method to_dict (line 78) | def to_dict(self): method to_str (line 102) | def to_str(self): method __repr__ (line 106) | def __repr__(self): method __eq__ (line 110) | def __eq__(self, other): method __ne__ (line 117) | def __ne__(self, other): FILE: kubernetes/client/models/v1_exempt_priority_level_configuration.py class V1ExemptPriorityLevelConfiguration (line 21) | class V1ExemptPriorityLevelConfiguration(object): method __init__ (line 45) | def __init__(self, lendable_percent=None, nominal_concurrency_shares=N... method lendable_percent (line 61) | def lendable_percent(self): method lendable_percent (line 72) | def lendable_percent(self, lendable_percent): method nominal_concurrency_shares (line 84) | def nominal_concurrency_shares(self): method nominal_concurrency_shares (line 95) | def nominal_concurrency_shares(self, nominal_concurrency_shares): method to_dict (line 106) | def to_dict(self): method to_str (line 130) | def to_str(self): method __repr__ (line 134) | def __repr__(self): method __eq__ (line 138) | def __eq__(self, other): method __ne__ (line 145) | def __ne__(self, other): FILE: kubernetes/client/models/v1_expression_warning.py class V1ExpressionWarning (line 21) | class V1ExpressionWarning(object): method __init__ (line 45) | def __init__(self, field_ref=None, warning=None, local_vars_configurat... method field_ref (line 59) | def field_ref(self): method field_ref (line 70) | def field_ref(self, field_ref): method warning (line 84) | def warning(self): method warning (line 95) | def warning(self, warning): method to_dict (line 108) | def to_dict(self): method to_str (line 132) | def to_str(self): method __repr__ (line 136) | def __repr__(self): method __eq__ (line 140) | def __eq__(self, other): method __ne__ (line 147) | def __ne__(self, other): FILE: kubernetes/client/models/v1_external_documentation.py class V1ExternalDocumentation (line 21) | class V1ExternalDocumentation(object): method __init__ (line 45) | def __init__(self, description=None, url=None, local_vars_configuratio... method description (line 61) | def description(self): method description (line 71) | def description(self, description): method url (line 82) | def url(self): method url (line 92) | def url(self, url): method to_dict (line 102) | def to_dict(self): method to_str (line 126) | def to_str(self): method __repr__ (line 130) | def __repr__(self): method __eq__ (line 134) | def __eq__(self, other): method __ne__ (line 141) | def __ne__(self, other): FILE: kubernetes/client/models/v1_fc_volume_source.py class V1FCVolumeSource (line 21) | class V1FCVolumeSource(object): method __init__ (line 51) | def __init__(self, fs_type=None, lun=None, read_only=None, target_ww_n... method fs_type (line 76) | def fs_type(self): method fs_type (line 87) | def fs_type(self, fs_type): method lun (line 99) | def lun(self): method lun (line 110) | def lun(self, lun): method read_only (line 122) | def read_only(self): method read_only (line 133) | def read_only(self, read_only): method target_ww_ns (line 145) | def target_ww_ns(self): method target_ww_ns (line 156) | def target_ww_ns(self, target_ww_ns): method wwids (line 168) | def wwids(self): method wwids (line 179) | def wwids(self, wwids): method to_dict (line 190) | def to_dict(self): method to_str (line 214) | def to_str(self): method __repr__ (line 218) | def __repr__(self): method __eq__ (line 222) | def __eq__(self, other): method __ne__ (line 229) | def __ne__(self, other): FILE: kubernetes/client/models/v1_field_selector_attributes.py class V1FieldSelectorAttributes (line 21) | class V1FieldSelectorAttributes(object): method __init__ (line 45) | def __init__(self, raw_selector=None, requirements=None, local_vars_co... method raw_selector (line 61) | def raw_selector(self): method raw_selector (line 72) | def raw_selector(self, raw_selector): method requirements (line 84) | def requirements(self): method requirements (line 95) | def requirements(self, requirements): method to_dict (line 106) | def to_dict(self): method to_str (line 130) | def to_str(self): method __repr__ (line 134) | def __repr__(self): method __eq__ (line 138) | def __eq__(self, other): method __ne__ (line 145) | def __ne__(self, other): FILE: kubernetes/client/models/v1_field_selector_requirement.py class V1FieldSelectorRequirement (line 21) | class V1FieldSelectorRequirement(object): method __init__ (line 47) | def __init__(self, key=None, operator=None, values=None, local_vars_co... method key (line 64) | def key(self): method key (line 75) | def key(self, key): method operator (line 89) | def operator(self): method operator (line 100) | def operator(self, operator): method values (line 114) | def values(self): method values (line 125) | def values(self, values): method to_dict (line 136) | def to_dict(self): method to_str (line 160) | def to_str(self): method __repr__ (line 164) | def __repr__(self): method __eq__ (line 168) | def __eq__(self, other): method __ne__ (line 175) | def __ne__(self, other): FILE: kubernetes/client/models/v1_file_key_selector.py class V1FileKeySelector (line 21) | class V1FileKeySelector(object): method __init__ (line 49) | def __init__(self, key=None, optional=None, path=None, volume_name=Non... method key (line 68) | def key(self): method key (line 79) | def key(self, key): method optional (line 93) | def optional(self): method optional (line 104) | def optional(self, optional): method path (line 116) | def path(self): method path (line 127) | def path(self, path): method volume_name (line 141) | def volume_name(self): method volume_name (line 152) | def volume_name(self, volume_name): method to_dict (line 165) | def to_dict(self): method to_str (line 189) | def to_str(self): method __repr__ (line 193) | def __repr__(self): method __eq__ (line 197) | def __eq__(self, other): method __ne__ (line 204) | def __ne__(self, other): FILE: kubernetes/client/models/v1_flex_persistent_volume_source.py class V1FlexPersistentVolumeSource (line 21) | class V1FlexPersistentVolumeSource(object): method __init__ (line 51) | def __init__(self, driver=None, fs_type=None, options=None, read_only=... method driver (line 75) | def driver(self): method driver (line 86) | def driver(self, driver): method fs_type (line 100) | def fs_type(self): method fs_type (line 111) | def fs_type(self, fs_type): method options (line 123) | def options(self): method options (line 134) | def options(self, options): method read_only (line 146) | def read_only(self): method read_only (line 157) | def read_only(self, read_only): method secret_ref (line 169) | def secret_ref(self): method secret_ref (line 179) | def secret_ref(self, secret_ref): method to_dict (line 189) | def to_dict(self): method to_str (line 213) | def to_str(self): method __repr__ (line 217) | def __repr__(self): method __eq__ (line 221) | def __eq__(self, other): method __ne__ (line 228) | def __ne__(self, other): FILE: kubernetes/client/models/v1_flex_volume_source.py class V1FlexVolumeSource (line 21) | class V1FlexVolumeSource(object): method __init__ (line 51) | def __init__(self, driver=None, fs_type=None, options=None, read_only=... method driver (line 75) | def driver(self): method driver (line 86) | def driver(self, driver): method fs_type (line 100) | def fs_type(self): method fs_type (line 111) | def fs_type(self, fs_type): method options (line 123) | def options(self): method options (line 134) | def options(self, options): method read_only (line 146) | def read_only(self): method read_only (line 157) | def read_only(self, read_only): method secret_ref (line 169) | def secret_ref(self): method secret_ref (line 179) | def secret_ref(self, secret_ref): method to_dict (line 189) | def to_dict(self): method to_str (line 213) | def to_str(self): method __repr__ (line 217) | def __repr__(self): method __eq__ (line 221) | def __eq__(self, other): method __ne__ (line 228) | def __ne__(self, other): FILE: kubernetes/client/models/v1_flocker_volume_source.py class V1FlockerVolumeSource (line 21) | class V1FlockerVolumeSource(object): method __init__ (line 45) | def __init__(self, dataset_name=None, dataset_uuid=None, local_vars_co... method dataset_name (line 61) | def dataset_name(self): method dataset_name (line 72) | def dataset_name(self, dataset_name): method dataset_uuid (line 84) | def dataset_uuid(self): method dataset_uuid (line 95) | def dataset_uuid(self, dataset_uuid): method to_dict (line 106) | def to_dict(self): method to_str (line 130) | def to_str(self): method __repr__ (line 134) | def __repr__(self): method __eq__ (line 138) | def __eq__(self, other): method __ne__ (line 145) | def __ne__(self, other): FILE: kubernetes/client/models/v1_flow_distinguisher_method.py class V1FlowDistinguisherMethod (line 21) | class V1FlowDistinguisherMethod(object): method __init__ (line 43) | def __init__(self, type=None, local_vars_configuration=None): # noqa:... method type (line 55) | def type(self): method type (line 66) | def type(self, type): method to_dict (line 79) | def to_dict(self): method to_str (line 103) | def to_str(self): method __repr__ (line 107) | def __repr__(self): method __eq__ (line 111) | def __eq__(self, other): method __ne__ (line 118) | def __ne__(self, other): FILE: kubernetes/client/models/v1_flow_schema.py class V1FlowSchema (line 21) | class V1FlowSchema(object): method __init__ (line 51) | def __init__(self, api_version=None, kind=None, metadata=None, spec=No... method api_version (line 76) | def api_version(self): method api_version (line 87) | def api_version(self, api_version): method kind (line 99) | def kind(self): method kind (line 110) | def kind(self, kind): method metadata (line 122) | def metadata(self): method metadata (line 132) | def metadata(self, metadata): method spec (line 143) | def spec(self): method spec (line 153) | def spec(self, spec): method status (line 164) | def status(self): method status (line 174) | def status(self, status): method to_dict (line 184) | def to_dict(self): method to_str (line 208) | def to_str(self): method __repr__ (line 212) | def __repr__(self): method __eq__ (line 216) | def __eq__(self, other): method __ne__ (line 223) | def __ne__(self, other): FILE: kubernetes/client/models/v1_flow_schema_condition.py class V1FlowSchemaCondition (line 21) | class V1FlowSchemaCondition(object): method __init__ (line 51) | def __init__(self, last_transition_time=None, message=None, reason=Non... method last_transition_time (line 76) | def last_transition_time(self): method last_transition_time (line 87) | def last_transition_time(self, last_transition_time): method message (line 99) | def message(self): method message (line 110) | def message(self, message): method reason (line 122) | def reason(self): method reason (line 133) | def reason(self, reason): method status (line 145) | def status(self): method status (line 156) | def status(self, status): method type (line 168) | def type(self): method type (line 179) | def type(self, type): method to_dict (line 190) | def to_dict(self): method to_str (line 214) | def to_str(self): method __repr__ (line 218) | def __repr__(self): method __eq__ (line 222) | def __eq__(self, other): method __ne__ (line 229) | def __ne__(self, other): FILE: kubernetes/client/models/v1_flow_schema_list.py class V1FlowSchemaList (line 21) | class V1FlowSchemaList(object): method __init__ (line 49) | def __init__(self, api_version=None, items=None, kind=None, metadata=N... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method items (line 93) | def items(self): method items (line 104) | def items(self, items): method kind (line 118) | def kind(self): method kind (line 129) | def kind(self, kind): method metadata (line 141) | def metadata(self): method metadata (line 151) | def metadata(self, metadata): method to_dict (line 161) | def to_dict(self): method to_str (line 185) | def to_str(self): method __repr__ (line 189) | def __repr__(self): method __eq__ (line 193) | def __eq__(self, other): method __ne__ (line 200) | def __ne__(self, other): FILE: kubernetes/client/models/v1_flow_schema_spec.py class V1FlowSchemaSpec (line 21) | class V1FlowSchemaSpec(object): method __init__ (line 49) | def __init__(self, distinguisher_method=None, matching_precedence=None... method distinguisher_method (line 70) | def distinguisher_method(self): method distinguisher_method (line 80) | def distinguisher_method(self, distinguisher_method): method matching_precedence (line 91) | def matching_precedence(self): method matching_precedence (line 102) | def matching_precedence(self, matching_precedence): method priority_level_configuration (line 114) | def priority_level_configuration(self): method priority_level_configuration (line 124) | def priority_level_configuration(self, priority_level_configuration): method rules (line 137) | def rules(self): method rules (line 148) | def rules(self, rules): method to_dict (line 159) | def to_dict(self): method to_str (line 183) | def to_str(self): method __repr__ (line 187) | def __repr__(self): method __eq__ (line 191) | def __eq__(self, other): method __ne__ (line 198) | def __ne__(self, other): FILE: kubernetes/client/models/v1_flow_schema_status.py class V1FlowSchemaStatus (line 21) | class V1FlowSchemaStatus(object): method __init__ (line 43) | def __init__(self, conditions=None, local_vars_configuration=None): #... method conditions (line 56) | def conditions(self): method conditions (line 67) | def conditions(self, conditions): method to_dict (line 78) | def to_dict(self): method to_str (line 102) | def to_str(self): method __repr__ (line 106) | def __repr__(self): method __eq__ (line 110) | def __eq__(self, other): method __ne__ (line 117) | def __ne__(self, other): FILE: kubernetes/client/models/v1_for_node.py class V1ForNode (line 21) | class V1ForNode(object): method __init__ (line 43) | def __init__(self, name=None, local_vars_configuration=None): # noqa:... method name (line 55) | def name(self): method name (line 66) | def name(self, name): method to_dict (line 79) | def to_dict(self): method to_str (line 103) | def to_str(self): method __repr__ (line 107) | def __repr__(self): method __eq__ (line 111) | def __eq__(self, other): method __ne__ (line 118) | def __ne__(self, other): FILE: kubernetes/client/models/v1_for_zone.py class V1ForZone (line 21) | class V1ForZone(object): method __init__ (line 43) | def __init__(self, name=None, local_vars_configuration=None): # noqa:... method name (line 55) | def name(self): method name (line 66) | def name(self, name): method to_dict (line 79) | def to_dict(self): method to_str (line 103) | def to_str(self): method __repr__ (line 107) | def __repr__(self): method __eq__ (line 111) | def __eq__(self, other): method __ne__ (line 118) | def __ne__(self, other): FILE: kubernetes/client/models/v1_gce_persistent_disk_volume_source.py class V1GCEPersistentDiskVolumeSource (line 21) | class V1GCEPersistentDiskVolumeSource(object): method __init__ (line 49) | def __init__(self, fs_type=None, partition=None, pd_name=None, read_on... method fs_type (line 70) | def fs_type(self): method fs_type (line 81) | def fs_type(self, fs_type): method partition (line 93) | def partition(self): method partition (line 104) | def partition(self, partition): method pd_name (line 116) | def pd_name(self): method pd_name (line 127) | def pd_name(self, pd_name): method read_only (line 141) | def read_only(self): method read_only (line 152) | def read_only(self, read_only): method to_dict (line 163) | def to_dict(self): method to_str (line 187) | def to_str(self): method __repr__ (line 191) | def __repr__(self): method __eq__ (line 195) | def __eq__(self, other): method __ne__ (line 202) | def __ne__(self, other): FILE: kubernetes/client/models/v1_git_repo_volume_source.py class V1GitRepoVolumeSource (line 21) | class V1GitRepoVolumeSource(object): method __init__ (line 47) | def __init__(self, directory=None, repository=None, revision=None, loc... method directory (line 65) | def directory(self): method directory (line 76) | def directory(self, directory): method repository (line 88) | def repository(self): method repository (line 99) | def repository(self, repository): method revision (line 113) | def revision(self): method revision (line 124) | def revision(self, revision): method to_dict (line 135) | def to_dict(self): method to_str (line 159) | def to_str(self): method __repr__ (line 163) | def __repr__(self): method __eq__ (line 167) | def __eq__(self, other): method __ne__ (line 174) | def __ne__(self, other): FILE: kubernetes/client/models/v1_glusterfs_persistent_volume_source.py class V1GlusterfsPersistentVolumeSource (line 21) | class V1GlusterfsPersistentVolumeSource(object): method __init__ (line 49) | def __init__(self, endpoints=None, endpoints_namespace=None, path=None... method endpoints (line 69) | def endpoints(self): method endpoints (line 80) | def endpoints(self, endpoints): method endpoints_namespace (line 94) | def endpoints_namespace(self): method endpoints_namespace (line 105) | def endpoints_namespace(self, endpoints_namespace): method path (line 117) | def path(self): method path (line 128) | def path(self, path): method read_only (line 142) | def read_only(self): method read_only (line 153) | def read_only(self, read_only): method to_dict (line 164) | def to_dict(self): method to_str (line 188) | def to_str(self): method __repr__ (line 192) | def __repr__(self): method __eq__ (line 196) | def __eq__(self, other): method __ne__ (line 203) | def __ne__(self, other): FILE: kubernetes/client/models/v1_glusterfs_volume_source.py class V1GlusterfsVolumeSource (line 21) | class V1GlusterfsVolumeSource(object): method __init__ (line 47) | def __init__(self, endpoints=None, path=None, read_only=None, local_va... method endpoints (line 64) | def endpoints(self): method endpoints (line 75) | def endpoints(self, endpoints): method path (line 89) | def path(self): method path (line 100) | def path(self, path): method read_only (line 114) | def read_only(self): method read_only (line 125) | def read_only(self, read_only): method to_dict (line 136) | def to_dict(self): method to_str (line 160) | def to_str(self): method __repr__ (line 164) | def __repr__(self): method __eq__ (line 168) | def __eq__(self, other): method __ne__ (line 175) | def __ne__(self, other): FILE: kubernetes/client/models/v1_group_resource.py class V1GroupResource (line 21) | class V1GroupResource(object): method __init__ (line 45) | def __init__(self, group=None, resource=None, local_vars_configuration... method group (line 59) | def group(self): method group (line 69) | def group(self, group): method resource (line 82) | def resource(self): method resource (line 92) | def resource(self, resource): method to_dict (line 104) | def to_dict(self): method to_str (line 128) | def to_str(self): method __repr__ (line 132) | def __repr__(self): method __eq__ (line 136) | def __eq__(self, other): method __ne__ (line 143) | def __ne__(self, other): FILE: kubernetes/client/models/v1_group_subject.py class V1GroupSubject (line 21) | class V1GroupSubject(object): method __init__ (line 43) | def __init__(self, name=None, local_vars_configuration=None): # noqa:... method name (line 55) | def name(self): method name (line 66) | def name(self, name): method to_dict (line 79) | def to_dict(self): method to_str (line 103) | def to_str(self): method __repr__ (line 107) | def __repr__(self): method __eq__ (line 111) | def __eq__(self, other): method __ne__ (line 118) | def __ne__(self, other): FILE: kubernetes/client/models/v1_group_version_for_discovery.py class V1GroupVersionForDiscovery (line 21) | class V1GroupVersionForDiscovery(object): method __init__ (line 45) | def __init__(self, group_version=None, version=None, local_vars_config... method group_version (line 59) | def group_version(self): method group_version (line 70) | def group_version(self, group_version): method version (line 84) | def version(self): method version (line 95) | def version(self, version): method to_dict (line 108) | def to_dict(self): method to_str (line 132) | def to_str(self): method __repr__ (line 136) | def __repr__(self): method __eq__ (line 140) | def __eq__(self, other): method __ne__ (line 147) | def __ne__(self, other): FILE: kubernetes/client/models/v1_grpc_action.py class V1GRPCAction (line 21) | class V1GRPCAction(object): method __init__ (line 45) | def __init__(self, port=None, service=None, local_vars_configuration=N... method port (line 60) | def port(self): method port (line 71) | def port(self, port): method service (line 85) | def service(self): method service (line 96) | def service(self, service): method to_dict (line 107) | def to_dict(self): method to_str (line 131) | def to_str(self): method __repr__ (line 135) | def __repr__(self): method __eq__ (line 139) | def __eq__(self, other): method __ne__ (line 146) | def __ne__(self, other): FILE: kubernetes/client/models/v1_horizontal_pod_autoscaler.py class V1HorizontalPodAutoscaler (line 21) | class V1HorizontalPodAutoscaler(object): method __init__ (line 51) | def __init__(self, api_version=None, kind=None, metadata=None, spec=No... method api_version (line 76) | def api_version(self): method api_version (line 87) | def api_version(self, api_version): method kind (line 99) | def kind(self): method kind (line 110) | def kind(self, kind): method metadata (line 122) | def metadata(self): method metadata (line 132) | def metadata(self, metadata): method spec (line 143) | def spec(self): method spec (line 153) | def spec(self, spec): method status (line 164) | def status(self): method status (line 174) | def status(self, status): method to_dict (line 184) | def to_dict(self): method to_str (line 208) | def to_str(self): method __repr__ (line 212) | def __repr__(self): method __eq__ (line 216) | def __eq__(self, other): method __ne__ (line 223) | def __ne__(self, other): FILE: kubernetes/client/models/v1_horizontal_pod_autoscaler_list.py class V1HorizontalPodAutoscalerList (line 21) | class V1HorizontalPodAutoscalerList(object): method __init__ (line 49) | def __init__(self, api_version=None, items=None, kind=None, metadata=N... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method items (line 93) | def items(self): method items (line 104) | def items(self, items): method kind (line 118) | def kind(self): method kind (line 129) | def kind(self, kind): method metadata (line 141) | def metadata(self): method metadata (line 151) | def metadata(self, metadata): method to_dict (line 161) | def to_dict(self): method to_str (line 185) | def to_str(self): method __repr__ (line 189) | def __repr__(self): method __eq__ (line 193) | def __eq__(self, other): method __ne__ (line 200) | def __ne__(self, other): FILE: kubernetes/client/models/v1_horizontal_pod_autoscaler_spec.py class V1HorizontalPodAutoscalerSpec (line 21) | class V1HorizontalPodAutoscalerSpec(object): method __init__ (line 49) | def __init__(self, max_replicas=None, min_replicas=None, scale_target_... method max_replicas (line 69) | def max_replicas(self): method max_replicas (line 80) | def max_replicas(self, max_replicas): method min_replicas (line 94) | def min_replicas(self): method min_replicas (line 105) | def min_replicas(self, min_replicas): method scale_target_ref (line 117) | def scale_target_ref(self): method scale_target_ref (line 127) | def scale_target_ref(self, scale_target_ref): method target_cpu_utilization_percentage (line 140) | def target_cpu_utilization_percentage(self): method target_cpu_utilization_percentage (line 151) | def target_cpu_utilization_percentage(self, target_cpu_utilization_per... method to_dict (line 162) | def to_dict(self): method to_str (line 186) | def to_str(self): method __repr__ (line 190) | def __repr__(self): method __eq__ (line 194) | def __eq__(self, other): method __ne__ (line 201) | def __ne__(self, other): FILE: kubernetes/client/models/v1_horizontal_pod_autoscaler_status.py class V1HorizontalPodAutoscalerStatus (line 21) | class V1HorizontalPodAutoscalerStatus(object): method __init__ (line 51) | def __init__(self, current_cpu_utilization_percentage=None, current_re... method current_cpu_utilization_percentage (line 74) | def current_cpu_utilization_percentage(self): method current_cpu_utilization_percentage (line 85) | def current_cpu_utilization_percentage(self, current_cpu_utilization_p... method current_replicas (line 97) | def current_replicas(self): method current_replicas (line 108) | def current_replicas(self, current_replicas): method desired_replicas (line 122) | def desired_replicas(self): method desired_replicas (line 133) | def desired_replicas(self, desired_replicas): method last_scale_time (line 147) | def last_scale_time(self): method last_scale_time (line 158) | def last_scale_time(self, last_scale_time): method observed_generation (line 170) | def observed_generation(self): method observed_generation (line 181) | def observed_generation(self, observed_generation): method to_dict (line 192) | def to_dict(self): method to_str (line 216) | def to_str(self): method __repr__ (line 220) | def __repr__(self): method __eq__ (line 224) | def __eq__(self, other): method __ne__ (line 231) | def __ne__(self, other): FILE: kubernetes/client/models/v1_host_alias.py class V1HostAlias (line 21) | class V1HostAlias(object): method __init__ (line 45) | def __init__(self, hostnames=None, ip=None, local_vars_configuration=N... method hostnames (line 60) | def hostnames(self): method hostnames (line 71) | def hostnames(self, hostnames): method ip (line 83) | def ip(self): method ip (line 94) | def ip(self, ip): method to_dict (line 107) | def to_dict(self): method to_str (line 131) | def to_str(self): method __repr__ (line 135) | def __repr__(self): method __eq__ (line 139) | def __eq__(self, other): method __ne__ (line 146) | def __ne__(self, other): FILE: kubernetes/client/models/v1_host_ip.py class V1HostIP (line 21) | class V1HostIP(object): method __init__ (line 43) | def __init__(self, ip=None, local_vars_configuration=None): # noqa: E501 method ip (line 55) | def ip(self): method ip (line 66) | def ip(self, ip): method to_dict (line 79) | def to_dict(self): method to_str (line 103) | def to_str(self): method __repr__ (line 107) | def __repr__(self): method __eq__ (line 111) | def __eq__(self, other): method __ne__ (line 118) | def __ne__(self, other): FILE: kubernetes/client/models/v1_host_path_volume_source.py class V1HostPathVolumeSource (line 21) | class V1HostPathVolumeSource(object): method __init__ (line 45) | def __init__(self, path=None, type=None, local_vars_configuration=None... method path (line 60) | def path(self): method path (line 71) | def path(self, path): method type (line 85) | def type(self): method type (line 96) | def type(self, type): method to_dict (line 107) | def to_dict(self): method to_str (line 131) | def to_str(self): method __repr__ (line 135) | def __repr__(self): method __eq__ (line 139) | def __eq__(self, other): method __ne__ (line 146) | def __ne__(self, other): FILE: kubernetes/client/models/v1_http_get_action.py class V1HTTPGetAction (line 21) | class V1HTTPGetAction(object): method __init__ (line 51) | def __init__(self, host=None, http_headers=None, path=None, port=None,... method host (line 75) | def host(self): method host (line 86) | def host(self, host): method http_headers (line 98) | def http_headers(self): method http_headers (line 109) | def http_headers(self, http_headers): method path (line 121) | def path(self): method path (line 132) | def path(self, path): method port (line 144) | def port(self): method port (line 155) | def port(self, port): method scheme (line 169) | def scheme(self): method scheme (line 180) | def scheme(self, scheme): method to_dict (line 191) | def to_dict(self): method to_str (line 215) | def to_str(self): method __repr__ (line 219) | def __repr__(self): method __eq__ (line 223) | def __eq__(self, other): method __ne__ (line 230) | def __ne__(self, other): FILE: kubernetes/client/models/v1_http_header.py class V1HTTPHeader (line 21) | class V1HTTPHeader(object): method __init__ (line 45) | def __init__(self, name=None, value=None, local_vars_configuration=Non... method name (line 59) | def name(self): method name (line 70) | def name(self, name): method value (line 84) | def value(self): method value (line 95) | def value(self, value): method to_dict (line 108) | def to_dict(self): method to_str (line 132) | def to_str(self): method __repr__ (line 136) | def __repr__(self): method __eq__ (line 140) | def __eq__(self, other): method __ne__ (line 147) | def __ne__(self, other): FILE: kubernetes/client/models/v1_http_ingress_path.py class V1HTTPIngressPath (line 21) | class V1HTTPIngressPath(object): method __init__ (line 47) | def __init__(self, backend=None, path=None, path_type=None, local_vars... method backend (line 64) | def backend(self): method backend (line 74) | def backend(self, backend): method path (line 87) | def path(self): method path (line 98) | def path(self, path): method path_type (line 110) | def path_type(self): method path_type (line 121) | def path_type(self, path_type): method to_dict (line 134) | def to_dict(self): method to_str (line 158) | def to_str(self): method __repr__ (line 162) | def __repr__(self): method __eq__ (line 166) | def __eq__(self, other): method __ne__ (line 173) | def __ne__(self, other): FILE: kubernetes/client/models/v1_http_ingress_rule_value.py class V1HTTPIngressRuleValue (line 21) | class V1HTTPIngressRuleValue(object): method __init__ (line 43) | def __init__(self, paths=None, local_vars_configuration=None): # noqa... method paths (line 55) | def paths(self): method paths (line 66) | def paths(self, paths): method to_dict (line 79) | def to_dict(self): method to_str (line 103) | def to_str(self): method __repr__ (line 107) | def __repr__(self): method __eq__ (line 111) | def __eq__(self, other): method __ne__ (line 118) | def __ne__(self, other): FILE: kubernetes/client/models/v1_image_volume_source.py class V1ImageVolumeSource (line 21) | class V1ImageVolumeSource(object): method __init__ (line 45) | def __init__(self, pull_policy=None, reference=None, local_vars_config... method pull_policy (line 61) | def pull_policy(self): method pull_policy (line 72) | def pull_policy(self, pull_policy): method reference (line 84) | def reference(self): method reference (line 95) | def reference(self, reference): method to_dict (line 106) | def to_dict(self): method to_str (line 130) | def to_str(self): method __repr__ (line 134) | def __repr__(self): method __eq__ (line 138) | def __eq__(self, other): method __ne__ (line 145) | def __ne__(self, other): FILE: kubernetes/client/models/v1_ingress.py class V1Ingress (line 21) | class V1Ingress(object): method __init__ (line 51) | def __init__(self, api_version=None, kind=None, metadata=None, spec=No... method api_version (line 76) | def api_version(self): method api_version (line 87) | def api_version(self, api_version): method kind (line 99) | def kind(self): method kind (line 110) | def kind(self, kind): method metadata (line 122) | def metadata(self): method metadata (line 132) | def metadata(self, metadata): method spec (line 143) | def spec(self): method spec (line 153) | def spec(self, spec): method status (line 164) | def status(self): method status (line 174) | def status(self, status): method to_dict (line 184) | def to_dict(self): method to_str (line 208) | def to_str(self): method __repr__ (line 212) | def __repr__(self): method __eq__ (line 216) | def __eq__(self, other): method __ne__ (line 223) | def __ne__(self, other): FILE: kubernetes/client/models/v1_ingress_backend.py class V1IngressBackend (line 21) | class V1IngressBackend(object): method __init__ (line 45) | def __init__(self, resource=None, service=None, local_vars_configurati... method resource (line 61) | def resource(self): method resource (line 71) | def resource(self, resource): method service (line 82) | def service(self): method service (line 92) | def service(self, service): method to_dict (line 102) | def to_dict(self): method to_str (line 126) | def to_str(self): method __repr__ (line 130) | def __repr__(self): method __eq__ (line 134) | def __eq__(self, other): method __ne__ (line 141) | def __ne__(self, other): FILE: kubernetes/client/models/v1_ingress_class.py class V1IngressClass (line 21) | class V1IngressClass(object): method __init__ (line 49) | def __init__(self, api_version=None, kind=None, metadata=None, spec=No... method api_version (line 71) | def api_version(self): method api_version (line 82) | def api_version(self, api_version): method kind (line 94) | def kind(self): method kind (line 105) | def kind(self, kind): method metadata (line 117) | def metadata(self): method metadata (line 127) | def metadata(self, metadata): method spec (line 138) | def spec(self): method spec (line 148) | def spec(self, spec): method to_dict (line 158) | def to_dict(self): method to_str (line 182) | def to_str(self): method __repr__ (line 186) | def __repr__(self): method __eq__ (line 190) | def __eq__(self, other): method __ne__ (line 197) | def __ne__(self, other): FILE: kubernetes/client/models/v1_ingress_class_list.py class V1IngressClassList (line 21) | class V1IngressClassList(object): method __init__ (line 49) | def __init__(self, api_version=None, items=None, kind=None, metadata=N... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method items (line 93) | def items(self): method items (line 104) | def items(self, items): method kind (line 118) | def kind(self): method kind (line 129) | def kind(self, kind): method metadata (line 141) | def metadata(self): method metadata (line 151) | def metadata(self, metadata): method to_dict (line 161) | def to_dict(self): method to_str (line 185) | def to_str(self): method __repr__ (line 189) | def __repr__(self): method __eq__ (line 193) | def __eq__(self, other): method __ne__ (line 200) | def __ne__(self, other): FILE: kubernetes/client/models/v1_ingress_class_parameters_reference.py class V1IngressClassParametersReference (line 21) | class V1IngressClassParametersReference(object): method __init__ (line 51) | def __init__(self, api_group=None, kind=None, name=None, namespace=Non... method api_group (line 74) | def api_group(self): method api_group (line 85) | def api_group(self, api_group): method kind (line 97) | def kind(self): method kind (line 108) | def kind(self, kind): method name (line 122) | def name(self): method name (line 133) | def name(self, name): method namespace (line 147) | def namespace(self): method namespace (line 158) | def namespace(self, namespace): method scope (line 170) | def scope(self): method scope (line 181) | def scope(self, scope): method to_dict (line 192) | def to_dict(self): method to_str (line 216) | def to_str(self): method __repr__ (line 220) | def __repr__(self): method __eq__ (line 224) | def __eq__(self, other): method __ne__ (line 231) | def __ne__(self, other): FILE: kubernetes/client/models/v1_ingress_class_spec.py class V1IngressClassSpec (line 21) | class V1IngressClassSpec(object): method __init__ (line 45) | def __init__(self, controller=None, parameters=None, local_vars_config... method controller (line 61) | def controller(self): method controller (line 72) | def controller(self, controller): method parameters (line 84) | def parameters(self): method parameters (line 94) | def parameters(self, parameters): method to_dict (line 104) | def to_dict(self): method to_str (line 128) | def to_str(self): method __repr__ (line 132) | def __repr__(self): method __eq__ (line 136) | def __eq__(self, other): method __ne__ (line 143) | def __ne__(self, other): FILE: kubernetes/client/models/v1_ingress_list.py class V1IngressList (line 21) | class V1IngressList(object): method __init__ (line 49) | def __init__(self, api_version=None, items=None, kind=None, metadata=N... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method items (line 93) | def items(self): method items (line 104) | def items(self, items): method kind (line 118) | def kind(self): method kind (line 129) | def kind(self, kind): method metadata (line 141) | def metadata(self): method metadata (line 151) | def metadata(self, metadata): method to_dict (line 161) | def to_dict(self): method to_str (line 185) | def to_str(self): method __repr__ (line 189) | def __repr__(self): method __eq__ (line 193) | def __eq__(self, other): method __ne__ (line 200) | def __ne__(self, other): FILE: kubernetes/client/models/v1_ingress_load_balancer_ingress.py class V1IngressLoadBalancerIngress (line 21) | class V1IngressLoadBalancerIngress(object): method __init__ (line 47) | def __init__(self, hostname=None, ip=None, ports=None, local_vars_conf... method hostname (line 66) | def hostname(self): method hostname (line 77) | def hostname(self, hostname): method ip (line 89) | def ip(self): method ip (line 100) | def ip(self, ip): method ports (line 112) | def ports(self): method ports (line 123) | def ports(self, ports): method to_dict (line 134) | def to_dict(self): method to_str (line 158) | def to_str(self): method __repr__ (line 162) | def __repr__(self): method __eq__ (line 166) | def __eq__(self, other): method __ne__ (line 173) | def __ne__(self, other): FILE: kubernetes/client/models/v1_ingress_load_balancer_status.py class V1IngressLoadBalancerStatus (line 21) | class V1IngressLoadBalancerStatus(object): method __init__ (line 43) | def __init__(self, ingress=None, local_vars_configuration=None): # no... method ingress (line 56) | def ingress(self): method ingress (line 67) | def ingress(self, ingress): method to_dict (line 78) | def to_dict(self): method to_str (line 102) | def to_str(self): method __repr__ (line 106) | def __repr__(self): method __eq__ (line 110) | def __eq__(self, other): method __ne__ (line 117) | def __ne__(self, other): FILE: kubernetes/client/models/v1_ingress_port_status.py class V1IngressPortStatus (line 21) | class V1IngressPortStatus(object): method __init__ (line 47) | def __init__(self, error=None, port=None, protocol=None, local_vars_co... method error (line 64) | def error(self): method error (line 75) | def error(self, error): method port (line 87) | def port(self): method port (line 98) | def port(self, port): method protocol (line 112) | def protocol(self): method protocol (line 123) | def protocol(self, protocol): method to_dict (line 136) | def to_dict(self): method to_str (line 160) | def to_str(self): method __repr__ (line 164) | def __repr__(self): method __eq__ (line 168) | def __eq__(self, other): method __ne__ (line 175) | def __ne__(self, other): FILE: kubernetes/client/models/v1_ingress_rule.py class V1IngressRule (line 21) | class V1IngressRule(object): method __init__ (line 45) | def __init__(self, host=None, http=None, local_vars_configuration=None... method host (line 61) | def host(self): method host (line 72) | def host(self, host): method http (line 84) | def http(self): method http (line 94) | def http(self, http): method to_dict (line 104) | def to_dict(self): method to_str (line 128) | def to_str(self): method __repr__ (line 132) | def __repr__(self): method __eq__ (line 136) | def __eq__(self, other): method __ne__ (line 143) | def __ne__(self, other): FILE: kubernetes/client/models/v1_ingress_service_backend.py class V1IngressServiceBackend (line 21) | class V1IngressServiceBackend(object): method __init__ (line 45) | def __init__(self, name=None, port=None, local_vars_configuration=None... method name (line 60) | def name(self): method name (line 71) | def name(self, name): method port (line 85) | def port(self): method port (line 95) | def port(self, port): method to_dict (line 105) | def to_dict(self): method to_str (line 129) | def to_str(self): method __repr__ (line 133) | def __repr__(self): method __eq__ (line 137) | def __eq__(self, other): method __ne__ (line 144) | def __ne__(self, other): FILE: kubernetes/client/models/v1_ingress_spec.py class V1IngressSpec (line 21) | class V1IngressSpec(object): method __init__ (line 49) | def __init__(self, default_backend=None, ingress_class_name=None, rule... method default_backend (line 71) | def default_backend(self): method default_backend (line 81) | def default_backend(self, default_backend): method ingress_class_name (line 92) | def ingress_class_name(self): method ingress_class_name (line 103) | def ingress_class_name(self, ingress_class_name): method rules (line 115) | def rules(self): method rules (line 126) | def rules(self, rules): method tls (line 138) | def tls(self): method tls (line 149) | def tls(self, tls): method to_dict (line 160) | def to_dict(self): method to_str (line 184) | def to_str(self): method __repr__ (line 188) | def __repr__(self): method __eq__ (line 192) | def __eq__(self, other): method __ne__ (line 199) | def __ne__(self, other): FILE: kubernetes/client/models/v1_ingress_status.py class V1IngressStatus (line 21) | class V1IngressStatus(object): method __init__ (line 43) | def __init__(self, load_balancer=None, local_vars_configuration=None):... method load_balancer (line 56) | def load_balancer(self): method load_balancer (line 66) | def load_balancer(self, load_balancer): method to_dict (line 76) | def to_dict(self): method to_str (line 100) | def to_str(self): method __repr__ (line 104) | def __repr__(self): method __eq__ (line 108) | def __eq__(self, other): method __ne__ (line 115) | def __ne__(self, other): FILE: kubernetes/client/models/v1_ingress_tls.py class V1IngressTLS (line 21) | class V1IngressTLS(object): method __init__ (line 45) | def __init__(self, hosts=None, secret_name=None, local_vars_configurat... method hosts (line 61) | def hosts(self): method hosts (line 72) | def hosts(self, hosts): method secret_name (line 84) | def secret_name(self): method secret_name (line 95) | def secret_name(self, secret_name): method to_dict (line 106) | def to_dict(self): method to_str (line 130) | def to_str(self): method __repr__ (line 134) | def __repr__(self): method __eq__ (line 138) | def __eq__(self, other): method __ne__ (line 145) | def __ne__(self, other): FILE: kubernetes/client/models/v1_ip_address.py class V1IPAddress (line 21) | class V1IPAddress(object): method __init__ (line 49) | def __init__(self, api_version=None, kind=None, metadata=None, spec=No... method api_version (line 71) | def api_version(self): method api_version (line 82) | def api_version(self, api_version): method kind (line 94) | def kind(self): method kind (line 105) | def kind(self, kind): method metadata (line 117) | def metadata(self): method metadata (line 127) | def metadata(self, metadata): method spec (line 138) | def spec(self): method spec (line 148) | def spec(self, spec): method to_dict (line 158) | def to_dict(self): method to_str (line 182) | def to_str(self): method __repr__ (line 186) | def __repr__(self): method __eq__ (line 190) | def __eq__(self, other): method __ne__ (line 197) | def __ne__(self, other): FILE: kubernetes/client/models/v1_ip_address_list.py class V1IPAddressList (line 21) | class V1IPAddressList(object): method __init__ (line 49) | def __init__(self, api_version=None, items=None, kind=None, metadata=N... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method items (line 93) | def items(self): method items (line 104) | def items(self, items): method kind (line 118) | def kind(self): method kind (line 129) | def kind(self, kind): method metadata (line 141) | def metadata(self): method metadata (line 151) | def metadata(self, metadata): method to_dict (line 161) | def to_dict(self): method to_str (line 185) | def to_str(self): method __repr__ (line 189) | def __repr__(self): method __eq__ (line 193) | def __eq__(self, other): method __ne__ (line 200) | def __ne__(self, other): FILE: kubernetes/client/models/v1_ip_address_spec.py class V1IPAddressSpec (line 21) | class V1IPAddressSpec(object): method __init__ (line 43) | def __init__(self, parent_ref=None, local_vars_configuration=None): #... method parent_ref (line 55) | def parent_ref(self): method parent_ref (line 65) | def parent_ref(self, parent_ref): method to_dict (line 77) | def to_dict(self): method to_str (line 101) | def to_str(self): method __repr__ (line 105) | def __repr__(self): method __eq__ (line 109) | def __eq__(self, other): method __ne__ (line 116) | def __ne__(self, other): FILE: kubernetes/client/models/v1_ip_block.py class V1IPBlock (line 21) | class V1IPBlock(object): method __init__ (line 45) | def __init__(self, cidr=None, _except=None, local_vars_configuration=N... method cidr (line 60) | def cidr(self): method cidr (line 71) | def cidr(self, cidr): method _except (line 85) | def _except(self): method _except (line 96) | def _except(self, _except): method to_dict (line 107) | def to_dict(self): method to_str (line 131) | def to_str(self): method __repr__ (line 135) | def __repr__(self): method __eq__ (line 139) | def __eq__(self, other): method __ne__ (line 146) | def __ne__(self, other): FILE: kubernetes/client/models/v1_iscsi_persistent_volume_source.py class V1ISCSIPersistentVolumeSource (line 21) | class V1ISCSIPersistentVolumeSource(object): method __init__ (line 63) | def __init__(self, chap_auth_discovery=None, chap_auth_session=None, f... method chap_auth_discovery (line 103) | def chap_auth_discovery(self): method chap_auth_discovery (line 114) | def chap_auth_discovery(self, chap_auth_discovery): method chap_auth_session (line 126) | def chap_auth_session(self): method chap_auth_session (line 137) | def chap_auth_session(self, chap_auth_session): method fs_type (line 149) | def fs_type(self): method fs_type (line 160) | def fs_type(self, fs_type): method initiator_name (line 172) | def initiator_name(self): method initiator_name (line 183) | def initiator_name(self, initiator_name): method iqn (line 195) | def iqn(self): method iqn (line 206) | def iqn(self, iqn): method iscsi_interface (line 220) | def iscsi_interface(self): method iscsi_interface (line 231) | def iscsi_interface(self, iscsi_interface): method lun (line 243) | def lun(self): method lun (line 254) | def lun(self, lun): method portals (line 268) | def portals(self): method portals (line 279) | def portals(self, portals): method read_only (line 291) | def read_only(self): method read_only (line 302) | def read_only(self, read_only): method secret_ref (line 314) | def secret_ref(self): method secret_ref (line 324) | def secret_ref(self, secret_ref): method target_portal (line 335) | def target_portal(self): method target_portal (line 346) | def target_portal(self, target_portal): method to_dict (line 359) | def to_dict(self): method to_str (line 383) | def to_str(self): method __repr__ (line 387) | def __repr__(self): method __eq__ (line 391) | def __eq__(self, other): method __ne__ (line 398) | def __ne__(self, other): FILE: kubernetes/client/models/v1_iscsi_volume_source.py class V1ISCSIVolumeSource (line 21) | class V1ISCSIVolumeSource(object): method __init__ (line 63) | def __init__(self, chap_auth_discovery=None, chap_auth_session=None, f... method chap_auth_discovery (line 103) | def chap_auth_discovery(self): method chap_auth_discovery (line 114) | def chap_auth_discovery(self, chap_auth_discovery): method chap_auth_session (line 126) | def chap_auth_session(self): method chap_auth_session (line 137) | def chap_auth_session(self, chap_auth_session): method fs_type (line 149) | def fs_type(self): method fs_type (line 160) | def fs_type(self, fs_type): method initiator_name (line 172) | def initiator_name(self): method initiator_name (line 183) | def initiator_name(self, initiator_name): method iqn (line 195) | def iqn(self): method iqn (line 206) | def iqn(self, iqn): method iscsi_interface (line 220) | def iscsi_interface(self): method iscsi_interface (line 231) | def iscsi_interface(self, iscsi_interface): method lun (line 243) | def lun(self): method lun (line 254) | def lun(self, lun): method portals (line 268) | def portals(self): method portals (line 279) | def portals(self, portals): method read_only (line 291) | def read_only(self): method read_only (line 302) | def read_only(self, read_only): method secret_ref (line 314) | def secret_ref(self): method secret_ref (line 324) | def secret_ref(self, secret_ref): method target_portal (line 335) | def target_portal(self): method target_portal (line 346) | def target_portal(self, target_portal): method to_dict (line 359) | def to_dict(self): method to_str (line 383) | def to_str(self): method __repr__ (line 387) | def __repr__(self): method __eq__ (line 391) | def __eq__(self, other): method __ne__ (line 398) | def __ne__(self, other): FILE: kubernetes/client/models/v1_job.py class V1Job (line 21) | class V1Job(object): method __init__ (line 51) | def __init__(self, api_version=None, kind=None, metadata=None, spec=No... method api_version (line 76) | def api_version(self): method api_version (line 87) | def api_version(self, api_version): method kind (line 99) | def kind(self): method kind (line 110) | def kind(self, kind): method metadata (line 122) | def metadata(self): method metadata (line 132) | def metadata(self, metadata): method spec (line 143) | def spec(self): method spec (line 153) | def spec(self, spec): method status (line 164) | def status(self): method status (line 174) | def status(self, status): method to_dict (line 184) | def to_dict(self): method to_str (line 208) | def to_str(self): method __repr__ (line 212) | def __repr__(self): method __eq__ (line 216) | def __eq__(self, other): method __ne__ (line 223) | def __ne__(self, other): FILE: kubernetes/client/models/v1_job_condition.py class V1JobCondition (line 21) | class V1JobCondition(object): method __init__ (line 53) | def __init__(self, last_probe_time=None, last_transition_time=None, me... method last_probe_time (line 79) | def last_probe_time(self): method last_probe_time (line 90) | def last_probe_time(self, last_probe_time): method last_transition_time (line 102) | def last_transition_time(self): method last_transition_time (line 113) | def last_transition_time(self, last_transition_time): method message (line 125) | def message(self): method message (line 136) | def message(self, message): method reason (line 148) | def reason(self): method reason (line 159) | def reason(self, reason): method status (line 171) | def status(self): method status (line 182) | def status(self, status): method type (line 196) | def type(self): method type (line 207) | def type(self, type): method to_dict (line 220) | def to_dict(self): method to_str (line 244) | def to_str(self): method __repr__ (line 248) | def __repr__(self): method __eq__ (line 252) | def __eq__(self, other): method __ne__ (line 259) | def __ne__(self, other): FILE: kubernetes/client/models/v1_job_list.py class V1JobList (line 21) | class V1JobList(object): method __init__ (line 49) | def __init__(self, api_version=None, items=None, kind=None, metadata=N... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method items (line 93) | def items(self): method items (line 104) | def items(self, items): method kind (line 118) | def kind(self): method kind (line 129) | def kind(self, kind): method metadata (line 141) | def metadata(self): method metadata (line 151) | def metadata(self, metadata): method to_dict (line 161) | def to_dict(self): method to_str (line 185) | def to_str(self): method __repr__ (line 189) | def __repr__(self): method __eq__ (line 193) | def __eq__(self, other): method __ne__ (line 200) | def __ne__(self, other): FILE: kubernetes/client/models/v1_job_spec.py class V1JobSpec (line 21) | class V1JobSpec(object): method __init__ (line 73) | def __init__(self, active_deadline_seconds=None, backoff_limit=None, b... method active_deadline_seconds (line 130) | def active_deadline_seconds(self): method active_deadline_seconds (line 141) | def active_deadline_seconds(self, active_deadline_seconds): method backoff_limit (line 153) | def backoff_limit(self): method backoff_limit (line 164) | def backoff_limit(self, backoff_limit): method backoff_limit_per_index (line 176) | def backoff_limit_per_index(self): method backoff_limit_per_index (line 187) | def backoff_limit_per_index(self, backoff_limit_per_index): method completion_mode (line 199) | def completion_mode(self): method completion_mode (line 210) | def completion_mode(self, completion_mode): method completions (line 222) | def completions(self): method completions (line 233) | def completions(self, completions): method managed_by (line 245) | def managed_by(self): method managed_by (line 256) | def managed_by(self, managed_by): method manual_selector (line 268) | def manual_selector(self): method manual_selector (line 279) | def manual_selector(self, manual_selector): method max_failed_indexes (line 291) | def max_failed_indexes(self): method max_failed_indexes (line 302) | def max_failed_indexes(self, max_failed_indexes): method parallelism (line 314) | def parallelism(self): method parallelism (line 325) | def parallelism(self, parallelism): method pod_failure_policy (line 337) | def pod_failure_policy(self): method pod_failure_policy (line 347) | def pod_failure_policy(self, pod_failure_policy): method pod_replacement_policy (line 358) | def pod_replacement_policy(self): method pod_replacement_policy (line 369) | def pod_replacement_policy(self, pod_replacement_policy): method selector (line 381) | def selector(self): method selector (line 391) | def selector(self, selector): method success_policy (line 402) | def success_policy(self): method success_policy (line 412) | def success_policy(self, success_policy): method suspend (line 423) | def suspend(self): method suspend (line 434) | def suspend(self, suspend): method template (line 446) | def template(self): method template (line 456) | def template(self, template): method ttl_seconds_after_finished (line 469) | def ttl_seconds_after_finished(self): method ttl_seconds_after_finished (line 480) | def ttl_seconds_after_finished(self, ttl_seconds_after_finished): method to_dict (line 491) | def to_dict(self): method to_str (line 515) | def to_str(self): method __repr__ (line 519) | def __repr__(self): method __eq__ (line 523) | def __eq__(self, other): method __ne__ (line 530) | def __ne__(self, other): FILE: kubernetes/client/models/v1_job_status.py class V1JobStatus (line 21) | class V1JobStatus(object): method __init__ (line 63) | def __init__(self, active=None, completed_indexes=None, completion_tim... method active (line 106) | def active(self): method active (line 117) | def active(self, active): method completed_indexes (line 129) | def completed_indexes(self): method completed_indexes (line 140) | def completed_indexes(self, completed_indexes): method completion_time (line 152) | def completion_time(self): method completion_time (line 163) | def completion_time(self, completion_time): method conditions (line 175) | def conditions(self): method conditions (line 186) | def conditions(self, conditions): method failed (line 198) | def failed(self): method failed (line 209) | def failed(self, failed): method failed_indexes (line 221) | def failed_indexes(self): method failed_indexes (line 232) | def failed_indexes(self, failed_indexes): method ready (line 244) | def ready(self): method ready (line 255) | def ready(self, ready): method start_time (line 267) | def start_time(self): method start_time (line 278) | def start_time(self, start_time): method succeeded (line 290) | def succeeded(self): method succeeded (line 301) | def succeeded(self, succeeded): method terminating (line 313) | def terminating(self): method terminating (line 324) | def terminating(self, terminating): method uncounted_terminated_pods (line 336) | def uncounted_terminated_pods(self): method uncounted_terminated_pods (line 346) | def uncounted_terminated_pods(self, uncounted_terminated_pods): method to_dict (line 356) | def to_dict(self): method to_str (line 380) | def to_str(self): method __repr__ (line 384) | def __repr__(self): method __eq__ (line 388) | def __eq__(self, other): method __ne__ (line 395) | def __ne__(self, other): FILE: kubernetes/client/models/v1_job_template_spec.py class V1JobTemplateSpec (line 21) | class V1JobTemplateSpec(object): method __init__ (line 45) | def __init__(self, metadata=None, spec=None, local_vars_configuration=... method metadata (line 61) | def metadata(self): method metadata (line 71) | def metadata(self, metadata): method spec (line 82) | def spec(self): method spec (line 92) | def spec(self, spec): method to_dict (line 102) | def to_dict(self): method to_str (line 126) | def to_str(self): method __repr__ (line 130) | def __repr__(self): method __eq__ (line 134) | def __eq__(self, other): method __ne__ (line 141) | def __ne__(self, other): FILE: kubernetes/client/models/v1_json_schema_props.py class V1JSONSchemaProps (line 21) | class V1JSONSchemaProps(object): method __init__ (line 129) | def __init__(self, ref=None, schema=None, additional_items=None, addit... method ref (line 271) | def ref(self): method ref (line 281) | def ref(self, ref): method schema (line 292) | def schema(self): method schema (line 302) | def schema(self, schema): method additional_items (line 313) | def additional_items(self): method additional_items (line 324) | def additional_items(self, additional_items): method additional_properties (line 336) | def additional_properties(self): method additional_properties (line 347) | def additional_properties(self, additional_properties): method all_of (line 359) | def all_of(self): method all_of (line 369) | def all_of(self, all_of): method any_of (line 380) | def any_of(self): method any_of (line 390) | def any_of(self, any_of): method default (line 401) | def default(self): method default (line 412) | def default(self, default): method definitions (line 424) | def definitions(self): method definitions (line 434) | def definitions(self, definitions): method dependencies (line 445) | def dependencies(self): method dependencies (line 455) | def dependencies(self, dependencies): method description (line 466) | def description(self): method description (line 476) | def description(self, description): method enum (line 487) | def enum(self): method enum (line 497) | def enum(self, enum): method example (line 508) | def example(self): method example (line 519) | def example(self, example): method exclusive_maximum (line 531) | def exclusive_maximum(self): method exclusive_maximum (line 541) | def exclusive_maximum(self, exclusive_maximum): method exclusive_minimum (line 552) | def exclusive_minimum(self): method exclusive_minimum (line 562) | def exclusive_minimum(self, exclusive_minimum): method external_docs (line 573) | def external_docs(self): method external_docs (line 583) | def external_docs(self, external_docs): method format (line 594) | def format(self): method format (line 605) | def format(self, format): method id (line 617) | def id(self): method id (line 627) | def id(self, id): method items (line 638) | def items(self): method items (line 649) | def items(self, items): method max_items (line 661) | def max_items(self): method max_items (line 671) | def max_items(self, max_items): method max_length (line 682) | def max_length(self): method max_length (line 692) | def max_length(self, max_length): method max_properties (line 703) | def max_properties(self): method max_properties (line 713) | def max_properties(self, max_properties): method maximum (line 724) | def maximum(self): method maximum (line 734) | def maximum(self, maximum): method min_items (line 745) | def min_items(self): method min_items (line 755) | def min_items(self, min_items): method min_length (line 766) | def min_length(self): method min_length (line 776) | def min_length(self, min_length): method min_properties (line 787) | def min_properties(self): method min_properties (line 797) | def min_properties(self, min_properties): method minimum (line 808) | def minimum(self): method minimum (line 818) | def minimum(self, minimum): method multiple_of (line 829) | def multiple_of(self): method multiple_of (line 839) | def multiple_of(self, multiple_of): method _not (line 850) | def _not(self): method _not (line 860) | def _not(self, _not): method nullable (line 871) | def nullable(self): method nullable (line 881) | def nullable(self, nullable): method one_of (line 892) | def one_of(self): method one_of (line 902) | def one_of(self, one_of): method pattern (line 913) | def pattern(self): method pattern (line 923) | def pattern(self, pattern): method pattern_properties (line 934) | def pattern_properties(self): method pattern_properties (line 944) | def pattern_properties(self, pattern_properties): method properties (line 955) | def properties(self): method properties (line 965) | def properties(self, properties): method required (line 976) | def required(self): method required (line 986) | def required(self, required): method title (line 997) | def title(self): method title (line 1007) | def title(self, title): method type (line 1018) | def type(self): method type (line 1028) | def type(self, type): method unique_items (line 1039) | def unique_items(self): method unique_items (line 1049) | def unique_items(self, unique_items): method x_kubernetes_embedded_resource (line 1060) | def x_kubernetes_embedded_resource(self): method x_kubernetes_embedded_resource (line 1071) | def x_kubernetes_embedded_resource(self, x_kubernetes_embedded_resource): method x_kubernetes_int_or_string (line 1083) | def x_kubernetes_int_or_string(self): method x_kubernetes_int_or_string (line 1094) | def x_kubernetes_int_or_string(self, x_kubernetes_int_or_string): method x_kubernetes_list_map_keys (line 1106) | def x_kubernetes_list_map_keys(self): method x_kubernetes_list_map_keys (line 1117) | def x_kubernetes_list_map_keys(self, x_kubernetes_list_map_keys): method x_kubernetes_list_type (line 1129) | def x_kubernetes_list_type(self): method x_kubernetes_list_type (line 1140) | def x_kubernetes_list_type(self, x_kubernetes_list_type): method x_kubernetes_map_type (line 1152) | def x_kubernetes_map_type(self): method x_kubernetes_map_type (line 1163) | def x_kubernetes_map_type(self, x_kubernetes_map_type): method x_kubernetes_preserve_unknown_fields (line 1175) | def x_kubernetes_preserve_unknown_fields(self): method x_kubernetes_preserve_unknown_fields (line 1186) | def x_kubernetes_preserve_unknown_fields(self, x_kubernetes_preserve_u... method x_kubernetes_validations (line 1198) | def x_kubernetes_validations(self): method x_kubernetes_validations (line 1209) | def x_kubernetes_validations(self, x_kubernetes_validations): method to_dict (line 1220) | def to_dict(self): method to_str (line 1244) | def to_str(self): method __repr__ (line 1248) | def __repr__(self): method __eq__ (line 1252) | def __eq__(self, other): method __ne__ (line 1259) | def __ne__(self, other): FILE: kubernetes/client/models/v1_key_to_path.py class V1KeyToPath (line 21) | class V1KeyToPath(object): method __init__ (line 47) | def __init__(self, key=None, mode=None, path=None, local_vars_configur... method key (line 64) | def key(self): method key (line 75) | def key(self, key): method mode (line 89) | def mode(self): method mode (line 100) | def mode(self, mode): method path (line 112) | def path(self): method path (line 123) | def path(self, path): method to_dict (line 136) | def to_dict(self): method to_str (line 160) | def to_str(self): method __repr__ (line 164) | def __repr__(self): method __eq__ (line 168) | def __eq__(self, other): method __ne__ (line 175) | def __ne__(self, other): FILE: kubernetes/client/models/v1_label_selector.py class V1LabelSelector (line 21) | class V1LabelSelector(object): method __init__ (line 45) | def __init__(self, match_expressions=None, match_labels=None, local_va... method match_expressions (line 61) | def match_expressions(self): method match_expressions (line 72) | def match_expressions(self, match_expressions): method match_labels (line 84) | def match_labels(self): method match_labels (line 95) | def match_labels(self, match_labels): method to_dict (line 106) | def to_dict(self): method to_str (line 130) | def to_str(self): method __repr__ (line 134) | def __repr__(self): method __eq__ (line 138) | def __eq__(self, other): method __ne__ (line 145) | def __ne__(self, other): FILE: kubernetes/client/models/v1_label_selector_attributes.py class V1LabelSelectorAttributes (line 21) | class V1LabelSelectorAttributes(object): method __init__ (line 45) | def __init__(self, raw_selector=None, requirements=None, local_vars_co... method raw_selector (line 61) | def raw_selector(self): method raw_selector (line 72) | def raw_selector(self, raw_selector): method requirements (line 84) | def requirements(self): method requirements (line 95) | def requirements(self, requirements): method to_dict (line 106) | def to_dict(self): method to_str (line 130) | def to_str(self): method __repr__ (line 134) | def __repr__(self): method __eq__ (line 138) | def __eq__(self, other): method __ne__ (line 145) | def __ne__(self, other): FILE: kubernetes/client/models/v1_label_selector_requirement.py class V1LabelSelectorRequirement (line 21) | class V1LabelSelectorRequirement(object): method __init__ (line 47) | def __init__(self, key=None, operator=None, values=None, local_vars_co... method key (line 64) | def key(self): method key (line 75) | def key(self, key): method operator (line 89) | def operator(self): method operator (line 100) | def operator(self, operator): method values (line 114) | def values(self): method values (line 125) | def values(self, values): method to_dict (line 136) | def to_dict(self): method to_str (line 160) | def to_str(self): method __repr__ (line 164) | def __repr__(self): method __eq__ (line 168) | def __eq__(self, other): method __ne__ (line 175) | def __ne__(self, other): FILE: kubernetes/client/models/v1_lease.py class V1Lease (line 21) | class V1Lease(object): method __init__ (line 49) | def __init__(self, api_version=None, kind=None, metadata=None, spec=No... method api_version (line 71) | def api_version(self): method api_version (line 82) | def api_version(self, api_version): method kind (line 94) | def kind(self): method kind (line 105) | def kind(self, kind): method metadata (line 117) | def metadata(self): method metadata (line 127) | def metadata(self, metadata): method spec (line 138) | def spec(self): method spec (line 148) | def spec(self, spec): method to_dict (line 158) | def to_dict(self): method to_str (line 182) | def to_str(self): method __repr__ (line 186) | def __repr__(self): method __eq__ (line 190) | def __eq__(self, other): method __ne__ (line 197) | def __ne__(self, other): FILE: kubernetes/client/models/v1_lease_list.py class V1LeaseList (line 21) | class V1LeaseList(object): method __init__ (line 49) | def __init__(self, api_version=None, items=None, kind=None, metadata=N... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method items (line 93) | def items(self): method items (line 104) | def items(self, items): method kind (line 118) | def kind(self): method kind (line 129) | def kind(self, kind): method metadata (line 141) | def metadata(self): method metadata (line 151) | def metadata(self, metadata): method to_dict (line 161) | def to_dict(self): method to_str (line 185) | def to_str(self): method __repr__ (line 189) | def __repr__(self): method __eq__ (line 193) | def __eq__(self, other): method __ne__ (line 200) | def __ne__(self, other): FILE: kubernetes/client/models/v1_lease_spec.py class V1LeaseSpec (line 21) | class V1LeaseSpec(object): method __init__ (line 55) | def __init__(self, acquire_time=None, holder_identity=None, lease_dura... method acquire_time (line 86) | def acquire_time(self): method acquire_time (line 97) | def acquire_time(self, acquire_time): method holder_identity (line 109) | def holder_identity(self): method holder_identity (line 120) | def holder_identity(self, holder_identity): method lease_duration_seconds (line 132) | def lease_duration_seconds(self): method lease_duration_seconds (line 143) | def lease_duration_seconds(self, lease_duration_seconds): method lease_transitions (line 155) | def lease_transitions(self): method lease_transitions (line 166) | def lease_transitions(self, lease_transitions): method preferred_holder (line 178) | def preferred_holder(self): method preferred_holder (line 189) | def preferred_holder(self, preferred_holder): method renew_time (line 201) | def renew_time(self): method renew_time (line 212) | def renew_time(self, renew_time): method strategy (line 224) | def strategy(self): method strategy (line 235) | def strategy(self, strategy): method to_dict (line 246) | def to_dict(self): method to_str (line 270) | def to_str(self): method __repr__ (line 274) | def __repr__(self): method __eq__ (line 278) | def __eq__(self, other): method __ne__ (line 285) | def __ne__(self, other): FILE: kubernetes/client/models/v1_lifecycle.py class V1Lifecycle (line 21) | class V1Lifecycle(object): method __init__ (line 47) | def __init__(self, post_start=None, pre_stop=None, stop_signal=None, l... method post_start (line 66) | def post_start(self): method post_start (line 76) | def post_start(self, post_start): method pre_stop (line 87) | def pre_stop(self): method pre_stop (line 97) | def pre_stop(self, pre_stop): method stop_signal (line 108) | def stop_signal(self): method stop_signal (line 119) | def stop_signal(self, stop_signal): method to_dict (line 130) | def to_dict(self): method to_str (line 154) | def to_str(self): method __repr__ (line 158) | def __repr__(self): method __eq__ (line 162) | def __eq__(self, other): method __ne__ (line 169) | def __ne__(self, other): FILE: kubernetes/client/models/v1_lifecycle_handler.py class V1LifecycleHandler (line 21) | class V1LifecycleHandler(object): method __init__ (line 49) | def __init__(self, _exec=None, http_get=None, sleep=None, tcp_socket=N... method _exec (line 71) | def _exec(self): method _exec (line 81) | def _exec(self, _exec): method http_get (line 92) | def http_get(self): method http_get (line 102) | def http_get(self, http_get): method sleep (line 113) | def sleep(self): method sleep (line 123) | def sleep(self, sleep): method tcp_socket (line 134) | def tcp_socket(self): method tcp_socket (line 144) | def tcp_socket(self, tcp_socket): method to_dict (line 154) | def to_dict(self): method to_str (line 178) | def to_str(self): method __repr__ (line 182) | def __repr__(self): method __eq__ (line 186) | def __eq__(self, other): method __ne__ (line 193) | def __ne__(self, other): FILE: kubernetes/client/models/v1_limit_range.py class V1LimitRange (line 21) | class V1LimitRange(object): method __init__ (line 49) | def __init__(self, api_version=None, kind=None, metadata=None, spec=No... method api_version (line 71) | def api_version(self): method api_version (line 82) | def api_version(self, api_version): method kind (line 94) | def kind(self): method kind (line 105) | def kind(self, kind): method metadata (line 117) | def metadata(self): method metadata (line 127) | def metadata(self, metadata): method spec (line 138) | def spec(self): method spec (line 148) | def spec(self, spec): method to_dict (line 158) | def to_dict(self): method to_str (line 182) | def to_str(self): method __repr__ (line 186) | def __repr__(self): method __eq__ (line 190) | def __eq__(self, other): method __ne__ (line 197) | def __ne__(self, other): FILE: kubernetes/client/models/v1_limit_range_item.py class V1LimitRangeItem (line 21) | class V1LimitRangeItem(object): method __init__ (line 53) | def __init__(self, default=None, default_request=None, max=None, max_l... method default (line 80) | def default(self): method default (line 91) | def default(self, default): method default_request (line 103) | def default_request(self): method default_request (line 114) | def default_request(self, default_request): method max (line 126) | def max(self): method max (line 137) | def max(self, max): method max_limit_request_ratio (line 149) | def max_limit_request_ratio(self): method max_limit_request_ratio (line 160) | def max_limit_request_ratio(self, max_limit_request_ratio): method min (line 172) | def min(self): method min (line 183) | def min(self, min): method type (line 195) | def type(self): method type (line 206) | def type(self, type): method to_dict (line 219) | def to_dict(self): method to_str (line 243) | def to_str(self): method __repr__ (line 247) | def __repr__(self): method __eq__ (line 251) | def __eq__(self, other): method __ne__ (line 258) | def __ne__(self, other): FILE: kubernetes/client/models/v1_limit_range_list.py class V1LimitRangeList (line 21) | class V1LimitRangeList(object): method __init__ (line 49) | def __init__(self, api_version=None, items=None, kind=None, metadata=N... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method items (line 93) | def items(self): method items (line 104) | def items(self, items): method kind (line 118) | def kind(self): method kind (line 129) | def kind(self, kind): method metadata (line 141) | def metadata(self): method metadata (line 151) | def metadata(self, metadata): method to_dict (line 161) | def to_dict(self): method to_str (line 185) | def to_str(self): method __repr__ (line 189) | def __repr__(self): method __eq__ (line 193) | def __eq__(self, other): method __ne__ (line 200) | def __ne__(self, other): FILE: kubernetes/client/models/v1_limit_range_spec.py class V1LimitRangeSpec (line 21) | class V1LimitRangeSpec(object): method __init__ (line 43) | def __init__(self, limits=None, local_vars_configuration=None): # noq... method limits (line 55) | def limits(self): method limits (line 66) | def limits(self, limits): method to_dict (line 79) | def to_dict(self): method to_str (line 103) | def to_str(self): method __repr__ (line 107) | def __repr__(self): method __eq__ (line 111) | def __eq__(self, other): method __ne__ (line 118) | def __ne__(self, other): FILE: kubernetes/client/models/v1_limit_response.py class V1LimitResponse (line 21) | class V1LimitResponse(object): method __init__ (line 45) | def __init__(self, queuing=None, type=None, local_vars_configuration=N... method queuing (line 60) | def queuing(self): method queuing (line 70) | def queuing(self, queuing): method type (line 81) | def type(self): method type (line 92) | def type(self, type): method to_dict (line 105) | def to_dict(self): method to_str (line 129) | def to_str(self): method __repr__ (line 133) | def __repr__(self): method __eq__ (line 137) | def __eq__(self, other): method __ne__ (line 144) | def __ne__(self, other): FILE: kubernetes/client/models/v1_limited_priority_level_configuration.py class V1LimitedPriorityLevelConfiguration (line 21) | class V1LimitedPriorityLevelConfiguration(object): method __init__ (line 49) | def __init__(self, borrowing_limit_percent=None, lendable_percent=None... method borrowing_limit_percent (line 71) | def borrowing_limit_percent(self): method borrowing_limit_percent (line 82) | def borrowing_limit_percent(self, borrowing_limit_percent): method lendable_percent (line 94) | def lendable_percent(self): method lendable_percent (line 105) | def lendable_percent(self, lendable_percent): method limit_response (line 117) | def limit_response(self): method limit_response (line 127) | def limit_response(self, limit_response): method nominal_concurrency_shares (line 138) | def nominal_concurrency_shares(self): method nominal_concurrency_shares (line 149) | def nominal_concurrency_shares(self, nominal_concurrency_shares): method to_dict (line 160) | def to_dict(self): method to_str (line 184) | def to_str(self): method __repr__ (line 188) | def __repr__(self): method __eq__ (line 192) | def __eq__(self, other): method __ne__ (line 199) | def __ne__(self, other): FILE: kubernetes/client/models/v1_linux_container_user.py class V1LinuxContainerUser (line 21) | class V1LinuxContainerUser(object): method __init__ (line 47) | def __init__(self, gid=None, supplemental_groups=None, uid=None, local... method gid (line 64) | def gid(self): method gid (line 75) | def gid(self, gid): method supplemental_groups (line 89) | def supplemental_groups(self): method supplemental_groups (line 100) | def supplemental_groups(self, supplemental_groups): method uid (line 112) | def uid(self): method uid (line 123) | def uid(self, uid): method to_dict (line 136) | def to_dict(self): method to_str (line 160) | def to_str(self): method __repr__ (line 164) | def __repr__(self): method __eq__ (line 168) | def __eq__(self, other): method __ne__ (line 175) | def __ne__(self, other): FILE: kubernetes/client/models/v1_list_meta.py class V1ListMeta (line 21) | class V1ListMeta(object): method __init__ (line 49) | def __init__(self, _continue=None, remaining_item_count=None, resource... method _continue (line 71) | def _continue(self): method _continue (line 82) | def _continue(self, _continue): method remaining_item_count (line 94) | def remaining_item_count(self): method remaining_item_count (line 105) | def remaining_item_count(self, remaining_item_count): method resource_version (line 117) | def resource_version(self): method resource_version (line 128) | def resource_version(self, resource_version): method self_link (line 140) | def self_link(self): method self_link (line 151) | def self_link(self, self_link): method to_dict (line 162) | def to_dict(self): method to_str (line 186) | def to_str(self): method __repr__ (line 190) | def __repr__(self): method __eq__ (line 194) | def __eq__(self, other): method __ne__ (line 201) | def __ne__(self, other): FILE: kubernetes/client/models/v1_load_balancer_ingress.py class V1LoadBalancerIngress (line 21) | class V1LoadBalancerIngress(object): method __init__ (line 49) | def __init__(self, hostname=None, ip=None, ip_mode=None, ports=None, l... method hostname (line 71) | def hostname(self): method hostname (line 82) | def hostname(self, hostname): method ip (line 94) | def ip(self): method ip (line 105) | def ip(self, ip): method ip_mode (line 117) | def ip_mode(self): method ip_mode (line 128) | def ip_mode(self, ip_mode): method ports (line 140) | def ports(self): method ports (line 151) | def ports(self, ports): method to_dict (line 162) | def to_dict(self): method to_str (line 186) | def to_str(self): method __repr__ (line 190) | def __repr__(self): method __eq__ (line 194) | def __eq__(self, other): method __ne__ (line 201) | def __ne__(self, other): FILE: kubernetes/client/models/v1_load_balancer_status.py class V1LoadBalancerStatus (line 21) | class V1LoadBalancerStatus(object): method __init__ (line 43) | def __init__(self, ingress=None, local_vars_configuration=None): # no... method ingress (line 56) | def ingress(self): method ingress (line 67) | def ingress(self, ingress): method to_dict (line 78) | def to_dict(self): method to_str (line 102) | def to_str(self): method __repr__ (line 106) | def __repr__(self): method __eq__ (line 110) | def __eq__(self, other): method __ne__ (line 117) | def __ne__(self, other): FILE: kubernetes/client/models/v1_local_object_reference.py class V1LocalObjectReference (line 21) | class V1LocalObjectReference(object): method __init__ (line 43) | def __init__(self, name=None, local_vars_configuration=None): # noqa:... method name (line 56) | def name(self): method name (line 67) | def name(self, name): method to_dict (line 78) | def to_dict(self): method to_str (line 102) | def to_str(self): method __repr__ (line 106) | def __repr__(self): method __eq__ (line 110) | def __eq__(self, other): method __ne__ (line 117) | def __ne__(self, other): FILE: kubernetes/client/models/v1_local_subject_access_review.py class V1LocalSubjectAccessReview (line 21) | class V1LocalSubjectAccessReview(object): method __init__ (line 51) | def __init__(self, api_version=None, kind=None, metadata=None, spec=No... method api_version (line 75) | def api_version(self): method api_version (line 86) | def api_version(self, api_version): method kind (line 98) | def kind(self): method kind (line 109) | def kind(self, kind): method metadata (line 121) | def metadata(self): method metadata (line 131) | def metadata(self, metadata): method spec (line 142) | def spec(self): method spec (line 152) | def spec(self, spec): method status (line 165) | def status(self): method status (line 175) | def status(self, status): method to_dict (line 185) | def to_dict(self): method to_str (line 209) | def to_str(self): method __repr__ (line 213) | def __repr__(self): method __eq__ (line 217) | def __eq__(self, other): method __ne__ (line 224) | def __ne__(self, other): FILE: kubernetes/client/models/v1_local_volume_source.py class V1LocalVolumeSource (line 21) | class V1LocalVolumeSource(object): method __init__ (line 45) | def __init__(self, fs_type=None, path=None, local_vars_configuration=N... method fs_type (line 60) | def fs_type(self): method fs_type (line 71) | def fs_type(self, fs_type): method path (line 83) | def path(self): method path (line 94) | def path(self, path): method to_dict (line 107) | def to_dict(self): method to_str (line 131) | def to_str(self): method __repr__ (line 135) | def __repr__(self): method __eq__ (line 139) | def __eq__(self, other): method __ne__ (line 146) | def __ne__(self, other): FILE: kubernetes/client/models/v1_managed_fields_entry.py class V1ManagedFieldsEntry (line 21) | class V1ManagedFieldsEntry(object): method __init__ (line 55) | def __init__(self, api_version=None, fields_type=None, fields_v1=None,... method api_version (line 86) | def api_version(self): method api_version (line 97) | def api_version(self, api_version): method fields_type (line 109) | def fields_type(self): method fields_type (line 120) | def fields_type(self, fields_type): method fields_v1 (line 132) | def fields_v1(self): method fields_v1 (line 143) | def fields_v1(self, fields_v1): method manager (line 155) | def manager(self): method manager (line 166) | def manager(self, manager): method operation (line 178) | def operation(self): method operation (line 189) | def operation(self, operation): method subresource (line 201) | def subresource(self): method subresource (line 212) | def subresource(self, subresource): method time (line 224) | def time(self): method time (line 235) | def time(self, time): method to_dict (line 246) | def to_dict(self): method to_str (line 270) | def to_str(self): method __repr__ (line 274) | def __repr__(self): method __eq__ (line 278) | def __eq__(self, other): method __ne__ (line 285) | def __ne__(self, other): FILE: kubernetes/client/models/v1_match_condition.py class V1MatchCondition (line 21) | class V1MatchCondition(object): method __init__ (line 45) | def __init__(self, expression=None, name=None, local_vars_configuratio... method expression (line 59) | def expression(self): method expression (line 70) | def expression(self, expression): method name (line 84) | def name(self): method name (line 95) | def name(self, name): method to_dict (line 108) | def to_dict(self): method to_str (line 132) | def to_str(self): method __repr__ (line 136) | def __repr__(self): method __eq__ (line 140) | def __eq__(self, other): method __ne__ (line 147) | def __ne__(self, other): FILE: kubernetes/client/models/v1_match_resources.py class V1MatchResources (line 21) | class V1MatchResources(object): method __init__ (line 51) | def __init__(self, exclude_resource_rules=None, match_policy=None, nam... method exclude_resource_rules (line 76) | def exclude_resource_rules(self): method exclude_resource_rules (line 87) | def exclude_resource_rules(self, exclude_resource_rules): method match_policy (line 99) | def match_policy(self): method match_policy (line 110) | def match_policy(self, match_policy): method namespace_selector (line 122) | def namespace_selector(self): method namespace_selector (line 132) | def namespace_selector(self, namespace_selector): method object_selector (line 143) | def object_selector(self): method object_selector (line 153) | def object_selector(self, object_selector): method resource_rules (line 164) | def resource_rules(self): method resource_rules (line 175) | def resource_rules(self, resource_rules): method to_dict (line 186) | def to_dict(self): method to_str (line 210) | def to_str(self): method __repr__ (line 214) | def __repr__(self): method __eq__ (line 218) | def __eq__(self, other): method __ne__ (line 225) | def __ne__(self, other): FILE: kubernetes/client/models/v1_modify_volume_status.py class V1ModifyVolumeStatus (line 21) | class V1ModifyVolumeStatus(object): method __init__ (line 45) | def __init__(self, status=None, target_volume_attributes_class_name=No... method status (line 60) | def status(self): method status (line 71) | def status(self, status): method target_volume_attributes_class_name (line 85) | def target_volume_attributes_class_name(self): method target_volume_attributes_class_name (line 96) | def target_volume_attributes_class_name(self, target_volume_attributes... method to_dict (line 107) | def to_dict(self): method to_str (line 131) | def to_str(self): method __repr__ (line 135) | def __repr__(self): method __eq__ (line 139) | def __eq__(self, other): method __ne__ (line 146) | def __ne__(self, other): FILE: kubernetes/client/models/v1_mutating_webhook.py class V1MutatingWebhook (line 21) | class V1MutatingWebhook(object): method __init__ (line 65) | def __init__(self, admission_review_versions=None, client_config=None,... method admission_review_versions (line 107) | def admission_review_versions(self): method admission_review_versions (line 118) | def admission_review_versions(self, admission_review_versions): method client_config (line 132) | def client_config(self): method client_config (line 142) | def client_config(self, client_config): method failure_policy (line 155) | def failure_policy(self): method failure_policy (line 166) | def failure_policy(self, failure_policy): method match_conditions (line 178) | def match_conditions(self): method match_conditions (line 189) | def match_conditions(self, match_conditions): method match_policy (line 201) | def match_policy(self): method match_policy (line 212) | def match_policy(self, match_policy): method name (line 224) | def name(self): method name (line 235) | def name(self, name): method namespace_selector (line 249) | def namespace_selector(self): method namespace_selector (line 259) | def namespace_selector(self, namespace_selector): method object_selector (line 270) | def object_selector(self): method object_selector (line 280) | def object_selector(self, object_selector): method reinvocation_policy (line 291) | def reinvocation_policy(self): method reinvocation_policy (line 302) | def reinvocation_policy(self, reinvocation_policy): method rules (line 314) | def rules(self): method rules (line 325) | def rules(self, rules): method side_effects (line 337) | def side_effects(self): method side_effects (line 348) | def side_effects(self, side_effects): method timeout_seconds (line 362) | def timeout_seconds(self): method timeout_seconds (line 373) | def timeout_seconds(self, timeout_seconds): method to_dict (line 384) | def to_dict(self): method to_str (line 408) | def to_str(self): method __repr__ (line 412) | def __repr__(self): method __eq__ (line 416) | def __eq__(self, other): method __ne__ (line 423) | def __ne__(self, other): FILE: kubernetes/client/models/v1_mutating_webhook_configuration.py class V1MutatingWebhookConfiguration (line 21) | class V1MutatingWebhookConfiguration(object): method __init__ (line 49) | def __init__(self, api_version=None, kind=None, metadata=None, webhook... method api_version (line 71) | def api_version(self): method api_version (line 82) | def api_version(self, api_version): method kind (line 94) | def kind(self): method kind (line 105) | def kind(self, kind): method metadata (line 117) | def metadata(self): method metadata (line 127) | def metadata(self, metadata): method webhooks (line 138) | def webhooks(self): method webhooks (line 149) | def webhooks(self, webhooks): method to_dict (line 160) | def to_dict(self): method to_str (line 184) | def to_str(self): method __repr__ (line 188) | def __repr__(self): method __eq__ (line 192) | def __eq__(self, other): method __ne__ (line 199) | def __ne__(self, other): FILE: kubernetes/client/models/v1_mutating_webhook_configuration_list.py class V1MutatingWebhookConfigurationList (line 21) | class V1MutatingWebhookConfigurationList(object): method __init__ (line 49) | def __init__(self, api_version=None, items=None, kind=None, metadata=N... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method items (line 93) | def items(self): method items (line 104) | def items(self, items): method kind (line 118) | def kind(self): method kind (line 129) | def kind(self, kind): method metadata (line 141) | def metadata(self): method metadata (line 151) | def metadata(self, metadata): method to_dict (line 161) | def to_dict(self): method to_str (line 185) | def to_str(self): method __repr__ (line 189) | def __repr__(self): method __eq__ (line 193) | def __eq__(self, other): method __ne__ (line 200) | def __ne__(self, other): FILE: kubernetes/client/models/v1_named_rule_with_operations.py class V1NamedRuleWithOperations (line 21) | class V1NamedRuleWithOperations(object): method __init__ (line 53) | def __init__(self, api_groups=None, api_versions=None, operations=None... method api_groups (line 81) | def api_groups(self): method api_groups (line 92) | def api_groups(self, api_groups): method api_versions (line 104) | def api_versions(self): method api_versions (line 115) | def api_versions(self, api_versions): method operations (line 127) | def operations(self): method operations (line 138) | def operations(self, operations): method resource_names (line 150) | def resource_names(self): method resource_names (line 161) | def resource_names(self, resource_names): method resources (line 173) | def resources(self): method resources (line 184) | def resources(self, resources): method scope (line 196) | def scope(self): method scope (line 207) | def scope(self, scope): method to_dict (line 218) | def to_dict(self): method to_str (line 242) | def to_str(self): method __repr__ (line 246) | def __repr__(self): method __eq__ (line 250) | def __eq__(self, other): method __ne__ (line 257) | def __ne__(self, other): FILE: kubernetes/client/models/v1_namespace.py class V1Namespace (line 21) | class V1Namespace(object): method __init__ (line 51) | def __init__(self, api_version=None, kind=None, metadata=None, spec=No... method api_version (line 76) | def api_version(self): method api_version (line 87) | def api_version(self, api_version): method kind (line 99) | def kind(self): method kind (line 110) | def kind(self, kind): method metadata (line 122) | def metadata(self): method metadata (line 132) | def metadata(self, metadata): method spec (line 143) | def spec(self): method spec (line 153) | def spec(self, spec): method status (line 164) | def status(self): method status (line 174) | def status(self, status): method to_dict (line 184) | def to_dict(self): method to_str (line 208) | def to_str(self): method __repr__ (line 212) | def __repr__(self): method __eq__ (line 216) | def __eq__(self, other): method __ne__ (line 223) | def __ne__(self, other): FILE: kubernetes/client/models/v1_namespace_condition.py class V1NamespaceCondition (line 21) | class V1NamespaceCondition(object): method __init__ (line 51) | def __init__(self, last_transition_time=None, message=None, reason=Non... method last_transition_time (line 74) | def last_transition_time(self): method last_transition_time (line 85) | def last_transition_time(self, last_transition_time): method message (line 97) | def message(self): method message (line 108) | def message(self, message): method reason (line 120) | def reason(self): method reason (line 131) | def reason(self, reason): method status (line 143) | def status(self): method status (line 154) | def status(self, status): method type (line 168) | def type(self): method type (line 179) | def type(self, type): method to_dict (line 192) | def to_dict(self): method to_str (line 216) | def to_str(self): method __repr__ (line 220) | def __repr__(self): method __eq__ (line 224) | def __eq__(self, other): method __ne__ (line 231) | def __ne__(self, other): FILE: kubernetes/client/models/v1_namespace_list.py class V1NamespaceList (line 21) | class V1NamespaceList(object): method __init__ (line 49) | def __init__(self, api_version=None, items=None, kind=None, metadata=N... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method items (line 93) | def items(self): method items (line 104) | def items(self, items): method kind (line 118) | def kind(self): method kind (line 129) | def kind(self, kind): method metadata (line 141) | def metadata(self): method metadata (line 151) | def metadata(self, metadata): method to_dict (line 161) | def to_dict(self): method to_str (line 185) | def to_str(self): method __repr__ (line 189) | def __repr__(self): method __eq__ (line 193) | def __eq__(self, other): method __ne__ (line 200) | def __ne__(self, other): FILE: kubernetes/client/models/v1_namespace_spec.py class V1NamespaceSpec (line 21) | class V1NamespaceSpec(object): method __init__ (line 43) | def __init__(self, finalizers=None, local_vars_configuration=None): #... method finalizers (line 56) | def finalizers(self): method finalizers (line 67) | def finalizers(self, finalizers): method to_dict (line 78) | def to_dict(self): method to_str (line 102) | def to_str(self): method __repr__ (line 106) | def __repr__(self): method __eq__ (line 110) | def __eq__(self, other): method __ne__ (line 117) | def __ne__(self, other): FILE: kubernetes/client/models/v1_namespace_status.py class V1NamespaceStatus (line 21) | class V1NamespaceStatus(object): method __init__ (line 45) | def __init__(self, conditions=None, phase=None, local_vars_configurati... method conditions (line 61) | def conditions(self): method conditions (line 72) | def conditions(self, conditions): method phase (line 84) | def phase(self): method phase (line 95) | def phase(self, phase): method to_dict (line 106) | def to_dict(self): method to_str (line 130) | def to_str(self): method __repr__ (line 134) | def __repr__(self): method __eq__ (line 138) | def __eq__(self, other): method __ne__ (line 145) | def __ne__(self, other): FILE: kubernetes/client/models/v1_network_device_data.py class V1NetworkDeviceData (line 21) | class V1NetworkDeviceData(object): method __init__ (line 47) | def __init__(self, hardware_address=None, interface_name=None, ips=Non... method hardware_address (line 66) | def hardware_address(self): method hardware_address (line 77) | def hardware_address(self, hardware_address): method interface_name (line 89) | def interface_name(self): method interface_name (line 100) | def interface_name(self, interface_name): method ips (line 112) | def ips(self): method ips (line 123) | def ips(self, ips): method to_dict (line 134) | def to_dict(self): method to_str (line 158) | def to_str(self): method __repr__ (line 162) | def __repr__(self): method __eq__ (line 166) | def __eq__(self, other): method __ne__ (line 173) | def __ne__(self, other): FILE: kubernetes/client/models/v1_network_policy.py class V1NetworkPolicy (line 21) | class V1NetworkPolicy(object): method __init__ (line 49) | def __init__(self, api_version=None, kind=None, metadata=None, spec=No... method api_version (line 71) | def api_version(self): method api_version (line 82) | def api_version(self, api_version): method kind (line 94) | def kind(self): method kind (line 105) | def kind(self, kind): method metadata (line 117) | def metadata(self): method metadata (line 127) | def metadata(self, metadata): method spec (line 138) | def spec(self): method spec (line 148) | def spec(self, spec): method to_dict (line 158) | def to_dict(self): method to_str (line 182) | def to_str(self): method __repr__ (line 186) | def __repr__(self): method __eq__ (line 190) | def __eq__(self, other): method __ne__ (line 197) | def __ne__(self, other): FILE: kubernetes/client/models/v1_network_policy_egress_rule.py class V1NetworkPolicyEgressRule (line 21) | class V1NetworkPolicyEgressRule(object): method __init__ (line 45) | def __init__(self, ports=None, to=None, local_vars_configuration=None)... method ports (line 61) | def ports(self): method ports (line 72) | def ports(self, ports): method to (line 84) | def to(self): method to (line 95) | def to(self, to): method to_dict (line 106) | def to_dict(self): method to_str (line 130) | def to_str(self): method __repr__ (line 134) | def __repr__(self): method __eq__ (line 138) | def __eq__(self, other): method __ne__ (line 145) | def __ne__(self, other): FILE: kubernetes/client/models/v1_network_policy_ingress_rule.py class V1NetworkPolicyIngressRule (line 21) | class V1NetworkPolicyIngressRule(object): method __init__ (line 45) | def __init__(self, _from=None, ports=None, local_vars_configuration=No... method _from (line 61) | def _from(self): method _from (line 72) | def _from(self, _from): method ports (line 84) | def ports(self): method ports (line 95) | def ports(self, ports): method to_dict (line 106) | def to_dict(self): method to_str (line 130) | def to_str(self): method __repr__ (line 134) | def __repr__(self): method __eq__ (line 138) | def __eq__(self, other): method __ne__ (line 145) | def __ne__(self, other): FILE: kubernetes/client/models/v1_network_policy_list.py class V1NetworkPolicyList (line 21) | class V1NetworkPolicyList(object): method __init__ (line 49) | def __init__(self, api_version=None, items=None, kind=None, metadata=N... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method items (line 93) | def items(self): method items (line 104) | def items(self, items): method kind (line 118) | def kind(self): method kind (line 129) | def kind(self, kind): method metadata (line 141) | def metadata(self): method metadata (line 151) | def metadata(self, metadata): method to_dict (line 161) | def to_dict(self): method to_str (line 185) | def to_str(self): method __repr__ (line 189) | def __repr__(self): method __eq__ (line 193) | def __eq__(self, other): method __ne__ (line 200) | def __ne__(self, other): FILE: kubernetes/client/models/v1_network_policy_peer.py class V1NetworkPolicyPeer (line 21) | class V1NetworkPolicyPeer(object): method __init__ (line 47) | def __init__(self, ip_block=None, namespace_selector=None, pod_selecto... method ip_block (line 66) | def ip_block(self): method ip_block (line 76) | def ip_block(self, ip_block): method namespace_selector (line 87) | def namespace_selector(self): method namespace_selector (line 97) | def namespace_selector(self, namespace_selector): method pod_selector (line 108) | def pod_selector(self): method pod_selector (line 118) | def pod_selector(self, pod_selector): method to_dict (line 128) | def to_dict(self): method to_str (line 152) | def to_str(self): method __repr__ (line 156) | def __repr__(self): method __eq__ (line 160) | def __eq__(self, other): method __ne__ (line 167) | def __ne__(self, other): FILE: kubernetes/client/models/v1_network_policy_port.py class V1NetworkPolicyPort (line 21) | class V1NetworkPolicyPort(object): method __init__ (line 47) | def __init__(self, end_port=None, port=None, protocol=None, local_vars... method end_port (line 66) | def end_port(self): method end_port (line 77) | def end_port(self, end_port): method port (line 89) | def port(self): method port (line 100) | def port(self, port): method protocol (line 112) | def protocol(self): method protocol (line 123) | def protocol(self, protocol): method to_dict (line 134) | def to_dict(self): method to_str (line 158) | def to_str(self): method __repr__ (line 162) | def __repr__(self): method __eq__ (line 166) | def __eq__(self, other): method __ne__ (line 173) | def __ne__(self, other): FILE: kubernetes/client/models/v1_network_policy_spec.py class V1NetworkPolicySpec (line 21) | class V1NetworkPolicySpec(object): method __init__ (line 49) | def __init__(self, egress=None, ingress=None, pod_selector=None, polic... method egress (line 71) | def egress(self): method egress (line 82) | def egress(self, egress): method ingress (line 94) | def ingress(self): method ingress (line 105) | def ingress(self, ingress): method pod_selector (line 117) | def pod_selector(self): method pod_selector (line 127) | def pod_selector(self, pod_selector): method policy_types (line 138) | def policy_types(self): method policy_types (line 149) | def policy_types(self, policy_types): method to_dict (line 160) | def to_dict(self): method to_str (line 184) | def to_str(self): method __repr__ (line 188) | def __repr__(self): method __eq__ (line 192) | def __eq__(self, other): method __ne__ (line 199) | def __ne__(self, other): FILE: kubernetes/client/models/v1_nfs_volume_source.py class V1NFSVolumeSource (line 21) | class V1NFSVolumeSource(object): method __init__ (line 47) | def __init__(self, path=None, read_only=None, server=None, local_vars_... method path (line 64) | def path(self): method path (line 75) | def path(self, path): method read_only (line 89) | def read_only(self): method read_only (line 100) | def read_only(self, read_only): method server (line 112) | def server(self): method server (line 123) | def server(self, server): method to_dict (line 136) | def to_dict(self): method to_str (line 160) | def to_str(self): method __repr__ (line 164) | def __repr__(self): method __eq__ (line 168) | def __eq__(self, other): method __ne__ (line 175) | def __ne__(self, other): FILE: kubernetes/client/models/v1_node.py class V1Node (line 21) | class V1Node(object): method __init__ (line 51) | def __init__(self, api_version=None, kind=None, metadata=None, spec=No... method api_version (line 76) | def api_version(self): method api_version (line 87) | def api_version(self, api_version): method kind (line 99) | def kind(self): method kind (line 110) | def kind(self, kind): method metadata (line 122) | def metadata(self): method metadata (line 132) | def metadata(self, metadata): method spec (line 143) | def spec(self): method spec (line 153) | def spec(self, spec): method status (line 164) | def status(self): method status (line 174) | def status(self, status): method to_dict (line 184) | def to_dict(self): method to_str (line 208) | def to_str(self): method __repr__ (line 212) | def __repr__(self): method __eq__ (line 216) | def __eq__(self, other): method __ne__ (line 223) | def __ne__(self, other): FILE: kubernetes/client/models/v1_node_address.py class V1NodeAddress (line 21) | class V1NodeAddress(object): method __init__ (line 45) | def __init__(self, address=None, type=None, local_vars_configuration=N... method address (line 59) | def address(self): method address (line 70) | def address(self, address): method type (line 84) | def type(self): method type (line 95) | def type(self, type): method to_dict (line 108) | def to_dict(self): method to_str (line 132) | def to_str(self): method __repr__ (line 136) | def __repr__(self): method __eq__ (line 140) | def __eq__(self, other): method __ne__ (line 147) | def __ne__(self, other): FILE: kubernetes/client/models/v1_node_affinity.py class V1NodeAffinity (line 21) | class V1NodeAffinity(object): method __init__ (line 45) | def __init__(self, preferred_during_scheduling_ignored_during_executio... method preferred_during_scheduling_ignored_during_execution (line 61) | def preferred_during_scheduling_ignored_during_execution(self): method preferred_during_scheduling_ignored_during_execution (line 72) | def preferred_during_scheduling_ignored_during_execution(self, preferr... method required_during_scheduling_ignored_during_execution (line 84) | def required_during_scheduling_ignored_during_execution(self): method required_during_scheduling_ignored_during_execution (line 94) | def required_during_scheduling_ignored_during_execution(self, required... method to_dict (line 104) | def to_dict(self): method to_str (line 128) | def to_str(self): method __repr__ (line 132) | def __repr__(self): method __eq__ (line 136) | def __eq__(self, other): method __ne__ (line 143) | def __ne__(self, other): FILE: kubernetes/client/models/v1_node_condition.py class V1NodeCondition (line 21) | class V1NodeCondition(object): method __init__ (line 53) | def __init__(self, last_heartbeat_time=None, last_transition_time=None... method last_heartbeat_time (line 79) | def last_heartbeat_time(self): method last_heartbeat_time (line 90) | def last_heartbeat_time(self, last_heartbeat_time): method last_transition_time (line 102) | def last_transition_time(self): method last_transition_time (line 113) | def last_transition_time(self, last_transition_time): method message (line 125) | def message(self): method message (line 136) | def message(self, message): method reason (line 148) | def reason(self): method reason (line 159) | def reason(self, reason): method status (line 171) | def status(self): method status (line 182) | def status(self, status): method type (line 196) | def type(self): method type (line 207) | def type(self, type): method to_dict (line 220) | def to_dict(self): method to_str (line 244) | def to_str(self): method __repr__ (line 248) | def __repr__(self): method __eq__ (line 252) | def __eq__(self, other): method __ne__ (line 259) | def __ne__(self, other): FILE: kubernetes/client/models/v1_node_config_source.py class V1NodeConfigSource (line 21) | class V1NodeConfigSource(object): method __init__ (line 43) | def __init__(self, config_map=None, local_vars_configuration=None): #... method config_map (line 56) | def config_map(self): method config_map (line 66) | def config_map(self, config_map): method to_dict (line 76) | def to_dict(self): method to_str (line 100) | def to_str(self): method __repr__ (line 104) | def __repr__(self): method __eq__ (line 108) | def __eq__(self, other): method __ne__ (line 115) | def __ne__(self, other): FILE: kubernetes/client/models/v1_node_config_status.py class V1NodeConfigStatus (line 21) | class V1NodeConfigStatus(object): method __init__ (line 49) | def __init__(self, active=None, assigned=None, error=None, last_known_... method active (line 71) | def active(self): method active (line 81) | def active(self, active): method assigned (line 92) | def assigned(self): method assigned (line 102) | def assigned(self, assigned): method error (line 113) | def error(self): method error (line 124) | def error(self, error): method last_known_good (line 136) | def last_known_good(self): method last_known_good (line 146) | def last_known_good(self, last_known_good): method to_dict (line 156) | def to_dict(self): method to_str (line 180) | def to_str(self): method __repr__ (line 184) | def __repr__(self): method __eq__ (line 188) | def __eq__(self, other): method __ne__ (line 195) | def __ne__(self, other): FILE: kubernetes/client/models/v1_node_daemon_endpoints.py class V1NodeDaemonEndpoints (line 21) | class V1NodeDaemonEndpoints(object): method __init__ (line 43) | def __init__(self, kubelet_endpoint=None, local_vars_configuration=Non... method kubelet_endpoint (line 56) | def kubelet_endpoint(self): method kubelet_endpoint (line 66) | def kubelet_endpoint(self, kubelet_endpoint): method to_dict (line 76) | def to_dict(self): method to_str (line 100) | def to_str(self): method __repr__ (line 104) | def __repr__(self): method __eq__ (line 108) | def __eq__(self, other): method __ne__ (line 115) | def __ne__(self, other): FILE: kubernetes/client/models/v1_node_features.py class V1NodeFeatures (line 21) | class V1NodeFeatures(object): method __init__ (line 43) | def __init__(self, supplemental_groups_policy=None, local_vars_configu... method supplemental_groups_policy (line 56) | def supplemental_groups_policy(self): method supplemental_groups_policy (line 67) | def supplemental_groups_policy(self, supplemental_groups_policy): method to_dict (line 78) | def to_dict(self): method to_str (line 102) | def to_str(self): method __repr__ (line 106) | def __repr__(self): method __eq__ (line 110) | def __eq__(self, other): method __ne__ (line 117) | def __ne__(self, other): FILE: kubernetes/client/models/v1_node_list.py class V1NodeList (line 21) | class V1NodeList(object): method __init__ (line 49) | def __init__(self, api_version=None, items=None, kind=None, metadata=N... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method items (line 93) | def items(self): method items (line 104) | def items(self, items): method kind (line 118) | def kind(self): method kind (line 129) | def kind(self, kind): method metadata (line 141) | def metadata(self): method metadata (line 151) | def metadata(self, metadata): method to_dict (line 161) | def to_dict(self): method to_str (line 185) | def to_str(self): method __repr__ (line 189) | def __repr__(self): method __eq__ (line 193) | def __eq__(self, other): method __ne__ (line 200) | def __ne__(self, other): FILE: kubernetes/client/models/v1_node_runtime_handler.py class V1NodeRuntimeHandler (line 21) | class V1NodeRuntimeHandler(object): method __init__ (line 45) | def __init__(self, features=None, name=None, local_vars_configuration=... method features (line 61) | def features(self): method features (line 71) | def features(self, features): method name (line 82) | def name(self): method name (line 93) | def name(self, name): method to_dict (line 104) | def to_dict(self): method to_str (line 128) | def to_str(self): method __repr__ (line 132) | def __repr__(self): method __eq__ (line 136) | def __eq__(self, other): method __ne__ (line 143) | def __ne__(self, other): FILE: kubernetes/client/models/v1_node_runtime_handler_features.py class V1NodeRuntimeHandlerFeatures (line 21) | class V1NodeRuntimeHandlerFeatures(object): method __init__ (line 45) | def __init__(self, recursive_read_only_mounts=None, user_namespaces=No... method recursive_read_only_mounts (line 61) | def recursive_read_only_mounts(self): method recursive_read_only_mounts (line 72) | def recursive_read_only_mounts(self, recursive_read_only_mounts): method user_namespaces (line 84) | def user_namespaces(self): method user_namespaces (line 95) | def user_namespaces(self, user_namespaces): method to_dict (line 106) | def to_dict(self): method to_str (line 130) | def to_str(self): method __repr__ (line 134) | def __repr__(self): method __eq__ (line 138) | def __eq__(self, other): method __ne__ (line 145) | def __ne__(self, other): FILE: kubernetes/client/models/v1_node_selector.py class V1NodeSelector (line 21) | class V1NodeSelector(object): method __init__ (line 43) | def __init__(self, node_selector_terms=None, local_vars_configuration=... method node_selector_terms (line 55) | def node_selector_terms(self): method node_selector_terms (line 66) | def node_selector_terms(self, node_selector_terms): method to_dict (line 79) | def to_dict(self): method to_str (line 103) | def to_str(self): method __repr__ (line 107) | def __repr__(self): method __eq__ (line 111) | def __eq__(self, other): method __ne__ (line 118) | def __ne__(self, other): FILE: kubernetes/client/models/v1_node_selector_requirement.py class V1NodeSelectorRequirement (line 21) | class V1NodeSelectorRequirement(object): method __init__ (line 47) | def __init__(self, key=None, operator=None, values=None, local_vars_co... method key (line 64) | def key(self): method key (line 75) | def key(self, key): method operator (line 89) | def operator(self): method operator (line 100) | def operator(self, operator): method values (line 114) | def values(self): method values (line 125) | def values(self, values): method to_dict (line 136) | def to_dict(self): method to_str (line 160) | def to_str(self): method __repr__ (line 164) | def __repr__(self): method __eq__ (line 168) | def __eq__(self, other): method __ne__ (line 175) | def __ne__(self, other): FILE: kubernetes/client/models/v1_node_selector_term.py class V1NodeSelectorTerm (line 21) | class V1NodeSelectorTerm(object): method __init__ (line 45) | def __init__(self, match_expressions=None, match_fields=None, local_va... method match_expressions (line 61) | def match_expressions(self): method match_expressions (line 72) | def match_expressions(self, match_expressions): method match_fields (line 84) | def match_fields(self): method match_fields (line 95) | def match_fields(self, match_fields): method to_dict (line 106) | def to_dict(self): method to_str (line 130) | def to_str(self): method __repr__ (line 134) | def __repr__(self): method __eq__ (line 138) | def __eq__(self, other): method __ne__ (line 145) | def __ne__(self, other): FILE: kubernetes/client/models/v1_node_spec.py class V1NodeSpec (line 21) | class V1NodeSpec(object): method __init__ (line 55) | def __init__(self, config_source=None, external_id=None, pod_cidr=None... method config_source (line 86) | def config_source(self): method config_source (line 96) | def config_source(self, config_source): method external_id (line 107) | def external_id(self): method external_id (line 118) | def external_id(self, external_id): method pod_cidr (line 130) | def pod_cidr(self): method pod_cidr (line 141) | def pod_cidr(self, pod_cidr): method pod_cid_rs (line 153) | def pod_cid_rs(self): method pod_cid_rs (line 164) | def pod_cid_rs(self, pod_cid_rs): method provider_id (line 176) | def provider_id(self): method provider_id (line 187) | def provider_id(self, provider_id): method taints (line 199) | def taints(self): method taints (line 210) | def taints(self, taints): method unschedulable (line 222) | def unschedulable(self): method unschedulable (line 233) | def unschedulable(self, unschedulable): method to_dict (line 244) | def to_dict(self): method to_str (line 268) | def to_str(self): method __repr__ (line 272) | def __repr__(self): method __eq__ (line 276) | def __eq__(self, other): method __ne__ (line 283) | def __ne__(self, other): FILE: kubernetes/client/models/v1_node_status.py class V1NodeStatus (line 21) | class V1NodeStatus(object): method __init__ (line 69) | def __init__(self, addresses=None, allocatable=None, capacity=None, co... method addresses (line 121) | def addresses(self): method addresses (line 132) | def addresses(self, addresses): method allocatable (line 144) | def allocatable(self): method allocatable (line 155) | def allocatable(self, allocatable): method capacity (line 167) | def capacity(self): method capacity (line 178) | def capacity(self, capacity): method conditions (line 190) | def conditions(self): method conditions (line 201) | def conditions(self, conditions): method config (line 213) | def config(self): method config (line 223) | def config(self, config): method daemon_endpoints (line 234) | def daemon_endpoints(self): method daemon_endpoints (line 244) | def daemon_endpoints(self, daemon_endpoints): method declared_features (line 255) | def declared_features(self): method declared_features (line 266) | def declared_features(self, declared_features): method features (line 278) | def features(self): method features (line 288) | def features(self, features): method images (line 299) | def images(self): method images (line 310) | def images(self, images): method node_info (line 322) | def node_info(self): method node_info (line 332) | def node_info(self, node_info): method phase (line 343) | def phase(self): method phase (line 354) | def phase(self, phase): method runtime_handlers (line 366) | def runtime_handlers(self): method runtime_handlers (line 377) | def runtime_handlers(self, runtime_handlers): method volumes_attached (line 389) | def volumes_attached(self): method volumes_attached (line 400) | def volumes_attached(self, volumes_attached): method volumes_in_use (line 412) | def volumes_in_use(self): method volumes_in_use (line 423) | def volumes_in_use(self, volumes_in_use): method to_dict (line 434) | def to_dict(self): method to_str (line 458) | def to_str(self): method __repr__ (line 462) | def __repr__(self): method __eq__ (line 466) | def __eq__(self, other): method __ne__ (line 473) | def __ne__(self, other): FILE: kubernetes/client/models/v1_node_swap_status.py class V1NodeSwapStatus (line 21) | class V1NodeSwapStatus(object): method __init__ (line 43) | def __init__(self, capacity=None, local_vars_configuration=None): # n... method capacity (line 56) | def capacity(self): method capacity (line 67) | def capacity(self, capacity): method to_dict (line 78) | def to_dict(self): method to_str (line 102) | def to_str(self): method __repr__ (line 106) | def __repr__(self): method __eq__ (line 110) | def __eq__(self, other): method __ne__ (line 117) | def __ne__(self, other): FILE: kubernetes/client/models/v1_node_system_info.py class V1NodeSystemInfo (line 21) | class V1NodeSystemInfo(object): method __init__ (line 63) | def __init__(self, architecture=None, boot_id=None, container_runtime_... method architecture (line 96) | def architecture(self): method architecture (line 107) | def architecture(self, architecture): method boot_id (line 121) | def boot_id(self): method boot_id (line 132) | def boot_id(self, boot_id): method container_runtime_version (line 146) | def container_runtime_version(self): method container_runtime_version (line 157) | def container_runtime_version(self, container_runtime_version): method kernel_version (line 171) | def kernel_version(self): method kernel_version (line 182) | def kernel_version(self, kernel_version): method kube_proxy_version (line 196) | def kube_proxy_version(self): method kube_proxy_version (line 207) | def kube_proxy_version(self, kube_proxy_version): method kubelet_version (line 221) | def kubelet_version(self): method kubelet_version (line 232) | def kubelet_version(self, kubelet_version): method machine_id (line 246) | def machine_id(self): method machine_id (line 257) | def machine_id(self, machine_id): method operating_system (line 271) | def operating_system(self): method operating_system (line 282) | def operating_system(self, operating_system): method os_image (line 296) | def os_image(self): method os_image (line 307) | def os_image(self, os_image): method swap (line 321) | def swap(self): method swap (line 331) | def swap(self, swap): method system_uuid (line 342) | def system_uuid(self): method system_uuid (line 353) | def system_uuid(self, system_uuid): method to_dict (line 366) | def to_dict(self): method to_str (line 390) | def to_str(self): method __repr__ (line 394) | def __repr__(self): method __eq__ (line 398) | def __eq__(self, other): method __ne__ (line 405) | def __ne__(self, other): FILE: kubernetes/client/models/v1_non_resource_attributes.py class V1NonResourceAttributes (line 21) | class V1NonResourceAttributes(object): method __init__ (line 45) | def __init__(self, path=None, verb=None, local_vars_configuration=None... method path (line 61) | def path(self): method path (line 72) | def path(self, path): method verb (line 84) | def verb(self): method verb (line 95) | def verb(self, verb): method to_dict (line 106) | def to_dict(self): method to_str (line 130) | def to_str(self): method __repr__ (line 134) | def __repr__(self): method __eq__ (line 138) | def __eq__(self, other): method __ne__ (line 145) | def __ne__(self, other): FILE: kubernetes/client/models/v1_non_resource_policy_rule.py class V1NonResourcePolicyRule (line 21) | class V1NonResourcePolicyRule(object): method __init__ (line 45) | def __init__(self, non_resource_ur_ls=None, verbs=None, local_vars_con... method non_resource_ur_ls (line 59) | def non_resource_ur_ls(self): method non_resource_ur_ls (line 70) | def non_resource_ur_ls(self, non_resource_ur_ls): method verbs (line 84) | def verbs(self): method verbs (line 95) | def verbs(self, verbs): method to_dict (line 108) | def to_dict(self): method to_str (line 132) | def to_str(self): method __repr__ (line 136) | def __repr__(self): method __eq__ (line 140) | def __eq__(self, other): method __ne__ (line 147) | def __ne__(self, other): FILE: kubernetes/client/models/v1_non_resource_rule.py class V1NonResourceRule (line 21) | class V1NonResourceRule(object): method __init__ (line 45) | def __init__(self, non_resource_ur_ls=None, verbs=None, local_vars_con... method non_resource_ur_ls (line 60) | def non_resource_ur_ls(self): method non_resource_ur_ls (line 71) | def non_resource_ur_ls(self, non_resource_ur_ls): method verbs (line 83) | def verbs(self): method verbs (line 94) | def verbs(self, verbs): method to_dict (line 107) | def to_dict(self): method to_str (line 131) | def to_str(self): method __repr__ (line 135) | def __repr__(self): method __eq__ (line 139) | def __eq__(self, other): method __ne__ (line 146) | def __ne__(self, other): FILE: kubernetes/client/models/v1_object_field_selector.py class V1ObjectFieldSelector (line 21) | class V1ObjectFieldSelector(object): method __init__ (line 45) | def __init__(self, api_version=None, field_path=None, local_vars_confi... method api_version (line 60) | def api_version(self): method api_version (line 71) | def api_version(self, api_version): method field_path (line 83) | def field_path(self): method field_path (line 94) | def field_path(self, field_path): method to_dict (line 107) | def to_dict(self): method to_str (line 131) | def to_str(self): method __repr__ (line 135) | def __repr__(self): method __eq__ (line 139) | def __eq__(self, other): method __ne__ (line 146) | def __ne__(self, other): FILE: kubernetes/client/models/v1_object_meta.py class V1ObjectMeta (line 21) | class V1ObjectMeta(object): method __init__ (line 71) | def __init__(self, annotations=None, creation_timestamp=None, deletion... method annotations (line 126) | def annotations(self): method annotations (line 137) | def annotations(self, annotations): method creation_timestamp (line 149) | def creation_timestamp(self): method creation_timestamp (line 160) | def creation_timestamp(self, creation_timestamp): method deletion_grace_period_seconds (line 172) | def deletion_grace_period_seconds(self): method deletion_grace_period_seconds (line 183) | def deletion_grace_period_seconds(self, deletion_grace_period_seconds): method deletion_timestamp (line 195) | def deletion_timestamp(self): method deletion_timestamp (line 206) | def deletion_timestamp(self, deletion_timestamp): method finalizers (line 218) | def finalizers(self): method finalizers (line 229) | def finalizers(self, finalizers): method generate_name (line 241) | def generate_name(self): method generate_name (line 252) | def generate_name(self, generate_name): method generation (line 264) | def generation(self): method generation (line 275) | def generation(self, generation): method labels (line 287) | def labels(self): method labels (line 298) | def labels(self, labels): method managed_fields (line 310) | def managed_fields(self): method managed_fields (line 321) | def managed_fields(self, managed_fields): method name (line 333) | def name(self): method name (line 344) | def name(self, name): method namespace (line 356) | def namespace(self): method namespace (line 367) | def namespace(self, namespace): method owner_references (line 379) | def owner_references(self): method owner_references (line 390) | def owner_references(self, owner_references): method resource_version (line 402) | def resource_version(self): method resource_version (line 413) | def resource_version(self, resource_version): method self_link (line 425) | def self_link(self): method self_link (line 436) | def self_link(self, self_link): method uid (line 448) | def uid(self): method uid (line 459) | def uid(self, uid): method to_dict (line 470) | def to_dict(self): method to_str (line 494) | def to_str(self): method __repr__ (line 498) | def __repr__(self): method __eq__ (line 502) | def __eq__(self, other): method __ne__ (line 509) | def __ne__(self, other): FILE: kubernetes/client/models/v1_object_reference.py class V1ObjectReference (line 21) | class V1ObjectReference(object): method __init__ (line 55) | def __init__(self, api_version=None, field_path=None, kind=None, name=... method api_version (line 86) | def api_version(self): method api_version (line 97) | def api_version(self, api_version): method field_path (line 109) | def field_path(self): method field_path (line 120) | def field_path(self, field_path): method kind (line 132) | def kind(self): method kind (line 143) | def kind(self, kind): method name (line 155) | def name(self): method name (line 166) | def name(self, name): method namespace (line 178) | def namespace(self): method namespace (line 189) | def namespace(self, namespace): method resource_version (line 201) | def resource_version(self): method resource_version (line 212) | def resource_version(self, resource_version): method uid (line 224) | def uid(self): method uid (line 235) | def uid(self, uid): method to_dict (line 246) | def to_dict(self): method to_str (line 270) | def to_str(self): method __repr__ (line 274) | def __repr__(self): method __eq__ (line 278) | def __eq__(self, other): method __ne__ (line 285) | def __ne__(self, other): FILE: kubernetes/client/models/v1_opaque_device_configuration.py class V1OpaqueDeviceConfiguration (line 21) | class V1OpaqueDeviceConfiguration(object): method __init__ (line 45) | def __init__(self, driver=None, parameters=None, local_vars_configurat... method driver (line 59) | def driver(self): method driver (line 70) | def driver(self, driver): method parameters (line 84) | def parameters(self): method parameters (line 95) | def parameters(self, parameters): method to_dict (line 108) | def to_dict(self): method to_str (line 132) | def to_str(self): method __repr__ (line 136) | def __repr__(self): method __eq__ (line 140) | def __eq__(self, other): method __ne__ (line 147) | def __ne__(self, other): FILE: kubernetes/client/models/v1_overhead.py class V1Overhead (line 21) | class V1Overhead(object): method __init__ (line 43) | def __init__(self, pod_fixed=None, local_vars_configuration=None): # ... method pod_fixed (line 56) | def pod_fixed(self): method pod_fixed (line 67) | def pod_fixed(self, pod_fixed): method to_dict (line 78) | def to_dict(self): method to_str (line 102) | def to_str(self): method __repr__ (line 106) | def __repr__(self): method __eq__ (line 110) | def __eq__(self, other): method __ne__ (line 117) | def __ne__(self, other): FILE: kubernetes/client/models/v1_owner_reference.py class V1OwnerReference (line 21) | class V1OwnerReference(object): method __init__ (line 53) | def __init__(self, api_version=None, block_owner_deletion=None, contro... method api_version (line 77) | def api_version(self): method api_version (line 88) | def api_version(self, api_version): method block_owner_deletion (line 102) | def block_owner_deletion(self): method block_owner_deletion (line 113) | def block_owner_deletion(self, block_owner_deletion): method controller (line 125) | def controller(self): method controller (line 136) | def controller(self, controller): method kind (line 148) | def kind(self): method kind (line 159) | def kind(self, kind): method name (line 173) | def name(self): method name (line 184) | def name(self, name): method uid (line 198) | def uid(self): method uid (line 209) | def uid(self, uid): method to_dict (line 222) | def to_dict(self): method to_str (line 246) | def to_str(self): method __repr__ (line 250) | def __repr__(self): method __eq__ (line 254) | def __eq__(self, other): method __ne__ (line 261) | def __ne__(self, other): FILE: kubernetes/client/models/v1_param_kind.py class V1ParamKind (line 21) | class V1ParamKind(object): method __init__ (line 45) | def __init__(self, api_version=None, kind=None, local_vars_configurati... method api_version (line 61) | def api_version(self): method api_version (line 72) | def api_version(self, api_version): method kind (line 84) | def kind(self): method kind (line 95) | def kind(self, kind): method to_dict (line 106) | def to_dict(self): method to_str (line 130) | def to_str(self): method __repr__ (line 134) | def __repr__(self): method __eq__ (line 138) | def __eq__(self, other): method __ne__ (line 145) | def __ne__(self, other): FILE: kubernetes/client/models/v1_param_ref.py class V1ParamRef (line 21) | class V1ParamRef(object): method __init__ (line 49) | def __init__(self, name=None, namespace=None, parameter_not_found_acti... method name (line 71) | def name(self): method name (line 82) | def name(self, name): method namespace (line 94) | def namespace(self): method namespace (line 105) | def namespace(self, namespace): method parameter_not_found_action (line 117) | def parameter_not_found_action(self): method parameter_not_found_action (line 128) | def parameter_not_found_action(self, parameter_not_found_action): method selector (line 140) | def selector(self): method selector (line 150) | def selector(self, selector): method to_dict (line 160) | def to_dict(self): method to_str (line 184) | def to_str(self): method __repr__ (line 188) | def __repr__(self): method __eq__ (line 192) | def __eq__(self, other): method __ne__ (line 199) | def __ne__(self, other): FILE: kubernetes/client/models/v1_parent_reference.py class V1ParentReference (line 21) | class V1ParentReference(object): method __init__ (line 49) | def __init__(self, group=None, name=None, namespace=None, resource=Non... method group (line 69) | def group(self): method group (line 80) | def group(self, group): method name (line 92) | def name(self): method name (line 103) | def name(self, name): method namespace (line 117) | def namespace(self): method namespace (line 128) | def namespace(self, namespace): method resource (line 140) | def resource(self): method resource (line 151) | def resource(self, resource): method to_dict (line 164) | def to_dict(self): method to_str (line 188) | def to_str(self): method __repr__ (line 192) | def __repr__(self): method __eq__ (line 196) | def __eq__(self, other): method __ne__ (line 203) | def __ne__(self, other): FILE: kubernetes/client/models/v1_persistent_volume.py class V1PersistentVolume (line 21) | class V1PersistentVolume(object): method __init__ (line 51) | def __init__(self, api_version=None, kind=None, metadata=None, spec=No... method api_version (line 76) | def api_version(self): method api_version (line 87) | def api_version(self, api_version): method kind (line 99) | def kind(self): method kind (line 110) | def kind(self, kind): method metadata (line 122) | def metadata(self): method metadata (line 132) | def metadata(self, metadata): method spec (line 143) | def spec(self): method spec (line 153) | def spec(self, spec): method status (line 164) | def status(self): method status (line 174) | def status(self, status): method to_dict (line 184) | def to_dict(self): method to_str (line 208) | def to_str(self): method __repr__ (line 212) | def __repr__(self): method __eq__ (line 216) | def __eq__(self, other): method __ne__ (line 223) | def __ne__(self, other): FILE: kubernetes/client/models/v1_persistent_volume_claim.py class V1PersistentVolumeClaim (line 21) | class V1PersistentVolumeClaim(object): method __init__ (line 51) | def __init__(self, api_version=None, kind=None, metadata=None, spec=No... method api_version (line 76) | def api_version(self): method api_version (line 87) | def api_version(self, api_version): method kind (line 99) | def kind(self): method kind (line 110) | def kind(self, kind): method metadata (line 122) | def metadata(self): method metadata (line 132) | def metadata(self, metadata): method spec (line 143) | def spec(self): method spec (line 153) | def spec(self, spec): method status (line 164) | def status(self): method status (line 174) | def status(self, status): method to_dict (line 184) | def to_dict(self): method to_str (line 208) | def to_str(self): method __repr__ (line 212) | def __repr__(self): method __eq__ (line 216) | def __eq__(self, other): method __ne__ (line 223) | def __ne__(self, other): FILE: kubernetes/client/models/v1_persistent_volume_claim_condition.py class V1PersistentVolumeClaimCondition (line 21) | class V1PersistentVolumeClaimCondition(object): method __init__ (line 53) | def __init__(self, last_probe_time=None, last_transition_time=None, me... method last_probe_time (line 79) | def last_probe_time(self): method last_probe_time (line 90) | def last_probe_time(self, last_probe_time): method last_transition_time (line 102) | def last_transition_time(self): method last_transition_time (line 113) | def last_transition_time(self, last_transition_time): method message (line 125) | def message(self): method message (line 136) | def message(self, message): method reason (line 148) | def reason(self): method reason (line 159) | def reason(self, reason): method status (line 171) | def status(self): method status (line 182) | def status(self, status): method type (line 196) | def type(self): method type (line 207) | def type(self, type): method to_dict (line 220) | def to_dict(self): method to_str (line 244) | def to_str(self): method __repr__ (line 248) | def __repr__(self): method __eq__ (line 252) | def __eq__(self, other): method __ne__ (line 259) | def __ne__(self, other): FILE: kubernetes/client/models/v1_persistent_volume_claim_list.py class V1PersistentVolumeClaimList (line 21) | class V1PersistentVolumeClaimList(object): method __init__ (line 49) | def __init__(self, api_version=None, items=None, kind=None, metadata=N... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method items (line 93) | def items(self): method items (line 104) | def items(self, items): method kind (line 118) | def kind(self): method kind (line 129) | def kind(self, kind): method metadata (line 141) | def metadata(self): method metadata (line 151) | def metadata(self, metadata): method to_dict (line 161) | def to_dict(self): method to_str (line 185) | def to_str(self): method __repr__ (line 189) | def __repr__(self): method __eq__ (line 193) | def __eq__(self, other): method __ne__ (line 200) | def __ne__(self, other): FILE: kubernetes/client/models/v1_persistent_volume_claim_spec.py class V1PersistentVolumeClaimSpec (line 21) | class V1PersistentVolumeClaimSpec(object): method __init__ (line 59) | def __init__(self, access_modes=None, data_source=None, data_source_re... method access_modes (line 96) | def access_modes(self): method access_modes (line 107) | def access_modes(self, access_modes): method data_source (line 119) | def data_source(self): method data_source (line 129) | def data_source(self, data_source): method data_source_ref (line 140) | def data_source_ref(self): method data_source_ref (line 150) | def data_source_ref(self, data_source_ref): method resources (line 161) | def resources(self): method resources (line 171) | def resources(self, resources): method selector (line 182) | def selector(self): method selector (line 192) | def selector(self, selector): method storage_class_name (line 203) | def storage_class_name(self): method storage_class_name (line 214) | def storage_class_name(self, storage_class_name): method volume_attributes_class_name (line 226) | def volume_attributes_class_name(self): method volume_attributes_class_name (line 237) | def volume_attributes_class_name(self, volume_attributes_class_name): method volume_mode (line 249) | def volume_mode(self): method volume_mode (line 260) | def volume_mode(self, volume_mode): method volume_name (line 272) | def volume_name(self): method volume_name (line 283) | def volume_name(self, volume_name): method to_dict (line 294) | def to_dict(self): method to_str (line 318) | def to_str(self): method __repr__ (line 322) | def __repr__(self): method __eq__ (line 326) | def __eq__(self, other): method __ne__ (line 333) | def __ne__(self, other): FILE: kubernetes/client/models/v1_persistent_volume_claim_status.py class V1PersistentVolumeClaimStatus (line 21) | class V1PersistentVolumeClaimStatus(object): method __init__ (line 57) | def __init__(self, access_modes=None, allocated_resource_statuses=None... method access_modes (line 91) | def access_modes(self): method access_modes (line 102) | def access_modes(self, access_modes): method allocated_resource_statuses (line 114) | def allocated_resource_statuses(self): method allocated_resource_statuses (line 125) | def allocated_resource_statuses(self, allocated_resource_statuses): method allocated_resources (line 137) | def allocated_resources(self): method allocated_resources (line 148) | def allocated_resources(self, allocated_resources): method capacity (line 160) | def capacity(self): method capacity (line 171) | def capacity(self, capacity): method conditions (line 183) | def conditions(self): method conditions (line 194) | def conditions(self, conditions): method current_volume_attributes_class_name (line 206) | def current_volume_attributes_class_name(self): method current_volume_attributes_class_name (line 217) | def current_volume_attributes_class_name(self, current_volume_attribut... method modify_volume_status (line 229) | def modify_volume_status(self): method modify_volume_status (line 239) | def modify_volume_status(self, modify_volume_status): method phase (line 250) | def phase(self): method phase (line 261) | def phase(self, phase): method to_dict (line 272) | def to_dict(self): method to_str (line 296) | def to_str(self): method __repr__ (line 300) | def __repr__(self): method __eq__ (line 304) | def __eq__(self, other): method __ne__ (line 311) | def __ne__(self, other): FILE: kubernetes/client/models/v1_persistent_volume_claim_template.py class V1PersistentVolumeClaimTemplate (line 21) | class V1PersistentVolumeClaimTemplate(object): method __init__ (line 45) | def __init__(self, metadata=None, spec=None, local_vars_configuration=... method metadata (line 60) | def metadata(self): method metadata (line 70) | def metadata(self, metadata): method spec (line 81) | def spec(self): method spec (line 91) | def spec(self, spec): method to_dict (line 103) | def to_dict(self): method to_str (line 127) | def to_str(self): method __repr__ (line 131) | def __repr__(self): method __eq__ (line 135) | def __eq__(self, other): method __ne__ (line 142) | def __ne__(self, other): FILE: kubernetes/client/models/v1_persistent_volume_claim_volume_source.py class V1PersistentVolumeClaimVolumeSource (line 21) | class V1PersistentVolumeClaimVolumeSource(object): method __init__ (line 45) | def __init__(self, claim_name=None, read_only=None, local_vars_configu... method claim_name (line 60) | def claim_name(self): method claim_name (line 71) | def claim_name(self, claim_name): method read_only (line 85) | def read_only(self): method read_only (line 96) | def read_only(self, read_only): method to_dict (line 107) | def to_dict(self): method to_str (line 131) | def to_str(self): method __repr__ (line 135) | def __repr__(self): method __eq__ (line 139) | def __eq__(self, other): method __ne__ (line 146) | def __ne__(self, other): FILE: kubernetes/client/models/v1_persistent_volume_list.py class V1PersistentVolumeList (line 21) | class V1PersistentVolumeList(object): method __init__ (line 49) | def __init__(self, api_version=None, items=None, kind=None, metadata=N... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method items (line 93) | def items(self): method items (line 104) | def items(self, items): method kind (line 118) | def kind(self): method kind (line 129) | def kind(self, kind): method metadata (line 141) | def metadata(self): method metadata (line 151) | def metadata(self, metadata): method to_dict (line 161) | def to_dict(self): method to_str (line 185) | def to_str(self): method __repr__ (line 189) | def __repr__(self): method __eq__ (line 193) | def __eq__(self, other): method __ne__ (line 200) | def __ne__(self, other): FILE: kubernetes/client/models/v1_persistent_volume_spec.py class V1PersistentVolumeSpec (line 21) | class V1PersistentVolumeSpec(object): method __init__ (line 103) | def __init__(self, access_modes=None, aws_elastic_block_store=None, az... method access_modes (line 206) | def access_modes(self): method access_modes (line 217) | def access_modes(self, access_modes): method aws_elastic_block_store (line 229) | def aws_elastic_block_store(self): method aws_elastic_block_store (line 239) | def aws_elastic_block_store(self, aws_elastic_block_store): method azure_disk (line 250) | def azure_disk(self): method azure_disk (line 260) | def azure_disk(self, azure_disk): method azure_file (line 271) | def azure_file(self): method azure_file (line 281) | def azure_file(self, azure_file): method capacity (line 292) | def capacity(self): method capacity (line 303) | def capacity(self, capacity): method cephfs (line 315) | def cephfs(self): method cephfs (line 325) | def cephfs(self, cephfs): method cinder (line 336) | def cinder(self): method cinder (line 346) | def cinder(self, cinder): method claim_ref (line 357) | def claim_ref(self): method claim_ref (line 367) | def claim_ref(self, claim_ref): method csi (line 378) | def csi(self): method csi (line 388) | def csi(self, csi): method fc (line 399) | def fc(self): method fc (line 409) | def fc(self, fc): method flex_volume (line 420) | def flex_volume(self): method flex_volume (line 430) | def flex_volume(self, flex_volume): method flocker (line 441) | def flocker(self): method flocker (line 451) | def flocker(self, flocker): method gce_persistent_disk (line 462) | def gce_persistent_disk(self): method gce_persistent_disk (line 472) | def gce_persistent_disk(self, gce_persistent_disk): method glusterfs (line 483) | def glusterfs(self): method glusterfs (line 493) | def glusterfs(self, glusterfs): method host_path (line 504) | def host_path(self): method host_path (line 514) | def host_path(self, host_path): method iscsi (line 525) | def iscsi(self): method iscsi (line 535) | def iscsi(self, iscsi): method local (line 546) | def local(self): method local (line 556) | def local(self, local): method mount_options (line 567) | def mount_options(self): method mount_options (line 578) | def mount_options(self, mount_options): method nfs (line 590) | def nfs(self): method nfs (line 600) | def nfs(self, nfs): method node_affinity (line 611) | def node_affinity(self): method node_affinity (line 621) | def node_affinity(self, node_affinity): method persistent_volume_reclaim_policy (line 632) | def persistent_volume_reclaim_policy(self): method persistent_volume_reclaim_policy (line 643) | def persistent_volume_reclaim_policy(self, persistent_volume_reclaim_p... method photon_persistent_disk (line 655) | def photon_persistent_disk(self): method photon_persistent_disk (line 665) | def photon_persistent_disk(self, photon_persistent_disk): method portworx_volume (line 676) | def portworx_volume(self): method portworx_volume (line 686) | def portworx_volume(self, portworx_volume): method quobyte (line 697) | def quobyte(self): method quobyte (line 707) | def quobyte(self, quobyte): method rbd (line 718) | def rbd(self): method rbd (line 728) | def rbd(self, rbd): method scale_io (line 739) | def scale_io(self): method scale_io (line 749) | def scale_io(self, scale_io): method storage_class_name (line 760) | def storage_class_name(self): method storage_class_name (line 771) | def storage_class_name(self, storage_class_name): method storageos (line 783) | def storageos(self): method storageos (line 793) | def storageos(self, storageos): method volume_attributes_class_name (line 804) | def volume_attributes_class_name(self): method volume_attributes_class_name (line 815) | def volume_attributes_class_name(self, volume_attributes_class_name): method volume_mode (line 827) | def volume_mode(self): method volume_mode (line 838) | def volume_mode(self, volume_mode): method vsphere_volume (line 850) | def vsphere_volume(self): method vsphere_volume (line 860) | def vsphere_volume(self, vsphere_volume): method to_dict (line 870) | def to_dict(self): method to_str (line 894) | def to_str(self): method __repr__ (line 898) | def __repr__(self): method __eq__ (line 902) | def __eq__(self, other): method __ne__ (line 909) | def __ne__(self, other): FILE: kubernetes/client/models/v1_persistent_volume_status.py class V1PersistentVolumeStatus (line 21) | class V1PersistentVolumeStatus(object): method __init__ (line 49) | def __init__(self, last_phase_transition_time=None, message=None, phas... method last_phase_transition_time (line 71) | def last_phase_transition_time(self): method last_phase_transition_time (line 82) | def last_phase_transition_time(self, last_phase_transition_time): method message (line 94) | def message(self): method message (line 105) | def message(self, message): method phase (line 117) | def phase(self): method phase (line 128) | def phase(self, phase): method reason (line 140) | def reason(self): method reason (line 151) | def reason(self, reason): method to_dict (line 162) | def to_dict(self): method to_str (line 186) | def to_str(self): method __repr__ (line 190) | def __repr__(self): method __eq__ (line 194) | def __eq__(self, other): method __ne__ (line 201) | def __ne__(self, other): FILE: kubernetes/client/models/v1_photon_persistent_disk_volume_source.py class V1PhotonPersistentDiskVolumeSource (line 21) | class V1PhotonPersistentDiskVolumeSource(object): method __init__ (line 45) | def __init__(self, fs_type=None, pd_id=None, local_vars_configuration=... method fs_type (line 60) | def fs_type(self): method fs_type (line 71) | def fs_type(self, fs_type): method pd_id (line 83) | def pd_id(self): method pd_id (line 94) | def pd_id(self, pd_id): method to_dict (line 107) | def to_dict(self): method to_str (line 131) | def to_str(self): method __repr__ (line 135) | def __repr__(self): method __eq__ (line 139) | def __eq__(self, other): method __ne__ (line 146) | def __ne__(self, other): FILE: kubernetes/client/models/v1_pod.py class V1Pod (line 21) | class V1Pod(object): method __init__ (line 51) | def __init__(self, api_version=None, kind=None, metadata=None, spec=No... method api_version (line 76) | def api_version(self): method api_version (line 87) | def api_version(self, api_version): method kind (line 99) | def kind(self): method kind (line 110) | def kind(self, kind): method metadata (line 122) | def metadata(self): method metadata (line 132) | def metadata(self, metadata): method spec (line 143) | def spec(self): method spec (line 153) | def spec(self, spec): method status (line 164) | def status(self): method status (line 174) | def status(self, status): method to_dict (line 184) | def to_dict(self): method to_str (line 208) | def to_str(self): method __repr__ (line 212) | def __repr__(self): method __eq__ (line 216) | def __eq__(self, other): method __ne__ (line 223) | def __ne__(self, other): FILE: kubernetes/client/models/v1_pod_affinity.py class V1PodAffinity (line 21) | class V1PodAffinity(object): method __init__ (line 45) | def __init__(self, preferred_during_scheduling_ignored_during_executio... method preferred_during_scheduling_ignored_during_execution (line 61) | def preferred_during_scheduling_ignored_during_execution(self): method preferred_during_scheduling_ignored_during_execution (line 72) | def preferred_during_scheduling_ignored_during_execution(self, preferr... method required_during_scheduling_ignored_during_execution (line 84) | def required_during_scheduling_ignored_during_execution(self): method required_during_scheduling_ignored_during_execution (line 95) | def required_during_scheduling_ignored_during_execution(self, required... method to_dict (line 106) | def to_dict(self): method to_str (line 130) | def to_str(self): method __repr__ (line 134) | def __repr__(self): method __eq__ (line 138) | def __eq__(self, other): method __ne__ (line 145) | def __ne__(self, other): FILE: kubernetes/client/models/v1_pod_affinity_term.py class V1PodAffinityTerm (line 21) | class V1PodAffinityTerm(object): method __init__ (line 53) | def __init__(self, label_selector=None, match_label_keys=None, mismatc... method label_selector (line 80) | def label_selector(self): method label_selector (line 90) | def label_selector(self, label_selector): method match_label_keys (line 101) | def match_label_keys(self): method match_label_keys (line 112) | def match_label_keys(self, match_label_keys): method mismatch_label_keys (line 124) | def mismatch_label_keys(self): method mismatch_label_keys (line 135) | def mismatch_label_keys(self, mismatch_label_keys): method namespace_selector (line 147) | def namespace_selector(self): method namespace_selector (line 157) | def namespace_selector(self, namespace_selector): method namespaces (line 168) | def namespaces(self): method namespaces (line 179) | def namespaces(self, namespaces): method topology_key (line 191) | def topology_key(self): method topology_key (line 202) | def topology_key(self, topology_key): method to_dict (line 215) | def to_dict(self): method to_str (line 239) | def to_str(self): method __repr__ (line 243) | def __repr__(self): method __eq__ (line 247) | def __eq__(self, other): method __ne__ (line 254) | def __ne__(self, other): FILE: kubernetes/client/models/v1_pod_anti_affinity.py class V1PodAntiAffinity (line 21) | class V1PodAntiAffinity(object): method __init__ (line 45) | def __init__(self, preferred_during_scheduling_ignored_during_executio... method preferred_during_scheduling_ignored_during_execution (line 61) | def preferred_during_scheduling_ignored_during_execution(self): method preferred_during_scheduling_ignored_during_execution (line 72) | def preferred_during_scheduling_ignored_during_execution(self, preferr... method required_during_scheduling_ignored_during_execution (line 84) | def required_during_scheduling_ignored_during_execution(self): method required_during_scheduling_ignored_during_execution (line 95) | def required_during_scheduling_ignored_during_execution(self, required... method to_dict (line 106) | def to_dict(self): method to_str (line 130) | def to_str(self): method __repr__ (line 134) | def __repr__(self): method __eq__ (line 138) | def __eq__(self, other): method __ne__ (line 145) | def __ne__(self, other): FILE: kubernetes/client/models/v1_pod_certificate_projection.py class V1PodCertificateProjection (line 21) | class V1PodCertificateProjection(object): method __init__ (line 55) | def __init__(self, certificate_chain_path=None, credential_bundle_path... method certificate_chain_path (line 84) | def certificate_chain_path(self): method certificate_chain_path (line 95) | def certificate_chain_path(self, certificate_chain_path): method credential_bundle_path (line 107) | def credential_bundle_path(self): method credential_bundle_path (line 118) | def credential_bundle_path(self, credential_bundle_path): method key_path (line 130) | def key_path(self): method key_path (line 141) | def key_path(self, key_path): method key_type (line 153) | def key_type(self): method key_type (line 164) | def key_type(self, key_type): method max_expiration_seconds (line 178) | def max_expiration_seconds(self): method max_expiration_seconds (line 189) | def max_expiration_seconds(self, max_expiration_seconds): method signer_name (line 201) | def signer_name(self): method signer_name (line 212) | def signer_name(self, signer_name): method user_annotations (line 226) | def user_annotations(self): method user_annotations (line 237) | def user_annotations(self, user_annotations): method to_dict (line 248) | def to_dict(self): method to_str (line 272) | def to_str(self): method __repr__ (line 276) | def __repr__(self): method __eq__ (line 280) | def __eq__(self, other): method __ne__ (line 287) | def __ne__(self, other): FILE: kubernetes/client/models/v1_pod_condition.py class V1PodCondition (line 21) | class V1PodCondition(object): method __init__ (line 55) | def __init__(self, last_probe_time=None, last_transition_time=None, me... method last_probe_time (line 84) | def last_probe_time(self): method last_probe_time (line 95) | def last_probe_time(self, last_probe_time): method last_transition_time (line 107) | def last_transition_time(self): method last_transition_time (line 118) | def last_transition_time(self, last_transition_time): method message (line 130) | def message(self): method message (line 141) | def message(self, message): method observed_generation (line 153) | def observed_generation(self): method observed_generation (line 164) | def observed_generation(self, observed_generation): method reason (line 176) | def reason(self): method reason (line 187) | def reason(self, reason): method status (line 199) | def status(self): method status (line 210) | def status(self, status): method type (line 224) | def type(self): method type (line 235) | def type(self, type): method to_dict (line 248) | def to_dict(self): method to_str (line 272) | def to_str(self): method __repr__ (line 276) | def __repr__(self): method __eq__ (line 280) | def __eq__(self, other): method __ne__ (line 287) | def __ne__(self, other): FILE: kubernetes/client/models/v1_pod_disruption_budget.py class V1PodDisruptionBudget (line 21) | class V1PodDisruptionBudget(object): method __init__ (line 51) | def __init__(self, api_version=None, kind=None, metadata=None, spec=No... method api_version (line 76) | def api_version(self): method api_version (line 87) | def api_version(self, api_version): method kind (line 99) | def kind(self): method kind (line 110) | def kind(self, kind): method metadata (line 122) | def metadata(self): method metadata (line 132) | def metadata(self, metadata): method spec (line 143) | def spec(self): method spec (line 153) | def spec(self, spec): method status (line 164) | def status(self): method status (line 174) | def status(self, status): method to_dict (line 184) | def to_dict(self): method to_str (line 208) | def to_str(self): method __repr__ (line 212) | def __repr__(self): method __eq__ (line 216) | def __eq__(self, other): method __ne__ (line 223) | def __ne__(self, other): FILE: kubernetes/client/models/v1_pod_disruption_budget_list.py class V1PodDisruptionBudgetList (line 21) | class V1PodDisruptionBudgetList(object): method __init__ (line 49) | def __init__(self, api_version=None, items=None, kind=None, metadata=N... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method items (line 93) | def items(self): method items (line 104) | def items(self, items): method kind (line 118) | def kind(self): method kind (line 129) | def kind(self, kind): method metadata (line 141) | def metadata(self): method metadata (line 151) | def metadata(self, metadata): method to_dict (line 161) | def to_dict(self): method to_str (line 185) | def to_str(self): method __repr__ (line 189) | def __repr__(self): method __eq__ (line 193) | def __eq__(self, other): method __ne__ (line 200) | def __ne__(self, other): FILE: kubernetes/client/models/v1_pod_disruption_budget_spec.py class V1PodDisruptionBudgetSpec (line 21) | class V1PodDisruptionBudgetSpec(object): method __init__ (line 49) | def __init__(self, max_unavailable=None, min_available=None, selector=... method max_unavailable (line 71) | def max_unavailable(self): method max_unavailable (line 82) | def max_unavailable(self, max_unavailable): method min_available (line 94) | def min_available(self): method min_available (line 105) | def min_available(self, min_available): method selector (line 117) | def selector(self): method selector (line 127) | def selector(self, selector): method unhealthy_pod_eviction_policy (line 138) | def unhealthy_pod_eviction_policy(self): method unhealthy_pod_eviction_policy (line 149) | def unhealthy_pod_eviction_policy(self, unhealthy_pod_eviction_policy): method to_dict (line 160) | def to_dict(self): method to_str (line 184) | def to_str(self): method __repr__ (line 188) | def __repr__(self): method __eq__ (line 192) | def __eq__(self, other): method __ne__ (line 199) | def __ne__(self, other): FILE: kubernetes/client/models/v1_pod_disruption_budget_status.py class V1PodDisruptionBudgetStatus (line 21) | class V1PodDisruptionBudgetStatus(object): method __init__ (line 55) | def __init__(self, conditions=None, current_healthy=None, desired_heal... method conditions (line 82) | def conditions(self): method conditions (line 93) | def conditions(self, conditions): method current_healthy (line 105) | def current_healthy(self): method current_healthy (line 116) | def current_healthy(self, current_healthy): method desired_healthy (line 130) | def desired_healthy(self): method desired_healthy (line 141) | def desired_healthy(self, desired_healthy): method disrupted_pods (line 155) | def disrupted_pods(self): method disrupted_pods (line 166) | def disrupted_pods(self, disrupted_pods): method disruptions_allowed (line 178) | def disruptions_allowed(self): method disruptions_allowed (line 189) | def disruptions_allowed(self, disruptions_allowed): method expected_pods (line 203) | def expected_pods(self): method expected_pods (line 214) | def expected_pods(self, expected_pods): method observed_generation (line 228) | def observed_generation(self): method observed_generation (line 239) | def observed_generation(self, observed_generation): method to_dict (line 250) | def to_dict(self): method to_str (line 274) | def to_str(self): method __repr__ (line 278) | def __repr__(self): method __eq__ (line 282) | def __eq__(self, other): method __ne__ (line 289) | def __ne__(self, other): FILE: kubernetes/client/models/v1_pod_dns_config.py class V1PodDNSConfig (line 21) | class V1PodDNSConfig(object): method __init__ (line 47) | def __init__(self, nameservers=None, options=None, searches=None, loca... method nameservers (line 66) | def nameservers(self): method nameservers (line 77) | def nameservers(self, nameservers): method options (line 89) | def options(self): method options (line 100) | def options(self, options): method searches (line 112) | def searches(self): method searches (line 123) | def searches(self, searches): method to_dict (line 134) | def to_dict(self): method to_str (line 158) | def to_str(self): method __repr__ (line 162) | def __repr__(self): method __eq__ (line 166) | def __eq__(self, other): method __ne__ (line 173) | def __ne__(self, other): FILE: kubernetes/client/models/v1_pod_dns_config_option.py class V1PodDNSConfigOption (line 21) | class V1PodDNSConfigOption(object): method __init__ (line 45) | def __init__(self, name=None, value=None, local_vars_configuration=Non... method name (line 61) | def name(self): method name (line 72) | def name(self, name): method value (line 84) | def value(self): method value (line 95) | def value(self, value): method to_dict (line 106) | def to_dict(self): method to_str (line 130) | def to_str(self): method __repr__ (line 134) | def __repr__(self): method __eq__ (line 138) | def __eq__(self, other): method __ne__ (line 145) | def __ne__(self, other): FILE: kubernetes/client/models/v1_pod_extended_resource_claim_status.py class V1PodExtendedResourceClaimStatus (line 21) | class V1PodExtendedResourceClaimStatus(object): method __init__ (line 45) | def __init__(self, request_mappings=None, resource_claim_name=None, lo... method request_mappings (line 59) | def request_mappings(self): method request_mappings (line 70) | def request_mappings(self, request_mappings): method resource_claim_name (line 84) | def resource_claim_name(self): method resource_claim_name (line 95) | def resource_claim_name(self, resource_claim_name): method to_dict (line 108) | def to_dict(self): method to_str (line 132) | def to_str(self): method __repr__ (line 136) | def __repr__(self): method __eq__ (line 140) | def __eq__(self, other): method __ne__ (line 147) | def __ne__(self, other): FILE: kubernetes/client/models/v1_pod_failure_policy.py class V1PodFailurePolicy (line 21) | class V1PodFailurePolicy(object): method __init__ (line 43) | def __init__(self, rules=None, local_vars_configuration=None): # noqa... method rules (line 55) | def rules(self): method rules (line 66) | def rules(self, rules): method to_dict (line 79) | def to_dict(self): method to_str (line 103) | def to_str(self): method __repr__ (line 107) | def __repr__(self): method __eq__ (line 111) | def __eq__(self, other): method __ne__ (line 118) | def __ne__(self, other): FILE: kubernetes/client/models/v1_pod_failure_policy_on_exit_codes_requirement.py class V1PodFailurePolicyOnExitCodesRequirement (line 21) | class V1PodFailurePolicyOnExitCodesRequirement(object): method __init__ (line 47) | def __init__(self, container_name=None, operator=None, values=None, lo... method container_name (line 64) | def container_name(self): method container_name (line 75) | def container_name(self, container_name): method operator (line 87) | def operator(self): method operator (line 98) | def operator(self, operator): method values (line 112) | def values(self): method values (line 123) | def values(self, values): method to_dict (line 136) | def to_dict(self): method to_str (line 160) | def to_str(self): method __repr__ (line 164) | def __repr__(self): method __eq__ (line 168) | def __eq__(self, other): method __ne__ (line 175) | def __ne__(self, other): FILE: kubernetes/client/models/v1_pod_failure_policy_on_pod_conditions_pattern.py class V1PodFailurePolicyOnPodConditionsPattern (line 21) | class V1PodFailurePolicyOnPodConditionsPattern(object): method __init__ (line 45) | def __init__(self, status=None, type=None, local_vars_configuration=No... method status (line 60) | def status(self): method status (line 71) | def status(self, status): method type (line 83) | def type(self): method type (line 94) | def type(self, type): method to_dict (line 107) | def to_dict(self): method to_str (line 131) | def to_str(self): method __repr__ (line 135) | def __repr__(self): method __eq__ (line 139) | def __eq__(self, other): method __ne__ (line 146) | def __ne__(self, other): FILE: kubernetes/client/models/v1_pod_failure_policy_rule.py class V1PodFailurePolicyRule (line 21) | class V1PodFailurePolicyRule(object): method __init__ (line 47) | def __init__(self, action=None, on_exit_codes=None, on_pod_conditions=... method action (line 65) | def action(self): method action (line 76) | def action(self, action): method on_exit_codes (line 90) | def on_exit_codes(self): method on_exit_codes (line 100) | def on_exit_codes(self, on_exit_codes): method on_pod_conditions (line 111) | def on_pod_conditions(self): method on_pod_conditions (line 122) | def on_pod_conditions(self, on_pod_conditions): method to_dict (line 133) | def to_dict(self): method to_str (line 157) | def to_str(self): method __repr__ (line 161) | def __repr__(self): method __eq__ (line 165) | def __eq__(self, other): method __ne__ (line 172) | def __ne__(self, other): FILE: kubernetes/client/models/v1_pod_ip.py class V1PodIP (line 21) | class V1PodIP(object): method __init__ (line 43) | def __init__(self, ip=None, local_vars_configuration=None): # noqa: E501 method ip (line 55) | def ip(self): method ip (line 66) | def ip(self, ip): method to_dict (line 79) | def to_dict(self): method to_str (line 103) | def to_str(self): method __repr__ (line 107) | def __repr__(self): method __eq__ (line 111) | def __eq__(self, other): method __ne__ (line 118) | def __ne__(self, other): FILE: kubernetes/client/models/v1_pod_list.py class V1PodList (line 21) | class V1PodList(object): method __init__ (line 49) | def __init__(self, api_version=None, items=None, kind=None, metadata=N... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method items (line 93) | def items(self): method items (line 104) | def items(self, items): method kind (line 118) | def kind(self): method kind (line 129) | def kind(self, kind): method metadata (line 141) | def metadata(self): method metadata (line 151) | def metadata(self, metadata): method to_dict (line 161) | def to_dict(self): method to_str (line 185) | def to_str(self): method __repr__ (line 189) | def __repr__(self): method __eq__ (line 193) | def __eq__(self, other): method __ne__ (line 200) | def __ne__(self, other): FILE: kubernetes/client/models/v1_pod_os.py class V1PodOS (line 21) | class V1PodOS(object): method __init__ (line 43) | def __init__(self, name=None, local_vars_configuration=None): # noqa:... method name (line 55) | def name(self): method name (line 66) | def name(self, name): method to_dict (line 79) | def to_dict(self): method to_str (line 103) | def to_str(self): method __repr__ (line 107) | def __repr__(self): method __eq__ (line 111) | def __eq__(self, other): method __ne__ (line 118) | def __ne__(self, other): FILE: kubernetes/client/models/v1_pod_readiness_gate.py class V1PodReadinessGate (line 21) | class V1PodReadinessGate(object): method __init__ (line 43) | def __init__(self, condition_type=None, local_vars_configuration=None)... method condition_type (line 55) | def condition_type(self): method condition_type (line 66) | def condition_type(self, condition_type): method to_dict (line 79) | def to_dict(self): method to_str (line 103) | def to_str(self): method __repr__ (line 107) | def __repr__(self): method __eq__ (line 111) | def __eq__(self, other): method __ne__ (line 118) | def __ne__(self, other): FILE: kubernetes/client/models/v1_pod_resource_claim.py class V1PodResourceClaim (line 21) | class V1PodResourceClaim(object): method __init__ (line 47) | def __init__(self, name=None, resource_claim_name=None, resource_claim... method name (line 65) | def name(self): method name (line 76) | def name(self, name): method resource_claim_name (line 90) | def resource_claim_name(self): method resource_claim_name (line 101) | def resource_claim_name(self, resource_claim_name): method resource_claim_template_name (line 113) | def resource_claim_template_name(self): method resource_claim_template_name (line 124) | def resource_claim_template_name(self, resource_claim_template_name): method to_dict (line 135) | def to_dict(self): method to_str (line 159) | def to_str(self): method __repr__ (line 163) | def __repr__(self): method __eq__ (line 167) | def __eq__(self, other): method __ne__ (line 174) | def __ne__(self, other): FILE: kubernetes/client/models/v1_pod_resource_claim_status.py class V1PodResourceClaimStatus (line 21) | class V1PodResourceClaimStatus(object): method __init__ (line 45) | def __init__(self, name=None, resource_claim_name=None, local_vars_con... method name (line 60) | def name(self): method name (line 71) | def name(self, name): method resource_claim_name (line 85) | def resource_claim_name(self): method resource_claim_name (line 96) | def resource_claim_name(self, resource_claim_name): method to_dict (line 107) | def to_dict(self): method to_str (line 131) | def to_str(self): method __repr__ (line 135) | def __repr__(self): method __eq__ (line 139) | def __eq__(self, other): method __ne__ (line 146) | def __ne__(self, other): FILE: kubernetes/client/models/v1_pod_scheduling_gate.py class V1PodSchedulingGate (line 21) | class V1PodSchedulingGate(object): method __init__ (line 43) | def __init__(self, name=None, local_vars_configuration=None): # noqa:... method name (line 55) | def name(self): method name (line 66) | def name(self, name): method to_dict (line 79) | def to_dict(self): method to_str (line 103) | def to_str(self): method __repr__ (line 107) | def __repr__(self): method __eq__ (line 111) | def __eq__(self, other): method __ne__ (line 118) | def __ne__(self, other): FILE: kubernetes/client/models/v1_pod_security_context.py class V1PodSecurityContext (line 21) | class V1PodSecurityContext(object): method __init__ (line 67) | def __init__(self, app_armor_profile=None, fs_group=None, fs_group_cha... method app_armor_profile (line 116) | def app_armor_profile(self): method app_armor_profile (line 126) | def app_armor_profile(self, app_armor_profile): method fs_group (line 137) | def fs_group(self): method fs_group (line 148) | def fs_group(self, fs_group): method fs_group_change_policy (line 160) | def fs_group_change_policy(self): method fs_group_change_policy (line 171) | def fs_group_change_policy(self, fs_group_change_policy): method run_as_group (line 183) | def run_as_group(self): method run_as_group (line 194) | def run_as_group(self, run_as_group): method run_as_non_root (line 206) | def run_as_non_root(self): method run_as_non_root (line 217) | def run_as_non_root(self, run_as_non_root): method run_as_user (line 229) | def run_as_user(self): method run_as_user (line 240) | def run_as_user(self, run_as_user): method se_linux_change_policy (line 252) | def se_linux_change_policy(self): method se_linux_change_policy (line 263) | def se_linux_change_policy(self, se_linux_change_policy): method se_linux_options (line 275) | def se_linux_options(self): method se_linux_options (line 285) | def se_linux_options(self, se_linux_options): method seccomp_profile (line 296) | def seccomp_profile(self): method seccomp_profile (line 306) | def seccomp_profile(self, seccomp_profile): method supplemental_groups (line 317) | def supplemental_groups(self): method supplemental_groups (line 328) | def supplemental_groups(self, supplemental_groups): method supplemental_groups_policy (line 340) | def supplemental_groups_policy(self): method supplemental_groups_policy (line 351) | def supplemental_groups_policy(self, supplemental_groups_policy): method sysctls (line 363) | def sysctls(self): method sysctls (line 374) | def sysctls(self, sysctls): method windows_options (line 386) | def windows_options(self): method windows_options (line 396) | def windows_options(self, windows_options): method to_dict (line 406) | def to_dict(self): method to_str (line 430) | def to_str(self): method __repr__ (line 434) | def __repr__(self): method __eq__ (line 438) | def __eq__(self, other): method __ne__ (line 445) | def __ne__(self, other): FILE: kubernetes/client/models/v1_pod_spec.py class V1PodSpec (line 21) | class V1PodSpec(object): method __init__ (line 125) | def __init__(self, active_deadline_seconds=None, affinity=None, automo... method active_deadline_seconds (line 260) | def active_deadline_seconds(self): method active_deadline_seconds (line 271) | def active_deadline_seconds(self, active_deadline_seconds): method affinity (line 283) | def affinity(self): method affinity (line 293) | def affinity(self, affinity): method automount_service_account_token (line 304) | def automount_service_account_token(self): method automount_service_account_token (line 315) | def automount_service_account_token(self, automount_service_account_to... method containers (line 327) | def containers(self): method containers (line 338) | def containers(self, containers): method dns_config (line 352) | def dns_config(self): method dns_config (line 362) | def dns_config(self, dns_config): method dns_policy (line 373) | def dns_policy(self): method dns_policy (line 384) | def dns_policy(self, dns_policy): method enable_service_links (line 396) | def enable_service_links(self): method enable_service_links (line 407) | def enable_service_links(self, enable_service_links): method ephemeral_containers (line 419) | def ephemeral_containers(self): method ephemeral_containers (line 430) | def ephemeral_containers(self, ephemeral_containers): method host_aliases (line 442) | def host_aliases(self): method host_aliases (line 453) | def host_aliases(self, host_aliases): method host_ipc (line 465) | def host_ipc(self): method host_ipc (line 476) | def host_ipc(self, host_ipc): method host_network (line 488) | def host_network(self): method host_network (line 499) | def host_network(self, host_network): method host_pid (line 511) | def host_pid(self): method host_pid (line 522) | def host_pid(self, host_pid): method host_users (line 534) | def host_users(self): method host_users (line 545) | def host_users(self, host_users): method hostname (line 557) | def hostname(self): method hostname (line 568) | def hostname(self, hostname): method hostname_override (line 580) | def hostname_override(self): method hostname_override (line 591) | def hostname_override(self, hostname_override): method image_pull_secrets (line 603) | def image_pull_secrets(self): method image_pull_secrets (line 614) | def image_pull_secrets(self, image_pull_secrets): method init_containers (line 626) | def init_containers(self): method init_containers (line 637) | def init_containers(self, init_containers): method node_name (line 649) | def node_name(self): method node_name (line 660) | def node_name(self, node_name): method node_selector (line 672) | def node_selector(self): method node_selector (line 683) | def node_selector(self, node_selector): method os (line 695) | def os(self): method os (line 705) | def os(self, os): method overhead (line 716) | def overhead(self): method overhead (line 727) | def overhead(self, overhead): method preemption_policy (line 739) | def preemption_policy(self): method preemption_policy (line 750) | def preemption_policy(self, preemption_policy): method priority (line 762) | def priority(self): method priority (line 773) | def priority(self, priority): method priority_class_name (line 785) | def priority_class_name(self): method priority_class_name (line 796) | def priority_class_name(self, priority_class_name): method readiness_gates (line 808) | def readiness_gates(self): method readiness_gates (line 819) | def readiness_gates(self, readiness_gates): method resource_claims (line 831) | def resource_claims(self): method resource_claims (line 842) | def resource_claims(self, resource_claims): method resources (line 854) | def resources(self): method resources (line 864) | def resources(self, resources): method restart_policy (line 875) | def restart_policy(self): method restart_policy (line 886) | def restart_policy(self, restart_policy): method runtime_class_name (line 898) | def runtime_class_name(self): method runtime_class_name (line 909) | def runtime_class_name(self, runtime_class_name): method scheduler_name (line 921) | def scheduler_name(self): method scheduler_name (line 932) | def scheduler_name(self, scheduler_name): method scheduling_gates (line 944) | def scheduling_gates(self): method scheduling_gates (line 955) | def scheduling_gates(self, scheduling_gates): method security_context (line 967) | def security_context(self): method security_context (line 977) | def security_context(self, security_context): method service_account (line 988) | def service_account(self): method service_account (line 999) | def service_account(self, service_account): method service_account_name (line 1011) | def service_account_name(self): method service_account_name (line 1022) | def service_account_name(self, service_account_name): method set_hostname_as_fqdn (line 1034) | def set_hostname_as_fqdn(self): method set_hostname_as_fqdn (line 1045) | def set_hostname_as_fqdn(self, set_hostname_as_fqdn): method share_process_namespace (line 1057) | def share_process_namespace(self): method share_process_namespace (line 1068) | def share_process_namespace(self, share_process_namespace): method subdomain (line 1080) | def subdomain(self): method subdomain (line 1091) | def subdomain(self, subdomain): method termination_grace_period_seconds (line 1103) | def termination_grace_period_seconds(self): method termination_grace_period_seconds (line 1114) | def termination_grace_period_seconds(self, termination_grace_period_se... method tolerations (line 1126) | def tolerations(self): method tolerations (line 1137) | def tolerations(self, tolerations): method topology_spread_constraints (line 1149) | def topology_spread_constraints(self): method topology_spread_constraints (line 1160) | def topology_spread_constraints(self, topology_spread_constraints): method volumes (line 1172) | def volumes(self): method volumes (line 1183) | def volumes(self, volumes): method workload_ref (line 1195) | def workload_ref(self): method workload_ref (line 1205) | def workload_ref(self, workload_ref): method to_dict (line 1215) | def to_dict(self): method to_str (line 1239) | def to_str(self): method __repr__ (line 1243) | def __repr__(self): method __eq__ (line 1247) | def __eq__(self, other): method __ne__ (line 1254) | def __ne__(self, other): FILE: kubernetes/client/models/v1_pod_status.py class V1PodStatus (line 21) | class V1PodStatus(object): method __init__ (line 81) | def __init__(self, allocated_resources=None, conditions=None, containe... method allocated_resources (line 151) | def allocated_resources(self): method allocated_resources (line 162) | def allocated_resources(self, allocated_resources): method conditions (line 174) | def conditions(self): method conditions (line 185) | def conditions(self, conditions): method container_statuses (line 197) | def container_statuses(self): method container_statuses (line 208) | def container_statuses(self, container_statuses): method ephemeral_container_statuses (line 220) | def ephemeral_container_statuses(self): method ephemeral_container_statuses (line 231) | def ephemeral_container_statuses(self, ephemeral_container_statuses): method extended_resource_claim_status (line 243) | def extended_resource_claim_status(self): method extended_resource_claim_status (line 253) | def extended_resource_claim_status(self, extended_resource_claim_status): method host_ip (line 264) | def host_ip(self): method host_ip (line 275) | def host_ip(self, host_ip): method host_i_ps (line 287) | def host_i_ps(self): method host_i_ps (line 298) | def host_i_ps(self, host_i_ps): method init_container_statuses (line 310) | def init_container_statuses(self): method init_container_statuses (line 321) | def init_container_statuses(self, init_container_statuses): method message (line 333) | def message(self): method message (line 344) | def message(self, message): method nominated_node_name (line 356) | def nominated_node_name(self): method nominated_node_name (line 367) | def nominated_node_name(self, nominated_node_name): method observed_generation (line 379) | def observed_generation(self): method observed_generation (line 390) | def observed_generation(self, observed_generation): method phase (line 402) | def phase(self): method phase (line 413) | def phase(self, phase): method pod_ip (line 425) | def pod_ip(self): method pod_ip (line 436) | def pod_ip(self, pod_ip): method pod_i_ps (line 448) | def pod_i_ps(self): method pod_i_ps (line 459) | def pod_i_ps(self, pod_i_ps): method qos_class (line 471) | def qos_class(self): method qos_class (line 482) | def qos_class(self, qos_class): method reason (line 494) | def reason(self): method reason (line 505) | def reason(self, reason): method resize (line 517) | def resize(self): method resize (line 528) | def resize(self, resize): method resource_claim_statuses (line 540) | def resource_claim_statuses(self): method resource_claim_statuses (line 551) | def resource_claim_statuses(self, resource_claim_statuses): method resources (line 563) | def resources(self): method resources (line 573) | def resources(self, resources): method start_time (line 584) | def start_time(self): method start_time (line 595) | def start_time(self, start_time): method to_dict (line 606) | def to_dict(self): method to_str (line 630) | def to_str(self): method __repr__ (line 634) | def __repr__(self): method __eq__ (line 638) | def __eq__(self, other): method __ne__ (line 645) | def __ne__(self, other): FILE: kubernetes/client/models/v1_pod_template.py class V1PodTemplate (line 21) | class V1PodTemplate(object): method __init__ (line 49) | def __init__(self, api_version=None, kind=None, metadata=None, templat... method api_version (line 71) | def api_version(self): method api_version (line 82) | def api_version(self, api_version): method kind (line 94) | def kind(self): method kind (line 105) | def kind(self, kind): method metadata (line 117) | def metadata(self): method metadata (line 127) | def metadata(self, metadata): method template (line 138) | def template(self): method template (line 148) | def template(self, template): method to_dict (line 158) | def to_dict(self): method to_str (line 182) | def to_str(self): method __repr__ (line 186) | def __repr__(self): method __eq__ (line 190) | def __eq__(self, other): method __ne__ (line 197) | def __ne__(self, other): FILE: kubernetes/client/models/v1_pod_template_list.py class V1PodTemplateList (line 21) | class V1PodTemplateList(object): method __init__ (line 49) | def __init__(self, api_version=None, items=None, kind=None, metadata=N... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method items (line 93) | def items(self): method items (line 104) | def items(self, items): method kind (line 118) | def kind(self): method kind (line 129) | def kind(self, kind): method metadata (line 141) | def metadata(self): method metadata (line 151) | def metadata(self, metadata): method to_dict (line 161) | def to_dict(self): method to_str (line 185) | def to_str(self): method __repr__ (line 189) | def __repr__(self): method __eq__ (line 193) | def __eq__(self, other): method __ne__ (line 200) | def __ne__(self, other): FILE: kubernetes/client/models/v1_pod_template_spec.py class V1PodTemplateSpec (line 21) | class V1PodTemplateSpec(object): method __init__ (line 45) | def __init__(self, metadata=None, spec=None, local_vars_configuration=... method metadata (line 61) | def metadata(self): method metadata (line 71) | def metadata(self, metadata): method spec (line 82) | def spec(self): method spec (line 92) | def spec(self, spec): method to_dict (line 102) | def to_dict(self): method to_str (line 126) | def to_str(self): method __repr__ (line 130) | def __repr__(self): method __eq__ (line 134) | def __eq__(self, other): method __ne__ (line 141) | def __ne__(self, other): FILE: kubernetes/client/models/v1_policy_rule.py class V1PolicyRule (line 21) | class V1PolicyRule(object): method __init__ (line 51) | def __init__(self, api_groups=None, non_resource_ur_ls=None, resource_... method api_groups (line 75) | def api_groups(self): method api_groups (line 86) | def api_groups(self, api_groups): method non_resource_ur_ls (line 98) | def non_resource_ur_ls(self): method non_resource_ur_ls (line 109) | def non_resource_ur_ls(self, non_resource_ur_ls): method resource_names (line 121) | def resource_names(self): method resource_names (line 132) | def resource_names(self, resource_names): method resources (line 144) | def resources(self): method resources (line 155) | def resources(self, resources): method verbs (line 167) | def verbs(self): method verbs (line 178) | def verbs(self, verbs): method to_dict (line 191) | def to_dict(self): method to_str (line 215) | def to_str(self): method __repr__ (line 219) | def __repr__(self): method __eq__ (line 223) | def __eq__(self, other): method __ne__ (line 230) | def __ne__(self, other): FILE: kubernetes/client/models/v1_policy_rules_with_subjects.py class V1PolicyRulesWithSubjects (line 21) | class V1PolicyRulesWithSubjects(object): method __init__ (line 47) | def __init__(self, non_resource_rules=None, resource_rules=None, subje... method non_resource_rules (line 65) | def non_resource_rules(self): method non_resource_rules (line 76) | def non_resource_rules(self, non_resource_rules): method resource_rules (line 88) | def resource_rules(self): method resource_rules (line 99) | def resource_rules(self, resource_rules): method subjects (line 111) | def subjects(self): method subjects (line 122) | def subjects(self, subjects): method to_dict (line 135) | def to_dict(self): method to_str (line 159) | def to_str(self): method __repr__ (line 163) | def __repr__(self): method __eq__ (line 167) | def __eq__(self, other): method __ne__ (line 174) | def __ne__(self, other): FILE: kubernetes/client/models/v1_port_status.py class V1PortStatus (line 21) | class V1PortStatus(object): method __init__ (line 47) | def __init__(self, error=None, port=None, protocol=None, local_vars_co... method error (line 64) | def error(self): method error (line 75) | def error(self, error): method port (line 87) | def port(self): method port (line 98) | def port(self, port): method protocol (line 112) | def protocol(self): method protocol (line 123) | def protocol(self, protocol): method to_dict (line 136) | def to_dict(self): method to_str (line 160) | def to_str(self): method __repr__ (line 164) | def __repr__(self): method __eq__ (line 168) | def __eq__(self, other): method __ne__ (line 175) | def __ne__(self, other): FILE: kubernetes/client/models/v1_portworx_volume_source.py class V1PortworxVolumeSource (line 21) | class V1PortworxVolumeSource(object): method __init__ (line 47) | def __init__(self, fs_type=None, read_only=None, volume_id=None, local... method fs_type (line 65) | def fs_type(self): method fs_type (line 76) | def fs_type(self, fs_type): method read_only (line 88) | def read_only(self): method read_only (line 99) | def read_only(self, read_only): method volume_id (line 111) | def volume_id(self): method volume_id (line 122) | def volume_id(self, volume_id): method to_dict (line 135) | def to_dict(self): method to_str (line 159) | def to_str(self): method __repr__ (line 163) | def __repr__(self): method __eq__ (line 167) | def __eq__(self, other): method __ne__ (line 174) | def __ne__(self, other): FILE: kubernetes/client/models/v1_preconditions.py class V1Preconditions (line 21) | class V1Preconditions(object): method __init__ (line 45) | def __init__(self, resource_version=None, uid=None, local_vars_configu... method resource_version (line 61) | def resource_version(self): method resource_version (line 72) | def resource_version(self, resource_version): method uid (line 84) | def uid(self): method uid (line 95) | def uid(self, uid): method to_dict (line 106) | def to_dict(self): method to_str (line 130) | def to_str(self): method __repr__ (line 134) | def __repr__(self): method __eq__ (line 138) | def __eq__(self, other): method __ne__ (line 145) | def __ne__(self, other): FILE: kubernetes/client/models/v1_preferred_scheduling_term.py class V1PreferredSchedulingTerm (line 21) | class V1PreferredSchedulingTerm(object): method __init__ (line 45) | def __init__(self, preference=None, weight=None, local_vars_configurat... method preference (line 59) | def preference(self): method preference (line 69) | def preference(self, preference): method weight (line 82) | def weight(self): method weight (line 93) | def weight(self, weight): method to_dict (line 106) | def to_dict(self): method to_str (line 130) | def to_str(self): method __repr__ (line 134) | def __repr__(self): method __eq__ (line 138) | def __eq__(self, other): method __ne__ (line 145) | def __ne__(self, other): FILE: kubernetes/client/models/v1_priority_class.py class V1PriorityClass (line 21) | class V1PriorityClass(object): method __init__ (line 55) | def __init__(self, api_version=None, description=None, global_default=... method api_version (line 85) | def api_version(self): method api_version (line 96) | def api_version(self, api_version): method description (line 108) | def description(self): method description (line 119) | def description(self, description): method global_default (line 131) | def global_default(self): method global_default (line 142) | def global_default(self, global_default): method kind (line 154) | def kind(self): method kind (line 165) | def kind(self, kind): method metadata (line 177) | def metadata(self): method metadata (line 187) | def metadata(self, metadata): method preemption_policy (line 198) | def preemption_policy(self): method preemption_policy (line 209) | def preemption_policy(self, preemption_policy): method value (line 221) | def value(self): method value (line 232) | def value(self, value): method to_dict (line 245) | def to_dict(self): method to_str (line 269) | def to_str(self): method __repr__ (line 273) | def __repr__(self): method __eq__ (line 277) | def __eq__(self, other): method __ne__ (line 284) | def __ne__(self, other): FILE: kubernetes/client/models/v1_priority_class_list.py class V1PriorityClassList (line 21) | class V1PriorityClassList(object): method __init__ (line 49) | def __init__(self, api_version=None, items=None, kind=None, metadata=N... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method items (line 93) | def items(self): method items (line 104) | def items(self, items): method kind (line 118) | def kind(self): method kind (line 129) | def kind(self, kind): method metadata (line 141) | def metadata(self): method metadata (line 151) | def metadata(self, metadata): method to_dict (line 161) | def to_dict(self): method to_str (line 185) | def to_str(self): method __repr__ (line 189) | def __repr__(self): method __eq__ (line 193) | def __eq__(self, other): method __ne__ (line 200) | def __ne__(self, other): FILE: kubernetes/client/models/v1_priority_level_configuration.py class V1PriorityLevelConfiguration (line 21) | class V1PriorityLevelConfiguration(object): method __init__ (line 51) | def __init__(self, api_version=None, kind=None, metadata=None, spec=No... method api_version (line 76) | def api_version(self): method api_version (line 87) | def api_version(self, api_version): method kind (line 99) | def kind(self): method kind (line 110) | def kind(self, kind): method metadata (line 122) | def metadata(self): method metadata (line 132) | def metadata(self, metadata): method spec (line 143) | def spec(self): method spec (line 153) | def spec(self, spec): method status (line 164) | def status(self): method status (line 174) | def status(self, status): method to_dict (line 184) | def to_dict(self): method to_str (line 208) | def to_str(self): method __repr__ (line 212) | def __repr__(self): method __eq__ (line 216) | def __eq__(self, other): method __ne__ (line 223) | def __ne__(self, other): FILE: kubernetes/client/models/v1_priority_level_configuration_condition.py class V1PriorityLevelConfigurationCondition (line 21) | class V1PriorityLevelConfigurationCondition(object): method __init__ (line 51) | def __init__(self, last_transition_time=None, message=None, reason=Non... method last_transition_time (line 76) | def last_transition_time(self): method last_transition_time (line 87) | def last_transition_time(self, last_transition_time): method message (line 99) | def message(self): method message (line 110) | def message(self, message): method reason (line 122) | def reason(self): method reason (line 133) | def reason(self, reason): method status (line 145) | def status(self): method status (line 156) | def status(self, status): method type (line 168) | def type(self): method type (line 179) | def type(self, type): method to_dict (line 190) | def to_dict(self): method to_str (line 214) | def to_str(self): method __repr__ (line 218) | def __repr__(self): method __eq__ (line 222) | def __eq__(self, other): method __ne__ (line 229) | def __ne__(self, other): FILE: kubernetes/client/models/v1_priority_level_configuration_list.py class V1PriorityLevelConfigurationList (line 21) | class V1PriorityLevelConfigurationList(object): method __init__ (line 49) | def __init__(self, api_version=None, items=None, kind=None, metadata=N... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method items (line 93) | def items(self): method items (line 104) | def items(self, items): method kind (line 118) | def kind(self): method kind (line 129) | def kind(self, kind): method metadata (line 141) | def metadata(self): method metadata (line 151) | def metadata(self, metadata): method to_dict (line 161) | def to_dict(self): method to_str (line 185) | def to_str(self): method __repr__ (line 189) | def __repr__(self): method __eq__ (line 193) | def __eq__(self, other): method __ne__ (line 200) | def __ne__(self, other): FILE: kubernetes/client/models/v1_priority_level_configuration_reference.py class V1PriorityLevelConfigurationReference (line 21) | class V1PriorityLevelConfigurationReference(object): method __init__ (line 43) | def __init__(self, name=None, local_vars_configuration=None): # noqa:... method name (line 55) | def name(self): method name (line 66) | def name(self, name): method to_dict (line 79) | def to_dict(self): method to_str (line 103) | def to_str(self): method __repr__ (line 107) | def __repr__(self): method __eq__ (line 111) | def __eq__(self, other): method __ne__ (line 118) | def __ne__(self, other): FILE: kubernetes/client/models/v1_priority_level_configuration_spec.py class V1PriorityLevelConfigurationSpec (line 21) | class V1PriorityLevelConfigurationSpec(object): method __init__ (line 47) | def __init__(self, exempt=None, limited=None, type=None, local_vars_co... method exempt (line 65) | def exempt(self): method exempt (line 75) | def exempt(self, exempt): method limited (line 86) | def limited(self): method limited (line 96) | def limited(self, limited): method type (line 107) | def type(self): method type (line 118) | def type(self, type): method to_dict (line 131) | def to_dict(self): method to_str (line 155) | def to_str(self): method __repr__ (line 159) | def __repr__(self): method __eq__ (line 163) | def __eq__(self, other): method __ne__ (line 170) | def __ne__(self, other): FILE: kubernetes/client/models/v1_priority_level_configuration_status.py class V1PriorityLevelConfigurationStatus (line 21) | class V1PriorityLevelConfigurationStatus(object): method __init__ (line 43) | def __init__(self, conditions=None, local_vars_configuration=None): #... method conditions (line 56) | def conditions(self): method conditions (line 67) | def conditions(self, conditions): method to_dict (line 78) | def to_dict(self): method to_str (line 102) | def to_str(self): method __repr__ (line 106) | def __repr__(self): method __eq__ (line 110) | def __eq__(self, other): method __ne__ (line 117) | def __ne__(self, other): FILE: kubernetes/client/models/v1_probe.py class V1Probe (line 21) | class V1Probe(object): method __init__ (line 61) | def __init__(self, _exec=None, failure_threshold=None, grpc=None, http... method _exec (line 101) | def _exec(self): method _exec (line 111) | def _exec(self, _exec): method failure_threshold (line 122) | def failure_threshold(self): method failure_threshold (line 133) | def failure_threshold(self, failure_threshold): method grpc (line 145) | def grpc(self): method grpc (line 155) | def grpc(self, grpc): method http_get (line 166) | def http_get(self): method http_get (line 176) | def http_get(self, http_get): method initial_delay_seconds (line 187) | def initial_delay_seconds(self): method initial_delay_seconds (line 198) | def initial_delay_seconds(self, initial_delay_seconds): method period_seconds (line 210) | def period_seconds(self): method period_seconds (line 221) | def period_seconds(self, period_seconds): method success_threshold (line 233) | def success_threshold(self): method success_threshold (line 244) | def success_threshold(self, success_threshold): method tcp_socket (line 256) | def tcp_socket(self): method tcp_socket (line 266) | def tcp_socket(self, tcp_socket): method termination_grace_period_seconds (line 277) | def termination_grace_period_seconds(self): method termination_grace_period_seconds (line 288) | def termination_grace_period_seconds(self, termination_grace_period_se... method timeout_seconds (line 300) | def timeout_seconds(self): method timeout_seconds (line 311) | def timeout_seconds(self, timeout_seconds): method to_dict (line 322) | def to_dict(self): method to_str (line 346) | def to_str(self): method __repr__ (line 350) | def __repr__(self): method __eq__ (line 354) | def __eq__(self, other): method __ne__ (line 361) | def __ne__(self, other): FILE: kubernetes/client/models/v1_projected_volume_source.py class V1ProjectedVolumeSource (line 21) | class V1ProjectedVolumeSource(object): method __init__ (line 45) | def __init__(self, default_mode=None, sources=None, local_vars_configu... method default_mode (line 61) | def default_mode(self): method default_mode (line 72) | def default_mode(self, default_mode): method sources (line 84) | def sources(self): method sources (line 95) | def sources(self, sources): method to_dict (line 106) | def to_dict(self): method to_str (line 130) | def to_str(self): method __repr__ (line 134) | def __repr__(self): method __eq__ (line 138) | def __eq__(self, other): method __ne__ (line 145) | def __ne__(self, other): FILE: kubernetes/client/models/v1_queuing_configuration.py class V1QueuingConfiguration (line 21) | class V1QueuingConfiguration(object): method __init__ (line 47) | def __init__(self, hand_size=None, queue_length_limit=None, queues=Non... method hand_size (line 66) | def hand_size(self): method hand_size (line 77) | def hand_size(self, hand_size): method queue_length_limit (line 89) | def queue_length_limit(self): method queue_length_limit (line 100) | def queue_length_limit(self, queue_length_limit): method queues (line 112) | def queues(self): method queues (line 123) | def queues(self, queues): method to_dict (line 134) | def to_dict(self): method to_str (line 158) | def to_str(self): method __repr__ (line 162) | def __repr__(self): method __eq__ (line 166) | def __eq__(self, other): method __ne__ (line 173) | def __ne__(self, other): FILE: kubernetes/client/models/v1_quobyte_volume_source.py class V1QuobyteVolumeSource (line 21) | class V1QuobyteVolumeSource(object): method __init__ (line 53) | def __init__(self, group=None, read_only=None, registry=None, tenant=N... method group (line 79) | def group(self): method group (line 90) | def group(self, group): method read_only (line 102) | def read_only(self): method read_only (line 113) | def read_only(self, read_only): method registry (line 125) | def registry(self): method registry (line 136) | def registry(self, registry): method tenant (line 150) | def tenant(self): method tenant (line 161) | def tenant(self, tenant): method user (line 173) | def user(self): method user (line 184) | def user(self, user): method volume (line 196) | def volume(self): method volume (line 207) | def volume(self, volume): method to_dict (line 220) | def to_dict(self): method to_str (line 244) | def to_str(self): method __repr__ (line 248) | def __repr__(self): method __eq__ (line 252) | def __eq__(self, other): method __ne__ (line 259) | def __ne__(self, other): FILE: kubernetes/client/models/v1_rbd_persistent_volume_source.py class V1RBDPersistentVolumeSource (line 21) | class V1RBDPersistentVolumeSource(object): method __init__ (line 57) | def __init__(self, fs_type=None, image=None, keyring=None, monitors=No... method fs_type (line 89) | def fs_type(self): method fs_type (line 100) | def fs_type(self, fs_type): method image (line 112) | def image(self): method image (line 123) | def image(self, image): method keyring (line 137) | def keyring(self): method keyring (line 148) | def keyring(self, keyring): method monitors (line 160) | def monitors(self): method monitors (line 171) | def monitors(self, monitors): method pool (line 185) | def pool(self): method pool (line 196) | def pool(self, pool): method read_only (line 208) | def read_only(self): method read_only (line 219) | def read_only(self, read_only): method secret_ref (line 231) | def secret_ref(self): method secret_ref (line 241) | def secret_ref(self, secret_ref): method user (line 252) | def user(self): method user (line 263) | def user(self, user): method to_dict (line 274) | def to_dict(self): method to_str (line 298) | def to_str(self): method __repr__ (line 302) | def __repr__(self): method __eq__ (line 306) | def __eq__(self, other): method __ne__ (line 313) | def __ne__(self, other): FILE: kubernetes/client/models/v1_rbd_volume_source.py class V1RBDVolumeSource (line 21) | class V1RBDVolumeSource(object): method __init__ (line 57) | def __init__(self, fs_type=None, image=None, keyring=None, monitors=No... method fs_type (line 89) | def fs_type(self): method fs_type (line 100) | def fs_type(self, fs_type): method image (line 112) | def image(self): method image (line 123) | def image(self, image): method keyring (line 137) | def keyring(self): method keyring (line 148) | def keyring(self, keyring): method monitors (line 160) | def monitors(self): method monitors (line 171) | def monitors(self, monitors): method pool (line 185) | def pool(self): method pool (line 196) | def pool(self, pool): method read_only (line 208) | def read_only(self): method read_only (line 219) | def read_only(self, read_only): method secret_ref (line 231) | def secret_ref(self): method secret_ref (line 241) | def secret_ref(self, secret_ref): method user (line 252) | def user(self): method user (line 263) | def user(self, user): method to_dict (line 274) | def to_dict(self): method to_str (line 298) | def to_str(self): method __repr__ (line 302) | def __repr__(self): method __eq__ (line 306) | def __eq__(self, other): method __ne__ (line 313) | def __ne__(self, other): FILE: kubernetes/client/models/v1_replica_set.py class V1ReplicaSet (line 21) | class V1ReplicaSet(object): method __init__ (line 51) | def __init__(self, api_version=None, kind=None, metadata=None, spec=No... method api_version (line 76) | def api_version(self): method api_version (line 87) | def api_version(self, api_version): method kind (line 99) | def kind(self): method kind (line 110) | def kind(self, kind): method metadata (line 122) | def metadata(self): method metadata (line 132) | def metadata(self, metadata): method spec (line 143) | def spec(self): method spec (line 153) | def spec(self, spec): method status (line 164) | def status(self): method status (line 174) | def status(self, status): method to_dict (line 184) | def to_dict(self): method to_str (line 208) | def to_str(self): method __repr__ (line 212) | def __repr__(self): method __eq__ (line 216) | def __eq__(self, other): method __ne__ (line 223) | def __ne__(self, other): FILE: kubernetes/client/models/v1_replica_set_condition.py class V1ReplicaSetCondition (line 21) | class V1ReplicaSetCondition(object): method __init__ (line 51) | def __init__(self, last_transition_time=None, message=None, reason=Non... method last_transition_time (line 74) | def last_transition_time(self): method last_transition_time (line 85) | def last_transition_time(self, last_transition_time): method message (line 97) | def message(self): method message (line 108) | def message(self, message): method reason (line 120) | def reason(self): method reason (line 131) | def reason(self, reason): method status (line 143) | def status(self): method status (line 154) | def status(self, status): method type (line 168) | def type(self): method type (line 179) | def type(self, type): method to_dict (line 192) | def to_dict(self): method to_str (line 216) | def to_str(self): method __repr__ (line 220) | def __repr__(self): method __eq__ (line 224) | def __eq__(self, other): method __ne__ (line 231) | def __ne__(self, other): FILE: kubernetes/client/models/v1_replica_set_list.py class V1ReplicaSetList (line 21) | class V1ReplicaSetList(object): method __init__ (line 49) | def __init__(self, api_version=None, items=None, kind=None, metadata=N... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method items (line 93) | def items(self): method items (line 104) | def items(self, items): method kind (line 118) | def kind(self): method kind (line 129) | def kind(self, kind): method metadata (line 141) | def metadata(self): method metadata (line 151) | def metadata(self, metadata): method to_dict (line 161) | def to_dict(self): method to_str (line 185) | def to_str(self): method __repr__ (line 189) | def __repr__(self): method __eq__ (line 193) | def __eq__(self, other): method __ne__ (line 200) | def __ne__(self, other): FILE: kubernetes/client/models/v1_replica_set_spec.py class V1ReplicaSetSpec (line 21) | class V1ReplicaSetSpec(object): method __init__ (line 49) | def __init__(self, min_ready_seconds=None, replicas=None, selector=Non... method min_ready_seconds (line 70) | def min_ready_seconds(self): method min_ready_seconds (line 81) | def min_ready_seconds(self, min_ready_seconds): method replicas (line 93) | def replicas(self): method replicas (line 104) | def replicas(self, replicas): method selector (line 116) | def selector(self): method selector (line 126) | def selector(self, selector): method template (line 139) | def template(self): method template (line 149) | def template(self, template): method to_dict (line 159) | def to_dict(self): method to_str (line 183) | def to_str(self): method __repr__ (line 187) | def __repr__(self): method __eq__ (line 191) | def __eq__(self, other): method __ne__ (line 198) | def __ne__(self, other): FILE: kubernetes/client/models/v1_replica_set_status.py class V1ReplicaSetStatus (line 21) | class V1ReplicaSetStatus(object): method __init__ (line 55) | def __init__(self, available_replicas=None, conditions=None, fully_lab... method available_replicas (line 85) | def available_replicas(self): method available_replicas (line 96) | def available_replicas(self, available_replicas): method conditions (line 108) | def conditions(self): method conditions (line 119) | def conditions(self, conditions): method fully_labeled_replicas (line 131) | def fully_labeled_replicas(self): method fully_labeled_replicas (line 142) | def fully_labeled_replicas(self, fully_labeled_replicas): method observed_generation (line 154) | def observed_generation(self): method observed_generation (line 165) | def observed_generation(self, observed_generation): method ready_replicas (line 177) | def ready_replicas(self): method ready_replicas (line 188) | def ready_replicas(self, ready_replicas): method replicas (line 200) | def replicas(self): method replicas (line 211) | def replicas(self, replicas): method terminating_replicas (line 225) | def terminating_replicas(self): method terminating_replicas (line 236) | def terminating_replicas(self, terminating_replicas): method to_dict (line 247) | def to_dict(self): method to_str (line 271) | def to_str(self): method __repr__ (line 275) | def __repr__(self): method __eq__ (line 279) | def __eq__(self, other): method __ne__ (line 286) | def __ne__(self, other): FILE: kubernetes/client/models/v1_replication_controller.py class V1ReplicationController (line 21) | class V1ReplicationController(object): method __init__ (line 51) | def __init__(self, api_version=None, kind=None, metadata=None, spec=No... method api_version (line 76) | def api_version(self): method api_version (line 87) | def api_version(self, api_version): method kind (line 99) | def kind(self): method kind (line 110) | def kind(self, kind): method metadata (line 122) | def metadata(self): method metadata (line 132) | def metadata(self, metadata): method spec (line 143) | def spec(self): method spec (line 153) | def spec(self, spec): method status (line 164) | def status(self): method status (line 174) | def status(self, status): method to_dict (line 184) | def to_dict(self): method to_str (line 208) | def to_str(self): method __repr__ (line 212) | def __repr__(self): method __eq__ (line 216) | def __eq__(self, other): method __ne__ (line 223) | def __ne__(self, other): FILE: kubernetes/client/models/v1_replication_controller_condition.py class V1ReplicationControllerCondition (line 21) | class V1ReplicationControllerCondition(object): method __init__ (line 51) | def __init__(self, last_transition_time=None, message=None, reason=Non... method last_transition_time (line 74) | def last_transition_time(self): method last_transition_time (line 85) | def last_transition_time(self, last_transition_time): method message (line 97) | def message(self): method message (line 108) | def message(self, message): method reason (line 120) | def reason(self): method reason (line 131) | def reason(self, reason): method status (line 143) | def status(self): method status (line 154) | def status(self, status): method type (line 168) | def type(self): method type (line 179) | def type(self, type): method to_dict (line 192) | def to_dict(self): method to_str (line 216) | def to_str(self): method __repr__ (line 220) | def __repr__(self): method __eq__ (line 224) | def __eq__(self, other): method __ne__ (line 231) | def __ne__(self, other): FILE: kubernetes/client/models/v1_replication_controller_list.py class V1ReplicationControllerList (line 21) | class V1ReplicationControllerList(object): method __init__ (line 49) | def __init__(self, api_version=None, items=None, kind=None, metadata=N... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method items (line 93) | def items(self): method items (line 104) | def items(self, items): method kind (line 118) | def kind(self): method kind (line 129) | def kind(self, kind): method metadata (line 141) | def metadata(self): method metadata (line 151) | def metadata(self, metadata): method to_dict (line 161) | def to_dict(self): method to_str (line 185) | def to_str(self): method __repr__ (line 189) | def __repr__(self): method __eq__ (line 193) | def __eq__(self, other): method __ne__ (line 200) | def __ne__(self, other): FILE: kubernetes/client/models/v1_replication_controller_spec.py class V1ReplicationControllerSpec (line 21) | class V1ReplicationControllerSpec(object): method __init__ (line 49) | def __init__(self, min_ready_seconds=None, replicas=None, selector=Non... method min_ready_seconds (line 71) | def min_ready_seconds(self): method min_ready_seconds (line 82) | def min_ready_seconds(self, min_ready_seconds): method replicas (line 94) | def replicas(self): method replicas (line 105) | def replicas(self, replicas): method selector (line 117) | def selector(self): method selector (line 128) | def selector(self, selector): method template (line 140) | def template(self): method template (line 150) | def template(self, template): method to_dict (line 160) | def to_dict(self): method to_str (line 184) | def to_str(self): method __repr__ (line 188) | def __repr__(self): method __eq__ (line 192) | def __eq__(self, other): method __ne__ (line 199) | def __ne__(self, other): FILE: kubernetes/client/models/v1_replication_controller_status.py class V1ReplicationControllerStatus (line 21) | class V1ReplicationControllerStatus(object): method __init__ (line 53) | def __init__(self, available_replicas=None, conditions=None, fully_lab... method available_replicas (line 80) | def available_replicas(self): method available_replicas (line 91) | def available_replicas(self, available_replicas): method conditions (line 103) | def conditions(self): method conditions (line 114) | def conditions(self, conditions): method fully_labeled_replicas (line 126) | def fully_labeled_replicas(self): method fully_labeled_replicas (line 137) | def fully_labeled_replicas(self, fully_labeled_replicas): method observed_generation (line 149) | def observed_generation(self): method observed_generation (line 160) | def observed_generation(self, observed_generation): method ready_replicas (line 172) | def ready_replicas(self): method ready_replicas (line 183) | def ready_replicas(self, ready_replicas): method replicas (line 195) | def replicas(self): method replicas (line 206) | def replicas(self, replicas): method to_dict (line 219) | def to_dict(self): method to_str (line 243) | def to_str(self): method __repr__ (line 247) | def __repr__(self): method __eq__ (line 251) | def __eq__(self, other): method __ne__ (line 258) | def __ne__(self, other): FILE: kubernetes/client/models/v1_resource_attributes.py class V1ResourceAttributes (line 21) | class V1ResourceAttributes(object): method __init__ (line 59) | def __init__(self, field_selector=None, group=None, label_selector=Non... method field_selector (line 96) | def field_selector(self): method field_selector (line 106) | def field_selector(self, field_selector): method group (line 117) | def group(self): method group (line 128) | def group(self, group): method label_selector (line 140) | def label_selector(self): method label_selector (line 150) | def label_selector(self, label_selector): method name (line 161) | def name(self): method name (line 172) | def name(self, name): method namespace (line 184) | def namespace(self): method namespace (line 195) | def namespace(self, namespace): method resource (line 207) | def resource(self): method resource (line 218) | def resource(self, resource): method subresource (line 230) | def subresource(self): method subresource (line 241) | def subresource(self, subresource): method verb (line 253) | def verb(self): method verb (line 264) | def verb(self, verb): method version (line 276) | def version(self): method version (line 287) | def version(self, version): method to_dict (line 298) | def to_dict(self): method to_str (line 322) | def to_str(self): method __repr__ (line 326) | def __repr__(self): method __eq__ (line 330) | def __eq__(self, other): method __ne__ (line 337) | def __ne__(self, other): FILE: kubernetes/client/models/v1_resource_claim_consumer_reference.py class V1ResourceClaimConsumerReference (line 21) | class V1ResourceClaimConsumerReference(object): method __init__ (line 49) | def __init__(self, api_group=None, name=None, resource=None, uid=None,... method api_group (line 68) | def api_group(self): method api_group (line 79) | def api_group(self, api_group): method name (line 91) | def name(self): method name (line 102) | def name(self, name): method resource (line 116) | def resource(self): method resource (line 127) | def resource(self, resource): method uid (line 141) | def uid(self): method uid (line 152) | def uid(self, uid): method to_dict (line 165) | def to_dict(self): method to_str (line 189) | def to_str(self): method __repr__ (line 193) | def __repr__(self): method __eq__ (line 197) | def __eq__(self, other): method __ne__ (line 204) | def __ne__(self, other): FILE: kubernetes/client/models/v1_resource_claim_list.py class V1ResourceClaimList (line 21) | class V1ResourceClaimList(object): method __init__ (line 49) | def __init__(self, api_version=None, items=None, kind=None, metadata=N... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method items (line 93) | def items(self): method items (line 104) | def items(self, items): method kind (line 118) | def kind(self): method kind (line 129) | def kind(self, kind): method metadata (line 141) | def metadata(self): method metadata (line 151) | def metadata(self, metadata): method to_dict (line 161) | def to_dict(self): method to_str (line 185) | def to_str(self): method __repr__ (line 189) | def __repr__(self): method __eq__ (line 193) | def __eq__(self, other): method __ne__ (line 200) | def __ne__(self, other): FILE: kubernetes/client/models/v1_resource_claim_spec.py class V1ResourceClaimSpec (line 21) | class V1ResourceClaimSpec(object): method __init__ (line 43) | def __init__(self, devices=None, local_vars_configuration=None): # no... method devices (line 56) | def devices(self): method devices (line 66) | def devices(self, devices): method to_dict (line 76) | def to_dict(self): method to_str (line 100) | def to_str(self): method __repr__ (line 104) | def __repr__(self): method __eq__ (line 108) | def __eq__(self, other): method __ne__ (line 115) | def __ne__(self, other): FILE: kubernetes/client/models/v1_resource_claim_status.py class V1ResourceClaimStatus (line 21) | class V1ResourceClaimStatus(object): method __init__ (line 47) | def __init__(self, allocation=None, devices=None, reserved_for=None, l... method allocation (line 66) | def allocation(self): method allocation (line 76) | def allocation(self, allocation): method devices (line 87) | def devices(self): method devices (line 98) | def devices(self, devices): method reserved_for (line 110) | def reserved_for(self): method reserved_for (line 121) | def reserved_for(self, reserved_for): method to_dict (line 132) | def to_dict(self): method to_str (line 156) | def to_str(self): method __repr__ (line 160) | def __repr__(self): method __eq__ (line 164) | def __eq__(self, other): method __ne__ (line 171) | def __ne__(self, other): FILE: kubernetes/client/models/v1_resource_claim_template.py class V1ResourceClaimTemplate (line 21) | class V1ResourceClaimTemplate(object): method __init__ (line 49) | def __init__(self, api_version=None, kind=None, metadata=None, spec=No... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method kind (line 93) | def kind(self): method kind (line 104) | def kind(self, kind): method metadata (line 116) | def metadata(self): method metadata (line 126) | def metadata(self, metadata): method spec (line 137) | def spec(self): method spec (line 147) | def spec(self, spec): method to_dict (line 159) | def to_dict(self): method to_str (line 183) | def to_str(self): method __repr__ (line 187) | def __repr__(self): method __eq__ (line 191) | def __eq__(self, other): method __ne__ (line 198) | def __ne__(self, other): FILE: kubernetes/client/models/v1_resource_claim_template_list.py class V1ResourceClaimTemplateList (line 21) | class V1ResourceClaimTemplateList(object): method __init__ (line 49) | def __init__(self, api_version=None, items=None, kind=None, metadata=N... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method items (line 93) | def items(self): method items (line 104) | def items(self, items): method kind (line 118) | def kind(self): method kind (line 129) | def kind(self, kind): method metadata (line 141) | def metadata(self): method metadata (line 151) | def metadata(self, metadata): method to_dict (line 161) | def to_dict(self): method to_str (line 185) | def to_str(self): method __repr__ (line 189) | def __repr__(self): method __eq__ (line 193) | def __eq__(self, other): method __ne__ (line 200) | def __ne__(self, other): FILE: kubernetes/client/models/v1_resource_claim_template_spec.py class V1ResourceClaimTemplateSpec (line 21) | class V1ResourceClaimTemplateSpec(object): method __init__ (line 45) | def __init__(self, metadata=None, spec=None, local_vars_configuration=... method metadata (line 60) | def metadata(self): method metadata (line 70) | def metadata(self, metadata): method spec (line 81) | def spec(self): method spec (line 91) | def spec(self, spec): method to_dict (line 103) | def to_dict(self): method to_str (line 127) | def to_str(self): method __repr__ (line 131) | def __repr__(self): method __eq__ (line 135) | def __eq__(self, other): method __ne__ (line 142) | def __ne__(self, other): FILE: kubernetes/client/models/v1_resource_field_selector.py class V1ResourceFieldSelector (line 21) | class V1ResourceFieldSelector(object): method __init__ (line 47) | def __init__(self, container_name=None, divisor=None, resource=None, l... method container_name (line 65) | def container_name(self): method container_name (line 76) | def container_name(self, container_name): method divisor (line 88) | def divisor(self): method divisor (line 99) | def divisor(self, divisor): method resource (line 111) | def resource(self): method resource (line 122) | def resource(self, resource): method to_dict (line 135) | def to_dict(self): method to_str (line 159) | def to_str(self): method __repr__ (line 163) | def __repr__(self): method __eq__ (line 167) | def __eq__(self, other): method __ne__ (line 174) | def __ne__(self, other): FILE: kubernetes/client/models/v1_resource_health.py class V1ResourceHealth (line 21) | class V1ResourceHealth(object): method __init__ (line 45) | def __init__(self, health=None, resource_id=None, local_vars_configura... method health (line 60) | def health(self): method health (line 71) | def health(self, health): method resource_id (line 83) | def resource_id(self): method resource_id (line 94) | def resource_id(self, resource_id): method to_dict (line 107) | def to_dict(self): method to_str (line 131) | def to_str(self): method __repr__ (line 135) | def __repr__(self): method __eq__ (line 139) | def __eq__(self, other): method __ne__ (line 146) | def __ne__(self, other): FILE: kubernetes/client/models/v1_resource_policy_rule.py class V1ResourcePolicyRule (line 21) | class V1ResourcePolicyRule(object): method __init__ (line 51) | def __init__(self, api_groups=None, cluster_scope=None, namespaces=Non... method api_groups (line 73) | def api_groups(self): method api_groups (line 84) | def api_groups(self, api_groups): method cluster_scope (line 98) | def cluster_scope(self): method cluster_scope (line 109) | def cluster_scope(self, cluster_scope): method namespaces (line 121) | def namespaces(self): method namespaces (line 132) | def namespaces(self, namespaces): method resources (line 144) | def resources(self): method resources (line 155) | def resources(self, resources): method verbs (line 169) | def verbs(self): method verbs (line 180) | def verbs(self, verbs): method to_dict (line 193) | def to_dict(self): method to_str (line 217) | def to_str(self): method __repr__ (line 221) | def __repr__(self): method __eq__ (line 225) | def __eq__(self, other): method __ne__ (line 232) | def __ne__(self, other): FILE: kubernetes/client/models/v1_resource_pool.py class V1ResourcePool (line 21) | class V1ResourcePool(object): method __init__ (line 47) | def __init__(self, generation=None, name=None, resource_slice_count=No... method generation (line 63) | def generation(self): method generation (line 74) | def generation(self, generation): method name (line 88) | def name(self): method name (line 99) | def name(self, name): method resource_slice_count (line 113) | def resource_slice_count(self): method resource_slice_count (line 124) | def resource_slice_count(self, resource_slice_count): method to_dict (line 137) | def to_dict(self): method to_str (line 161) | def to_str(self): method __repr__ (line 165) | def __repr__(self): method __eq__ (line 169) | def __eq__(self, other): method __ne__ (line 176) | def __ne__(self, other): FILE: kubernetes/client/models/v1_resource_quota.py class V1ResourceQuota (line 21) | class V1ResourceQuota(object): method __init__ (line 51) | def __init__(self, api_version=None, kind=None, metadata=None, spec=No... method api_version (line 76) | def api_version(self): method api_version (line 87) | def api_version(self, api_version): method kind (line 99) | def kind(self): method kind (line 110) | def kind(self, kind): method metadata (line 122) | def metadata(self): method metadata (line 132) | def metadata(self, metadata): method spec (line 143) | def spec(self): method spec (line 153) | def spec(self, spec): method status (line 164) | def status(self): method status (line 174) | def status(self, status): method to_dict (line 184) | def to_dict(self): method to_str (line 208) | def to_str(self): method __repr__ (line 212) | def __repr__(self): method __eq__ (line 216) | def __eq__(self, other): method __ne__ (line 223) | def __ne__(self, other): FILE: kubernetes/client/models/v1_resource_quota_list.py class V1ResourceQuotaList (line 21) | class V1ResourceQuotaList(object): method __init__ (line 49) | def __init__(self, api_version=None, items=None, kind=None, metadata=N... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method items (line 93) | def items(self): method items (line 104) | def items(self, items): method kind (line 118) | def kind(self): method kind (line 129) | def kind(self, kind): method metadata (line 141) | def metadata(self): method metadata (line 151) | def metadata(self, metadata): method to_dict (line 161) | def to_dict(self): method to_str (line 185) | def to_str(self): method __repr__ (line 189) | def __repr__(self): method __eq__ (line 193) | def __eq__(self, other): method __ne__ (line 200) | def __ne__(self, other): FILE: kubernetes/client/models/v1_resource_quota_spec.py class V1ResourceQuotaSpec (line 21) | class V1ResourceQuotaSpec(object): method __init__ (line 47) | def __init__(self, hard=None, scope_selector=None, scopes=None, local_... method hard (line 66) | def hard(self): method hard (line 77) | def hard(self, hard): method scope_selector (line 89) | def scope_selector(self): method scope_selector (line 99) | def scope_selector(self, scope_selector): method scopes (line 110) | def scopes(self): method scopes (line 121) | def scopes(self, scopes): method to_dict (line 132) | def to_dict(self): method to_str (line 156) | def to_str(self): method __repr__ (line 160) | def __repr__(self): method __eq__ (line 164) | def __eq__(self, other): method __ne__ (line 171) | def __ne__(self, other): FILE: kubernetes/client/models/v1_resource_quota_status.py class V1ResourceQuotaStatus (line 21) | class V1ResourceQuotaStatus(object): method __init__ (line 45) | def __init__(self, hard=None, used=None, local_vars_configuration=None... method hard (line 61) | def hard(self): method hard (line 72) | def hard(self, hard): method used (line 84) | def used(self): method used (line 95) | def used(self, used): method to_dict (line 106) | def to_dict(self): method to_str (line 130) | def to_str(self): method __repr__ (line 134) | def __repr__(self): method __eq__ (line 138) | def __eq__(self, other): method __ne__ (line 145) | def __ne__(self, other): FILE: kubernetes/client/models/v1_resource_requirements.py class V1ResourceRequirements (line 21) | class V1ResourceRequirements(object): method __init__ (line 47) | def __init__(self, claims=None, limits=None, requests=None, local_vars... method claims (line 66) | def claims(self): method claims (line 77) | def claims(self, claims): method limits (line 89) | def limits(self): method limits (line 100) | def limits(self, limits): method requests (line 112) | def requests(self): method requests (line 123) | def requests(self, requests): method to_dict (line 134) | def to_dict(self): method to_str (line 158) | def to_str(self): method __repr__ (line 162) | def __repr__(self): method __eq__ (line 166) | def __eq__(self, other): method __ne__ (line 173) | def __ne__(self, other): FILE: kubernetes/client/models/v1_resource_rule.py class V1ResourceRule (line 21) | class V1ResourceRule(object): method __init__ (line 49) | def __init__(self, api_groups=None, resource_names=None, resources=Non... method api_groups (line 70) | def api_groups(self): method api_groups (line 81) | def api_groups(self, api_groups): method resource_names (line 93) | def resource_names(self): method resource_names (line 104) | def resource_names(self, resource_names): method resources (line 116) | def resources(self): method resources (line 127) | def resources(self, resources): method verbs (line 139) | def verbs(self): method verbs (line 150) | def verbs(self, verbs): method to_dict (line 163) | def to_dict(self): method to_str (line 187) | def to_str(self): method __repr__ (line 191) | def __repr__(self): method __eq__ (line 195) | def __eq__(self, other): method __ne__ (line 202) | def __ne__(self, other): FILE: kubernetes/client/models/v1_resource_slice.py class V1ResourceSlice (line 21) | class V1ResourceSlice(object): method __init__ (line 49) | def __init__(self, api_version=None, kind=None, metadata=None, spec=No... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method kind (line 93) | def kind(self): method kind (line 104) | def kind(self, kind): method metadata (line 116) | def metadata(self): method metadata (line 126) | def metadata(self, metadata): method spec (line 137) | def spec(self): method spec (line 147) | def spec(self, spec): method to_dict (line 159) | def to_dict(self): method to_str (line 183) | def to_str(self): method __repr__ (line 187) | def __repr__(self): method __eq__ (line 191) | def __eq__(self, other): method __ne__ (line 198) | def __ne__(self, other): FILE: kubernetes/client/models/v1_resource_slice_list.py class V1ResourceSliceList (line 21) | class V1ResourceSliceList(object): method __init__ (line 49) | def __init__(self, api_version=None, items=None, kind=None, metadata=N... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method items (line 93) | def items(self): method items (line 104) | def items(self, items): method kind (line 118) | def kind(self): method kind (line 129) | def kind(self, kind): method metadata (line 141) | def metadata(self): method metadata (line 151) | def metadata(self, metadata): method to_dict (line 161) | def to_dict(self): method to_str (line 185) | def to_str(self): method __repr__ (line 189) | def __repr__(self): method __eq__ (line 193) | def __eq__(self, other): method __ne__ (line 200) | def __ne__(self, other): FILE: kubernetes/client/models/v1_resource_slice_spec.py class V1ResourceSliceSpec (line 21) | class V1ResourceSliceSpec(object): method __init__ (line 57) | def __init__(self, all_nodes=None, devices=None, driver=None, node_nam... method all_nodes (line 89) | def all_nodes(self): method all_nodes (line 100) | def all_nodes(self, all_nodes): method devices (line 112) | def devices(self): method devices (line 123) | def devices(self, devices): method driver (line 135) | def driver(self): method driver (line 146) | def driver(self, driver): method node_name (line 160) | def node_name(self): method node_name (line 171) | def node_name(self, node_name): method node_selector (line 183) | def node_selector(self): method node_selector (line 193) | def node_selector(self, node_selector): method per_device_node_selection (line 204) | def per_device_node_selection(self): method per_device_node_selection (line 215) | def per_device_node_selection(self, per_device_node_selection): method pool (line 227) | def pool(self): method pool (line 237) | def pool(self, pool): method shared_counters (line 250) | def shared_counters(self): method shared_counters (line 261) | def shared_counters(self, shared_counters): method to_dict (line 272) | def to_dict(self): method to_str (line 296) | def to_str(self): method __repr__ (line 300) | def __repr__(self): method __eq__ (line 304) | def __eq__(self, other): method __ne__ (line 311) | def __ne__(self, other): FILE: kubernetes/client/models/v1_resource_status.py class V1ResourceStatus (line 21) | class V1ResourceStatus(object): method __init__ (line 45) | def __init__(self, name=None, resources=None, local_vars_configuration... method name (line 60) | def name(self): method name (line 71) | def name(self, name): method resources (line 85) | def resources(self): method resources (line 96) | def resources(self, resources): method to_dict (line 107) | def to_dict(self): method to_str (line 131) | def to_str(self): method __repr__ (line 135) | def __repr__(self): method __eq__ (line 139) | def __eq__(self, other): method __ne__ (line 146) | def __ne__(self, other): FILE: kubernetes/client/models/v1_role.py class V1Role (line 21) | class V1Role(object): method __init__ (line 49) | def __init__(self, api_version=None, kind=None, metadata=None, rules=N... method api_version (line 71) | def api_version(self): method api_version (line 82) | def api_version(self, api_version): method kind (line 94) | def kind(self): method kind (line 105) | def kind(self, kind): method metadata (line 117) | def metadata(self): method metadata (line 127) | def metadata(self, metadata): method rules (line 138) | def rules(self): method rules (line 149) | def rules(self, rules): method to_dict (line 160) | def to_dict(self): method to_str (line 184) | def to_str(self): method __repr__ (line 188) | def __repr__(self): method __eq__ (line 192) | def __eq__(self, other): method __ne__ (line 199) | def __ne__(self, other): FILE: kubernetes/client/models/v1_role_binding.py class V1RoleBinding (line 21) | class V1RoleBinding(object): method __init__ (line 51) | def __init__(self, api_version=None, kind=None, metadata=None, role_re... method api_version (line 75) | def api_version(self): method api_version (line 86) | def api_version(self, api_version): method kind (line 98) | def kind(self): method kind (line 109) | def kind(self, kind): method metadata (line 121) | def metadata(self): method metadata (line 131) | def metadata(self, metadata): method role_ref (line 142) | def role_ref(self): method role_ref (line 152) | def role_ref(self, role_ref): method subjects (line 165) | def subjects(self): method subjects (line 176) | def subjects(self, subjects): method to_dict (line 187) | def to_dict(self): method to_str (line 211) | def to_str(self): method __repr__ (line 215) | def __repr__(self): method __eq__ (line 219) | def __eq__(self, other): method __ne__ (line 226) | def __ne__(self, other): FILE: kubernetes/client/models/v1_role_binding_list.py class V1RoleBindingList (line 21) | class V1RoleBindingList(object): method __init__ (line 49) | def __init__(self, api_version=None, items=None, kind=None, metadata=N... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method items (line 93) | def items(self): method items (line 104) | def items(self, items): method kind (line 118) | def kind(self): method kind (line 129) | def kind(self, kind): method metadata (line 141) | def metadata(self): method metadata (line 151) | def metadata(self, metadata): method to_dict (line 161) | def to_dict(self): method to_str (line 185) | def to_str(self): method __repr__ (line 189) | def __repr__(self): method __eq__ (line 193) | def __eq__(self, other): method __ne__ (line 200) | def __ne__(self, other): FILE: kubernetes/client/models/v1_role_list.py class V1RoleList (line 21) | class V1RoleList(object): method __init__ (line 49) | def __init__(self, api_version=None, items=None, kind=None, metadata=N... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method items (line 93) | def items(self): method items (line 104) | def items(self, items): method kind (line 118) | def kind(self): method kind (line 129) | def kind(self, kind): method metadata (line 141) | def metadata(self): method metadata (line 151) | def metadata(self, metadata): method to_dict (line 161) | def to_dict(self): method to_str (line 185) | def to_str(self): method __repr__ (line 189) | def __repr__(self): method __eq__ (line 193) | def __eq__(self, other): method __ne__ (line 200) | def __ne__(self, other): FILE: kubernetes/client/models/v1_role_ref.py class V1RoleRef (line 21) | class V1RoleRef(object): method __init__ (line 47) | def __init__(self, api_group=None, kind=None, name=None, local_vars_co... method api_group (line 63) | def api_group(self): method api_group (line 74) | def api_group(self, api_group): method kind (line 88) | def kind(self): method kind (line 99) | def kind(self, kind): method name (line 113) | def name(self): method name (line 124) | def name(self, name): method to_dict (line 137) | def to_dict(self): method to_str (line 161) | def to_str(self): method __repr__ (line 165) | def __repr__(self): method __eq__ (line 169) | def __eq__(self, other): method __ne__ (line 176) | def __ne__(self, other): FILE: kubernetes/client/models/v1_rolling_update_daemon_set.py class V1RollingUpdateDaemonSet (line 21) | class V1RollingUpdateDaemonSet(object): method __init__ (line 45) | def __init__(self, max_surge=None, max_unavailable=None, local_vars_co... method max_surge (line 61) | def max_surge(self): method max_surge (line 72) | def max_surge(self, max_surge): method max_unavailable (line 84) | def max_unavailable(self): method max_unavailable (line 95) | def max_unavailable(self, max_unavailable): method to_dict (line 106) | def to_dict(self): method to_str (line 130) | def to_str(self): method __repr__ (line 134) | def __repr__(self): method __eq__ (line 138) | def __eq__(self, other): method __ne__ (line 145) | def __ne__(self, other): FILE: kubernetes/client/models/v1_rolling_update_deployment.py class V1RollingUpdateDeployment (line 21) | class V1RollingUpdateDeployment(object): method __init__ (line 45) | def __init__(self, max_surge=None, max_unavailable=None, local_vars_co... method max_surge (line 61) | def max_surge(self): method max_surge (line 72) | def max_surge(self, max_surge): method max_unavailable (line 84) | def max_unavailable(self): method max_unavailable (line 95) | def max_unavailable(self, max_unavailable): method to_dict (line 106) | def to_dict(self): method to_str (line 130) | def to_str(self): method __repr__ (line 134) | def __repr__(self): method __eq__ (line 138) | def __eq__(self, other): method __ne__ (line 145) | def __ne__(self, other): FILE: kubernetes/client/models/v1_rolling_update_stateful_set_strategy.py class V1RollingUpdateStatefulSetStrategy (line 21) | class V1RollingUpdateStatefulSetStrategy(object): method __init__ (line 45) | def __init__(self, max_unavailable=None, partition=None, local_vars_co... method max_unavailable (line 61) | def max_unavailable(self): method max_unavailable (line 72) | def max_unavailable(self, max_unavailable): method partition (line 84) | def partition(self): method partition (line 95) | def partition(self, partition): method to_dict (line 106) | def to_dict(self): method to_str (line 130) | def to_str(self): method __repr__ (line 134) | def __repr__(self): method __eq__ (line 138) | def __eq__(self, other): method __ne__ (line 145) | def __ne__(self, other): FILE: kubernetes/client/models/v1_rule_with_operations.py class V1RuleWithOperations (line 21) | class V1RuleWithOperations(object): method __init__ (line 51) | def __init__(self, api_groups=None, api_versions=None, operations=None... method api_groups (line 76) | def api_groups(self): method api_groups (line 87) | def api_groups(self, api_groups): method api_versions (line 99) | def api_versions(self): method api_versions (line 110) | def api_versions(self, api_versions): method operations (line 122) | def operations(self): method operations (line 133) | def operations(self, operations): method resources (line 145) | def resources(self): method resources (line 156) | def resources(self, resources): method scope (line 168) | def scope(self): method scope (line 179) | def scope(self, scope): method to_dict (line 190) | def to_dict(self): method to_str (line 214) | def to_str(self): method __repr__ (line 218) | def __repr__(self): method __eq__ (line 222) | def __eq__(self, other): method __ne__ (line 229) | def __ne__(self, other): FILE: kubernetes/client/models/v1_runtime_class.py class V1RuntimeClass (line 21) | class V1RuntimeClass(object): method __init__ (line 53) | def __init__(self, api_version=None, handler=None, kind=None, metadata... method api_version (line 80) | def api_version(self): method api_version (line 91) | def api_version(self, api_version): method handler (line 103) | def handler(self): method handler (line 114) | def handler(self, handler): method kind (line 128) | def kind(self): method kind (line 139) | def kind(self, kind): method metadata (line 151) | def metadata(self): method metadata (line 161) | def metadata(self, metadata): method overhead (line 172) | def overhead(self): method overhead (line 182) | def overhead(self, overhead): method scheduling (line 193) | def scheduling(self): method scheduling (line 203) | def scheduling(self, scheduling): method to_dict (line 213) | def to_dict(self): method to_str (line 237) | def to_str(self): method __repr__ (line 241) | def __repr__(self): method __eq__ (line 245) | def __eq__(self, other): method __ne__ (line 252) | def __ne__(self, other): FILE: kubernetes/client/models/v1_runtime_class_list.py class V1RuntimeClassList (line 21) | class V1RuntimeClassList(object): method __init__ (line 49) | def __init__(self, api_version=None, items=None, kind=None, metadata=N... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method items (line 93) | def items(self): method items (line 104) | def items(self, items): method kind (line 118) | def kind(self): method kind (line 129) | def kind(self, kind): method metadata (line 141) | def metadata(self): method metadata (line 151) | def metadata(self, metadata): method to_dict (line 161) | def to_dict(self): method to_str (line 185) | def to_str(self): method __repr__ (line 189) | def __repr__(self): method __eq__ (line 193) | def __eq__(self, other): method __ne__ (line 200) | def __ne__(self, other): FILE: kubernetes/client/models/v1_scale.py class V1Scale (line 21) | class V1Scale(object): method __init__ (line 51) | def __init__(self, api_version=None, kind=None, metadata=None, spec=No... method api_version (line 76) | def api_version(self): method api_version (line 87) | def api_version(self, api_version): method kind (line 99) | def kind(self): method kind (line 110) | def kind(self, kind): method metadata (line 122) | def metadata(self): method metadata (line 132) | def metadata(self, metadata): method spec (line 143) | def spec(self): method spec (line 153) | def spec(self, spec): method status (line 164) | def status(self): method status (line 174) | def status(self, status): method to_dict (line 184) | def to_dict(self): method to_str (line 208) | def to_str(self): method __repr__ (line 212) | def __repr__(self): method __eq__ (line 216) | def __eq__(self, other): method __ne__ (line 223) | def __ne__(self, other): FILE: kubernetes/client/models/v1_scale_io_persistent_volume_source.py class V1ScaleIOPersistentVolumeSource (line 21) | class V1ScaleIOPersistentVolumeSource(object): method __init__ (line 61) | def __init__(self, fs_type=None, gateway=None, protection_domain=None,... method fs_type (line 98) | def fs_type(self): method fs_type (line 109) | def fs_type(self, fs_type): method gateway (line 121) | def gateway(self): method gateway (line 132) | def gateway(self, gateway): method protection_domain (line 146) | def protection_domain(self): method protection_domain (line 157) | def protection_domain(self, protection_domain): method read_only (line 169) | def read_only(self): method read_only (line 180) | def read_only(self, read_only): method secret_ref (line 192) | def secret_ref(self): method secret_ref (line 202) | def secret_ref(self, secret_ref): method ssl_enabled (line 215) | def ssl_enabled(self): method ssl_enabled (line 226) | def ssl_enabled(self, ssl_enabled): method storage_mode (line 238) | def storage_mode(self): method storage_mode (line 249) | def storage_mode(self, storage_mode): method storage_pool (line 261) | def storage_pool(self): method storage_pool (line 272) | def storage_pool(self, storage_pool): method system (line 284) | def system(self): method system (line 295) | def system(self, system): method volume_name (line 309) | def volume_name(self): method volume_name (line 320) | def volume_name(self, volume_name): method to_dict (line 331) | def to_dict(self): method to_str (line 355) | def to_str(self): method __repr__ (line 359) | def __repr__(self): method __eq__ (line 363) | def __eq__(self, other): method __ne__ (line 370) | def __ne__(self, other): FILE: kubernetes/client/models/v1_scale_io_volume_source.py class V1ScaleIOVolumeSource (line 21) | class V1ScaleIOVolumeSource(object): method __init__ (line 61) | def __init__(self, fs_type=None, gateway=None, protection_domain=None,... method fs_type (line 98) | def fs_type(self): method fs_type (line 109) | def fs_type(self, fs_type): method gateway (line 121) | def gateway(self): method gateway (line 132) | def gateway(self, gateway): method protection_domain (line 146) | def protection_domain(self): method protection_domain (line 157) | def protection_domain(self, protection_domain): method read_only (line 169) | def read_only(self): method read_only (line 180) | def read_only(self, read_only): method secret_ref (line 192) | def secret_ref(self): method secret_ref (line 202) | def secret_ref(self, secret_ref): method ssl_enabled (line 215) | def ssl_enabled(self): method ssl_enabled (line 226) | def ssl_enabled(self, ssl_enabled): method storage_mode (line 238) | def storage_mode(self): method storage_mode (line 249) | def storage_mode(self, storage_mode): method storage_pool (line 261) | def storage_pool(self): method storage_pool (line 272) | def storage_pool(self, storage_pool): method system (line 284) | def system(self): method system (line 295) | def system(self, system): method volume_name (line 309) | def volume_name(self): method volume_name (line 320) | def volume_name(self, volume_name): method to_dict (line 331) | def to_dict(self): method to_str (line 355) | def to_str(self): method __repr__ (line 359) | def __repr__(self): method __eq__ (line 363) | def __eq__(self, other): method __ne__ (line 370) | def __ne__(self, other): FILE: kubernetes/client/models/v1_scale_spec.py class V1ScaleSpec (line 21) | class V1ScaleSpec(object): method __init__ (line 43) | def __init__(self, replicas=None, local_vars_configuration=None): # n... method replicas (line 56) | def replicas(self): method replicas (line 67) | def replicas(self, replicas): method to_dict (line 78) | def to_dict(self): method to_str (line 102) | def to_str(self): method __repr__ (line 106) | def __repr__(self): method __eq__ (line 110) | def __eq__(self, other): method __ne__ (line 117) | def __ne__(self, other): FILE: kubernetes/client/models/v1_scale_status.py class V1ScaleStatus (line 21) | class V1ScaleStatus(object): method __init__ (line 45) | def __init__(self, replicas=None, selector=None, local_vars_configurat... method replicas (line 60) | def replicas(self): method replicas (line 71) | def replicas(self, replicas): method selector (line 85) | def selector(self): method selector (line 96) | def selector(self, selector): method to_dict (line 107) | def to_dict(self): method to_str (line 131) | def to_str(self): method __repr__ (line 135) | def __repr__(self): method __eq__ (line 139) | def __eq__(self, other): method __ne__ (line 146) | def __ne__(self, other): FILE: kubernetes/client/models/v1_scheduling.py class V1Scheduling (line 21) | class V1Scheduling(object): method __init__ (line 45) | def __init__(self, node_selector=None, tolerations=None, local_vars_co... method node_selector (line 61) | def node_selector(self): method node_selector (line 72) | def node_selector(self, node_selector): method tolerations (line 84) | def tolerations(self): method tolerations (line 95) | def tolerations(self, tolerations): method to_dict (line 106) | def to_dict(self): method to_str (line 130) | def to_str(self): method __repr__ (line 134) | def __repr__(self): method __eq__ (line 138) | def __eq__(self, other): method __ne__ (line 145) | def __ne__(self, other): FILE: kubernetes/client/models/v1_scope_selector.py class V1ScopeSelector (line 21) | class V1ScopeSelector(object): method __init__ (line 43) | def __init__(self, match_expressions=None, local_vars_configuration=No... method match_expressions (line 56) | def match_expressions(self): method match_expressions (line 67) | def match_expressions(self, match_expressions): method to_dict (line 78) | def to_dict(self): method to_str (line 102) | def to_str(self): method __repr__ (line 106) | def __repr__(self): method __eq__ (line 110) | def __eq__(self, other): method __ne__ (line 117) | def __ne__(self, other): FILE: kubernetes/client/models/v1_scoped_resource_selector_requirement.py class V1ScopedResourceSelectorRequirement (line 21) | class V1ScopedResourceSelectorRequirement(object): method __init__ (line 47) | def __init__(self, operator=None, scope_name=None, values=None, local_... method operator (line 64) | def operator(self): method operator (line 75) | def operator(self, operator): method scope_name (line 89) | def scope_name(self): method scope_name (line 100) | def scope_name(self, scope_name): method values (line 114) | def values(self): method values (line 125) | def values(self, values): method to_dict (line 136) | def to_dict(self): method to_str (line 160) | def to_str(self): method __repr__ (line 164) | def __repr__(self): method __eq__ (line 168) | def __eq__(self, other): method __ne__ (line 175) | def __ne__(self, other): FILE: kubernetes/client/models/v1_se_linux_options.py class V1SELinuxOptions (line 21) | class V1SELinuxOptions(object): method __init__ (line 49) | def __init__(self, level=None, role=None, type=None, user=None, local_... method level (line 71) | def level(self): method level (line 82) | def level(self, level): method role (line 94) | def role(self): method role (line 105) | def role(self, role): method type (line 117) | def type(self): method type (line 128) | def type(self, type): method user (line 140) | def user(self): method user (line 151) | def user(self, user): method to_dict (line 162) | def to_dict(self): method to_str (line 186) | def to_str(self): method __repr__ (line 190) | def __repr__(self): method __eq__ (line 194) | def __eq__(self, other): method __ne__ (line 201) | def __ne__(self, other): FILE: kubernetes/client/models/v1_seccomp_profile.py class V1SeccompProfile (line 21) | class V1SeccompProfile(object): method __init__ (line 45) | def __init__(self, localhost_profile=None, type=None, local_vars_confi... method localhost_profile (line 60) | def localhost_profile(self): method localhost_profile (line 71) | def localhost_profile(self, localhost_profile): method type (line 83) | def type(self): method type (line 94) | def type(self, type): method to_dict (line 107) | def to_dict(self): method to_str (line 131) | def to_str(self): method __repr__ (line 135) | def __repr__(self): method __eq__ (line 139) | def __eq__(self, other): method __ne__ (line 146) | def __ne__(self, other): FILE: kubernetes/client/models/v1_secret.py class V1Secret (line 21) | class V1Secret(object): method __init__ (line 55) | def __init__(self, api_version=None, data=None, immutable=None, kind=N... method api_version (line 86) | def api_version(self): method api_version (line 97) | def api_version(self, api_version): method data (line 109) | def data(self): method data (line 120) | def data(self, data): method immutable (line 132) | def immutable(self): method immutable (line 143) | def immutable(self, immutable): method kind (line 155) | def kind(self): method kind (line 166) | def kind(self, kind): method metadata (line 178) | def metadata(self): method metadata (line 188) | def metadata(self, metadata): method string_data (line 199) | def string_data(self): method string_data (line 210) | def string_data(self, string_data): method type (line 222) | def type(self): method type (line 233) | def type(self, type): method to_dict (line 244) | def to_dict(self): method to_str (line 268) | def to_str(self): method __repr__ (line 272) | def __repr__(self): method __eq__ (line 276) | def __eq__(self, other): method __ne__ (line 283) | def __ne__(self, other): FILE: kubernetes/client/models/v1_secret_env_source.py class V1SecretEnvSource (line 21) | class V1SecretEnvSource(object): method __init__ (line 45) | def __init__(self, name=None, optional=None, local_vars_configuration=... method name (line 61) | def name(self): method name (line 72) | def name(self, name): method optional (line 84) | def optional(self): method optional (line 95) | def optional(self, optional): method to_dict (line 106) | def to_dict(self): method to_str (line 130) | def to_str(self): method __repr__ (line 134) | def __repr__(self): method __eq__ (line 138) | def __eq__(self, other): method __ne__ (line 145) | def __ne__(self, other): FILE: kubernetes/client/models/v1_secret_key_selector.py class V1SecretKeySelector (line 21) | class V1SecretKeySelector(object): method __init__ (line 47) | def __init__(self, key=None, name=None, optional=None, local_vars_conf... method key (line 65) | def key(self): method key (line 76) | def key(self, key): method name (line 90) | def name(self): method name (line 101) | def name(self, name): method optional (line 113) | def optional(self): method optional (line 124) | def optional(self, optional): method to_dict (line 135) | def to_dict(self): method to_str (line 159) | def to_str(self): method __repr__ (line 163) | def __repr__(self): method __eq__ (line 167) | def __eq__(self, other): method __ne__ (line 174) | def __ne__(self, other): FILE: kubernetes/client/models/v1_secret_list.py class V1SecretList (line 21) | class V1SecretList(object): method __init__ (line 49) | def __init__(self, api_version=None, items=None, kind=None, metadata=N... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method items (line 93) | def items(self): method items (line 104) | def items(self, items): method kind (line 118) | def kind(self): method kind (line 129) | def kind(self, kind): method metadata (line 141) | def metadata(self): method metadata (line 151) | def metadata(self, metadata): method to_dict (line 161) | def to_dict(self): method to_str (line 185) | def to_str(self): method __repr__ (line 189) | def __repr__(self): method __eq__ (line 193) | def __eq__(self, other): method __ne__ (line 200) | def __ne__(self, other): FILE: kubernetes/client/models/v1_secret_projection.py class V1SecretProjection (line 21) | class V1SecretProjection(object): method __init__ (line 47) | def __init__(self, items=None, name=None, optional=None, local_vars_co... method items (line 66) | def items(self): method items (line 77) | def items(self, items): method name (line 89) | def name(self): method name (line 100) | def name(self, name): method optional (line 112) | def optional(self): method optional (line 123) | def optional(self, optional): method to_dict (line 134) | def to_dict(self): method to_str (line 158) | def to_str(self): method __repr__ (line 162) | def __repr__(self): method __eq__ (line 166) | def __eq__(self, other): method __ne__ (line 173) | def __ne__(self, other): FILE: kubernetes/client/models/v1_secret_reference.py class V1SecretReference (line 21) | class V1SecretReference(object): method __init__ (line 45) | def __init__(self, name=None, namespace=None, local_vars_configuration... method name (line 61) | def name(self): method name (line 72) | def name(self, name): method namespace (line 84) | def namespace(self): method namespace (line 95) | def namespace(self, namespace): method to_dict (line 106) | def to_dict(self): method to_str (line 130) | def to_str(self): method __repr__ (line 134) | def __repr__(self): method __eq__ (line 138) | def __eq__(self, other): method __ne__ (line 145) | def __ne__(self, other): FILE: kubernetes/client/models/v1_secret_volume_source.py class V1SecretVolumeSource (line 21) | class V1SecretVolumeSource(object): method __init__ (line 49) | def __init__(self, default_mode=None, items=None, optional=None, secre... method default_mode (line 71) | def default_mode(self): method default_mode (line 82) | def default_mode(self, default_mode): method items (line 94) | def items(self): method items (line 105) | def items(self, items): method optional (line 117) | def optional(self): method optional (line 128) | def optional(self, optional): method secret_name (line 140) | def secret_name(self): method secret_name (line 151) | def secret_name(self, secret_name): method to_dict (line 162) | def to_dict(self): method to_str (line 186) | def to_str(self): method __repr__ (line 190) | def __repr__(self): method __eq__ (line 194) | def __eq__(self, other): method __ne__ (line 201) | def __ne__(self, other): FILE: kubernetes/client/models/v1_security_context.py class V1SecurityContext (line 21) | class V1SecurityContext(object): method __init__ (line 65) | def __init__(self, allow_privilege_escalation=None, app_armor_profile=... method allow_privilege_escalation (line 111) | def allow_privilege_escalation(self): method allow_privilege_escalation (line 122) | def allow_privilege_escalation(self, allow_privilege_escalation): method app_armor_profile (line 134) | def app_armor_profile(self): method app_armor_profile (line 144) | def app_armor_profile(self, app_armor_profile): method capabilities (line 155) | def capabilities(self): method capabilities (line 165) | def capabilities(self, capabilities): method privileged (line 176) | def privileged(self): method privileged (line 187) | def privileged(self, privileged): method proc_mount (line 199) | def proc_mount(self): method proc_mount (line 210) | def proc_mount(self, proc_mount): method read_only_root_filesystem (line 222) | def read_only_root_filesystem(self): method read_only_root_filesystem (line 233) | def read_only_root_filesystem(self, read_only_root_filesystem): method run_as_group (line 245) | def run_as_group(self): method run_as_group (line 256) | def run_as_group(self, run_as_group): method run_as_non_root (line 268) | def run_as_non_root(self): method run_as_non_root (line 279) | def run_as_non_root(self, run_as_non_root): method run_as_user (line 291) | def run_as_user(self): method run_as_user (line 302) | def run_as_user(self, run_as_user): method se_linux_options (line 314) | def se_linux_options(self): method se_linux_options (line 324) | def se_linux_options(self, se_linux_options): method seccomp_profile (line 335) | def seccomp_profile(self): method seccomp_profile (line 345) | def seccomp_profile(self, seccomp_profile): method windows_options (line 356) | def windows_options(self): method windows_options (line 366) | def windows_options(self, windows_options): method to_dict (line 376) | def to_dict(self): method to_str (line 400) | def to_str(self): method __repr__ (line 404) | def __repr__(self): method __eq__ (line 408) | def __eq__(self, other): method __ne__ (line 415) | def __ne__(self, other): FILE: kubernetes/client/models/v1_selectable_field.py class V1SelectableField (line 21) | class V1SelectableField(object): method __init__ (line 43) | def __init__(self, json_path=None, local_vars_configuration=None): # ... method json_path (line 55) | def json_path(self): method json_path (line 66) | def json_path(self, json_path): method to_dict (line 79) | def to_dict(self): method to_str (line 103) | def to_str(self): method __repr__ (line 107) | def __repr__(self): method __eq__ (line 111) | def __eq__(self, other): method __ne__ (line 118) | def __ne__(self, other): FILE: kubernetes/client/models/v1_self_subject_access_review.py class V1SelfSubjectAccessReview (line 21) | class V1SelfSubjectAccessReview(object): method __init__ (line 51) | def __init__(self, api_version=None, kind=None, metadata=None, spec=No... method api_version (line 75) | def api_version(self): method api_version (line 86) | def api_version(self, api_version): method kind (line 98) | def kind(self): method kind (line 109) | def kind(self, kind): method metadata (line 121) | def metadata(self): method metadata (line 131) | def metadata(self, metadata): method spec (line 142) | def spec(self): method spec (line 152) | def spec(self, spec): method status (line 165) | def status(self): method status (line 175) | def status(self, status): method to_dict (line 185) | def to_dict(self): method to_str (line 209) | def to_str(self): method __repr__ (line 213) | def __repr__(self): method __eq__ (line 217) | def __eq__(self, other): method __ne__ (line 224) | def __ne__(self, other): FILE: kubernetes/client/models/v1_self_subject_access_review_spec.py class V1SelfSubjectAccessReviewSpec (line 21) | class V1SelfSubjectAccessReviewSpec(object): method __init__ (line 45) | def __init__(self, non_resource_attributes=None, resource_attributes=N... method non_resource_attributes (line 61) | def non_resource_attributes(self): method non_resource_attributes (line 71) | def non_resource_attributes(self, non_resource_attributes): method resource_attributes (line 82) | def resource_attributes(self): method resource_attributes (line 92) | def resource_attributes(self, resource_attributes): method to_dict (line 102) | def to_dict(self): method to_str (line 126) | def to_str(self): method __repr__ (line 130) | def __repr__(self): method __eq__ (line 134) | def __eq__(self, other): method __ne__ (line 141) | def __ne__(self, other): FILE: kubernetes/client/models/v1_self_subject_review.py class V1SelfSubjectReview (line 21) | class V1SelfSubjectReview(object): method __init__ (line 49) | def __init__(self, api_version=None, kind=None, metadata=None, status=... method api_version (line 71) | def api_version(self): method api_version (line 82) | def api_version(self, api_version): method kind (line 94) | def kind(self): method kind (line 105) | def kind(self, kind): method metadata (line 117) | def metadata(self): method metadata (line 127) | def metadata(self, metadata): method status (line 138) | def status(self): method status (line 148) | def status(self, status): method to_dict (line 158) | def to_dict(self): method to_str (line 182) | def to_str(self): method __repr__ (line 186) | def __repr__(self): method __eq__ (line 190) | def __eq__(self, other): method __ne__ (line 197) | def __ne__(self, other): FILE: kubernetes/client/models/v1_self_subject_review_status.py class V1SelfSubjectReviewStatus (line 21) | class V1SelfSubjectReviewStatus(object): method __init__ (line 43) | def __init__(self, user_info=None, local_vars_configuration=None): # ... method user_info (line 56) | def user_info(self): method user_info (line 66) | def user_info(self, user_info): method to_dict (line 76) | def to_dict(self): method to_str (line 100) | def to_str(self): method __repr__ (line 104) | def __repr__(self): method __eq__ (line 108) | def __eq__(self, other): method __ne__ (line 115) | def __ne__(self, other): FILE: kubernetes/client/models/v1_self_subject_rules_review.py class V1SelfSubjectRulesReview (line 21) | class V1SelfSubjectRulesReview(object): method __init__ (line 51) | def __init__(self, api_version=None, kind=None, metadata=None, spec=No... method api_version (line 75) | def api_version(self): method api_version (line 86) | def api_version(self, api_version): method kind (line 98) | def kind(self): method kind (line 109) | def kind(self, kind): method metadata (line 121) | def metadata(self): method metadata (line 131) | def metadata(self, metadata): method spec (line 142) | def spec(self): method spec (line 152) | def spec(self, spec): method status (line 165) | def status(self): method status (line 175) | def status(self, status): method to_dict (line 185) | def to_dict(self): method to_str (line 209) | def to_str(self): method __repr__ (line 213) | def __repr__(self): method __eq__ (line 217) | def __eq__(self, other): method __ne__ (line 224) | def __ne__(self, other): FILE: kubernetes/client/models/v1_self_subject_rules_review_spec.py class V1SelfSubjectRulesReviewSpec (line 21) | class V1SelfSubjectRulesReviewSpec(object): method __init__ (line 43) | def __init__(self, namespace=None, local_vars_configuration=None): # ... method namespace (line 56) | def namespace(self): method namespace (line 67) | def namespace(self, namespace): method to_dict (line 78) | def to_dict(self): method to_str (line 102) | def to_str(self): method __repr__ (line 106) | def __repr__(self): method __eq__ (line 110) | def __eq__(self, other): method __ne__ (line 117) | def __ne__(self, other): FILE: kubernetes/client/models/v1_server_address_by_client_cidr.py class V1ServerAddressByClientCIDR (line 21) | class V1ServerAddressByClientCIDR(object): method __init__ (line 45) | def __init__(self, client_cidr=None, server_address=None, local_vars_c... method client_cidr (line 59) | def client_cidr(self): method client_cidr (line 70) | def client_cidr(self, client_cidr): method server_address (line 84) | def server_address(self): method server_address (line 95) | def server_address(self, server_address): method to_dict (line 108) | def to_dict(self): method to_str (line 132) | def to_str(self): method __repr__ (line 136) | def __repr__(self): method __eq__ (line 140) | def __eq__(self, other): method __ne__ (line 147) | def __ne__(self, other): FILE: kubernetes/client/models/v1_service.py class V1Service (line 21) | class V1Service(object): method __init__ (line 51) | def __init__(self, api_version=None, kind=None, metadata=None, spec=No... method api_version (line 76) | def api_version(self): method api_version (line 87) | def api_version(self, api_version): method kind (line 99) | def kind(self): method kind (line 110) | def kind(self, kind): method metadata (line 122) | def metadata(self): method metadata (line 132) | def metadata(self, metadata): method spec (line 143) | def spec(self): method spec (line 153) | def spec(self, spec): method status (line 164) | def status(self): method status (line 174) | def status(self, status): method to_dict (line 184) | def to_dict(self): method to_str (line 208) | def to_str(self): method __repr__ (line 212) | def __repr__(self): method __eq__ (line 216) | def __eq__(self, other): method __ne__ (line 223) | def __ne__(self, other): FILE: kubernetes/client/models/v1_service_account.py class V1ServiceAccount (line 21) | class V1ServiceAccount(object): method __init__ (line 53) | def __init__(self, api_version=None, automount_service_account_token=N... method api_version (line 81) | def api_version(self): method api_version (line 92) | def api_version(self, api_version): method automount_service_account_token (line 104) | def automount_service_account_token(self): method automount_service_account_token (line 115) | def automount_service_account_token(self, automount_service_account_to... method image_pull_secrets (line 127) | def image_pull_secrets(self): method image_pull_secrets (line 138) | def image_pull_secrets(self, image_pull_secrets): method kind (line 150) | def kind(self): method kind (line 161) | def kind(self, kind): method metadata (line 173) | def metadata(self): method metadata (line 183) | def metadata(self, metadata): method secrets (line 194) | def secrets(self): method secrets (line 205) | def secrets(self, secrets): method to_dict (line 216) | def to_dict(self): method to_str (line 240) | def to_str(self): method __repr__ (line 244) | def __repr__(self): method __eq__ (line 248) | def __eq__(self, other): method __ne__ (line 255) | def __ne__(self, other): FILE: kubernetes/client/models/v1_service_account_list.py class V1ServiceAccountList (line 21) | class V1ServiceAccountList(object): method __init__ (line 49) | def __init__(self, api_version=None, items=None, kind=None, metadata=N... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method items (line 93) | def items(self): method items (line 104) | def items(self, items): method kind (line 118) | def kind(self): method kind (line 129) | def kind(self, kind): method metadata (line 141) | def metadata(self): method metadata (line 151) | def metadata(self, metadata): method to_dict (line 161) | def to_dict(self): method to_str (line 185) | def to_str(self): method __repr__ (line 189) | def __repr__(self): method __eq__ (line 193) | def __eq__(self, other): method __ne__ (line 200) | def __ne__(self, other): FILE: kubernetes/client/models/v1_service_account_subject.py class V1ServiceAccountSubject (line 21) | class V1ServiceAccountSubject(object): method __init__ (line 45) | def __init__(self, name=None, namespace=None, local_vars_configuration... method name (line 59) | def name(self): method name (line 70) | def name(self, name): method namespace (line 84) | def namespace(self): method namespace (line 95) | def namespace(self, namespace): method to_dict (line 108) | def to_dict(self): method to_str (line 132) | def to_str(self): method __repr__ (line 136) | def __repr__(self): method __eq__ (line 140) | def __eq__(self, other): method __ne__ (line 147) | def __ne__(self, other): FILE: kubernetes/client/models/v1_service_account_token_projection.py class V1ServiceAccountTokenProjection (line 21) | class V1ServiceAccountTokenProjection(object): method __init__ (line 47) | def __init__(self, audience=None, expiration_seconds=None, path=None, ... method audience (line 65) | def audience(self): method audience (line 76) | def audience(self, audience): method expiration_seconds (line 88) | def expiration_seconds(self): method expiration_seconds (line 99) | def expiration_seconds(self, expiration_seconds): method path (line 111) | def path(self): method path (line 122) | def path(self, path): method to_dict (line 135) | def to_dict(self): method to_str (line 159) | def to_str(self): method __repr__ (line 163) | def __repr__(self): method __eq__ (line 167) | def __eq__(self, other): method __ne__ (line 174) | def __ne__(self, other): FILE: kubernetes/client/models/v1_service_backend_port.py class V1ServiceBackendPort (line 21) | class V1ServiceBackendPort(object): method __init__ (line 45) | def __init__(self, name=None, number=None, local_vars_configuration=No... method name (line 61) | def name(self): method name (line 72) | def name(self, name): method number (line 84) | def number(self): method number (line 95) | def number(self, number): method to_dict (line 106) | def to_dict(self): method to_str (line 130) | def to_str(self): method __repr__ (line 134) | def __repr__(self): method __eq__ (line 138) | def __eq__(self, other): method __ne__ (line 145) | def __ne__(self, other): FILE: kubernetes/client/models/v1_service_cidr.py class V1ServiceCIDR (line 21) | class V1ServiceCIDR(object): method __init__ (line 51) | def __init__(self, api_version=None, kind=None, metadata=None, spec=No... method api_version (line 76) | def api_version(self): method api_version (line 87) | def api_version(self, api_version): method kind (line 99) | def kind(self): method kind (line 110) | def kind(self, kind): method metadata (line 122) | def metadata(self): method metadata (line 132) | def metadata(self, metadata): method spec (line 143) | def spec(self): method spec (line 153) | def spec(self, spec): method status (line 164) | def status(self): method status (line 174) | def status(self, status): method to_dict (line 184) | def to_dict(self): method to_str (line 208) | def to_str(self): method __repr__ (line 212) | def __repr__(self): method __eq__ (line 216) | def __eq__(self, other): method __ne__ (line 223) | def __ne__(self, other): FILE: kubernetes/client/models/v1_service_cidr_list.py class V1ServiceCIDRList (line 21) | class V1ServiceCIDRList(object): method __init__ (line 49) | def __init__(self, api_version=None, items=None, kind=None, metadata=N... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method items (line 93) | def items(self): method items (line 104) | def items(self, items): method kind (line 118) | def kind(self): method kind (line 129) | def kind(self, kind): method metadata (line 141) | def metadata(self): method metadata (line 151) | def metadata(self, metadata): method to_dict (line 161) | def to_dict(self): method to_str (line 185) | def to_str(self): method __repr__ (line 189) | def __repr__(self): method __eq__ (line 193) | def __eq__(self, other): method __ne__ (line 200) | def __ne__(self, other): FILE: kubernetes/client/models/v1_service_cidr_spec.py class V1ServiceCIDRSpec (line 21) | class V1ServiceCIDRSpec(object): method __init__ (line 43) | def __init__(self, cidrs=None, local_vars_configuration=None): # noqa... method cidrs (line 56) | def cidrs(self): method cidrs (line 67) | def cidrs(self, cidrs): method to_dict (line 78) | def to_dict(self): method to_str (line 102) | def to_str(self): method __repr__ (line 106) | def __repr__(self): method __eq__ (line 110) | def __eq__(self, other): method __ne__ (line 117) | def __ne__(self, other): FILE: kubernetes/client/models/v1_service_cidr_status.py class V1ServiceCIDRStatus (line 21) | class V1ServiceCIDRStatus(object): method __init__ (line 43) | def __init__(self, conditions=None, local_vars_configuration=None): #... method conditions (line 56) | def conditions(self): method conditions (line 67) | def conditions(self, conditions): method to_dict (line 78) | def to_dict(self): method to_str (line 102) | def to_str(self): method __repr__ (line 106) | def __repr__(self): method __eq__ (line 110) | def __eq__(self, other): method __ne__ (line 117) | def __ne__(self, other): FILE: kubernetes/client/models/v1_service_list.py class V1ServiceList (line 21) | class V1ServiceList(object): method __init__ (line 49) | def __init__(self, api_version=None, items=None, kind=None, metadata=N... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method items (line 93) | def items(self): method items (line 104) | def items(self, items): method kind (line 118) | def kind(self): method kind (line 129) | def kind(self, kind): method metadata (line 141) | def metadata(self): method metadata (line 151) | def metadata(self, metadata): method to_dict (line 161) | def to_dict(self): method to_str (line 185) | def to_str(self): method __repr__ (line 189) | def __repr__(self): method __eq__ (line 193) | def __eq__(self, other): method __ne__ (line 200) | def __ne__(self, other): FILE: kubernetes/client/models/v1_service_port.py class V1ServicePort (line 21) | class V1ServicePort(object): method __init__ (line 53) | def __init__(self, app_protocol=None, name=None, node_port=None, port=... method app_protocol (line 80) | def app_protocol(self): method app_protocol (line 91) | def app_protocol(self, app_protocol): method name (line 103) | def name(self): method name (line 114) | def name(self, name): method node_port (line 126) | def node_port(self): method node_port (line 137) | def node_port(self, node_port): method port (line 149) | def port(self): method port (line 160) | def port(self, port): method protocol (line 174) | def protocol(self): method protocol (line 185) | def protocol(self, protocol): method target_port (line 197) | def target_port(self): method target_port (line 208) | def target_port(self, target_port): method to_dict (line 219) | def to_dict(self): method to_str (line 243) | def to_str(self): method __repr__ (line 247) | def __repr__(self): method __eq__ (line 251) | def __eq__(self, other): method __ne__ (line 258) | def __ne__(self, other): FILE: kubernetes/client/models/v1_service_spec.py class V1ServiceSpec (line 21) | class V1ServiceSpec(object): method __init__ (line 81) | def __init__(self, allocate_load_balancer_node_ports=None, cluster_ip=... method allocate_load_balancer_node_ports (line 151) | def allocate_load_balancer_node_ports(self): method allocate_load_balancer_node_ports (line 162) | def allocate_load_balancer_node_ports(self, allocate_load_balancer_nod... method cluster_ip (line 174) | def cluster_ip(self): method cluster_ip (line 185) | def cluster_ip(self, cluster_ip): method cluster_i_ps (line 197) | def cluster_i_ps(self): method cluster_i_ps (line 208) | def cluster_i_ps(self, cluster_i_ps): method external_i_ps (line 220) | def external_i_ps(self): method external_i_ps (line 231) | def external_i_ps(self, external_i_ps): method external_name (line 243) | def external_name(self): method external_name (line 254) | def external_name(self, external_name): method external_traffic_policy (line 266) | def external_traffic_policy(self): method external_traffic_policy (line 277) | def external_traffic_policy(self, external_traffic_policy): method health_check_node_port (line 289) | def health_check_node_port(self): method health_check_node_port (line 300) | def health_check_node_port(self, health_check_node_port): method internal_traffic_policy (line 312) | def internal_traffic_policy(self): method internal_traffic_policy (line 323) | def internal_traffic_policy(self, internal_traffic_policy): method ip_families (line 335) | def ip_families(self): method ip_families (line 346) | def ip_families(self, ip_families): method ip_family_policy (line 358) | def ip_family_policy(self): method ip_family_policy (line 369) | def ip_family_policy(self, ip_family_policy): method load_balancer_class (line 381) | def load_balancer_class(self): method load_balancer_class (line 392) | def load_balancer_class(self, load_balancer_class): method load_balancer_ip (line 404) | def load_balancer_ip(self): method load_balancer_ip (line 415) | def load_balancer_ip(self, load_balancer_ip): method load_balancer_source_ranges (line 427) | def load_balancer_source_ranges(self): method load_balancer_source_ranges (line 438) | def load_balancer_source_ranges(self, load_balancer_source_ranges): method ports (line 450) | def ports(self): method ports (line 461) | def ports(self, ports): method publish_not_ready_addresses (line 473) | def publish_not_ready_addresses(self): method publish_not_ready_addresses (line 484) | def publish_not_ready_addresses(self, publish_not_ready_addresses): method selector (line 496) | def selector(self): method selector (line 507) | def selector(self, selector): method session_affinity (line 519) | def session_affinity(self): method session_affinity (line 530) | def session_affinity(self, session_affinity): method session_affinity_config (line 542) | def session_affinity_config(self): method session_affinity_config (line 552) | def session_affinity_config(self, session_affinity_config): method traffic_distribution (line 563) | def traffic_distribution(self): method traffic_distribution (line 574) | def traffic_distribution(self, traffic_distribution): method type (line 586) | def type(self): method type (line 597) | def type(self, type): method to_dict (line 608) | def to_dict(self): method to_str (line 632) | def to_str(self): method __repr__ (line 636) | def __repr__(self): method __eq__ (line 640) | def __eq__(self, other): method __ne__ (line 647) | def __ne__(self, other): FILE: kubernetes/client/models/v1_service_status.py class V1ServiceStatus (line 21) | class V1ServiceStatus(object): method __init__ (line 45) | def __init__(self, conditions=None, load_balancer=None, local_vars_con... method conditions (line 61) | def conditions(self): method conditions (line 72) | def conditions(self, conditions): method load_balancer (line 84) | def load_balancer(self): method load_balancer (line 94) | def load_balancer(self, load_balancer): method to_dict (line 104) | def to_dict(self): method to_str (line 128) | def to_str(self): method __repr__ (line 132) | def __repr__(self): method __eq__ (line 136) | def __eq__(self, other): method __ne__ (line 143) | def __ne__(self, other): FILE: kubernetes/client/models/v1_session_affinity_config.py class V1SessionAffinityConfig (line 21) | class V1SessionAffinityConfig(object): method __init__ (line 43) | def __init__(self, client_ip=None, local_vars_configuration=None): # ... method client_ip (line 56) | def client_ip(self): method client_ip (line 66) | def client_ip(self, client_ip): method to_dict (line 76) | def to_dict(self): method to_str (line 100) | def to_str(self): method __repr__ (line 104) | def __repr__(self): method __eq__ (line 108) | def __eq__(self, other): method __ne__ (line 115) | def __ne__(self, other): FILE: kubernetes/client/models/v1_sleep_action.py class V1SleepAction (line 21) | class V1SleepAction(object): method __init__ (line 43) | def __init__(self, seconds=None, local_vars_configuration=None): # no... method seconds (line 55) | def seconds(self): method seconds (line 66) | def seconds(self, seconds): method to_dict (line 79) | def to_dict(self): method to_str (line 103) | def to_str(self): method __repr__ (line 107) | def __repr__(self): method __eq__ (line 111) | def __eq__(self, other): method __ne__ (line 118) | def __ne__(self, other): FILE: kubernetes/client/models/v1_stateful_set.py class V1StatefulSet (line 21) | class V1StatefulSet(object): method __init__ (line 51) | def __init__(self, api_version=None, kind=None, metadata=None, spec=No... method api_version (line 76) | def api_version(self): method api_version (line 87) | def api_version(self, api_version): method kind (line 99) | def kind(self): method kind (line 110) | def kind(self, kind): method metadata (line 122) | def metadata(self): method metadata (line 132) | def metadata(self, metadata): method spec (line 143) | def spec(self): method spec (line 153) | def spec(self, spec): method status (line 164) | def status(self): method status (line 174) | def status(self, status): method to_dict (line 184) | def to_dict(self): method to_str (line 208) | def to_str(self): method __repr__ (line 212) | def __repr__(self): method __eq__ (line 216) | def __eq__(self, other): method __ne__ (line 223) | def __ne__(self, other): FILE: kubernetes/client/models/v1_stateful_set_condition.py class V1StatefulSetCondition (line 21) | class V1StatefulSetCondition(object): method __init__ (line 51) | def __init__(self, last_transition_time=None, message=None, reason=Non... method last_transition_time (line 74) | def last_transition_time(self): method last_transition_time (line 85) | def last_transition_time(self, last_transition_time): method message (line 97) | def message(self): method message (line 108) | def message(self, message): method reason (line 120) | def reason(self): method reason (line 131) | def reason(self, reason): method status (line 143) | def status(self): method status (line 154) | def status(self, status): method type (line 168) | def type(self): method type (line 179) | def type(self, type): method to_dict (line 192) | def to_dict(self): method to_str (line 216) | def to_str(self): method __repr__ (line 220) | def __repr__(self): method __eq__ (line 224) | def __eq__(self, other): method __ne__ (line 231) | def __ne__(self, other): FILE: kubernetes/client/models/v1_stateful_set_list.py class V1StatefulSetList (line 21) | class V1StatefulSetList(object): method __init__ (line 49) | def __init__(self, api_version=None, items=None, kind=None, metadata=N... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method items (line 93) | def items(self): method items (line 104) | def items(self, items): method kind (line 118) | def kind(self): method kind (line 129) | def kind(self, kind): method metadata (line 141) | def metadata(self): method metadata (line 151) | def metadata(self, metadata): method to_dict (line 161) | def to_dict(self): method to_str (line 185) | def to_str(self): method __repr__ (line 189) | def __repr__(self): method __eq__ (line 193) | def __eq__(self, other): method __ne__ (line 200) | def __ne__(self, other): FILE: kubernetes/client/models/v1_stateful_set_ordinals.py class V1StatefulSetOrdinals (line 21) | class V1StatefulSetOrdinals(object): method __init__ (line 43) | def __init__(self, start=None, local_vars_configuration=None): # noqa... method start (line 56) | def start(self): method start (line 67) | def start(self, start): method to_dict (line 78) | def to_dict(self): method to_str (line 102) | def to_str(self): method __repr__ (line 106) | def __repr__(self): method __eq__ (line 110) | def __eq__(self, other): method __ne__ (line 117) | def __ne__(self, other): FILE: kubernetes/client/models/v1_stateful_set_persistent_volume_claim_retention_policy.py class V1StatefulSetPersistentVolumeClaimRetentionPolicy (line 21) | class V1StatefulSetPersistentVolumeClaimRetentionPolicy(object): method __init__ (line 45) | def __init__(self, when_deleted=None, when_scaled=None, local_vars_con... method when_deleted (line 61) | def when_deleted(self): method when_deleted (line 72) | def when_deleted(self, when_deleted): method when_scaled (line 84) | def when_scaled(self): method when_scaled (line 95) | def when_scaled(self, when_scaled): method to_dict (line 106) | def to_dict(self): method to_str (line 130) | def to_str(self): method __repr__ (line 134) | def __repr__(self): method __eq__ (line 138) | def __eq__(self, other): method __ne__ (line 145) | def __ne__(self, other): FILE: kubernetes/client/models/v1_stateful_set_spec.py class V1StatefulSetSpec (line 21) | class V1StatefulSetSpec(object): method __init__ (line 63) | def __init__(self, min_ready_seconds=None, ordinals=None, persistent_v... method min_ready_seconds (line 104) | def min_ready_seconds(self): method min_ready_seconds (line 115) | def min_ready_seconds(self, min_ready_seconds): method ordinals (line 127) | def ordinals(self): method ordinals (line 137) | def ordinals(self, ordinals): method persistent_volume_claim_retention_policy (line 148) | def persistent_volume_claim_retention_policy(self): method persistent_volume_claim_retention_policy (line 158) | def persistent_volume_claim_retention_policy(self, persistent_volume_c... method pod_management_policy (line 169) | def pod_management_policy(self): method pod_management_policy (line 180) | def pod_management_policy(self, pod_management_policy): method replicas (line 192) | def replicas(self): method replicas (line 203) | def replicas(self, replicas): method revision_history_limit (line 215) | def revision_history_limit(self): method revision_history_limit (line 226) | def revision_history_limit(self, revision_history_limit): method selector (line 238) | def selector(self): method selector (line 248) | def selector(self, selector): method service_name (line 261) | def service_name(self): method service_name (line 272) | def service_name(self, service_name): method template (line 284) | def template(self): method template (line 294) | def template(self, template): method update_strategy (line 307) | def update_strategy(self): method update_strategy (line 317) | def update_strategy(self, update_strategy): method volume_claim_templates (line 328) | def volume_claim_templates(self): method volume_claim_templates (line 339) | def volume_claim_templates(self, volume_claim_templates): method to_dict (line 350) | def to_dict(self): method to_str (line 374) | def to_str(self): method __repr__ (line 378) | def __repr__(self): method __eq__ (line 382) | def __eq__(self, other): method __ne__ (line 389) | def __ne__(self, other): FILE: kubernetes/client/models/v1_stateful_set_status.py class V1StatefulSetStatus (line 21) | class V1StatefulSetStatus(object): method __init__ (line 61) | def __init__(self, available_replicas=None, collision_count=None, cond... method available_replicas (line 100) | def available_replicas(self): method available_replicas (line 111) | def available_replicas(self, available_replicas): method collision_count (line 123) | def collision_count(self): method collision_count (line 134) | def collision_count(self, collision_count): method conditions (line 146) | def conditions(self): method conditions (line 157) | def conditions(self, conditions): method current_replicas (line 169) | def current_replicas(self): method current_replicas (line 180) | def current_replicas(self, current_replicas): method current_revision (line 192) | def current_revision(self): method current_revision (line 203) | def current_revision(self, current_revision): method observed_generation (line 215) | def observed_generation(self): method observed_generation (line 226) | def observed_generation(self, observed_generation): method ready_replicas (line 238) | def ready_replicas(self): method ready_replicas (line 249) | def ready_replicas(self, ready_replicas): method replicas (line 261) | def replicas(self): method replicas (line 272) | def replicas(self, replicas): method update_revision (line 286) | def update_revision(self): method update_revision (line 297) | def update_revision(self, update_revision): method updated_replicas (line 309) | def updated_replicas(self): method updated_replicas (line 320) | def updated_replicas(self, updated_replicas): method to_dict (line 331) | def to_dict(self): method to_str (line 355) | def to_str(self): method __repr__ (line 359) | def __repr__(self): method __eq__ (line 363) | def __eq__(self, other): method __ne__ (line 370) | def __ne__(self, other): FILE: kubernetes/client/models/v1_stateful_set_update_strategy.py class V1StatefulSetUpdateStrategy (line 21) | class V1StatefulSetUpdateStrategy(object): method __init__ (line 45) | def __init__(self, rolling_update=None, type=None, local_vars_configur... method rolling_update (line 61) | def rolling_update(self): method rolling_update (line 71) | def rolling_update(self, rolling_update): method type (line 82) | def type(self): method type (line 93) | def type(self, type): method to_dict (line 104) | def to_dict(self): method to_str (line 128) | def to_str(self): method __repr__ (line 132) | def __repr__(self): method __eq__ (line 136) | def __eq__(self, other): method __ne__ (line 143) | def __ne__(self, other): FILE: kubernetes/client/models/v1_status.py class V1Status (line 21) | class V1Status(object): method __init__ (line 57) | def __init__(self, api_version=None, code=None, details=None, kind=Non... method api_version (line 91) | def api_version(self): method api_version (line 102) | def api_version(self, api_version): method code (line 114) | def code(self): method code (line 125) | def code(self, code): method details (line 137) | def details(self): method details (line 147) | def details(self, details): method kind (line 158) | def kind(self): method kind (line 169) | def kind(self, kind): method message (line 181) | def message(self): method message (line 192) | def message(self, message): method metadata (line 204) | def metadata(self): method metadata (line 214) | def metadata(self, metadata): method reason (line 225) | def reason(self): method reason (line 236) | def reason(self, reason): method status (line 248) | def status(self): method status (line 259) | def status(self, status): method to_dict (line 270) | def to_dict(self): method to_str (line 294) | def to_str(self): method __repr__ (line 298) | def __repr__(self): method __eq__ (line 302) | def __eq__(self, other): method __ne__ (line 309) | def __ne__(self, other): FILE: kubernetes/client/models/v1_status_cause.py class V1StatusCause (line 21) | class V1StatusCause(object): method __init__ (line 47) | def __init__(self, field=None, message=None, reason=None, local_vars_c... method field (line 66) | def field(self): method field (line 77) | def field(self, field): method message (line 89) | def message(self): method message (line 100) | def message(self, message): method reason (line 112) | def reason(self): method reason (line 123) | def reason(self, reason): method to_dict (line 134) | def to_dict(self): method to_str (line 158) | def to_str(self): method __repr__ (line 162) | def __repr__(self): method __eq__ (line 166) | def __eq__(self, other): method __ne__ (line 173) | def __ne__(self, other): FILE: kubernetes/client/models/v1_status_details.py class V1StatusDetails (line 21) | class V1StatusDetails(object): method __init__ (line 53) | def __init__(self, causes=None, group=None, kind=None, name=None, retr... method causes (line 81) | def causes(self): method causes (line 92) | def causes(self, causes): method group (line 104) | def group(self): method group (line 115) | def group(self, group): method kind (line 127) | def kind(self): method kind (line 138) | def kind(self, kind): method name (line 150) | def name(self): method name (line 161) | def name(self, name): method retry_after_seconds (line 173) | def retry_after_seconds(self): method retry_after_seconds (line 184) | def retry_after_seconds(self, retry_after_seconds): method uid (line 196) | def uid(self): method uid (line 207) | def uid(self, uid): method to_dict (line 218) | def to_dict(self): method to_str (line 242) | def to_str(self): method __repr__ (line 246) | def __repr__(self): method __eq__ (line 250) | def __eq__(self, other): method __ne__ (line 257) | def __ne__(self, other): FILE: kubernetes/client/models/v1_storage_class.py class V1StorageClass (line 21) | class V1StorageClass(object): method __init__ (line 61) | def __init__(self, allow_volume_expansion=None, allowed_topologies=Non... method allow_volume_expansion (line 100) | def allow_volume_expansion(self): method allow_volume_expansion (line 111) | def allow_volume_expansion(self, allow_volume_expansion): method allowed_topologies (line 123) | def allowed_topologies(self): method allowed_topologies (line 134) | def allowed_topologies(self, allowed_topologies): method api_version (line 146) | def api_version(self): method api_version (line 157) | def api_version(self, api_version): method kind (line 169) | def kind(self): method kind (line 180) | def kind(self, kind): method metadata (line 192) | def metadata(self): method metadata (line 202) | def metadata(self, metadata): method mount_options (line 213) | def mount_options(self): method mount_options (line 224) | def mount_options(self, mount_options): method parameters (line 236) | def parameters(self): method parameters (line 247) | def parameters(self, parameters): method provisioner (line 259) | def provisioner(self): method provisioner (line 270) | def provisioner(self, provisioner): method reclaim_policy (line 284) | def reclaim_policy(self): method reclaim_policy (line 295) | def reclaim_policy(self, reclaim_policy): method volume_binding_mode (line 307) | def volume_binding_mode(self): method volume_binding_mode (line 318) | def volume_binding_mode(self, volume_binding_mode): method to_dict (line 329) | def to_dict(self): method to_str (line 353) | def to_str(self): method __repr__ (line 357) | def __repr__(self): method __eq__ (line 361) | def __eq__(self, other): method __ne__ (line 368) | def __ne__(self, other): FILE: kubernetes/client/models/v1_storage_class_list.py class V1StorageClassList (line 21) | class V1StorageClassList(object): method __init__ (line 49) | def __init__(self, api_version=None, items=None, kind=None, metadata=N... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method items (line 93) | def items(self): method items (line 104) | def items(self, items): method kind (line 118) | def kind(self): method kind (line 129) | def kind(self, kind): method metadata (line 141) | def metadata(self): method metadata (line 151) | def metadata(self, metadata): method to_dict (line 161) | def to_dict(self): method to_str (line 185) | def to_str(self): method __repr__ (line 189) | def __repr__(self): method __eq__ (line 193) | def __eq__(self, other): method __ne__ (line 200) | def __ne__(self, other): FILE: kubernetes/client/models/v1_storage_os_persistent_volume_source.py class V1StorageOSPersistentVolumeSource (line 21) | class V1StorageOSPersistentVolumeSource(object): method __init__ (line 51) | def __init__(self, fs_type=None, read_only=None, secret_ref=None, volu... method fs_type (line 76) | def fs_type(self): method fs_type (line 87) | def fs_type(self, fs_type): method read_only (line 99) | def read_only(self): method read_only (line 110) | def read_only(self, read_only): method secret_ref (line 122) | def secret_ref(self): method secret_ref (line 132) | def secret_ref(self, secret_ref): method volume_name (line 143) | def volume_name(self): method volume_name (line 154) | def volume_name(self, volume_name): method volume_namespace (line 166) | def volume_namespace(self): method volume_namespace (line 177) | def volume_namespace(self, volume_namespace): method to_dict (line 188) | def to_dict(self): method to_str (line 212) | def to_str(self): method __repr__ (line 216) | def __repr__(self): method __eq__ (line 220) | def __eq__(self, other): method __ne__ (line 227) | def __ne__(self, other): FILE: kubernetes/client/models/v1_storage_os_volume_source.py class V1StorageOSVolumeSource (line 21) | class V1StorageOSVolumeSource(object): method __init__ (line 51) | def __init__(self, fs_type=None, read_only=None, secret_ref=None, volu... method fs_type (line 76) | def fs_type(self): method fs_type (line 87) | def fs_type(self, fs_type): method read_only (line 99) | def read_only(self): method read_only (line 110) | def read_only(self, read_only): method secret_ref (line 122) | def secret_ref(self): method secret_ref (line 132) | def secret_ref(self, secret_ref): method volume_name (line 143) | def volume_name(self): method volume_name (line 154) | def volume_name(self, volume_name): method volume_namespace (line 166) | def volume_namespace(self): method volume_namespace (line 177) | def volume_namespace(self, volume_namespace): method to_dict (line 188) | def to_dict(self): method to_str (line 212) | def to_str(self): method __repr__ (line 216) | def __repr__(self): method __eq__ (line 220) | def __eq__(self, other): method __ne__ (line 227) | def __ne__(self, other): FILE: kubernetes/client/models/v1_subject_access_review.py class V1SubjectAccessReview (line 21) | class V1SubjectAccessReview(object): method __init__ (line 51) | def __init__(self, api_version=None, kind=None, metadata=None, spec=No... method api_version (line 75) | def api_version(self): method api_version (line 86) | def api_version(self, api_version): method kind (line 98) | def kind(self): method kind (line 109) | def kind(self, kind): method metadata (line 121) | def metadata(self): method metadata (line 131) | def metadata(self, metadata): method spec (line 142) | def spec(self): method spec (line 152) | def spec(self, spec): method status (line 165) | def status(self): method status (line 175) | def status(self, status): method to_dict (line 185) | def to_dict(self): method to_str (line 209) | def to_str(self): method __repr__ (line 213) | def __repr__(self): method __eq__ (line 217) | def __eq__(self, other): method __ne__ (line 224) | def __ne__(self, other): FILE: kubernetes/client/models/v1_subject_access_review_spec.py class V1SubjectAccessReviewSpec (line 21) | class V1SubjectAccessReviewSpec(object): method __init__ (line 53) | def __init__(self, extra=None, groups=None, non_resource_attributes=No... method extra (line 81) | def extra(self): method extra (line 92) | def extra(self, extra): method groups (line 104) | def groups(self): method groups (line 115) | def groups(self, groups): method non_resource_attributes (line 127) | def non_resource_attributes(self): method non_resource_attributes (line 137) | def non_resource_attributes(self, non_resource_attributes): method resource_attributes (line 148) | def resource_attributes(self): method resource_attributes (line 158) | def resource_attributes(self, resource_attributes): method uid (line 169) | def uid(self): method uid (line 180) | def uid(self, uid): method user (line 192) | def user(self): method user (line 203) | def user(self, user): method to_dict (line 214) | def to_dict(self): method to_str (line 238) | def to_str(self): method __repr__ (line 242) | def __repr__(self): method __eq__ (line 246) | def __eq__(self, other): method __ne__ (line 253) | def __ne__(self, other): FILE: kubernetes/client/models/v1_subject_access_review_status.py class V1SubjectAccessReviewStatus (line 21) | class V1SubjectAccessReviewStatus(object): method __init__ (line 49) | def __init__(self, allowed=None, denied=None, evaluation_error=None, r... method allowed (line 70) | def allowed(self): method allowed (line 81) | def allowed(self, allowed): method denied (line 95) | def denied(self): method denied (line 106) | def denied(self, denied): method evaluation_error (line 118) | def evaluation_error(self): method evaluation_error (line 129) | def evaluation_error(self, evaluation_error): method reason (line 141) | def reason(self): method reason (line 152) | def reason(self, reason): method to_dict (line 163) | def to_dict(self): method to_str (line 187) | def to_str(self): method __repr__ (line 191) | def __repr__(self): method __eq__ (line 195) | def __eq__(self, other): method __ne__ (line 202) | def __ne__(self, other): FILE: kubernetes/client/models/v1_subject_rules_review_status.py class V1SubjectRulesReviewStatus (line 21) | class V1SubjectRulesReviewStatus(object): method __init__ (line 49) | def __init__(self, evaluation_error=None, incomplete=None, non_resourc... method evaluation_error (line 68) | def evaluation_error(self): method evaluation_error (line 79) | def evaluation_error(self, evaluation_error): method incomplete (line 91) | def incomplete(self): method incomplete (line 102) | def incomplete(self, incomplete): method non_resource_rules (line 116) | def non_resource_rules(self): method non_resource_rules (line 127) | def non_resource_rules(self, non_resource_rules): method resource_rules (line 141) | def resource_rules(self): method resource_rules (line 152) | def resource_rules(self, resource_rules): method to_dict (line 165) | def to_dict(self): method to_str (line 189) | def to_str(self): method __repr__ (line 193) | def __repr__(self): method __eq__ (line 197) | def __eq__(self, other): method __ne__ (line 204) | def __ne__(self, other): FILE: kubernetes/client/models/v1_success_policy.py class V1SuccessPolicy (line 21) | class V1SuccessPolicy(object): method __init__ (line 43) | def __init__(self, rules=None, local_vars_configuration=None): # noqa... method rules (line 55) | def rules(self): method rules (line 66) | def rules(self, rules): method to_dict (line 79) | def to_dict(self): method to_str (line 103) | def to_str(self): method __repr__ (line 107) | def __repr__(self): method __eq__ (line 111) | def __eq__(self, other): method __ne__ (line 118) | def __ne__(self, other): FILE: kubernetes/client/models/v1_success_policy_rule.py class V1SuccessPolicyRule (line 21) | class V1SuccessPolicyRule(object): method __init__ (line 45) | def __init__(self, succeeded_count=None, succeeded_indexes=None, local... method succeeded_count (line 61) | def succeeded_count(self): method succeeded_count (line 72) | def succeeded_count(self, succeeded_count): method succeeded_indexes (line 84) | def succeeded_indexes(self): method succeeded_indexes (line 95) | def succeeded_indexes(self, succeeded_indexes): method to_dict (line 106) | def to_dict(self): method to_str (line 130) | def to_str(self): method __repr__ (line 134) | def __repr__(self): method __eq__ (line 138) | def __eq__(self, other): method __ne__ (line 145) | def __ne__(self, other): FILE: kubernetes/client/models/v1_sysctl.py class V1Sysctl (line 21) | class V1Sysctl(object): method __init__ (line 45) | def __init__(self, name=None, value=None, local_vars_configuration=Non... method name (line 59) | def name(self): method name (line 70) | def name(self, name): method value (line 84) | def value(self): method value (line 95) | def value(self, value): method to_dict (line 108) | def to_dict(self): method to_str (line 132) | def to_str(self): method __repr__ (line 136) | def __repr__(self): method __eq__ (line 140) | def __eq__(self, other): method __ne__ (line 147) | def __ne__(self, other): FILE: kubernetes/client/models/v1_taint.py class V1Taint (line 21) | class V1Taint(object): method __init__ (line 49) | def __init__(self, effect=None, key=None, time_added=None, value=None,... method effect (line 69) | def effect(self): method effect (line 80) | def effect(self, effect): method key (line 94) | def key(self): method key (line 105) | def key(self, key): method time_added (line 119) | def time_added(self): method time_added (line 130) | def time_added(self, time_added): method value (line 142) | def value(self): method value (line 153) | def value(self, value): method to_dict (line 164) | def to_dict(self): method to_str (line 188) | def to_str(self): method __repr__ (line 192) | def __repr__(self): method __eq__ (line 196) | def __eq__(self, other): method __ne__ (line 203) | def __ne__(self, other): FILE: kubernetes/client/models/v1_tcp_socket_action.py class V1TCPSocketAction (line 21) | class V1TCPSocketAction(object): method __init__ (line 45) | def __init__(self, host=None, port=None, local_vars_configuration=None... method host (line 60) | def host(self): method host (line 71) | def host(self, host): method port (line 83) | def port(self): method port (line 94) | def port(self, port): method to_dict (line 107) | def to_dict(self): method to_str (line 131) | def to_str(self): method __repr__ (line 135) | def __repr__(self): method __eq__ (line 139) | def __eq__(self, other): method __ne__ (line 146) | def __ne__(self, other): FILE: kubernetes/client/models/v1_token_request_spec.py class V1TokenRequestSpec (line 21) | class V1TokenRequestSpec(object): method __init__ (line 47) | def __init__(self, audiences=None, bound_object_ref=None, expiration_s... method audiences (line 65) | def audiences(self): method audiences (line 76) | def audiences(self, audiences): method bound_object_ref (line 90) | def bound_object_ref(self): method bound_object_ref (line 100) | def bound_object_ref(self, bound_object_ref): method expiration_seconds (line 111) | def expiration_seconds(self): method expiration_seconds (line 122) | def expiration_seconds(self, expiration_seconds): method to_dict (line 133) | def to_dict(self): method to_str (line 157) | def to_str(self): method __repr__ (line 161) | def __repr__(self): method __eq__ (line 165) | def __eq__(self, other): method __ne__ (line 172) | def __ne__(self, other): FILE: kubernetes/client/models/v1_token_request_status.py class V1TokenRequestStatus (line 21) | class V1TokenRequestStatus(object): method __init__ (line 45) | def __init__(self, expiration_timestamp=None, token=None, local_vars_c... method expiration_timestamp (line 59) | def expiration_timestamp(self): method expiration_timestamp (line 70) | def expiration_timestamp(self, expiration_timestamp): method token (line 84) | def token(self): method token (line 95) | def token(self, token): method to_dict (line 108) | def to_dict(self): method to_str (line 132) | def to_str(self): method __repr__ (line 136) | def __repr__(self): method __eq__ (line 140) | def __eq__(self, other): method __ne__ (line 147) | def __ne__(self, other): FILE: kubernetes/client/models/v1_token_review.py class V1TokenReview (line 21) | class V1TokenReview(object): method __init__ (line 51) | def __init__(self, api_version=None, kind=None, metadata=None, spec=No... method api_version (line 75) | def api_version(self): method api_version (line 86) | def api_version(self, api_version): method kind (line 98) | def kind(self): method kind (line 109) | def kind(self, kind): method metadata (line 121) | def metadata(self): method metadata (line 131) | def metadata(self, metadata): method spec (line 142) | def spec(self): method spec (line 152) | def spec(self, spec): method status (line 165) | def status(self): method status (line 175) | def status(self, status): method to_dict (line 185) | def to_dict(self): method to_str (line 209) | def to_str(self): method __repr__ (line 213) | def __repr__(self): method __eq__ (line 217) | def __eq__(self, other): method __ne__ (line 224) | def __ne__(self, other): FILE: kubernetes/client/models/v1_token_review_spec.py class V1TokenReviewSpec (line 21) | class V1TokenReviewSpec(object): method __init__ (line 45) | def __init__(self, audiences=None, token=None, local_vars_configuratio... method audiences (line 61) | def audiences(self): method audiences (line 72) | def audiences(self, audiences): method token (line 84) | def token(self): method token (line 95) | def token(self, token): method to_dict (line 106) | def to_dict(self): method to_str (line 130) | def to_str(self): method __repr__ (line 134) | def __repr__(self): method __eq__ (line 138) | def __eq__(self, other): method __ne__ (line 145) | def __ne__(self, other): FILE: kubernetes/client/models/v1_token_review_status.py class V1TokenReviewStatus (line 21) | class V1TokenReviewStatus(object): method __init__ (line 49) | def __init__(self, audiences=None, authenticated=None, error=None, use... method audiences (line 71) | def audiences(self): method audiences (line 82) | def audiences(self, audiences): method authenticated (line 94) | def authenticated(self): method authenticated (line 105) | def authenticated(self, authenticated): method error (line 117) | def error(self): method error (line 128) | def error(self, error): method user (line 140) | def user(self): method user (line 150) | def user(self, user): method to_dict (line 160) | def to_dict(self): method to_str (line 184) | def to_str(self): method __repr__ (line 188) | def __repr__(self): method __eq__ (line 192) | def __eq__(self, other): method __ne__ (line 199) | def __ne__(self, other): FILE: kubernetes/client/models/v1_toleration.py class V1Toleration (line 21) | class V1Toleration(object): method __init__ (line 51) | def __init__(self, effect=None, key=None, operator=None, toleration_se... method effect (line 76) | def effect(self): method effect (line 87) | def effect(self, effect): method key (line 99) | def key(self): method key (line 110) | def key(self, key): method operator (line 122) | def operator(self): method operator (line 133) | def operator(self, operator): method toleration_seconds (line 145) | def toleration_seconds(self): method toleration_seconds (line 156) | def toleration_seconds(self, toleration_seconds): method value (line 168) | def value(self): method value (line 179) | def value(self, value): method to_dict (line 190) | def to_dict(self): method to_str (line 214) | def to_str(self): method __repr__ (line 218) | def __repr__(self): method __eq__ (line 222) | def __eq__(self, other): method __ne__ (line 229) | def __ne__(self, other): FILE: kubernetes/client/models/v1_topology_selector_label_requirement.py class V1TopologySelectorLabelRequirement (line 21) | class V1TopologySelectorLabelRequirement(object): method __init__ (line 45) | def __init__(self, key=None, values=None, local_vars_configuration=Non... method key (line 59) | def key(self): method key (line 70) | def key(self, key): method values (line 84) | def values(self): method values (line 95) | def values(self, values): method to_dict (line 108) | def to_dict(self): method to_str (line 132) | def to_str(self): method __repr__ (line 136) | def __repr__(self): method __eq__ (line 140) | def __eq__(self, other): method __ne__ (line 147) | def __ne__(self, other): FILE: kubernetes/client/models/v1_topology_selector_term.py class V1TopologySelectorTerm (line 21) | class V1TopologySelectorTerm(object): method __init__ (line 43) | def __init__(self, match_label_expressions=None, local_vars_configurat... method match_label_expressions (line 56) | def match_label_expressions(self): method match_label_expressions (line 67) | def match_label_expressions(self, match_label_expressions): method to_dict (line 78) | def to_dict(self): method to_str (line 102) | def to_str(self): method __repr__ (line 106) | def __repr__(self): method __eq__ (line 110) | def __eq__(self, other): method __ne__ (line 117) | def __ne__(self, other): FILE: kubernetes/client/models/v1_topology_spread_constraint.py class V1TopologySpreadConstraint (line 21) | class V1TopologySpreadConstraint(object): method __init__ (line 57) | def __init__(self, label_selector=None, match_label_keys=None, max_ske... method label_selector (line 88) | def label_selector(self): method label_selector (line 98) | def label_selector(self, label_selector): method match_label_keys (line 109) | def match_label_keys(self): method match_label_keys (line 120) | def match_label_keys(self, match_label_keys): method max_skew (line 132) | def max_skew(self): method max_skew (line 143) | def max_skew(self, max_skew): method min_domains (line 157) | def min_domains(self): method min_domains (line 168) | def min_domains(self, min_domains): method node_affinity_policy (line 180) | def node_affinity_policy(self): method node_affinity_policy (line 191) | def node_affinity_policy(self, node_affinity_policy): method node_taints_policy (line 203) | def node_taints_policy(self): method node_taints_policy (line 214) | def node_taints_policy(self, node_taints_policy): method topology_key (line 226) | def topology_key(self): method topology_key (line 237) | def topology_key(self, topology_key): method when_unsatisfiable (line 251) | def when_unsatisfiable(self): method when_unsatisfiable (line 262) | def when_unsatisfiable(self, when_unsatisfiable): method to_dict (line 275) | def to_dict(self): method to_str (line 299) | def to_str(self): method __repr__ (line 303) | def __repr__(self): method __eq__ (line 307) | def __eq__(self, other): method __ne__ (line 314) | def __ne__(self, other): FILE: kubernetes/client/models/v1_type_checking.py class V1TypeChecking (line 21) | class V1TypeChecking(object): method __init__ (line 43) | def __init__(self, expression_warnings=None, local_vars_configuration=... method expression_warnings (line 56) | def expression_warnings(self): method expression_warnings (line 67) | def expression_warnings(self, expression_warnings): method to_dict (line 78) | def to_dict(self): method to_str (line 102) | def to_str(self): method __repr__ (line 106) | def __repr__(self): method __eq__ (line 110) | def __eq__(self, other): method __ne__ (line 117) | def __ne__(self, other): FILE: kubernetes/client/models/v1_typed_local_object_reference.py class V1TypedLocalObjectReference (line 21) | class V1TypedLocalObjectReference(object): method __init__ (line 47) | def __init__(self, api_group=None, kind=None, name=None, local_vars_co... method api_group (line 64) | def api_group(self): method api_group (line 75) | def api_group(self, api_group): method kind (line 87) | def kind(self): method kind (line 98) | def kind(self, kind): method name (line 112) | def name(self): method name (line 123) | def name(self, name): method to_dict (line 136) | def to_dict(self): method to_str (line 160) | def to_str(self): method __repr__ (line 164) | def __repr__(self): method __eq__ (line 168) | def __eq__(self, other): method __ne__ (line 175) | def __ne__(self, other): FILE: kubernetes/client/models/v1_typed_object_reference.py class V1TypedObjectReference (line 21) | class V1TypedObjectReference(object): method __init__ (line 49) | def __init__(self, api_group=None, kind=None, name=None, namespace=Non... method api_group (line 69) | def api_group(self): method api_group (line 80) | def api_group(self, api_group): method kind (line 92) | def kind(self): method kind (line 103) | def kind(self, kind): method name (line 117) | def name(self): method name (line 128) | def name(self, name): method namespace (line 142) | def namespace(self): method namespace (line 153) | def namespace(self, namespace): method to_dict (line 164) | def to_dict(self): method to_str (line 188) | def to_str(self): method __repr__ (line 192) | def __repr__(self): method __eq__ (line 196) | def __eq__(self, other): method __ne__ (line 203) | def __ne__(self, other): FILE: kubernetes/client/models/v1_uncounted_terminated_pods.py class V1UncountedTerminatedPods (line 21) | class V1UncountedTerminatedPods(object): method __init__ (line 45) | def __init__(self, failed=None, succeeded=None, local_vars_configurati... method failed (line 61) | def failed(self): method failed (line 72) | def failed(self, failed): method succeeded (line 84) | def succeeded(self): method succeeded (line 95) | def succeeded(self, succeeded): method to_dict (line 106) | def to_dict(self): method to_str (line 130) | def to_str(self): method __repr__ (line 134) | def __repr__(self): method __eq__ (line 138) | def __eq__(self, other): method __ne__ (line 145) | def __ne__(self, other): FILE: kubernetes/client/models/v1_user_info.py class V1UserInfo (line 21) | class V1UserInfo(object): method __init__ (line 49) | def __init__(self, extra=None, groups=None, uid=None, username=None, l... method extra (line 71) | def extra(self): method extra (line 82) | def extra(self, extra): method groups (line 94) | def groups(self): method groups (line 105) | def groups(self, groups): method uid (line 117) | def uid(self): method uid (line 128) | def uid(self, uid): method username (line 140) | def username(self): method username (line 151) | def username(self, username): method to_dict (line 162) | def to_dict(self): method to_str (line 186) | def to_str(self): method __repr__ (line 190) | def __repr__(self): method __eq__ (line 194) | def __eq__(self, other): method __ne__ (line 201) | def __ne__(self, other): FILE: kubernetes/client/models/v1_user_subject.py class V1UserSubject (line 21) | class V1UserSubject(object): method __init__ (line 43) | def __init__(self, name=None, local_vars_configuration=None): # noqa:... method name (line 55) | def name(self): method name (line 66) | def name(self, name): method to_dict (line 79) | def to_dict(self): method to_str (line 103) | def to_str(self): method __repr__ (line 107) | def __repr__(self): method __eq__ (line 111) | def __eq__(self, other): method __ne__ (line 118) | def __ne__(self, other): FILE: kubernetes/client/models/v1_validating_admission_policy.py class V1ValidatingAdmissionPolicy (line 21) | class V1ValidatingAdmissionPolicy(object): method __init__ (line 51) | def __init__(self, api_version=None, kind=None, metadata=None, spec=No... method api_version (line 76) | def api_version(self): method api_version (line 87) | def api_version(self, api_version): method kind (line 99) | def kind(self): method kind (line 110) | def kind(self, kind): method metadata (line 122) | def metadata(self): method metadata (line 132) | def metadata(self, metadata): method spec (line 143) | def spec(self): method spec (line 153) | def spec(self, spec): method status (line 164) | def status(self): method status (line 174) | def status(self, status): method to_dict (line 184) | def to_dict(self): method to_str (line 208) | def to_str(self): method __repr__ (line 212) | def __repr__(self): method __eq__ (line 216) | def __eq__(self, other): method __ne__ (line 223) | def __ne__(self, other): FILE: kubernetes/client/models/v1_validating_admission_policy_binding.py class V1ValidatingAdmissionPolicyBinding (line 21) | class V1ValidatingAdmissionPolicyBinding(object): method __init__ (line 49) | def __init__(self, api_version=None, kind=None, metadata=None, spec=No... method api_version (line 71) | def api_version(self): method api_version (line 82) | def api_version(self, api_version): method kind (line 94) | def kind(self): method kind (line 105) | def kind(self, kind): method metadata (line 117) | def metadata(self): method metadata (line 127) | def metadata(self, metadata): method spec (line 138) | def spec(self): method spec (line 148) | def spec(self, spec): method to_dict (line 158) | def to_dict(self): method to_str (line 182) | def to_str(self): method __repr__ (line 186) | def __repr__(self): method __eq__ (line 190) | def __eq__(self, other): method __ne__ (line 197) | def __ne__(self, other): FILE: kubernetes/client/models/v1_validating_admission_policy_binding_list.py class V1ValidatingAdmissionPolicyBindingList (line 21) | class V1ValidatingAdmissionPolicyBindingList(object): method __init__ (line 49) | def __init__(self, api_version=None, items=None, kind=None, metadata=N... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method items (line 93) | def items(self): method items (line 104) | def items(self, items): method kind (line 118) | def kind(self): method kind (line 129) | def kind(self, kind): method metadata (line 141) | def metadata(self): method metadata (line 151) | def metadata(self, metadata): method to_dict (line 161) | def to_dict(self): method to_str (line 185) | def to_str(self): method __repr__ (line 189) | def __repr__(self): method __eq__ (line 193) | def __eq__(self, other): method __ne__ (line 200) | def __ne__(self, other): FILE: kubernetes/client/models/v1_validating_admission_policy_binding_spec.py class V1ValidatingAdmissionPolicyBindingSpec (line 21) | class V1ValidatingAdmissionPolicyBindingSpec(object): method __init__ (line 49) | def __init__(self, match_resources=None, param_ref=None, policy_name=N... method match_resources (line 71) | def match_resources(self): method match_resources (line 81) | def match_resources(self, match_resources): method param_ref (line 92) | def param_ref(self): method param_ref (line 102) | def param_ref(self, param_ref): method policy_name (line 113) | def policy_name(self): method policy_name (line 124) | def policy_name(self, policy_name): method validation_actions (line 136) | def validation_actions(self): method validation_actions (line 147) | def validation_actions(self, validation_actions): method to_dict (line 158) | def to_dict(self): method to_str (line 182) | def to_str(self): method __repr__ (line 186) | def __repr__(self): method __eq__ (line 190) | def __eq__(self, other): method __ne__ (line 197) | def __ne__(self, other): FILE: kubernetes/client/models/v1_validating_admission_policy_list.py class V1ValidatingAdmissionPolicyList (line 21) | class V1ValidatingAdmissionPolicyList(object): method __init__ (line 49) | def __init__(self, api_version=None, items=None, kind=None, metadata=N... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method items (line 93) | def items(self): method items (line 104) | def items(self, items): method kind (line 118) | def kind(self): method kind (line 129) | def kind(self, kind): method metadata (line 141) | def metadata(self): method metadata (line 151) | def metadata(self, metadata): method to_dict (line 161) | def to_dict(self): method to_str (line 185) | def to_str(self): method __repr__ (line 189) | def __repr__(self): method __eq__ (line 193) | def __eq__(self, other): method __ne__ (line 200) | def __ne__(self, other): FILE: kubernetes/client/models/v1_validating_admission_policy_spec.py class V1ValidatingAdmissionPolicySpec (line 21) | class V1ValidatingAdmissionPolicySpec(object): method __init__ (line 55) | def __init__(self, audit_annotations=None, failure_policy=None, match_... method audit_annotations (line 86) | def audit_annotations(self): method audit_annotations (line 97) | def audit_annotations(self, audit_annotations): method failure_policy (line 109) | def failure_policy(self): method failure_policy (line 120) | def failure_policy(self, failure_policy): method match_conditions (line 132) | def match_conditions(self): method match_conditions (line 143) | def match_conditions(self, match_conditions): method match_constraints (line 155) | def match_constraints(self): method match_constraints (line 165) | def match_constraints(self, match_constraints): method param_kind (line 176) | def param_kind(self): method param_kind (line 186) | def param_kind(self, param_kind): method validations (line 197) | def validations(self): method validations (line 208) | def validations(self, validations): method variables (line 220) | def variables(self): method variables (line 231) | def variables(self, variables): method to_dict (line 242) | def to_dict(self): method to_str (line 266) | def to_str(self): method __repr__ (line 270) | def __repr__(self): method __eq__ (line 274) | def __eq__(self, other): method __ne__ (line 281) | def __ne__(self, other): FILE: kubernetes/client/models/v1_validating_admission_policy_status.py class V1ValidatingAdmissionPolicyStatus (line 21) | class V1ValidatingAdmissionPolicyStatus(object): method __init__ (line 47) | def __init__(self, conditions=None, observed_generation=None, type_che... method conditions (line 66) | def conditions(self): method conditions (line 77) | def conditions(self, conditions): method observed_generation (line 89) | def observed_generation(self): method observed_generation (line 100) | def observed_generation(self, observed_generation): method type_checking (line 112) | def type_checking(self): method type_checking (line 122) | def type_checking(self, type_checking): method to_dict (line 132) | def to_dict(self): method to_str (line 156) | def to_str(self): method __repr__ (line 160) | def __repr__(self): method __eq__ (line 164) | def __eq__(self, other): method __ne__ (line 171) | def __ne__(self, other): FILE: kubernetes/client/models/v1_validating_webhook.py class V1ValidatingWebhook (line 21) | class V1ValidatingWebhook(object): method __init__ (line 63) | def __init__(self, admission_review_versions=None, client_config=None,... method admission_review_versions (line 102) | def admission_review_versions(self): method admission_review_versions (line 113) | def admission_review_versions(self, admission_review_versions): method client_config (line 127) | def client_config(self): method client_config (line 137) | def client_config(self, client_config): method failure_policy (line 150) | def failure_policy(self): method failure_policy (line 161) | def failure_policy(self, failure_policy): method match_conditions (line 173) | def match_conditions(self): method match_conditions (line 184) | def match_conditions(self, match_conditions): method match_policy (line 196) | def match_policy(self): method match_policy (line 207) | def match_policy(self, match_policy): method name (line 219) | def name(self): method name (line 230) | def name(self, name): method namespace_selector (line 244) | def namespace_selector(self): method namespace_selector (line 254) | def namespace_selector(self, namespace_selector): method object_selector (line 265) | def object_selector(self): method object_selector (line 275) | def object_selector(self, object_selector): method rules (line 286) | def rules(self): method rules (line 297) | def rules(self, rules): method side_effects (line 309) | def side_effects(self): method side_effects (line 320) | def side_effects(self, side_effects): method timeout_seconds (line 334) | def timeout_seconds(self): method timeout_seconds (line 345) | def timeout_seconds(self, timeout_seconds): method to_dict (line 356) | def to_dict(self): method to_str (line 380) | def to_str(self): method __repr__ (line 384) | def __repr__(self): method __eq__ (line 388) | def __eq__(self, other): method __ne__ (line 395) | def __ne__(self, other): FILE: kubernetes/client/models/v1_validating_webhook_configuration.py class V1ValidatingWebhookConfiguration (line 21) | class V1ValidatingWebhookConfiguration(object): method __init__ (line 49) | def __init__(self, api_version=None, kind=None, metadata=None, webhook... method api_version (line 71) | def api_version(self): method api_version (line 82) | def api_version(self, api_version): method kind (line 94) | def kind(self): method kind (line 105) | def kind(self, kind): method metadata (line 117) | def metadata(self): method metadata (line 127) | def metadata(self, metadata): method webhooks (line 138) | def webhooks(self): method webhooks (line 149) | def webhooks(self, webhooks): method to_dict (line 160) | def to_dict(self): method to_str (line 184) | def to_str(self): method __repr__ (line 188) | def __repr__(self): method __eq__ (line 192) | def __eq__(self, other): method __ne__ (line 199) | def __ne__(self, other): FILE: kubernetes/client/models/v1_validating_webhook_configuration_list.py class V1ValidatingWebhookConfigurationList (line 21) | class V1ValidatingWebhookConfigurationList(object): method __init__ (line 49) | def __init__(self, api_version=None, items=None, kind=None, metadata=N... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method items (line 93) | def items(self): method items (line 104) | def items(self, items): method kind (line 118) | def kind(self): method kind (line 129) | def kind(self, kind): method metadata (line 141) | def metadata(self): method metadata (line 151) | def metadata(self, metadata): method to_dict (line 161) | def to_dict(self): method to_str (line 185) | def to_str(self): method __repr__ (line 189) | def __repr__(self): method __eq__ (line 193) | def __eq__(self, other): method __ne__ (line 200) | def __ne__(self, other): FILE: kubernetes/client/models/v1_validation.py class V1Validation (line 21) | class V1Validation(object): method __init__ (line 49) | def __init__(self, expression=None, message=None, message_expression=N... method expression (line 70) | def expression(self): method expression (line 81) | def expression(self, expression): method message (line 95) | def message(self): method message (line 106) | def message(self, message): method message_expression (line 118) | def message_expression(self): method message_expression (line 129) | def message_expression(self, message_expression): method reason (line 141) | def reason(self): method reason (line 152) | def reason(self, reason): method to_dict (line 163) | def to_dict(self): method to_str (line 187) | def to_str(self): method __repr__ (line 191) | def __repr__(self): method __eq__ (line 195) | def __eq__(self, other): method __ne__ (line 202) | def __ne__(self, other): FILE: kubernetes/client/models/v1_validation_rule.py class V1ValidationRule (line 21) | class V1ValidationRule(object): method __init__ (line 53) | def __init__(self, field_path=None, message=None, message_expression=N... method field_path (line 80) | def field_path(self): method field_path (line 91) | def field_path(self, field_path): method message (line 103) | def message(self): method message (line 114) | def message(self, message): method message_expression (line 126) | def message_expression(self): method message_expression (line 137) | def message_expression(self, message_expression): method optional_old_self (line 149) | def optional_old_self(self): method optional_old_self (line 160) | def optional_old_self(self, optional_old_self): method reason (line 172) | def reason(self): method reason (line 183) | def reason(self, reason): method rule (line 195) | def rule(self): method rule (line 206) | def rule(self, rule): method to_dict (line 219) | def to_dict(self): method to_str (line 243) | def to_str(self): method __repr__ (line 247) | def __repr__(self): method __eq__ (line 251) | def __eq__(self, other): method __ne__ (line 258) | def __ne__(self, other): FILE: kubernetes/client/models/v1_variable.py class V1Variable (line 21) | class V1Variable(object): method __init__ (line 45) | def __init__(self, expression=None, name=None, local_vars_configuratio... method expression (line 59) | def expression(self): method expression (line 70) | def expression(self, expression): method name (line 84) | def name(self): method name (line 95) | def name(self, name): method to_dict (line 108) | def to_dict(self): method to_str (line 132) | def to_str(self): method __repr__ (line 136) | def __repr__(self): method __eq__ (line 140) | def __eq__(self, other): method __ne__ (line 147) | def __ne__(self, other): FILE: kubernetes/client/models/v1_volume.py class V1Volume (line 21) | class V1Volume(object): method __init__ (line 103) | def __init__(self, aws_elastic_block_store=None, azure_disk=None, azur... method aws_elastic_block_store (line 205) | def aws_elastic_block_store(self): method aws_elastic_block_store (line 215) | def aws_elastic_block_store(self, aws_elastic_block_store): method azure_disk (line 226) | def azure_disk(self): method azure_disk (line 236) | def azure_disk(self, azure_disk): method azure_file (line 247) | def azure_file(self): method azure_file (line 257) | def azure_file(self, azure_file): method cephfs (line 268) | def cephfs(self): method cephfs (line 278) | def cephfs(self, cephfs): method cinder (line 289) | def cinder(self): method cinder (line 299) | def cinder(self, cinder): method config_map (line 310) | def config_map(self): method config_map (line 320) | def config_map(self, config_map): method csi (line 331) | def csi(self): method csi (line 341) | def csi(self, csi): method downward_api (line 352) | def downward_api(self): method downward_api (line 362) | def downward_api(self, downward_api): method empty_dir (line 373) | def empty_dir(self): method empty_dir (line 383) | def empty_dir(self, empty_dir): method ephemeral (line 394) | def ephemeral(self): method ephemeral (line 404) | def ephemeral(self, ephemeral): method fc (line 415) | def fc(self): method fc (line 425) | def fc(self, fc): method flex_volume (line 436) | def flex_volume(self): method flex_volume (line 446) | def flex_volume(self, flex_volume): method flocker (line 457) | def flocker(self): method flocker (line 467) | def flocker(self, flocker): method gce_persistent_disk (line 478) | def gce_persistent_disk(self): method gce_persistent_disk (line 488) | def gce_persistent_disk(self, gce_persistent_disk): method git_repo (line 499) | def git_repo(self): method git_repo (line 509) | def git_repo(self, git_repo): method glusterfs (line 520) | def glusterfs(self): method glusterfs (line 530) | def glusterfs(self, glusterfs): method host_path (line 541) | def host_path(self): method host_path (line 551) | def host_path(self, host_path): method image (line 562) | def image(self): method image (line 572) | def image(self, image): method iscsi (line 583) | def iscsi(self): method iscsi (line 593) | def iscsi(self, iscsi): method name (line 604) | def name(self): method name (line 615) | def name(self, name): method nfs (line 629) | def nfs(self): method nfs (line 639) | def nfs(self, nfs): method persistent_volume_claim (line 650) | def persistent_volume_claim(self): method persistent_volume_claim (line 660) | def persistent_volume_claim(self, persistent_volume_claim): method photon_persistent_disk (line 671) | def photon_persistent_disk(self): method photon_persistent_disk (line 681) | def photon_persistent_disk(self, photon_persistent_disk): method portworx_volume (line 692) | def portworx_volume(self): method portworx_volume (line 702) | def portworx_volume(self, portworx_volume): method projected (line 713) | def projected(self): method projected (line 723) | def projected(self, projected): method quobyte (line 734) | def quobyte(self): method quobyte (line 744) | def quobyte(self, quobyte): method rbd (line 755) | def rbd(self): method rbd (line 765) | def rbd(self, rbd): method scale_io (line 776) | def scale_io(self): method scale_io (line 786) | def scale_io(self, scale_io): method secret (line 797) | def secret(self): method secret (line 807) | def secret(self, secret): method storageos (line 818) | def storageos(self): method storageos (line 828) | def storageos(self, storageos): method vsphere_volume (line 839) | def vsphere_volume(self): method vsphere_volume (line 849) | def vsphere_volume(self, vsphere_volume): method to_dict (line 859) | def to_dict(self): method to_str (line 883) | def to_str(self): method __repr__ (line 887) | def __repr__(self): method __eq__ (line 891) | def __eq__(self, other): method __ne__ (line 898) | def __ne__(self, other): FILE: kubernetes/client/models/v1_volume_attachment.py class V1VolumeAttachment (line 21) | class V1VolumeAttachment(object): method __init__ (line 51) | def __init__(self, api_version=None, kind=None, metadata=None, spec=No... method api_version (line 75) | def api_version(self): method api_version (line 86) | def api_version(self, api_version): method kind (line 98) | def kind(self): method kind (line 109) | def kind(self, kind): method metadata (line 121) | def metadata(self): method metadata (line 131) | def metadata(self, metadata): method spec (line 142) | def spec(self): method spec (line 152) | def spec(self, spec): method status (line 165) | def status(self): method status (line 175) | def status(self, status): method to_dict (line 185) | def to_dict(self): method to_str (line 209) | def to_str(self): method __repr__ (line 213) | def __repr__(self): method __eq__ (line 217) | def __eq__(self, other): method __ne__ (line 224) | def __ne__(self, other): FILE: kubernetes/client/models/v1_volume_attachment_list.py class V1VolumeAttachmentList (line 21) | class V1VolumeAttachmentList(object): method __init__ (line 49) | def __init__(self, api_version=None, items=None, kind=None, metadata=N... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method items (line 93) | def items(self): method items (line 104) | def items(self, items): method kind (line 118) | def kind(self): method kind (line 129) | def kind(self, kind): method metadata (line 141) | def metadata(self): method metadata (line 151) | def metadata(self, metadata): method to_dict (line 161) | def to_dict(self): method to_str (line 185) | def to_str(self): method __repr__ (line 189) | def __repr__(self): method __eq__ (line 193) | def __eq__(self, other): method __ne__ (line 200) | def __ne__(self, other): FILE: kubernetes/client/models/v1_volume_attachment_source.py class V1VolumeAttachmentSource (line 21) | class V1VolumeAttachmentSource(object): method __init__ (line 45) | def __init__(self, inline_volume_spec=None, persistent_volume_name=Non... method inline_volume_spec (line 61) | def inline_volume_spec(self): method inline_volume_spec (line 71) | def inline_volume_spec(self, inline_volume_spec): method persistent_volume_name (line 82) | def persistent_volume_name(self): method persistent_volume_name (line 93) | def persistent_volume_name(self, persistent_volume_name): method to_dict (line 104) | def to_dict(self): method to_str (line 128) | def to_str(self): method __repr__ (line 132) | def __repr__(self): method __eq__ (line 136) | def __eq__(self, other): method __ne__ (line 143) | def __ne__(self, other): FILE: kubernetes/client/models/v1_volume_attachment_spec.py class V1VolumeAttachmentSpec (line 21) | class V1VolumeAttachmentSpec(object): method __init__ (line 47) | def __init__(self, attacher=None, node_name=None, source=None, local_v... method attacher (line 63) | def attacher(self): method attacher (line 74) | def attacher(self, attacher): method node_name (line 88) | def node_name(self): method node_name (line 99) | def node_name(self, node_name): method source (line 113) | def source(self): method source (line 123) | def source(self, source): method to_dict (line 135) | def to_dict(self): method to_str (line 159) | def to_str(self): method __repr__ (line 163) | def __repr__(self): method __eq__ (line 167) | def __eq__(self, other): method __ne__ (line 174) | def __ne__(self, other): FILE: kubernetes/client/models/v1_volume_attachment_status.py class V1VolumeAttachmentStatus (line 21) | class V1VolumeAttachmentStatus(object): method __init__ (line 49) | def __init__(self, attach_error=None, attached=None, attachment_metada... method attach_error (line 70) | def attach_error(self): method attach_error (line 80) | def attach_error(self, attach_error): method attached (line 91) | def attached(self): method attached (line 102) | def attached(self, attached): method attachment_metadata (line 116) | def attachment_metadata(self): method attachment_metadata (line 127) | def attachment_metadata(self, attachment_metadata): method detach_error (line 139) | def detach_error(self): method detach_error (line 149) | def detach_error(self, detach_error): method to_dict (line 159) | def to_dict(self): method to_str (line 183) | def to_str(self): method __repr__ (line 187) | def __repr__(self): method __eq__ (line 191) | def __eq__(self, other): method __ne__ (line 198) | def __ne__(self, other): FILE: kubernetes/client/models/v1_volume_attributes_class.py class V1VolumeAttributesClass (line 21) | class V1VolumeAttributesClass(object): method __init__ (line 51) | def __init__(self, api_version=None, driver_name=None, kind=None, meta... method api_version (line 75) | def api_version(self): method api_version (line 86) | def api_version(self, api_version): method driver_name (line 98) | def driver_name(self): method driver_name (line 109) | def driver_name(self, driver_name): method kind (line 123) | def kind(self): method kind (line 134) | def kind(self, kind): method metadata (line 146) | def metadata(self): method metadata (line 156) | def metadata(self, metadata): method parameters (line 167) | def parameters(self): method parameters (line 178) | def parameters(self, parameters): method to_dict (line 189) | def to_dict(self): method to_str (line 213) | def to_str(self): method __repr__ (line 217) | def __repr__(self): method __eq__ (line 221) | def __eq__(self, other): method __ne__ (line 228) | def __ne__(self, other): FILE: kubernetes/client/models/v1_volume_attributes_class_list.py class V1VolumeAttributesClassList (line 21) | class V1VolumeAttributesClassList(object): method __init__ (line 49) | def __init__(self, api_version=None, items=None, kind=None, metadata=N... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method items (line 93) | def items(self): method items (line 104) | def items(self, items): method kind (line 118) | def kind(self): method kind (line 129) | def kind(self, kind): method metadata (line 141) | def metadata(self): method metadata (line 151) | def metadata(self, metadata): method to_dict (line 161) | def to_dict(self): method to_str (line 185) | def to_str(self): method __repr__ (line 189) | def __repr__(self): method __eq__ (line 193) | def __eq__(self, other): method __ne__ (line 200) | def __ne__(self, other): FILE: kubernetes/client/models/v1_volume_device.py class V1VolumeDevice (line 21) | class V1VolumeDevice(object): method __init__ (line 45) | def __init__(self, device_path=None, name=None, local_vars_configurati... method device_path (line 59) | def device_path(self): method device_path (line 70) | def device_path(self, device_path): method name (line 84) | def name(self): method name (line 95) | def name(self, name): method to_dict (line 108) | def to_dict(self): method to_str (line 132) | def to_str(self): method __repr__ (line 136) | def __repr__(self): method __eq__ (line 140) | def __eq__(self, other): method __ne__ (line 147) | def __ne__(self, other): FILE: kubernetes/client/models/v1_volume_error.py class V1VolumeError (line 21) | class V1VolumeError(object): method __init__ (line 47) | def __init__(self, error_code=None, message=None, time=None, local_var... method error_code (line 66) | def error_code(self): method error_code (line 77) | def error_code(self, error_code): method message (line 89) | def message(self): method message (line 100) | def message(self, message): method time (line 112) | def time(self): method time (line 123) | def time(self, time): method to_dict (line 134) | def to_dict(self): method to_str (line 158) | def to_str(self): method __repr__ (line 162) | def __repr__(self): method __eq__ (line 166) | def __eq__(self, other): method __ne__ (line 173) | def __ne__(self, other): FILE: kubernetes/client/models/v1_volume_mount.py class V1VolumeMount (line 21) | class V1VolumeMount(object): method __init__ (line 55) | def __init__(self, mount_path=None, mount_propagation=None, name=None,... method mount_path (line 84) | def mount_path(self): method mount_path (line 95) | def mount_path(self, mount_path): method mount_propagation (line 109) | def mount_propagation(self): method mount_propagation (line 120) | def mount_propagation(self, mount_propagation): method name (line 132) | def name(self): method name (line 143) | def name(self, name): method read_only (line 157) | def read_only(self): method read_only (line 168) | def read_only(self, read_only): method recursive_read_only (line 180) | def recursive_read_only(self): method recursive_read_only (line 191) | def recursive_read_only(self, recursive_read_only): method sub_path (line 203) | def sub_path(self): method sub_path (line 214) | def sub_path(self, sub_path): method sub_path_expr (line 226) | def sub_path_expr(self): method sub_path_expr (line 237) | def sub_path_expr(self, sub_path_expr): method to_dict (line 248) | def to_dict(self): method to_str (line 272) | def to_str(self): method __repr__ (line 276) | def __repr__(self): method __eq__ (line 280) | def __eq__(self, other): method __ne__ (line 287) | def __ne__(self, other): FILE: kubernetes/client/models/v1_volume_mount_status.py class V1VolumeMountStatus (line 21) | class V1VolumeMountStatus(object): method __init__ (line 49) | def __init__(self, mount_path=None, name=None, read_only=None, recursi... method mount_path (line 69) | def mount_path(self): method mount_path (line 80) | def mount_path(self, mount_path): method name (line 94) | def name(self): method name (line 105) | def name(self, name): method read_only (line 119) | def read_only(self): method read_only (line 130) | def read_only(self, read_only): method recursive_read_only (line 142) | def recursive_read_only(self): method recursive_read_only (line 153) | def recursive_read_only(self, recursive_read_only): method to_dict (line 164) | def to_dict(self): method to_str (line 188) | def to_str(self): method __repr__ (line 192) | def __repr__(self): method __eq__ (line 196) | def __eq__(self, other): method __ne__ (line 203) | def __ne__(self, other): FILE: kubernetes/client/models/v1_volume_node_affinity.py class V1VolumeNodeAffinity (line 21) | class V1VolumeNodeAffinity(object): method __init__ (line 43) | def __init__(self, required=None, local_vars_configuration=None): # n... method required (line 56) | def required(self): method required (line 66) | def required(self, required): method to_dict (line 76) | def to_dict(self): method to_str (line 100) | def to_str(self): method __repr__ (line 104) | def __repr__(self): method __eq__ (line 108) | def __eq__(self, other): method __ne__ (line 115) | def __ne__(self, other): FILE: kubernetes/client/models/v1_volume_node_resources.py class V1VolumeNodeResources (line 21) | class V1VolumeNodeResources(object): method __init__ (line 43) | def __init__(self, count=None, local_vars_configuration=None): # noqa... method count (line 56) | def count(self): method count (line 67) | def count(self, count): method to_dict (line 78) | def to_dict(self): method to_str (line 102) | def to_str(self): method __repr__ (line 106) | def __repr__(self): method __eq__ (line 110) | def __eq__(self, other): method __ne__ (line 117) | def __ne__(self, other): FILE: kubernetes/client/models/v1_volume_projection.py class V1VolumeProjection (line 21) | class V1VolumeProjection(object): method __init__ (line 53) | def __init__(self, cluster_trust_bundle=None, config_map=None, downwar... method cluster_trust_bundle (line 81) | def cluster_trust_bundle(self): method cluster_trust_bundle (line 91) | def cluster_trust_bundle(self, cluster_trust_bundle): method config_map (line 102) | def config_map(self): method config_map (line 112) | def config_map(self, config_map): method downward_api (line 123) | def downward_api(self): method downward_api (line 133) | def downward_api(self, downward_api): method pod_certificate (line 144) | def pod_certificate(self): method pod_certificate (line 154) | def pod_certificate(self, pod_certificate): method secret (line 165) | def secret(self): method secret (line 175) | def secret(self, secret): method service_account_token (line 186) | def service_account_token(self): method service_account_token (line 196) | def service_account_token(self, service_account_token): method to_dict (line 206) | def to_dict(self): method to_str (line 230) | def to_str(self): method __repr__ (line 234) | def __repr__(self): method __eq__ (line 238) | def __eq__(self, other): method __ne__ (line 245) | def __ne__(self, other): FILE: kubernetes/client/models/v1_volume_resource_requirements.py class V1VolumeResourceRequirements (line 21) | class V1VolumeResourceRequirements(object): method __init__ (line 45) | def __init__(self, limits=None, requests=None, local_vars_configuratio... method limits (line 61) | def limits(self): method limits (line 72) | def limits(self, limits): method requests (line 84) | def requests(self): method requests (line 95) | def requests(self, requests): method to_dict (line 106) | def to_dict(self): method to_str (line 130) | def to_str(self): method __repr__ (line 134) | def __repr__(self): method __eq__ (line 138) | def __eq__(self, other): method __ne__ (line 145) | def __ne__(self, other): FILE: kubernetes/client/models/v1_vsphere_virtual_disk_volume_source.py class V1VsphereVirtualDiskVolumeSource (line 21) | class V1VsphereVirtualDiskVolumeSource(object): method __init__ (line 49) | def __init__(self, fs_type=None, storage_policy_id=None, storage_polic... method fs_type (line 70) | def fs_type(self): method fs_type (line 81) | def fs_type(self, fs_type): method storage_policy_id (line 93) | def storage_policy_id(self): method storage_policy_id (line 104) | def storage_policy_id(self, storage_policy_id): method storage_policy_name (line 116) | def storage_policy_name(self): method storage_policy_name (line 127) | def storage_policy_name(self, storage_policy_name): method volume_path (line 139) | def volume_path(self): method volume_path (line 150) | def volume_path(self, volume_path): method to_dict (line 163) | def to_dict(self): method to_str (line 187) | def to_str(self): method __repr__ (line 191) | def __repr__(self): method __eq__ (line 195) | def __eq__(self, other): method __ne__ (line 202) | def __ne__(self, other): FILE: kubernetes/client/models/v1_watch_event.py class V1WatchEvent (line 21) | class V1WatchEvent(object): method __init__ (line 45) | def __init__(self, object=None, type=None, local_vars_configuration=No... method object (line 59) | def object(self): method object (line 70) | def object(self, object): method type (line 84) | def type(self): method type (line 94) | def type(self, type): method to_dict (line 106) | def to_dict(self): method to_str (line 130) | def to_str(self): method __repr__ (line 134) | def __repr__(self): method __eq__ (line 138) | def __eq__(self, other): method __ne__ (line 145) | def __ne__(self, other): FILE: kubernetes/client/models/v1_webhook_conversion.py class V1WebhookConversion (line 21) | class V1WebhookConversion(object): method __init__ (line 45) | def __init__(self, client_config=None, conversion_review_versions=None... method client_config (line 60) | def client_config(self): method client_config (line 70) | def client_config(self, client_config): method conversion_review_versions (line 81) | def conversion_review_versions(self): method conversion_review_versions (line 92) | def conversion_review_versions(self, conversion_review_versions): method to_dict (line 105) | def to_dict(self): method to_str (line 129) | def to_str(self): method __repr__ (line 133) | def __repr__(self): method __eq__ (line 137) | def __eq__(self, other): method __ne__ (line 144) | def __ne__(self, other): FILE: kubernetes/client/models/v1_weighted_pod_affinity_term.py class V1WeightedPodAffinityTerm (line 21) | class V1WeightedPodAffinityTerm(object): method __init__ (line 45) | def __init__(self, pod_affinity_term=None, weight=None, local_vars_con... method pod_affinity_term (line 59) | def pod_affinity_term(self): method pod_affinity_term (line 69) | def pod_affinity_term(self, pod_affinity_term): method weight (line 82) | def weight(self): method weight (line 93) | def weight(self, weight): method to_dict (line 106) | def to_dict(self): method to_str (line 130) | def to_str(self): method __repr__ (line 134) | def __repr__(self): method __eq__ (line 138) | def __eq__(self, other): method __ne__ (line 145) | def __ne__(self, other): FILE: kubernetes/client/models/v1_windows_security_context_options.py class V1WindowsSecurityContextOptions (line 21) | class V1WindowsSecurityContextOptions(object): method __init__ (line 49) | def __init__(self, gmsa_credential_spec=None, gmsa_credential_spec_nam... method gmsa_credential_spec (line 71) | def gmsa_credential_spec(self): method gmsa_credential_spec (line 82) | def gmsa_credential_spec(self, gmsa_credential_spec): method gmsa_credential_spec_name (line 94) | def gmsa_credential_spec_name(self): method gmsa_credential_spec_name (line 105) | def gmsa_credential_spec_name(self, gmsa_credential_spec_name): method host_process (line 117) | def host_process(self): method host_process (line 128) | def host_process(self, host_process): method run_as_user_name (line 140) | def run_as_user_name(self): method run_as_user_name (line 151) | def run_as_user_name(self, run_as_user_name): method to_dict (line 162) | def to_dict(self): method to_str (line 186) | def to_str(self): method __repr__ (line 190) | def __repr__(self): method __eq__ (line 194) | def __eq__(self, other): method __ne__ (line 201) | def __ne__(self, other): FILE: kubernetes/client/models/v1_workload_reference.py class V1WorkloadReference (line 21) | class V1WorkloadReference(object): method __init__ (line 47) | def __init__(self, name=None, pod_group=None, pod_group_replica_key=No... method name (line 64) | def name(self): method name (line 75) | def name(self, name): method pod_group (line 89) | def pod_group(self): method pod_group (line 100) | def pod_group(self, pod_group): method pod_group_replica_key (line 114) | def pod_group_replica_key(self): method pod_group_replica_key (line 125) | def pod_group_replica_key(self, pod_group_replica_key): method to_dict (line 136) | def to_dict(self): method to_str (line 160) | def to_str(self): method __repr__ (line 164) | def __repr__(self): method __eq__ (line 168) | def __eq__(self, other): method __ne__ (line 175) | def __ne__(self, other): FILE: kubernetes/client/models/v1alpha1_apply_configuration.py class V1alpha1ApplyConfiguration (line 21) | class V1alpha1ApplyConfiguration(object): method __init__ (line 43) | def __init__(self, expression=None, local_vars_configuration=None): #... method expression (line 56) | def expression(self): method expression (line 67) | def expression(self, expression): method to_dict (line 78) | def to_dict(self): method to_str (line 102) | def to_str(self): method __repr__ (line 106) | def __repr__(self): method __eq__ (line 110) | def __eq__(self, other): method __ne__ (line 117) | def __ne__(self, other): FILE: kubernetes/client/models/v1alpha1_cluster_trust_bundle.py class V1alpha1ClusterTrustBundle (line 21) | class V1alpha1ClusterTrustBundle(object): method __init__ (line 49) | def __init__(self, api_version=None, kind=None, metadata=None, spec=No... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method kind (line 93) | def kind(self): method kind (line 104) | def kind(self, kind): method metadata (line 116) | def metadata(self): method metadata (line 126) | def metadata(self, metadata): method spec (line 137) | def spec(self): method spec (line 147) | def spec(self, spec): method to_dict (line 159) | def to_dict(self): method to_str (line 183) | def to_str(self): method __repr__ (line 187) | def __repr__(self): method __eq__ (line 191) | def __eq__(self, other): method __ne__ (line 198) | def __ne__(self, other): FILE: kubernetes/client/models/v1alpha1_cluster_trust_bundle_list.py class V1alpha1ClusterTrustBundleList (line 21) | class V1alpha1ClusterTrustBundleList(object): method __init__ (line 49) | def __init__(self, api_version=None, items=None, kind=None, metadata=N... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method items (line 93) | def items(self): method items (line 104) | def items(self, items): method kind (line 118) | def kind(self): method kind (line 129) | def kind(self, kind): method metadata (line 141) | def metadata(self): method metadata (line 151) | def metadata(self, metadata): method to_dict (line 161) | def to_dict(self): method to_str (line 185) | def to_str(self): method __repr__ (line 189) | def __repr__(self): method __eq__ (line 193) | def __eq__(self, other): method __ne__ (line 200) | def __ne__(self, other): FILE: kubernetes/client/models/v1alpha1_cluster_trust_bundle_spec.py class V1alpha1ClusterTrustBundleSpec (line 21) | class V1alpha1ClusterTrustBundleSpec(object): method __init__ (line 45) | def __init__(self, signer_name=None, trust_bundle=None, local_vars_con... method signer_name (line 60) | def signer_name(self): method signer_name (line 71) | def signer_name(self, signer_name): method trust_bundle (line 83) | def trust_bundle(self): method trust_bundle (line 94) | def trust_bundle(self, trust_bundle): method to_dict (line 107) | def to_dict(self): method to_str (line 131) | def to_str(self): method __repr__ (line 135) | def __repr__(self): method __eq__ (line 139) | def __eq__(self, other): method __ne__ (line 146) | def __ne__(self, other): FILE: kubernetes/client/models/v1alpha1_gang_scheduling_policy.py class V1alpha1GangSchedulingPolicy (line 21) | class V1alpha1GangSchedulingPolicy(object): method __init__ (line 43) | def __init__(self, min_count=None, local_vars_configuration=None): # ... method min_count (line 55) | def min_count(self): method min_count (line 66) | def min_count(self, min_count): method to_dict (line 79) | def to_dict(self): method to_str (line 103) | def to_str(self): method __repr__ (line 107) | def __repr__(self): method __eq__ (line 111) | def __eq__(self, other): method __ne__ (line 118) | def __ne__(self, other): FILE: kubernetes/client/models/v1alpha1_json_patch.py class V1alpha1JSONPatch (line 21) | class V1alpha1JSONPatch(object): method __init__ (line 43) | def __init__(self, expression=None, local_vars_configuration=None): #... method expression (line 56) | def expression(self): method expression (line 67) | def expression(self, expression): method to_dict (line 78) | def to_dict(self): method to_str (line 102) | def to_str(self): method __repr__ (line 106) | def __repr__(self): method __eq__ (line 110) | def __eq__(self, other): method __ne__ (line 117) | def __ne__(self, other): FILE: kubernetes/client/models/v1alpha1_match_condition.py class V1alpha1MatchCondition (line 21) | class V1alpha1MatchCondition(object): method __init__ (line 45) | def __init__(self, expression=None, name=None, local_vars_configuratio... method expression (line 59) | def expression(self): method expression (line 70) | def expression(self, expression): method name (line 84) | def name(self): method name (line 95) | def name(self, name): method to_dict (line 108) | def to_dict(self): method to_str (line 132) | def to_str(self): method __repr__ (line 136) | def __repr__(self): method __eq__ (line 140) | def __eq__(self, other): method __ne__ (line 147) | def __ne__(self, other): FILE: kubernetes/client/models/v1alpha1_match_resources.py class V1alpha1MatchResources (line 21) | class V1alpha1MatchResources(object): method __init__ (line 51) | def __init__(self, exclude_resource_rules=None, match_policy=None, nam... method exclude_resource_rules (line 76) | def exclude_resource_rules(self): method exclude_resource_rules (line 87) | def exclude_resource_rules(self, exclude_resource_rules): method match_policy (line 99) | def match_policy(self): method match_policy (line 110) | def match_policy(self, match_policy): method namespace_selector (line 122) | def namespace_selector(self): method namespace_selector (line 132) | def namespace_selector(self, namespace_selector): method object_selector (line 143) | def object_selector(self): method object_selector (line 153) | def object_selector(self, object_selector): method resource_rules (line 164) | def resource_rules(self): method resource_rules (line 175) | def resource_rules(self, resource_rules): method to_dict (line 186) | def to_dict(self): method to_str (line 210) | def to_str(self): method __repr__ (line 214) | def __repr__(self): method __eq__ (line 218) | def __eq__(self, other): method __ne__ (line 225) | def __ne__(self, other): FILE: kubernetes/client/models/v1alpha1_mutating_admission_policy.py class V1alpha1MutatingAdmissionPolicy (line 21) | class V1alpha1MutatingAdmissionPolicy(object): method __init__ (line 49) | def __init__(self, api_version=None, kind=None, metadata=None, spec=No... method api_version (line 71) | def api_version(self): method api_version (line 82) | def api_version(self, api_version): method kind (line 94) | def kind(self): method kind (line 105) | def kind(self, kind): method metadata (line 117) | def metadata(self): method metadata (line 127) | def metadata(self, metadata): method spec (line 138) | def spec(self): method spec (line 148) | def spec(self, spec): method to_dict (line 158) | def to_dict(self): method to_str (line 182) | def to_str(self): method __repr__ (line 186) | def __repr__(self): method __eq__ (line 190) | def __eq__(self, other): method __ne__ (line 197) | def __ne__(self, other): FILE: kubernetes/client/models/v1alpha1_mutating_admission_policy_binding.py class V1alpha1MutatingAdmissionPolicyBinding (line 21) | class V1alpha1MutatingAdmissionPolicyBinding(object): method __init__ (line 49) | def __init__(self, api_version=None, kind=None, metadata=None, spec=No... method api_version (line 71) | def api_version(self): method api_version (line 82) | def api_version(self, api_version): method kind (line 94) | def kind(self): method kind (line 105) | def kind(self, kind): method metadata (line 117) | def metadata(self): method metadata (line 127) | def metadata(self, metadata): method spec (line 138) | def spec(self): method spec (line 148) | def spec(self, spec): method to_dict (line 158) | def to_dict(self): method to_str (line 182) | def to_str(self): method __repr__ (line 186) | def __repr__(self): method __eq__ (line 190) | def __eq__(self, other): method __ne__ (line 197) | def __ne__(self, other): FILE: kubernetes/client/models/v1alpha1_mutating_admission_policy_binding_list.py class V1alpha1MutatingAdmissionPolicyBindingList (line 21) | class V1alpha1MutatingAdmissionPolicyBindingList(object): method __init__ (line 49) | def __init__(self, api_version=None, items=None, kind=None, metadata=N... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method items (line 93) | def items(self): method items (line 104) | def items(self, items): method kind (line 118) | def kind(self): method kind (line 129) | def kind(self, kind): method metadata (line 141) | def metadata(self): method metadata (line 151) | def metadata(self, metadata): method to_dict (line 161) | def to_dict(self): method to_str (line 185) | def to_str(self): method __repr__ (line 189) | def __repr__(self): method __eq__ (line 193) | def __eq__(self, other): method __ne__ (line 200) | def __ne__(self, other): FILE: kubernetes/client/models/v1alpha1_mutating_admission_policy_binding_spec.py class V1alpha1MutatingAdmissionPolicyBindingSpec (line 21) | class V1alpha1MutatingAdmissionPolicyBindingSpec(object): method __init__ (line 47) | def __init__(self, match_resources=None, param_ref=None, policy_name=N... method match_resources (line 66) | def match_resources(self): method match_resources (line 76) | def match_resources(self, match_resources): method param_ref (line 87) | def param_ref(self): method param_ref (line 97) | def param_ref(self, param_ref): method policy_name (line 108) | def policy_name(self): method policy_name (line 119) | def policy_name(self, policy_name): method to_dict (line 130) | def to_dict(self): method to_str (line 154) | def to_str(self): method __repr__ (line 158) | def __repr__(self): method __eq__ (line 162) | def __eq__(self, other): method __ne__ (line 169) | def __ne__(self, other): FILE: kubernetes/client/models/v1alpha1_mutating_admission_policy_list.py class V1alpha1MutatingAdmissionPolicyList (line 21) | class V1alpha1MutatingAdmissionPolicyList(object): method __init__ (line 49) | def __init__(self, api_version=None, items=None, kind=None, metadata=N... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method items (line 93) | def items(self): method items (line 104) | def items(self, items): method kind (line 118) | def kind(self): method kind (line 129) | def kind(self, kind): method metadata (line 141) | def metadata(self): method metadata (line 151) | def metadata(self, metadata): method to_dict (line 161) | def to_dict(self): method to_str (line 185) | def to_str(self): method __repr__ (line 189) | def __repr__(self): method __eq__ (line 193) | def __eq__(self, other): method __ne__ (line 200) | def __ne__(self, other): FILE: kubernetes/client/models/v1alpha1_mutating_admission_policy_spec.py class V1alpha1MutatingAdmissionPolicySpec (line 21) | class V1alpha1MutatingAdmissionPolicySpec(object): method __init__ (line 55) | def __init__(self, failure_policy=None, match_conditions=None, match_c... method failure_policy (line 86) | def failure_policy(self): method failure_policy (line 97) | def failure_policy(self, failure_policy): method match_conditions (line 109) | def match_conditions(self): method match_conditions (line 120) | def match_conditions(self, match_conditions): method match_constraints (line 132) | def match_constraints(self): method match_constraints (line 142) | def match_constraints(self, match_constraints): method mutations (line 153) | def mutations(self): method mutations (line 164) | def mutations(self, mutations): method param_kind (line 176) | def param_kind(self): method param_kind (line 186) | def param_kind(self, param_kind): method reinvocation_policy (line 197) | def reinvocation_policy(self): method reinvocation_policy (line 208) | def reinvocation_policy(self, reinvocation_policy): method variables (line 220) | def variables(self): method variables (line 231) | def variables(self, variables): method to_dict (line 242) | def to_dict(self): method to_str (line 266) | def to_str(self): method __repr__ (line 270) | def __repr__(self): method __eq__ (line 274) | def __eq__(self, other): method __ne__ (line 281) | def __ne__(self, other): FILE: kubernetes/client/models/v1alpha1_mutation.py class V1alpha1Mutation (line 21) | class V1alpha1Mutation(object): method __init__ (line 47) | def __init__(self, apply_configuration=None, json_patch=None, patch_ty... method apply_configuration (line 65) | def apply_configuration(self): method apply_configuration (line 75) | def apply_configuration(self, apply_configuration): method json_patch (line 86) | def json_patch(self): method json_patch (line 96) | def json_patch(self, json_patch): method patch_type (line 107) | def patch_type(self): method patch_type (line 118) | def patch_type(self, patch_type): method to_dict (line 131) | def to_dict(self): method to_str (line 155) | def to_str(self): method __repr__ (line 159) | def __repr__(self): method __eq__ (line 163) | def __eq__(self, other): method __ne__ (line 170) | def __ne__(self, other): FILE: kubernetes/client/models/v1alpha1_named_rule_with_operations.py class V1alpha1NamedRuleWithOperations (line 21) | class V1alpha1NamedRuleWithOperations(object): method __init__ (line 53) | def __init__(self, api_groups=None, api_versions=None, operations=None... method api_groups (line 81) | def api_groups(self): method api_groups (line 92) | def api_groups(self, api_groups): method api_versions (line 104) | def api_versions(self): method api_versions (line 115) | def api_versions(self, api_versions): method operations (line 127) | def operations(self): method operations (line 138) | def operations(self, operations): method resource_names (line 150) | def resource_names(self): method resource_names (line 161) | def resource_names(self, resource_names): method resources (line 173) | def resources(self): method resources (line 184) | def resources(self, resources): method scope (line 196) | def scope(self): method scope (line 207) | def scope(self, scope): method to_dict (line 218) | def to_dict(self): method to_str (line 242) | def to_str(self): method __repr__ (line 246) | def __repr__(self): method __eq__ (line 250) | def __eq__(self, other): method __ne__ (line 257) | def __ne__(self, other): FILE: kubernetes/client/models/v1alpha1_param_kind.py class V1alpha1ParamKind (line 21) | class V1alpha1ParamKind(object): method __init__ (line 45) | def __init__(self, api_version=None, kind=None, local_vars_configurati... method api_version (line 61) | def api_version(self): method api_version (line 72) | def api_version(self, api_version): method kind (line 84) | def kind(self): method kind (line 95) | def kind(self, kind): method to_dict (line 106) | def to_dict(self): method to_str (line 130) | def to_str(self): method __repr__ (line 134) | def __repr__(self): method __eq__ (line 138) | def __eq__(self, other): method __ne__ (line 145) | def __ne__(self, other): FILE: kubernetes/client/models/v1alpha1_param_ref.py class V1alpha1ParamRef (line 21) | class V1alpha1ParamRef(object): method __init__ (line 49) | def __init__(self, name=None, namespace=None, parameter_not_found_acti... method name (line 71) | def name(self): method name (line 82) | def name(self, name): method namespace (line 94) | def namespace(self): method namespace (line 105) | def namespace(self, namespace): method parameter_not_found_action (line 117) | def parameter_not_found_action(self): method parameter_not_found_action (line 128) | def parameter_not_found_action(self, parameter_not_found_action): method selector (line 140) | def selector(self): method selector (line 150) | def selector(self, selector): method to_dict (line 160) | def to_dict(self): method to_str (line 184) | def to_str(self): method __repr__ (line 188) | def __repr__(self): method __eq__ (line 192) | def __eq__(self, other): method __ne__ (line 199) | def __ne__(self, other): FILE: kubernetes/client/models/v1alpha1_pod_group.py class V1alpha1PodGroup (line 21) | class V1alpha1PodGroup(object): method __init__ (line 45) | def __init__(self, name=None, policy=None, local_vars_configuration=No... method name (line 59) | def name(self): method name (line 70) | def name(self, name): method policy (line 84) | def policy(self): method policy (line 94) | def policy(self, policy): method to_dict (line 106) | def to_dict(self): method to_str (line 130) | def to_str(self): method __repr__ (line 134) | def __repr__(self): method __eq__ (line 138) | def __eq__(self, other): method __ne__ (line 145) | def __ne__(self, other): FILE: kubernetes/client/models/v1alpha1_pod_group_policy.py class V1alpha1PodGroupPolicy (line 21) | class V1alpha1PodGroupPolicy(object): method __init__ (line 45) | def __init__(self, basic=None, gang=None, local_vars_configuration=Non... method basic (line 61) | def basic(self): method basic (line 72) | def basic(self, basic): method gang (line 84) | def gang(self): method gang (line 94) | def gang(self, gang): method to_dict (line 104) | def to_dict(self): method to_str (line 128) | def to_str(self): method __repr__ (line 132) | def __repr__(self): method __eq__ (line 136) | def __eq__(self, other): method __ne__ (line 143) | def __ne__(self, other): FILE: kubernetes/client/models/v1alpha1_server_storage_version.py class V1alpha1ServerStorageVersion (line 21) | class V1alpha1ServerStorageVersion(object): method __init__ (line 49) | def __init__(self, api_server_id=None, decodable_versions=None, encodi... method api_server_id (line 71) | def api_server_id(self): method api_server_id (line 82) | def api_server_id(self, api_server_id): method decodable_versions (line 94) | def decodable_versions(self): method decodable_versions (line 105) | def decodable_versions(self, decodable_versions): method encoding_version (line 117) | def encoding_version(self): method encoding_version (line 128) | def encoding_version(self, encoding_version): method served_versions (line 140) | def served_versions(self): method served_versions (line 151) | def served_versions(self, served_versions): method to_dict (line 162) | def to_dict(self): method to_str (line 186) | def to_str(self): method __repr__ (line 190) | def __repr__(self): method __eq__ (line 194) | def __eq__(self, other): method __ne__ (line 201) | def __ne__(self, other): FILE: kubernetes/client/models/v1alpha1_storage_version.py class V1alpha1StorageVersion (line 21) | class V1alpha1StorageVersion(object): method __init__ (line 51) | def __init__(self, api_version=None, kind=None, metadata=None, spec=No... method api_version (line 74) | def api_version(self): method api_version (line 85) | def api_version(self, api_version): method kind (line 97) | def kind(self): method kind (line 108) | def kind(self, kind): method metadata (line 120) | def metadata(self): method metadata (line 130) | def metadata(self, metadata): method spec (line 141) | def spec(self): method spec (line 152) | def spec(self, spec): method status (line 166) | def status(self): method status (line 176) | def status(self, status): method to_dict (line 188) | def to_dict(self): method to_str (line 212) | def to_str(self): method __repr__ (line 216) | def __repr__(self): method __eq__ (line 220) | def __eq__(self, other): method __ne__ (line 227) | def __ne__(self, other): FILE: kubernetes/client/models/v1alpha1_storage_version_condition.py class V1alpha1StorageVersionCondition (line 21) | class V1alpha1StorageVersionCondition(object): method __init__ (line 53) | def __init__(self, last_transition_time=None, message=None, observed_g... method last_transition_time (line 77) | def last_transition_time(self): method last_transition_time (line 88) | def last_transition_time(self, last_transition_time): method message (line 100) | def message(self): method message (line 111) | def message(self, message): method observed_generation (line 125) | def observed_generation(self): method observed_generation (line 136) | def observed_generation(self, observed_generation): method reason (line 148) | def reason(self): method reason (line 159) | def reason(self, reason): method status (line 173) | def status(self): method status (line 184) | def status(self, status): method type (line 198) | def type(self): method type (line 209) | def type(self, type): method to_dict (line 222) | def to_dict(self): method to_str (line 246) | def to_str(self): method __repr__ (line 250) | def __repr__(self): method __eq__ (line 254) | def __eq__(self, other): method __ne__ (line 261) | def __ne__(self, other): FILE: kubernetes/client/models/v1alpha1_storage_version_list.py class V1alpha1StorageVersionList (line 21) | class V1alpha1StorageVersionList(object): method __init__ (line 49) | def __init__(self, api_version=None, items=None, kind=None, metadata=N... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method items (line 93) | def items(self): method items (line 104) | def items(self, items): method kind (line 118) | def kind(self): method kind (line 129) | def kind(self, kind): method metadata (line 141) | def metadata(self): method metadata (line 151) | def metadata(self, metadata): method to_dict (line 161) | def to_dict(self): method to_str (line 185) | def to_str(self): method __repr__ (line 189) | def __repr__(self): method __eq__ (line 193) | def __eq__(self, other): method __ne__ (line 200) | def __ne__(self, other): FILE: kubernetes/client/models/v1alpha1_storage_version_status.py class V1alpha1StorageVersionStatus (line 21) | class V1alpha1StorageVersionStatus(object): method __init__ (line 47) | def __init__(self, common_encoding_version=None, conditions=None, stor... method common_encoding_version (line 66) | def common_encoding_version(self): method common_encoding_version (line 77) | def common_encoding_version(self, common_encoding_version): method conditions (line 89) | def conditions(self): method conditions (line 100) | def conditions(self, conditions): method storage_versions (line 112) | def storage_versions(self): method storage_versions (line 123) | def storage_versions(self, storage_versions): method to_dict (line 134) | def to_dict(self): method to_str (line 158) | def to_str(self): method __repr__ (line 162) | def __repr__(self): method __eq__ (line 166) | def __eq__(self, other): method __ne__ (line 173) | def __ne__(self, other): FILE: kubernetes/client/models/v1alpha1_typed_local_object_reference.py class V1alpha1TypedLocalObjectReference (line 21) | class V1alpha1TypedLocalObjectReference(object): method __init__ (line 47) | def __init__(self, api_group=None, kind=None, name=None, local_vars_co... method api_group (line 64) | def api_group(self): method api_group (line 75) | def api_group(self, api_group): method kind (line 87) | def kind(self): method kind (line 98) | def kind(self, kind): method name (line 112) | def name(self): method name (line 123) | def name(self, name): method to_dict (line 136) | def to_dict(self): method to_str (line 160) | def to_str(self): method __repr__ (line 164) | def __repr__(self): method __eq__ (line 168) | def __eq__(self, other): method __ne__ (line 175) | def __ne__(self, other): FILE: kubernetes/client/models/v1alpha1_variable.py class V1alpha1Variable (line 21) | class V1alpha1Variable(object): method __init__ (line 45) | def __init__(self, expression=None, name=None, local_vars_configuratio... method expression (line 59) | def expression(self): method expression (line 70) | def expression(self, expression): method name (line 84) | def name(self): method name (line 95) | def name(self, name): method to_dict (line 108) | def to_dict(self): method to_str (line 132) | def to_str(self): method __repr__ (line 136) | def __repr__(self): method __eq__ (line 140) | def __eq__(self, other): method __ne__ (line 147) | def __ne__(self, other): FILE: kubernetes/client/models/v1alpha1_workload.py class V1alpha1Workload (line 21) | class V1alpha1Workload(object): method __init__ (line 49) | def __init__(self, api_version=None, kind=None, metadata=None, spec=No... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method kind (line 93) | def kind(self): method kind (line 104) | def kind(self, kind): method metadata (line 116) | def metadata(self): method metadata (line 126) | def metadata(self, metadata): method spec (line 137) | def spec(self): method spec (line 147) | def spec(self, spec): method to_dict (line 159) | def to_dict(self): method to_str (line 183) | def to_str(self): method __repr__ (line 187) | def __repr__(self): method __eq__ (line 191) | def __eq__(self, other): method __ne__ (line 198) | def __ne__(self, other): FILE: kubernetes/client/models/v1alpha1_workload_list.py class V1alpha1WorkloadList (line 21) | class V1alpha1WorkloadList(object): method __init__ (line 49) | def __init__(self, api_version=None, items=None, kind=None, metadata=N... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method items (line 93) | def items(self): method items (line 104) | def items(self, items): method kind (line 118) | def kind(self): method kind (line 129) | def kind(self, kind): method metadata (line 141) | def metadata(self): method metadata (line 151) | def metadata(self, metadata): method to_dict (line 161) | def to_dict(self): method to_str (line 185) | def to_str(self): method __repr__ (line 189) | def __repr__(self): method __eq__ (line 193) | def __eq__(self, other): method __ne__ (line 200) | def __ne__(self, other): FILE: kubernetes/client/models/v1alpha1_workload_spec.py class V1alpha1WorkloadSpec (line 21) | class V1alpha1WorkloadSpec(object): method __init__ (line 45) | def __init__(self, controller_ref=None, pod_groups=None, local_vars_co... method controller_ref (line 60) | def controller_ref(self): method controller_ref (line 70) | def controller_ref(self, controller_ref): method pod_groups (line 81) | def pod_groups(self): method pod_groups (line 92) | def pod_groups(self, pod_groups): method to_dict (line 105) | def to_dict(self): method to_str (line 129) | def to_str(self): method __repr__ (line 133) | def __repr__(self): method __eq__ (line 137) | def __eq__(self, other): method __ne__ (line 144) | def __ne__(self, other): FILE: kubernetes/client/models/v1alpha2_lease_candidate.py class V1alpha2LeaseCandidate (line 21) | class V1alpha2LeaseCandidate(object): method __init__ (line 49) | def __init__(self, api_version=None, kind=None, metadata=None, spec=No... method api_version (line 71) | def api_version(self): method api_version (line 82) | def api_version(self, api_version): method kind (line 94) | def kind(self): method kind (line 105) | def kind(self, kind): method metadata (line 117) | def metadata(self): method metadata (line 127) | def metadata(self, metadata): method spec (line 138) | def spec(self): method spec (line 148) | def spec(self, spec): method to_dict (line 158) | def to_dict(self): method to_str (line 182) | def to_str(self): method __repr__ (line 186) | def __repr__(self): method __eq__ (line 190) | def __eq__(self, other): method __ne__ (line 197) | def __ne__(self, other): FILE: kubernetes/client/models/v1alpha2_lease_candidate_list.py class V1alpha2LeaseCandidateList (line 21) | class V1alpha2LeaseCandidateList(object): method __init__ (line 49) | def __init__(self, api_version=None, items=None, kind=None, metadata=N... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method items (line 93) | def items(self): method items (line 104) | def items(self, items): method kind (line 118) | def kind(self): method kind (line 129) | def kind(self, kind): method metadata (line 141) | def metadata(self): method metadata (line 151) | def metadata(self, metadata): method to_dict (line 161) | def to_dict(self): method to_str (line 185) | def to_str(self): method __repr__ (line 189) | def __repr__(self): method __eq__ (line 193) | def __eq__(self, other): method __ne__ (line 200) | def __ne__(self, other): FILE: kubernetes/client/models/v1alpha2_lease_candidate_spec.py class V1alpha2LeaseCandidateSpec (line 21) | class V1alpha2LeaseCandidateSpec(object): method __init__ (line 53) | def __init__(self, binary_version=None, emulation_version=None, lease_... method binary_version (line 78) | def binary_version(self): method binary_version (line 89) | def binary_version(self, binary_version): method emulation_version (line 103) | def emulation_version(self): method emulation_version (line 114) | def emulation_version(self, emulation_version): method lease_name (line 126) | def lease_name(self): method lease_name (line 137) | def lease_name(self, lease_name): method ping_time (line 151) | def ping_time(self): method ping_time (line 162) | def ping_time(self, ping_time): method renew_time (line 174) | def renew_time(self): method renew_time (line 185) | def renew_time(self, renew_time): method strategy (line 197) | def strategy(self): method strategy (line 208) | def strategy(self, strategy): method to_dict (line 221) | def to_dict(self): method to_str (line 245) | def to_str(self): method __repr__ (line 249) | def __repr__(self): method __eq__ (line 253) | def __eq__(self, other): method __ne__ (line 260) | def __ne__(self, other): FILE: kubernetes/client/models/v1alpha3_device_taint.py class V1alpha3DeviceTaint (line 21) | class V1alpha3DeviceTaint(object): method __init__ (line 49) | def __init__(self, effect=None, key=None, time_added=None, value=None,... method effect (line 69) | def effect(self): method effect (line 80) | def effect(self, effect): method key (line 94) | def key(self): method key (line 105) | def key(self, key): method time_added (line 119) | def time_added(self): method time_added (line 130) | def time_added(self, time_added): method value (line 142) | def value(self): method value (line 153) | def value(self, value): method to_dict (line 164) | def to_dict(self): method to_str (line 188) | def to_str(self): method __repr__ (line 192) | def __repr__(self): method __eq__ (line 196) | def __eq__(self, other): method __ne__ (line 203) | def __ne__(self, other): FILE: kubernetes/client/models/v1alpha3_device_taint_rule.py class V1alpha3DeviceTaintRule (line 21) | class V1alpha3DeviceTaintRule(object): method __init__ (line 51) | def __init__(self, api_version=None, kind=None, metadata=None, spec=No... method api_version (line 75) | def api_version(self): method api_version (line 86) | def api_version(self, api_version): method kind (line 98) | def kind(self): method kind (line 109) | def kind(self, kind): method metadata (line 121) | def metadata(self): method metadata (line 131) | def metadata(self, metadata): method spec (line 142) | def spec(self): method spec (line 152) | def spec(self, spec): method status (line 165) | def status(self): method status (line 175) | def status(self, status): method to_dict (line 185) | def to_dict(self): method to_str (line 209) | def to_str(self): method __repr__ (line 213) | def __repr__(self): method __eq__ (line 217) | def __eq__(self, other): method __ne__ (line 224) | def __ne__(self, other): FILE: kubernetes/client/models/v1alpha3_device_taint_rule_list.py class V1alpha3DeviceTaintRuleList (line 21) | class V1alpha3DeviceTaintRuleList(object): method __init__ (line 49) | def __init__(self, api_version=None, items=None, kind=None, metadata=N... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method items (line 93) | def items(self): method items (line 104) | def items(self, items): method kind (line 118) | def kind(self): method kind (line 129) | def kind(self, kind): method metadata (line 141) | def metadata(self): method metadata (line 151) | def metadata(self, metadata): method to_dict (line 161) | def to_dict(self): method to_str (line 185) | def to_str(self): method __repr__ (line 189) | def __repr__(self): method __eq__ (line 193) | def __eq__(self, other): method __ne__ (line 200) | def __ne__(self, other): FILE: kubernetes/client/models/v1alpha3_device_taint_rule_spec.py class V1alpha3DeviceTaintRuleSpec (line 21) | class V1alpha3DeviceTaintRuleSpec(object): method __init__ (line 45) | def __init__(self, device_selector=None, taint=None, local_vars_config... method device_selector (line 60) | def device_selector(self): method device_selector (line 70) | def device_selector(self, device_selector): method taint (line 81) | def taint(self): method taint (line 91) | def taint(self, taint): method to_dict (line 103) | def to_dict(self): method to_str (line 127) | def to_str(self): method __repr__ (line 131) | def __repr__(self): method __eq__ (line 135) | def __eq__(self, other): method __ne__ (line 142) | def __ne__(self, other): FILE: kubernetes/client/models/v1alpha3_device_taint_rule_status.py class V1alpha3DeviceTaintRuleStatus (line 21) | class V1alpha3DeviceTaintRuleStatus(object): method __init__ (line 43) | def __init__(self, conditions=None, local_vars_configuration=None): #... method conditions (line 56) | def conditions(self): method conditions (line 67) | def conditions(self, conditions): method to_dict (line 78) | def to_dict(self): method to_str (line 102) | def to_str(self): method __repr__ (line 106) | def __repr__(self): method __eq__ (line 110) | def __eq__(self, other): method __ne__ (line 117) | def __ne__(self, other): FILE: kubernetes/client/models/v1alpha3_device_taint_selector.py class V1alpha3DeviceTaintSelector (line 21) | class V1alpha3DeviceTaintSelector(object): method __init__ (line 47) | def __init__(self, device=None, driver=None, pool=None, local_vars_con... method device (line 66) | def device(self): method device (line 77) | def device(self, device): method driver (line 89) | def driver(self): method driver (line 100) | def driver(self, driver): method pool (line 112) | def pool(self): method pool (line 123) | def pool(self, pool): method to_dict (line 134) | def to_dict(self): method to_str (line 158) | def to_str(self): method __repr__ (line 162) | def __repr__(self): method __eq__ (line 166) | def __eq__(self, other): method __ne__ (line 173) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta1_allocated_device_status.py class V1beta1AllocatedDeviceStatus (line 21) | class V1beta1AllocatedDeviceStatus(object): method __init__ (line 55) | def __init__(self, conditions=None, data=None, device=None, driver=Non... method conditions (line 83) | def conditions(self): method conditions (line 94) | def conditions(self, conditions): method data (line 106) | def data(self): method data (line 117) | def data(self, data): method device (line 129) | def device(self): method device (line 140) | def device(self, device): method driver (line 154) | def driver(self): method driver (line 165) | def driver(self, driver): method network_data (line 179) | def network_data(self): method network_data (line 189) | def network_data(self, network_data): method pool (line 200) | def pool(self): method pool (line 211) | def pool(self, pool): method share_id (line 225) | def share_id(self): method share_id (line 236) | def share_id(self, share_id): method to_dict (line 247) | def to_dict(self): method to_str (line 271) | def to_str(self): method __repr__ (line 275) | def __repr__(self): method __eq__ (line 279) | def __eq__(self, other): method __ne__ (line 286) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta1_allocation_result.py class V1beta1AllocationResult (line 21) | class V1beta1AllocationResult(object): method __init__ (line 47) | def __init__(self, allocation_timestamp=None, devices=None, node_selec... method allocation_timestamp (line 66) | def allocation_timestamp(self): method allocation_timestamp (line 77) | def allocation_timestamp(self, allocation_timestamp): method devices (line 89) | def devices(self): method devices (line 99) | def devices(self, devices): method node_selector (line 110) | def node_selector(self): method node_selector (line 120) | def node_selector(self, node_selector): method to_dict (line 130) | def to_dict(self): method to_str (line 154) | def to_str(self): method __repr__ (line 158) | def __repr__(self): method __eq__ (line 162) | def __eq__(self, other): method __ne__ (line 169) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta1_apply_configuration.py class V1beta1ApplyConfiguration (line 21) | class V1beta1ApplyConfiguration(object): method __init__ (line 43) | def __init__(self, expression=None, local_vars_configuration=None): #... method expression (line 56) | def expression(self): method expression (line 67) | def expression(self, expression): method to_dict (line 78) | def to_dict(self): method to_str (line 102) | def to_str(self): method __repr__ (line 106) | def __repr__(self): method __eq__ (line 110) | def __eq__(self, other): method __ne__ (line 117) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta1_basic_device.py class V1beta1BasicDevice (line 21) | class V1beta1BasicDevice(object): method __init__ (line 63) | def __init__(self, all_nodes=None, allow_multiple_allocations=None, at... method all_nodes (line 106) | def all_nodes(self): method all_nodes (line 117) | def all_nodes(self, all_nodes): method allow_multiple_allocations (line 129) | def allow_multiple_allocations(self): method allow_multiple_allocations (line 140) | def allow_multiple_allocations(self, allow_multiple_allocations): method attributes (line 152) | def attributes(self): method attributes (line 163) | def attributes(self, attributes): method binding_conditions (line 175) | def binding_conditions(self): method binding_conditions (line 186) | def binding_conditions(self, binding_conditions): method binding_failure_conditions (line 198) | def binding_failure_conditions(self): method binding_failure_conditions (line 209) | def binding_failure_conditions(self, binding_failure_conditions): method binds_to_node (line 221) | def binds_to_node(self): method binds_to_node (line 232) | def binds_to_node(self, binds_to_node): method capacity (line 244) | def capacity(self): method capacity (line 255) | def capacity(self, capacity): method consumes_counters (line 267) | def consumes_counters(self): method consumes_counters (line 278) | def consumes_counters(self, consumes_counters): method node_name (line 290) | def node_name(self): method node_name (line 301) | def node_name(self, node_name): method node_selector (line 313) | def node_selector(self): method node_selector (line 323) | def node_selector(self, node_selector): method taints (line 334) | def taints(self): method taints (line 345) | def taints(self, taints): method to_dict (line 356) | def to_dict(self): method to_str (line 380) | def to_str(self): method __repr__ (line 384) | def __repr__(self): method __eq__ (line 388) | def __eq__(self, other): method __ne__ (line 395) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta1_capacity_request_policy.py class V1beta1CapacityRequestPolicy (line 21) | class V1beta1CapacityRequestPolicy(object): method __init__ (line 47) | def __init__(self, default=None, valid_range=None, valid_values=None, ... method default (line 66) | def default(self): method default (line 77) | def default(self, default): method valid_range (line 89) | def valid_range(self): method valid_range (line 99) | def valid_range(self, valid_range): method valid_values (line 110) | def valid_values(self): method valid_values (line 121) | def valid_values(self, valid_values): method to_dict (line 132) | def to_dict(self): method to_str (line 156) | def to_str(self): method __repr__ (line 160) | def __repr__(self): method __eq__ (line 164) | def __eq__(self, other): method __ne__ (line 171) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta1_capacity_request_policy_range.py class V1beta1CapacityRequestPolicyRange (line 21) | class V1beta1CapacityRequestPolicyRange(object): method __init__ (line 47) | def __init__(self, max=None, min=None, step=None, local_vars_configura... method max (line 65) | def max(self): method max (line 76) | def max(self, max): method min (line 88) | def min(self): method min (line 99) | def min(self, min): method step (line 113) | def step(self): method step (line 124) | def step(self, step): method to_dict (line 135) | def to_dict(self): method to_str (line 159) | def to_str(self): method __repr__ (line 163) | def __repr__(self): method __eq__ (line 167) | def __eq__(self, other): method __ne__ (line 174) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta1_capacity_requirements.py class V1beta1CapacityRequirements (line 21) | class V1beta1CapacityRequirements(object): method __init__ (line 43) | def __init__(self, requests=None, local_vars_configuration=None): # n... method requests (line 56) | def requests(self): method requests (line 67) | def requests(self, requests): method to_dict (line 78) | def to_dict(self): method to_str (line 102) | def to_str(self): method __repr__ (line 106) | def __repr__(self): method __eq__ (line 110) | def __eq__(self, other): method __ne__ (line 117) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta1_cel_device_selector.py class V1beta1CELDeviceSelector (line 21) | class V1beta1CELDeviceSelector(object): method __init__ (line 43) | def __init__(self, expression=None, local_vars_configuration=None): #... method expression (line 55) | def expression(self): method expression (line 66) | def expression(self, expression): method to_dict (line 79) | def to_dict(self): method to_str (line 103) | def to_str(self): method __repr__ (line 107) | def __repr__(self): method __eq__ (line 111) | def __eq__(self, other): method __ne__ (line 118) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta1_cluster_trust_bundle.py class V1beta1ClusterTrustBundle (line 21) | class V1beta1ClusterTrustBundle(object): method __init__ (line 49) | def __init__(self, api_version=None, kind=None, metadata=None, spec=No... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method kind (line 93) | def kind(self): method kind (line 104) | def kind(self, kind): method metadata (line 116) | def metadata(self): method metadata (line 126) | def metadata(self, metadata): method spec (line 137) | def spec(self): method spec (line 147) | def spec(self, spec): method to_dict (line 159) | def to_dict(self): method to_str (line 183) | def to_str(self): method __repr__ (line 187) | def __repr__(self): method __eq__ (line 191) | def __eq__(self, other): method __ne__ (line 198) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta1_cluster_trust_bundle_list.py class V1beta1ClusterTrustBundleList (line 21) | class V1beta1ClusterTrustBundleList(object): method __init__ (line 49) | def __init__(self, api_version=None, items=None, kind=None, metadata=N... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method items (line 93) | def items(self): method items (line 104) | def items(self, items): method kind (line 118) | def kind(self): method kind (line 129) | def kind(self, kind): method metadata (line 141) | def metadata(self): method metadata (line 151) | def metadata(self, metadata): method to_dict (line 161) | def to_dict(self): method to_str (line 185) | def to_str(self): method __repr__ (line 189) | def __repr__(self): method __eq__ (line 193) | def __eq__(self, other): method __ne__ (line 200) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta1_cluster_trust_bundle_spec.py class V1beta1ClusterTrustBundleSpec (line 21) | class V1beta1ClusterTrustBundleSpec(object): method __init__ (line 45) | def __init__(self, signer_name=None, trust_bundle=None, local_vars_con... method signer_name (line 60) | def signer_name(self): method signer_name (line 71) | def signer_name(self, signer_name): method trust_bundle (line 83) | def trust_bundle(self): method trust_bundle (line 94) | def trust_bundle(self, trust_bundle): method to_dict (line 107) | def to_dict(self): method to_str (line 131) | def to_str(self): method __repr__ (line 135) | def __repr__(self): method __eq__ (line 139) | def __eq__(self, other): method __ne__ (line 146) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta1_counter.py class V1beta1Counter (line 21) | class V1beta1Counter(object): method __init__ (line 43) | def __init__(self, value=None, local_vars_configuration=None): # noqa... method value (line 55) | def value(self): method value (line 66) | def value(self, value): method to_dict (line 79) | def to_dict(self): method to_str (line 103) | def to_str(self): method __repr__ (line 107) | def __repr__(self): method __eq__ (line 111) | def __eq__(self, other): method __ne__ (line 118) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta1_counter_set.py class V1beta1CounterSet (line 21) | class V1beta1CounterSet(object): method __init__ (line 45) | def __init__(self, counters=None, name=None, local_vars_configuration=... method counters (line 59) | def counters(self): method counters (line 70) | def counters(self, counters): method name (line 84) | def name(self): method name (line 95) | def name(self, name): method to_dict (line 108) | def to_dict(self): method to_str (line 132) | def to_str(self): method __repr__ (line 136) | def __repr__(self): method __eq__ (line 140) | def __eq__(self, other): method __ne__ (line 147) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta1_device.py class V1beta1Device (line 21) | class V1beta1Device(object): method __init__ (line 45) | def __init__(self, basic=None, name=None, local_vars_configuration=Non... method basic (line 60) | def basic(self): method basic (line 70) | def basic(self, basic): method name (line 81) | def name(self): method name (line 92) | def name(self, name): method to_dict (line 105) | def to_dict(self): method to_str (line 129) | def to_str(self): method __repr__ (line 133) | def __repr__(self): method __eq__ (line 137) | def __eq__(self, other): method __ne__ (line 144) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta1_device_allocation_configuration.py class V1beta1DeviceAllocationConfiguration (line 21) | class V1beta1DeviceAllocationConfiguration(object): method __init__ (line 47) | def __init__(self, opaque=None, requests=None, source=None, local_vars... method opaque (line 65) | def opaque(self): method opaque (line 75) | def opaque(self, opaque): method requests (line 86) | def requests(self): method requests (line 97) | def requests(self, requests): method source (line 109) | def source(self): method source (line 120) | def source(self, source): method to_dict (line 133) | def to_dict(self): method to_str (line 157) | def to_str(self): method __repr__ (line 161) | def __repr__(self): method __eq__ (line 165) | def __eq__(self, other): method __ne__ (line 172) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta1_device_allocation_result.py class V1beta1DeviceAllocationResult (line 21) | class V1beta1DeviceAllocationResult(object): method __init__ (line 45) | def __init__(self, config=None, results=None, local_vars_configuration... method config (line 61) | def config(self): method config (line 72) | def config(self, config): method results (line 84) | def results(self): method results (line 95) | def results(self, results): method to_dict (line 106) | def to_dict(self): method to_str (line 130) | def to_str(self): method __repr__ (line 134) | def __repr__(self): method __eq__ (line 138) | def __eq__(self, other): method __ne__ (line 145) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta1_device_attribute.py class V1beta1DeviceAttribute (line 21) | class V1beta1DeviceAttribute(object): method __init__ (line 49) | def __init__(self, bool=None, int=None, string=None, version=None, loc... method bool (line 71) | def bool(self): method bool (line 82) | def bool(self, bool): method int (line 94) | def int(self): method int (line 105) | def int(self, int): method string (line 117) | def string(self): method string (line 128) | def string(self, string): method version (line 140) | def version(self): method version (line 151) | def version(self, version): method to_dict (line 162) | def to_dict(self): method to_str (line 186) | def to_str(self): method __repr__ (line 190) | def __repr__(self): method __eq__ (line 194) | def __eq__(self, other): method __ne__ (line 201) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta1_device_capacity.py class V1beta1DeviceCapacity (line 21) | class V1beta1DeviceCapacity(object): method __init__ (line 45) | def __init__(self, request_policy=None, value=None, local_vars_configu... method request_policy (line 60) | def request_policy(self): method request_policy (line 70) | def request_policy(self, request_policy): method value (line 81) | def value(self): method value (line 92) | def value(self, value): method to_dict (line 105) | def to_dict(self): method to_str (line 129) | def to_str(self): method __repr__ (line 133) | def __repr__(self): method __eq__ (line 137) | def __eq__(self, other): method __ne__ (line 144) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta1_device_claim.py class V1beta1DeviceClaim (line 21) | class V1beta1DeviceClaim(object): method __init__ (line 47) | def __init__(self, config=None, constraints=None, requests=None, local... method config (line 66) | def config(self): method config (line 77) | def config(self, config): method constraints (line 89) | def constraints(self): method constraints (line 100) | def constraints(self, constraints): method requests (line 112) | def requests(self): method requests (line 123) | def requests(self, requests): method to_dict (line 134) | def to_dict(self): method to_str (line 158) | def to_str(self): method __repr__ (line 162) | def __repr__(self): method __eq__ (line 166) | def __eq__(self, other): method __ne__ (line 173) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta1_device_claim_configuration.py class V1beta1DeviceClaimConfiguration (line 21) | class V1beta1DeviceClaimConfiguration(object): method __init__ (line 45) | def __init__(self, opaque=None, requests=None, local_vars_configuratio... method opaque (line 61) | def opaque(self): method opaque (line 71) | def opaque(self, opaque): method requests (line 82) | def requests(self): method requests (line 93) | def requests(self, requests): method to_dict (line 104) | def to_dict(self): method to_str (line 128) | def to_str(self): method __repr__ (line 132) | def __repr__(self): method __eq__ (line 136) | def __eq__(self, other): method __ne__ (line 143) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta1_device_class.py class V1beta1DeviceClass (line 21) | class V1beta1DeviceClass(object): method __init__ (line 49) | def __init__(self, api_version=None, kind=None, metadata=None, spec=No... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method kind (line 93) | def kind(self): method kind (line 104) | def kind(self, kind): method metadata (line 116) | def metadata(self): method metadata (line 126) | def metadata(self, metadata): method spec (line 137) | def spec(self): method spec (line 147) | def spec(self, spec): method to_dict (line 159) | def to_dict(self): method to_str (line 183) | def to_str(self): method __repr__ (line 187) | def __repr__(self): method __eq__ (line 191) | def __eq__(self, other): method __ne__ (line 198) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta1_device_class_configuration.py class V1beta1DeviceClassConfiguration (line 21) | class V1beta1DeviceClassConfiguration(object): method __init__ (line 43) | def __init__(self, opaque=None, local_vars_configuration=None): # noq... method opaque (line 56) | def opaque(self): method opaque (line 66) | def opaque(self, opaque): method to_dict (line 76) | def to_dict(self): method to_str (line 100) | def to_str(self): method __repr__ (line 104) | def __repr__(self): method __eq__ (line 108) | def __eq__(self, other): method __ne__ (line 115) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta1_device_class_list.py class V1beta1DeviceClassList (line 21) | class V1beta1DeviceClassList(object): method __init__ (line 49) | def __init__(self, api_version=None, items=None, kind=None, metadata=N... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method items (line 93) | def items(self): method items (line 104) | def items(self, items): method kind (line 118) | def kind(self): method kind (line 129) | def kind(self, kind): method metadata (line 141) | def metadata(self): method metadata (line 151) | def metadata(self, metadata): method to_dict (line 161) | def to_dict(self): method to_str (line 185) | def to_str(self): method __repr__ (line 189) | def __repr__(self): method __eq__ (line 193) | def __eq__(self, other): method __ne__ (line 200) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta1_device_class_spec.py class V1beta1DeviceClassSpec (line 21) | class V1beta1DeviceClassSpec(object): method __init__ (line 47) | def __init__(self, config=None, extended_resource_name=None, selectors... method config (line 66) | def config(self): method config (line 77) | def config(self, config): method extended_resource_name (line 89) | def extended_resource_name(self): method extended_resource_name (line 100) | def extended_resource_name(self, extended_resource_name): method selectors (line 112) | def selectors(self): method selectors (line 123) | def selectors(self, selectors): method to_dict (line 134) | def to_dict(self): method to_str (line 158) | def to_str(self): method __repr__ (line 162) | def __repr__(self): method __eq__ (line 166) | def __eq__(self, other): method __ne__ (line 173) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta1_device_constraint.py class V1beta1DeviceConstraint (line 21) | class V1beta1DeviceConstraint(object): method __init__ (line 47) | def __init__(self, distinct_attribute=None, match_attribute=None, requ... method distinct_attribute (line 66) | def distinct_attribute(self): method distinct_attribute (line 77) | def distinct_attribute(self, distinct_attribute): method match_attribute (line 89) | def match_attribute(self): method match_attribute (line 100) | def match_attribute(self, match_attribute): method requests (line 112) | def requests(self): method requests (line 123) | def requests(self, requests): method to_dict (line 134) | def to_dict(self): method to_str (line 158) | def to_str(self): method __repr__ (line 162) | def __repr__(self): method __eq__ (line 166) | def __eq__(self, other): method __ne__ (line 173) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta1_device_counter_consumption.py class V1beta1DeviceCounterConsumption (line 21) | class V1beta1DeviceCounterConsumption(object): method __init__ (line 45) | def __init__(self, counter_set=None, counters=None, local_vars_configu... method counter_set (line 59) | def counter_set(self): method counter_set (line 70) | def counter_set(self, counter_set): method counters (line 84) | def counters(self): method counters (line 95) | def counters(self, counters): method to_dict (line 108) | def to_dict(self): method to_str (line 132) | def to_str(self): method __repr__ (line 136) | def __repr__(self): method __eq__ (line 140) | def __eq__(self, other): method __ne__ (line 147) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta1_device_request.py class V1beta1DeviceRequest (line 21) | class V1beta1DeviceRequest(object): method __init__ (line 59) | def __init__(self, admin_access=None, allocation_mode=None, capacity=N... method admin_access (line 95) | def admin_access(self): method admin_access (line 106) | def admin_access(self, admin_access): method allocation_mode (line 118) | def allocation_mode(self): method allocation_mode (line 129) | def allocation_mode(self, allocation_mode): method capacity (line 141) | def capacity(self): method capacity (line 151) | def capacity(self, capacity): method count (line 162) | def count(self): method count (line 173) | def count(self, count): method device_class_name (line 185) | def device_class_name(self): method device_class_name (line 196) | def device_class_name(self, device_class_name): method first_available (line 208) | def first_available(self): method first_available (line 219) | def first_available(self, first_available): method name (line 231) | def name(self): method name (line 242) | def name(self, name): method selectors (line 256) | def selectors(self): method selectors (line 267) | def selectors(self, selectors): method tolerations (line 279) | def tolerations(self): method tolerations (line 290) | def tolerations(self, tolerations): method to_dict (line 301) | def to_dict(self): method to_str (line 325) | def to_str(self): method __repr__ (line 329) | def __repr__(self): method __eq__ (line 333) | def __eq__(self, other): method __ne__ (line 340) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta1_device_request_allocation_result.py class V1beta1DeviceRequestAllocationResult (line 21) | class V1beta1DeviceRequestAllocationResult(object): method __init__ (line 61) | def __init__(self, admin_access=None, binding_conditions=None, binding... method admin_access (line 97) | def admin_access(self): method admin_access (line 108) | def admin_access(self, admin_access): method binding_conditions (line 120) | def binding_conditions(self): method binding_conditions (line 131) | def binding_conditions(self, binding_conditions): method binding_failure_conditions (line 143) | def binding_failure_conditions(self): method binding_failure_conditions (line 154) | def binding_failure_conditions(self, binding_failure_conditions): method consumed_capacity (line 166) | def consumed_capacity(self): method consumed_capacity (line 177) | def consumed_capacity(self, consumed_capacity): method device (line 189) | def device(self): method device (line 200) | def device(self, device): method driver (line 214) | def driver(self): method driver (line 225) | def driver(self, driver): method pool (line 239) | def pool(self): method pool (line 250) | def pool(self, pool): method request (line 264) | def request(self): method request (line 275) | def request(self, request): method share_id (line 289) | def share_id(self): method share_id (line 300) | def share_id(self, share_id): method tolerations (line 312) | def tolerations(self): method tolerations (line 323) | def tolerations(self, tolerations): method to_dict (line 334) | def to_dict(self): method to_str (line 358) | def to_str(self): method __repr__ (line 362) | def __repr__(self): method __eq__ (line 366) | def __eq__(self, other): method __ne__ (line 373) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta1_device_selector.py class V1beta1DeviceSelector (line 21) | class V1beta1DeviceSelector(object): method __init__ (line 43) | def __init__(self, cel=None, local_vars_configuration=None): # noqa: ... method cel (line 56) | def cel(self): method cel (line 66) | def cel(self, cel): method to_dict (line 76) | def to_dict(self): method to_str (line 100) | def to_str(self): method __repr__ (line 104) | def __repr__(self): method __eq__ (line 108) | def __eq__(self, other): method __ne__ (line 115) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta1_device_sub_request.py class V1beta1DeviceSubRequest (line 21) | class V1beta1DeviceSubRequest(object): method __init__ (line 55) | def __init__(self, allocation_mode=None, capacity=None, count=None, de... method allocation_mode (line 84) | def allocation_mode(self): method allocation_mode (line 95) | def allocation_mode(self, allocation_mode): method capacity (line 107) | def capacity(self): method capacity (line 117) | def capacity(self, capacity): method count (line 128) | def count(self): method count (line 139) | def count(self, count): method device_class_name (line 151) | def device_class_name(self): method device_class_name (line 162) | def device_class_name(self, device_class_name): method name (line 176) | def name(self): method name (line 187) | def name(self, name): method selectors (line 201) | def selectors(self): method selectors (line 212) | def selectors(self, selectors): method tolerations (line 224) | def tolerations(self): method tolerations (line 235) | def tolerations(self, tolerations): method to_dict (line 246) | def to_dict(self): method to_str (line 270) | def to_str(self): method __repr__ (line 274) | def __repr__(self): method __eq__ (line 278) | def __eq__(self, other): method __ne__ (line 285) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta1_device_taint.py class V1beta1DeviceTaint (line 21) | class V1beta1DeviceTaint(object): method __init__ (line 49) | def __init__(self, effect=None, key=None, time_added=None, value=None,... method effect (line 69) | def effect(self): method effect (line 80) | def effect(self, effect): method key (line 94) | def key(self): method key (line 105) | def key(self, key): method time_added (line 119) | def time_added(self): method time_added (line 130) | def time_added(self, time_added): method value (line 142) | def value(self): method value (line 153) | def value(self, value): method to_dict (line 164) | def to_dict(self): method to_str (line 188) | def to_str(self): method __repr__ (line 192) | def __repr__(self): method __eq__ (line 196) | def __eq__(self, other): method __ne__ (line 203) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta1_device_toleration.py class V1beta1DeviceToleration (line 21) | class V1beta1DeviceToleration(object): method __init__ (line 51) | def __init__(self, effect=None, key=None, operator=None, toleration_se... method effect (line 76) | def effect(self): method effect (line 87) | def effect(self, effect): method key (line 99) | def key(self): method key (line 110) | def key(self, key): method operator (line 122) | def operator(self): method operator (line 133) | def operator(self, operator): method toleration_seconds (line 145) | def toleration_seconds(self): method toleration_seconds (line 156) | def toleration_seconds(self, toleration_seconds): method value (line 168) | def value(self): method value (line 179) | def value(self, value): method to_dict (line 190) | def to_dict(self): method to_str (line 214) | def to_str(self): method __repr__ (line 218) | def __repr__(self): method __eq__ (line 222) | def __eq__(self, other): method __ne__ (line 229) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta1_ip_address.py class V1beta1IPAddress (line 21) | class V1beta1IPAddress(object): method __init__ (line 49) | def __init__(self, api_version=None, kind=None, metadata=None, spec=No... method api_version (line 71) | def api_version(self): method api_version (line 82) | def api_version(self, api_version): method kind (line 94) | def kind(self): method kind (line 105) | def kind(self, kind): method metadata (line 117) | def metadata(self): method metadata (line 127) | def metadata(self, metadata): method spec (line 138) | def spec(self): method spec (line 148) | def spec(self, spec): method to_dict (line 158) | def to_dict(self): method to_str (line 182) | def to_str(self): method __repr__ (line 186) | def __repr__(self): method __eq__ (line 190) | def __eq__(self, other): method __ne__ (line 197) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta1_ip_address_list.py class V1beta1IPAddressList (line 21) | class V1beta1IPAddressList(object): method __init__ (line 49) | def __init__(self, api_version=None, items=None, kind=None, metadata=N... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method items (line 93) | def items(self): method items (line 104) | def items(self, items): method kind (line 118) | def kind(self): method kind (line 129) | def kind(self, kind): method metadata (line 141) | def metadata(self): method metadata (line 151) | def metadata(self, metadata): method to_dict (line 161) | def to_dict(self): method to_str (line 185) | def to_str(self): method __repr__ (line 189) | def __repr__(self): method __eq__ (line 193) | def __eq__(self, other): method __ne__ (line 200) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta1_ip_address_spec.py class V1beta1IPAddressSpec (line 21) | class V1beta1IPAddressSpec(object): method __init__ (line 43) | def __init__(self, parent_ref=None, local_vars_configuration=None): #... method parent_ref (line 55) | def parent_ref(self): method parent_ref (line 65) | def parent_ref(self, parent_ref): method to_dict (line 77) | def to_dict(self): method to_str (line 101) | def to_str(self): method __repr__ (line 105) | def __repr__(self): method __eq__ (line 109) | def __eq__(self, other): method __ne__ (line 116) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta1_json_patch.py class V1beta1JSONPatch (line 21) | class V1beta1JSONPatch(object): method __init__ (line 43) | def __init__(self, expression=None, local_vars_configuration=None): #... method expression (line 56) | def expression(self): method expression (line 67) | def expression(self, expression): method to_dict (line 78) | def to_dict(self): method to_str (line 102) | def to_str(self): method __repr__ (line 106) | def __repr__(self): method __eq__ (line 110) | def __eq__(self, other): method __ne__ (line 117) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta1_lease_candidate.py class V1beta1LeaseCandidate (line 21) | class V1beta1LeaseCandidate(object): method __init__ (line 49) | def __init__(self, api_version=None, kind=None, metadata=None, spec=No... method api_version (line 71) | def api_version(self): method api_version (line 82) | def api_version(self, api_version): method kind (line 94) | def kind(self): method kind (line 105) | def kind(self, kind): method metadata (line 117) | def metadata(self): method metadata (line 127) | def metadata(self, metadata): method spec (line 138) | def spec(self): method spec (line 148) | def spec(self, spec): method to_dict (line 158) | def to_dict(self): method to_str (line 182) | def to_str(self): method __repr__ (line 186) | def __repr__(self): method __eq__ (line 190) | def __eq__(self, other): method __ne__ (line 197) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta1_lease_candidate_list.py class V1beta1LeaseCandidateList (line 21) | class V1beta1LeaseCandidateList(object): method __init__ (line 49) | def __init__(self, api_version=None, items=None, kind=None, metadata=N... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method items (line 93) | def items(self): method items (line 104) | def items(self, items): method kind (line 118) | def kind(self): method kind (line 129) | def kind(self, kind): method metadata (line 141) | def metadata(self): method metadata (line 151) | def metadata(self, metadata): method to_dict (line 161) | def to_dict(self): method to_str (line 185) | def to_str(self): method __repr__ (line 189) | def __repr__(self): method __eq__ (line 193) | def __eq__(self, other): method __ne__ (line 200) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta1_lease_candidate_spec.py class V1beta1LeaseCandidateSpec (line 21) | class V1beta1LeaseCandidateSpec(object): method __init__ (line 53) | def __init__(self, binary_version=None, emulation_version=None, lease_... method binary_version (line 78) | def binary_version(self): method binary_version (line 89) | def binary_version(self, binary_version): method emulation_version (line 103) | def emulation_version(self): method emulation_version (line 114) | def emulation_version(self, emulation_version): method lease_name (line 126) | def lease_name(self): method lease_name (line 137) | def lease_name(self, lease_name): method ping_time (line 151) | def ping_time(self): method ping_time (line 162) | def ping_time(self, ping_time): method renew_time (line 174) | def renew_time(self): method renew_time (line 185) | def renew_time(self, renew_time): method strategy (line 197) | def strategy(self): method strategy (line 208) | def strategy(self, strategy): method to_dict (line 221) | def to_dict(self): method to_str (line 245) | def to_str(self): method __repr__ (line 249) | def __repr__(self): method __eq__ (line 253) | def __eq__(self, other): method __ne__ (line 260) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta1_match_condition.py class V1beta1MatchCondition (line 21) | class V1beta1MatchCondition(object): method __init__ (line 45) | def __init__(self, expression=None, name=None, local_vars_configuratio... method expression (line 59) | def expression(self): method expression (line 70) | def expression(self, expression): method name (line 84) | def name(self): method name (line 95) | def name(self, name): method to_dict (line 108) | def to_dict(self): method to_str (line 132) | def to_str(self): method __repr__ (line 136) | def __repr__(self): method __eq__ (line 140) | def __eq__(self, other): method __ne__ (line 147) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta1_match_resources.py class V1beta1MatchResources (line 21) | class V1beta1MatchResources(object): method __init__ (line 51) | def __init__(self, exclude_resource_rules=None, match_policy=None, nam... method exclude_resource_rules (line 76) | def exclude_resource_rules(self): method exclude_resource_rules (line 87) | def exclude_resource_rules(self, exclude_resource_rules): method match_policy (line 99) | def match_policy(self): method match_policy (line 110) | def match_policy(self, match_policy): method namespace_selector (line 122) | def namespace_selector(self): method namespace_selector (line 132) | def namespace_selector(self, namespace_selector): method object_selector (line 143) | def object_selector(self): method object_selector (line 153) | def object_selector(self, object_selector): method resource_rules (line 164) | def resource_rules(self): method resource_rules (line 175) | def resource_rules(self, resource_rules): method to_dict (line 186) | def to_dict(self): method to_str (line 210) | def to_str(self): method __repr__ (line 214) | def __repr__(self): method __eq__ (line 218) | def __eq__(self, other): method __ne__ (line 225) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta1_mutating_admission_policy.py class V1beta1MutatingAdmissionPolicy (line 21) | class V1beta1MutatingAdmissionPolicy(object): method __init__ (line 49) | def __init__(self, api_version=None, kind=None, metadata=None, spec=No... method api_version (line 71) | def api_version(self): method api_version (line 82) | def api_version(self, api_version): method kind (line 94) | def kind(self): method kind (line 105) | def kind(self, kind): method metadata (line 117) | def metadata(self): method metadata (line 127) | def metadata(self, metadata): method spec (line 138) | def spec(self): method spec (line 148) | def spec(self, spec): method to_dict (line 158) | def to_dict(self): method to_str (line 182) | def to_str(self): method __repr__ (line 186) | def __repr__(self): method __eq__ (line 190) | def __eq__(self, other): method __ne__ (line 197) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta1_mutating_admission_policy_binding.py class V1beta1MutatingAdmissionPolicyBinding (line 21) | class V1beta1MutatingAdmissionPolicyBinding(object): method __init__ (line 49) | def __init__(self, api_version=None, kind=None, metadata=None, spec=No... method api_version (line 71) | def api_version(self): method api_version (line 82) | def api_version(self, api_version): method kind (line 94) | def kind(self): method kind (line 105) | def kind(self, kind): method metadata (line 117) | def metadata(self): method metadata (line 127) | def metadata(self, metadata): method spec (line 138) | def spec(self): method spec (line 148) | def spec(self, spec): method to_dict (line 158) | def to_dict(self): method to_str (line 182) | def to_str(self): method __repr__ (line 186) | def __repr__(self): method __eq__ (line 190) | def __eq__(self, other): method __ne__ (line 197) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta1_mutating_admission_policy_binding_list.py class V1beta1MutatingAdmissionPolicyBindingList (line 21) | class V1beta1MutatingAdmissionPolicyBindingList(object): method __init__ (line 49) | def __init__(self, api_version=None, items=None, kind=None, metadata=N... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method items (line 93) | def items(self): method items (line 104) | def items(self, items): method kind (line 118) | def kind(self): method kind (line 129) | def kind(self, kind): method metadata (line 141) | def metadata(self): method metadata (line 151) | def metadata(self, metadata): method to_dict (line 161) | def to_dict(self): method to_str (line 185) | def to_str(self): method __repr__ (line 189) | def __repr__(self): method __eq__ (line 193) | def __eq__(self, other): method __ne__ (line 200) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta1_mutating_admission_policy_binding_spec.py class V1beta1MutatingAdmissionPolicyBindingSpec (line 21) | class V1beta1MutatingAdmissionPolicyBindingSpec(object): method __init__ (line 47) | def __init__(self, match_resources=None, param_ref=None, policy_name=N... method match_resources (line 66) | def match_resources(self): method match_resources (line 76) | def match_resources(self, match_resources): method param_ref (line 87) | def param_ref(self): method param_ref (line 97) | def param_ref(self, param_ref): method policy_name (line 108) | def policy_name(self): method policy_name (line 119) | def policy_name(self, policy_name): method to_dict (line 130) | def to_dict(self): method to_str (line 154) | def to_str(self): method __repr__ (line 158) | def __repr__(self): method __eq__ (line 162) | def __eq__(self, other): method __ne__ (line 169) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta1_mutating_admission_policy_list.py class V1beta1MutatingAdmissionPolicyList (line 21) | class V1beta1MutatingAdmissionPolicyList(object): method __init__ (line 49) | def __init__(self, api_version=None, items=None, kind=None, metadata=N... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method items (line 93) | def items(self): method items (line 104) | def items(self, items): method kind (line 118) | def kind(self): method kind (line 129) | def kind(self, kind): method metadata (line 141) | def metadata(self): method metadata (line 151) | def metadata(self, metadata): method to_dict (line 161) | def to_dict(self): method to_str (line 185) | def to_str(self): method __repr__ (line 189) | def __repr__(self): method __eq__ (line 193) | def __eq__(self, other): method __ne__ (line 200) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta1_mutating_admission_policy_spec.py class V1beta1MutatingAdmissionPolicySpec (line 21) | class V1beta1MutatingAdmissionPolicySpec(object): method __init__ (line 55) | def __init__(self, failure_policy=None, match_conditions=None, match_c... method failure_policy (line 86) | def failure_policy(self): method failure_policy (line 97) | def failure_policy(self, failure_policy): method match_conditions (line 109) | def match_conditions(self): method match_conditions (line 120) | def match_conditions(self, match_conditions): method match_constraints (line 132) | def match_constraints(self): method match_constraints (line 142) | def match_constraints(self, match_constraints): method mutations (line 153) | def mutations(self): method mutations (line 164) | def mutations(self, mutations): method param_kind (line 176) | def param_kind(self): method param_kind (line 186) | def param_kind(self, param_kind): method reinvocation_policy (line 197) | def reinvocation_policy(self): method reinvocation_policy (line 208) | def reinvocation_policy(self, reinvocation_policy): method variables (line 220) | def variables(self): method variables (line 231) | def variables(self, variables): method to_dict (line 242) | def to_dict(self): method to_str (line 266) | def to_str(self): method __repr__ (line 270) | def __repr__(self): method __eq__ (line 274) | def __eq__(self, other): method __ne__ (line 281) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta1_mutation.py class V1beta1Mutation (line 21) | class V1beta1Mutation(object): method __init__ (line 47) | def __init__(self, apply_configuration=None, json_patch=None, patch_ty... method apply_configuration (line 65) | def apply_configuration(self): method apply_configuration (line 75) | def apply_configuration(self, apply_configuration): method json_patch (line 86) | def json_patch(self): method json_patch (line 96) | def json_patch(self, json_patch): method patch_type (line 107) | def patch_type(self): method patch_type (line 118) | def patch_type(self, patch_type): method to_dict (line 131) | def to_dict(self): method to_str (line 155) | def to_str(self): method __repr__ (line 159) | def __repr__(self): method __eq__ (line 163) | def __eq__(self, other): method __ne__ (line 170) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta1_named_rule_with_operations.py class V1beta1NamedRuleWithOperations (line 21) | class V1beta1NamedRuleWithOperations(object): method __init__ (line 53) | def __init__(self, api_groups=None, api_versions=None, operations=None... method api_groups (line 81) | def api_groups(self): method api_groups (line 92) | def api_groups(self, api_groups): method api_versions (line 104) | def api_versions(self): method api_versions (line 115) | def api_versions(self, api_versions): method operations (line 127) | def operations(self): method operations (line 138) | def operations(self, operations): method resource_names (line 150) | def resource_names(self): method resource_names (line 161) | def resource_names(self, resource_names): method resources (line 173) | def resources(self): method resources (line 184) | def resources(self, resources): method scope (line 196) | def scope(self): method scope (line 207) | def scope(self, scope): method to_dict (line 218) | def to_dict(self): method to_str (line 242) | def to_str(self): method __repr__ (line 246) | def __repr__(self): method __eq__ (line 250) | def __eq__(self, other): method __ne__ (line 257) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta1_network_device_data.py class V1beta1NetworkDeviceData (line 21) | class V1beta1NetworkDeviceData(object): method __init__ (line 47) | def __init__(self, hardware_address=None, interface_name=None, ips=Non... method hardware_address (line 66) | def hardware_address(self): method hardware_address (line 77) | def hardware_address(self, hardware_address): method interface_name (line 89) | def interface_name(self): method interface_name (line 100) | def interface_name(self, interface_name): method ips (line 112) | def ips(self): method ips (line 123) | def ips(self, ips): method to_dict (line 134) | def to_dict(self): method to_str (line 158) | def to_str(self): method __repr__ (line 162) | def __repr__(self): method __eq__ (line 166) | def __eq__(self, other): method __ne__ (line 173) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta1_opaque_device_configuration.py class V1beta1OpaqueDeviceConfiguration (line 21) | class V1beta1OpaqueDeviceConfiguration(object): method __init__ (line 45) | def __init__(self, driver=None, parameters=None, local_vars_configurat... method driver (line 59) | def driver(self): method driver (line 70) | def driver(self, driver): method parameters (line 84) | def parameters(self): method parameters (line 95) | def parameters(self, parameters): method to_dict (line 108) | def to_dict(self): method to_str (line 132) | def to_str(self): method __repr__ (line 136) | def __repr__(self): method __eq__ (line 140) | def __eq__(self, other): method __ne__ (line 147) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta1_param_kind.py class V1beta1ParamKind (line 21) | class V1beta1ParamKind(object): method __init__ (line 45) | def __init__(self, api_version=None, kind=None, local_vars_configurati... method api_version (line 61) | def api_version(self): method api_version (line 72) | def api_version(self, api_version): method kind (line 84) | def kind(self): method kind (line 95) | def kind(self, kind): method to_dict (line 106) | def to_dict(self): method to_str (line 130) | def to_str(self): method __repr__ (line 134) | def __repr__(self): method __eq__ (line 138) | def __eq__(self, other): method __ne__ (line 145) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta1_param_ref.py class V1beta1ParamRef (line 21) | class V1beta1ParamRef(object): method __init__ (line 49) | def __init__(self, name=None, namespace=None, parameter_not_found_acti... method name (line 71) | def name(self): method name (line 82) | def name(self, name): method namespace (line 94) | def namespace(self): method namespace (line 105) | def namespace(self, namespace): method parameter_not_found_action (line 117) | def parameter_not_found_action(self): method parameter_not_found_action (line 128) | def parameter_not_found_action(self, parameter_not_found_action): method selector (line 140) | def selector(self): method selector (line 150) | def selector(self, selector): method to_dict (line 160) | def to_dict(self): method to_str (line 184) | def to_str(self): method __repr__ (line 188) | def __repr__(self): method __eq__ (line 192) | def __eq__(self, other): method __ne__ (line 199) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta1_parent_reference.py class V1beta1ParentReference (line 21) | class V1beta1ParentReference(object): method __init__ (line 49) | def __init__(self, group=None, name=None, namespace=None, resource=Non... method group (line 69) | def group(self): method group (line 80) | def group(self, group): method name (line 92) | def name(self): method name (line 103) | def name(self, name): method namespace (line 117) | def namespace(self): method namespace (line 128) | def namespace(self, namespace): method resource (line 140) | def resource(self): method resource (line 151) | def resource(self, resource): method to_dict (line 164) | def to_dict(self): method to_str (line 188) | def to_str(self): method __repr__ (line 192) | def __repr__(self): method __eq__ (line 196) | def __eq__(self, other): method __ne__ (line 203) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta1_pod_certificate_request.py class V1beta1PodCertificateRequest (line 21) | class V1beta1PodCertificateRequest(object): method __init__ (line 51) | def __init__(self, api_version=None, kind=None, metadata=None, spec=No... method api_version (line 75) | def api_version(self): method api_version (line 86) | def api_version(self, api_version): method kind (line 98) | def kind(self): method kind (line 109) | def kind(self, kind): method metadata (line 121) | def metadata(self): method metadata (line 131) | def metadata(self, metadata): method spec (line 142) | def spec(self): method spec (line 152) | def spec(self, spec): method status (line 165) | def status(self): method status (line 175) | def status(self, status): method to_dict (line 185) | def to_dict(self): method to_str (line 209) | def to_str(self): method __repr__ (line 213) | def __repr__(self): method __eq__ (line 217) | def __eq__(self, other): method __ne__ (line 224) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta1_pod_certificate_request_list.py class V1beta1PodCertificateRequestList (line 21) | class V1beta1PodCertificateRequestList(object): method __init__ (line 49) | def __init__(self, api_version=None, items=None, kind=None, metadata=N... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method items (line 93) | def items(self): method items (line 104) | def items(self, items): method kind (line 118) | def kind(self): method kind (line 129) | def kind(self, kind): method metadata (line 141) | def metadata(self): method metadata (line 151) | def metadata(self, metadata): method to_dict (line 161) | def to_dict(self): method to_str (line 185) | def to_str(self): method __repr__ (line 189) | def __repr__(self): method __eq__ (line 193) | def __eq__(self, other): method __ne__ (line 200) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta1_pod_certificate_request_spec.py class V1beta1PodCertificateRequestSpec (line 21) | class V1beta1PodCertificateRequestSpec(object): method __init__ (line 63) | def __init__(self, max_expiration_seconds=None, node_name=None, node_u... method max_expiration_seconds (line 97) | def max_expiration_seconds(self): method max_expiration_seconds (line 108) | def max_expiration_seconds(self, max_expiration_seconds): method node_name (line 120) | def node_name(self): method node_name (line 131) | def node_name(self, node_name): method node_uid (line 145) | def node_uid(self): method node_uid (line 156) | def node_uid(self, node_uid): method pkix_public_key (line 170) | def pkix_public_key(self): method pkix_public_key (line 181) | def pkix_public_key(self, pkix_public_key): method pod_name (line 198) | def pod_name(self): method pod_name (line 209) | def pod_name(self, pod_name): method pod_uid (line 223) | def pod_uid(self): method pod_uid (line 234) | def pod_uid(self, pod_uid): method proof_of_possession (line 248) | def proof_of_possession(self): method proof_of_possession (line 259) | def proof_of_possession(self, proof_of_possession): method service_account_name (line 276) | def service_account_name(self): method service_account_name (line 287) | def service_account_name(self, service_account_name): method service_account_uid (line 301) | def service_account_uid(self): method service_account_uid (line 312) | def service_account_uid(self, service_account_uid): method signer_name (line 326) | def signer_name(self): method signer_name (line 337) | def signer_name(self, signer_name): method unverified_user_annotations (line 351) | def unverified_user_annotations(self): method unverified_user_annotations (line 362) | def unverified_user_annotations(self, unverified_user_annotations): method to_dict (line 373) | def to_dict(self): method to_str (line 397) | def to_str(self): method __repr__ (line 401) | def __repr__(self): method __eq__ (line 405) | def __eq__(self, other): method __ne__ (line 412) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta1_pod_certificate_request_status.py class V1beta1PodCertificateRequestStatus (line 21) | class V1beta1PodCertificateRequestStatus(object): method __init__ (line 51) | def __init__(self, begin_refresh_at=None, certificate_chain=None, cond... method begin_refresh_at (line 76) | def begin_refresh_at(self): method begin_refresh_at (line 87) | def begin_refresh_at(self, begin_refresh_at): method certificate_chain (line 99) | def certificate_chain(self): method certificate_chain (line 110) | def certificate_chain(self, certificate_chain): method conditions (line 122) | def conditions(self): method conditions (line 133) | def conditions(self, conditions): method not_after (line 145) | def not_after(self): method not_after (line 156) | def not_after(self, not_after): method not_before (line 168) | def not_before(self): method not_before (line 179) | def not_before(self, not_before): method to_dict (line 190) | def to_dict(self): method to_str (line 214) | def to_str(self): method __repr__ (line 218) | def __repr__(self): method __eq__ (line 222) | def __eq__(self, other): method __ne__ (line 229) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta1_resource_claim.py class V1beta1ResourceClaim (line 21) | class V1beta1ResourceClaim(object): method __init__ (line 51) | def __init__(self, api_version=None, kind=None, metadata=None, spec=No... method api_version (line 75) | def api_version(self): method api_version (line 86) | def api_version(self, api_version): method kind (line 98) | def kind(self): method kind (line 109) | def kind(self, kind): method metadata (line 121) | def metadata(self): method metadata (line 131) | def metadata(self, metadata): method spec (line 142) | def spec(self): method spec (line 152) | def spec(self, spec): method status (line 165) | def status(self): method status (line 175) | def status(self, status): method to_dict (line 185) | def to_dict(self): method to_str (line 209) | def to_str(self): method __repr__ (line 213) | def __repr__(self): method __eq__ (line 217) | def __eq__(self, other): method __ne__ (line 224) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta1_resource_claim_consumer_reference.py class V1beta1ResourceClaimConsumerReference (line 21) | class V1beta1ResourceClaimConsumerReference(object): method __init__ (line 49) | def __init__(self, api_group=None, name=None, resource=None, uid=None,... method api_group (line 68) | def api_group(self): method api_group (line 79) | def api_group(self, api_group): method name (line 91) | def name(self): method name (line 102) | def name(self, name): method resource (line 116) | def resource(self): method resource (line 127) | def resource(self, resource): method uid (line 141) | def uid(self): method uid (line 152) | def uid(self, uid): method to_dict (line 165) | def to_dict(self): method to_str (line 189) | def to_str(self): method __repr__ (line 193) | def __repr__(self): method __eq__ (line 197) | def __eq__(self, other): method __ne__ (line 204) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta1_resource_claim_list.py class V1beta1ResourceClaimList (line 21) | class V1beta1ResourceClaimList(object): method __init__ (line 49) | def __init__(self, api_version=None, items=None, kind=None, metadata=N... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method items (line 93) | def items(self): method items (line 104) | def items(self, items): method kind (line 118) | def kind(self): method kind (line 129) | def kind(self, kind): method metadata (line 141) | def metadata(self): method metadata (line 151) | def metadata(self, metadata): method to_dict (line 161) | def to_dict(self): method to_str (line 185) | def to_str(self): method __repr__ (line 189) | def __repr__(self): method __eq__ (line 193) | def __eq__(self, other): method __ne__ (line 200) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta1_resource_claim_spec.py class V1beta1ResourceClaimSpec (line 21) | class V1beta1ResourceClaimSpec(object): method __init__ (line 43) | def __init__(self, devices=None, local_vars_configuration=None): # no... method devices (line 56) | def devices(self): method devices (line 66) | def devices(self, devices): method to_dict (line 76) | def to_dict(self): method to_str (line 100) | def to_str(self): method __repr__ (line 104) | def __repr__(self): method __eq__ (line 108) | def __eq__(self, other): method __ne__ (line 115) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta1_resource_claim_status.py class V1beta1ResourceClaimStatus (line 21) | class V1beta1ResourceClaimStatus(object): method __init__ (line 47) | def __init__(self, allocation=None, devices=None, reserved_for=None, l... method allocation (line 66) | def allocation(self): method allocation (line 76) | def allocation(self, allocation): method devices (line 87) | def devices(self): method devices (line 98) | def devices(self, devices): method reserved_for (line 110) | def reserved_for(self): method reserved_for (line 121) | def reserved_for(self, reserved_for): method to_dict (line 132) | def to_dict(self): method to_str (line 156) | def to_str(self): method __repr__ (line 160) | def __repr__(self): method __eq__ (line 164) | def __eq__(self, other): method __ne__ (line 171) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta1_resource_claim_template.py class V1beta1ResourceClaimTemplate (line 21) | class V1beta1ResourceClaimTemplate(object): method __init__ (line 49) | def __init__(self, api_version=None, kind=None, metadata=None, spec=No... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method kind (line 93) | def kind(self): method kind (line 104) | def kind(self, kind): method metadata (line 116) | def metadata(self): method metadata (line 126) | def metadata(self, metadata): method spec (line 137) | def spec(self): method spec (line 147) | def spec(self, spec): method to_dict (line 159) | def to_dict(self): method to_str (line 183) | def to_str(self): method __repr__ (line 187) | def __repr__(self): method __eq__ (line 191) | def __eq__(self, other): method __ne__ (line 198) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta1_resource_claim_template_list.py class V1beta1ResourceClaimTemplateList (line 21) | class V1beta1ResourceClaimTemplateList(object): method __init__ (line 49) | def __init__(self, api_version=None, items=None, kind=None, metadata=N... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method items (line 93) | def items(self): method items (line 104) | def items(self, items): method kind (line 118) | def kind(self): method kind (line 129) | def kind(self, kind): method metadata (line 141) | def metadata(self): method metadata (line 151) | def metadata(self, metadata): method to_dict (line 161) | def to_dict(self): method to_str (line 185) | def to_str(self): method __repr__ (line 189) | def __repr__(self): method __eq__ (line 193) | def __eq__(self, other): method __ne__ (line 200) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta1_resource_claim_template_spec.py class V1beta1ResourceClaimTemplateSpec (line 21) | class V1beta1ResourceClaimTemplateSpec(object): method __init__ (line 45) | def __init__(self, metadata=None, spec=None, local_vars_configuration=... method metadata (line 60) | def metadata(self): method metadata (line 70) | def metadata(self, metadata): method spec (line 81) | def spec(self): method spec (line 91) | def spec(self, spec): method to_dict (line 103) | def to_dict(self): method to_str (line 127) | def to_str(self): method __repr__ (line 131) | def __repr__(self): method __eq__ (line 135) | def __eq__(self, other): method __ne__ (line 142) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta1_resource_pool.py class V1beta1ResourcePool (line 21) | class V1beta1ResourcePool(object): method __init__ (line 47) | def __init__(self, generation=None, name=None, resource_slice_count=No... method generation (line 63) | def generation(self): method generation (line 74) | def generation(self, generation): method name (line 88) | def name(self): method name (line 99) | def name(self, name): method resource_slice_count (line 113) | def resource_slice_count(self): method resource_slice_count (line 124) | def resource_slice_count(self, resource_slice_count): method to_dict (line 137) | def to_dict(self): method to_str (line 161) | def to_str(self): method __repr__ (line 165) | def __repr__(self): method __eq__ (line 169) | def __eq__(self, other): method __ne__ (line 176) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta1_resource_slice.py class V1beta1ResourceSlice (line 21) | class V1beta1ResourceSlice(object): method __init__ (line 49) | def __init__(self, api_version=None, kind=None, metadata=None, spec=No... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method kind (line 93) | def kind(self): method kind (line 104) | def kind(self, kind): method metadata (line 116) | def metadata(self): method metadata (line 126) | def metadata(self, metadata): method spec (line 137) | def spec(self): method spec (line 147) | def spec(self, spec): method to_dict (line 159) | def to_dict(self): method to_str (line 183) | def to_str(self): method __repr__ (line 187) | def __repr__(self): method __eq__ (line 191) | def __eq__(self, other): method __ne__ (line 198) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta1_resource_slice_list.py class V1beta1ResourceSliceList (line 21) | class V1beta1ResourceSliceList(object): method __init__ (line 49) | def __init__(self, api_version=None, items=None, kind=None, metadata=N... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method items (line 93) | def items(self): method items (line 104) | def items(self, items): method kind (line 118) | def kind(self): method kind (line 129) | def kind(self, kind): method metadata (line 141) | def metadata(self): method metadata (line 151) | def metadata(self, metadata): method to_dict (line 161) | def to_dict(self): method to_str (line 185) | def to_str(self): method __repr__ (line 189) | def __repr__(self): method __eq__ (line 193) | def __eq__(self, other): method __ne__ (line 200) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta1_resource_slice_spec.py class V1beta1ResourceSliceSpec (line 21) | class V1beta1ResourceSliceSpec(object): method __init__ (line 57) | def __init__(self, all_nodes=None, devices=None, driver=None, node_nam... method all_nodes (line 89) | def all_nodes(self): method all_nodes (line 100) | def all_nodes(self, all_nodes): method devices (line 112) | def devices(self): method devices (line 123) | def devices(self, devices): method driver (line 135) | def driver(self): method driver (line 146) | def driver(self, driver): method node_name (line 160) | def node_name(self): method node_name (line 171) | def node_name(self, node_name): method node_selector (line 183) | def node_selector(self): method node_selector (line 193) | def node_selector(self, node_selector): method per_device_node_selection (line 204) | def per_device_node_selection(self): method per_device_node_selection (line 215) | def per_device_node_selection(self, per_device_node_selection): method pool (line 227) | def pool(self): method pool (line 237) | def pool(self, pool): method shared_counters (line 250) | def shared_counters(self): method shared_counters (line 261) | def shared_counters(self, shared_counters): method to_dict (line 272) | def to_dict(self): method to_str (line 296) | def to_str(self): method __repr__ (line 300) | def __repr__(self): method __eq__ (line 304) | def __eq__(self, other): method __ne__ (line 311) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta1_service_cidr.py class V1beta1ServiceCIDR (line 21) | class V1beta1ServiceCIDR(object): method __init__ (line 51) | def __init__(self, api_version=None, kind=None, metadata=None, spec=No... method api_version (line 76) | def api_version(self): method api_version (line 87) | def api_version(self, api_version): method kind (line 99) | def kind(self): method kind (line 110) | def kind(self, kind): method metadata (line 122) | def metadata(self): method metadata (line 132) | def metadata(self, metadata): method spec (line 143) | def spec(self): method spec (line 153) | def spec(self, spec): method status (line 164) | def status(self): method status (line 174) | def status(self, status): method to_dict (line 184) | def to_dict(self): method to_str (line 208) | def to_str(self): method __repr__ (line 212) | def __repr__(self): method __eq__ (line 216) | def __eq__(self, other): method __ne__ (line 223) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta1_service_cidr_list.py class V1beta1ServiceCIDRList (line 21) | class V1beta1ServiceCIDRList(object): method __init__ (line 49) | def __init__(self, api_version=None, items=None, kind=None, metadata=N... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method items (line 93) | def items(self): method items (line 104) | def items(self, items): method kind (line 118) | def kind(self): method kind (line 129) | def kind(self, kind): method metadata (line 141) | def metadata(self): method metadata (line 151) | def metadata(self, metadata): method to_dict (line 161) | def to_dict(self): method to_str (line 185) | def to_str(self): method __repr__ (line 189) | def __repr__(self): method __eq__ (line 193) | def __eq__(self, other): method __ne__ (line 200) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta1_service_cidr_spec.py class V1beta1ServiceCIDRSpec (line 21) | class V1beta1ServiceCIDRSpec(object): method __init__ (line 43) | def __init__(self, cidrs=None, local_vars_configuration=None): # noqa... method cidrs (line 56) | def cidrs(self): method cidrs (line 67) | def cidrs(self, cidrs): method to_dict (line 78) | def to_dict(self): method to_str (line 102) | def to_str(self): method __repr__ (line 106) | def __repr__(self): method __eq__ (line 110) | def __eq__(self, other): method __ne__ (line 117) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta1_service_cidr_status.py class V1beta1ServiceCIDRStatus (line 21) | class V1beta1ServiceCIDRStatus(object): method __init__ (line 43) | def __init__(self, conditions=None, local_vars_configuration=None): #... method conditions (line 56) | def conditions(self): method conditions (line 67) | def conditions(self, conditions): method to_dict (line 78) | def to_dict(self): method to_str (line 102) | def to_str(self): method __repr__ (line 106) | def __repr__(self): method __eq__ (line 110) | def __eq__(self, other): method __ne__ (line 117) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta1_storage_version_migration.py class V1beta1StorageVersionMigration (line 21) | class V1beta1StorageVersionMigration(object): method __init__ (line 51) | def __init__(self, api_version=None, kind=None, metadata=None, spec=No... method api_version (line 76) | def api_version(self): method api_version (line 87) | def api_version(self, api_version): method kind (line 99) | def kind(self): method kind (line 110) | def kind(self, kind): method metadata (line 122) | def metadata(self): method metadata (line 132) | def metadata(self, metadata): method spec (line 143) | def spec(self): method spec (line 153) | def spec(self, spec): method status (line 164) | def status(self): method status (line 174) | def status(self, status): method to_dict (line 184) | def to_dict(self): method to_str (line 208) | def to_str(self): method __repr__ (line 212) | def __repr__(self): method __eq__ (line 216) | def __eq__(self, other): method __ne__ (line 223) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta1_storage_version_migration_list.py class V1beta1StorageVersionMigrationList (line 21) | class V1beta1StorageVersionMigrationList(object): method __init__ (line 49) | def __init__(self, api_version=None, items=None, kind=None, metadata=N... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method items (line 93) | def items(self): method items (line 104) | def items(self, items): method kind (line 118) | def kind(self): method kind (line 129) | def kind(self, kind): method metadata (line 141) | def metadata(self): method metadata (line 151) | def metadata(self, metadata): method to_dict (line 161) | def to_dict(self): method to_str (line 185) | def to_str(self): method __repr__ (line 189) | def __repr__(self): method __eq__ (line 193) | def __eq__(self, other): method __ne__ (line 200) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta1_storage_version_migration_spec.py class V1beta1StorageVersionMigrationSpec (line 21) | class V1beta1StorageVersionMigrationSpec(object): method __init__ (line 43) | def __init__(self, resource=None, local_vars_configuration=None): # n... method resource (line 55) | def resource(self): method resource (line 65) | def resource(self, resource): method to_dict (line 77) | def to_dict(self): method to_str (line 101) | def to_str(self): method __repr__ (line 105) | def __repr__(self): method __eq__ (line 109) | def __eq__(self, other): method __ne__ (line 116) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta1_storage_version_migration_status.py class V1beta1StorageVersionMigrationStatus (line 21) | class V1beta1StorageVersionMigrationStatus(object): method __init__ (line 45) | def __init__(self, conditions=None, resource_version=None, local_vars_... method conditions (line 61) | def conditions(self): method conditions (line 72) | def conditions(self, conditions): method resource_version (line 84) | def resource_version(self): method resource_version (line 95) | def resource_version(self, resource_version): method to_dict (line 106) | def to_dict(self): method to_str (line 130) | def to_str(self): method __repr__ (line 134) | def __repr__(self): method __eq__ (line 138) | def __eq__(self, other): method __ne__ (line 145) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta1_variable.py class V1beta1Variable (line 21) | class V1beta1Variable(object): method __init__ (line 45) | def __init__(self, expression=None, name=None, local_vars_configuratio... method expression (line 59) | def expression(self): method expression (line 70) | def expression(self, expression): method name (line 84) | def name(self): method name (line 95) | def name(self, name): method to_dict (line 108) | def to_dict(self): method to_str (line 132) | def to_str(self): method __repr__ (line 136) | def __repr__(self): method __eq__ (line 140) | def __eq__(self, other): method __ne__ (line 147) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta1_volume_attributes_class.py class V1beta1VolumeAttributesClass (line 21) | class V1beta1VolumeAttributesClass(object): method __init__ (line 51) | def __init__(self, api_version=None, driver_name=None, kind=None, meta... method api_version (line 75) | def api_version(self): method api_version (line 86) | def api_version(self, api_version): method driver_name (line 98) | def driver_name(self): method driver_name (line 109) | def driver_name(self, driver_name): method kind (line 123) | def kind(self): method kind (line 134) | def kind(self, kind): method metadata (line 146) | def metadata(self): method metadata (line 156) | def metadata(self, metadata): method parameters (line 167) | def parameters(self): method parameters (line 178) | def parameters(self, parameters): method to_dict (line 189) | def to_dict(self): method to_str (line 213) | def to_str(self): method __repr__ (line 217) | def __repr__(self): method __eq__ (line 221) | def __eq__(self, other): method __ne__ (line 228) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta1_volume_attributes_class_list.py class V1beta1VolumeAttributesClassList (line 21) | class V1beta1VolumeAttributesClassList(object): method __init__ (line 49) | def __init__(self, api_version=None, items=None, kind=None, metadata=N... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method items (line 93) | def items(self): method items (line 104) | def items(self, items): method kind (line 118) | def kind(self): method kind (line 129) | def kind(self, kind): method metadata (line 141) | def metadata(self): method metadata (line 151) | def metadata(self, metadata): method to_dict (line 161) | def to_dict(self): method to_str (line 185) | def to_str(self): method __repr__ (line 189) | def __repr__(self): method __eq__ (line 193) | def __eq__(self, other): method __ne__ (line 200) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta2_allocated_device_status.py class V1beta2AllocatedDeviceStatus (line 21) | class V1beta2AllocatedDeviceStatus(object): method __init__ (line 55) | def __init__(self, conditions=None, data=None, device=None, driver=Non... method conditions (line 83) | def conditions(self): method conditions (line 94) | def conditions(self, conditions): method data (line 106) | def data(self): method data (line 117) | def data(self, data): method device (line 129) | def device(self): method device (line 140) | def device(self, device): method driver (line 154) | def driver(self): method driver (line 165) | def driver(self, driver): method network_data (line 179) | def network_data(self): method network_data (line 189) | def network_data(self, network_data): method pool (line 200) | def pool(self): method pool (line 211) | def pool(self, pool): method share_id (line 225) | def share_id(self): method share_id (line 236) | def share_id(self, share_id): method to_dict (line 247) | def to_dict(self): method to_str (line 271) | def to_str(self): method __repr__ (line 275) | def __repr__(self): method __eq__ (line 279) | def __eq__(self, other): method __ne__ (line 286) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta2_allocation_result.py class V1beta2AllocationResult (line 21) | class V1beta2AllocationResult(object): method __init__ (line 47) | def __init__(self, allocation_timestamp=None, devices=None, node_selec... method allocation_timestamp (line 66) | def allocation_timestamp(self): method allocation_timestamp (line 77) | def allocation_timestamp(self, allocation_timestamp): method devices (line 89) | def devices(self): method devices (line 99) | def devices(self, devices): method node_selector (line 110) | def node_selector(self): method node_selector (line 120) | def node_selector(self, node_selector): method to_dict (line 130) | def to_dict(self): method to_str (line 154) | def to_str(self): method __repr__ (line 158) | def __repr__(self): method __eq__ (line 162) | def __eq__(self, other): method __ne__ (line 169) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta2_capacity_request_policy.py class V1beta2CapacityRequestPolicy (line 21) | class V1beta2CapacityRequestPolicy(object): method __init__ (line 47) | def __init__(self, default=None, valid_range=None, valid_values=None, ... method default (line 66) | def default(self): method default (line 77) | def default(self, default): method valid_range (line 89) | def valid_range(self): method valid_range (line 99) | def valid_range(self, valid_range): method valid_values (line 110) | def valid_values(self): method valid_values (line 121) | def valid_values(self, valid_values): method to_dict (line 132) | def to_dict(self): method to_str (line 156) | def to_str(self): method __repr__ (line 160) | def __repr__(self): method __eq__ (line 164) | def __eq__(self, other): method __ne__ (line 171) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta2_capacity_request_policy_range.py class V1beta2CapacityRequestPolicyRange (line 21) | class V1beta2CapacityRequestPolicyRange(object): method __init__ (line 47) | def __init__(self, max=None, min=None, step=None, local_vars_configura... method max (line 65) | def max(self): method max (line 76) | def max(self, max): method min (line 88) | def min(self): method min (line 99) | def min(self, min): method step (line 113) | def step(self): method step (line 124) | def step(self, step): method to_dict (line 135) | def to_dict(self): method to_str (line 159) | def to_str(self): method __repr__ (line 163) | def __repr__(self): method __eq__ (line 167) | def __eq__(self, other): method __ne__ (line 174) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta2_capacity_requirements.py class V1beta2CapacityRequirements (line 21) | class V1beta2CapacityRequirements(object): method __init__ (line 43) | def __init__(self, requests=None, local_vars_configuration=None): # n... method requests (line 56) | def requests(self): method requests (line 67) | def requests(self, requests): method to_dict (line 78) | def to_dict(self): method to_str (line 102) | def to_str(self): method __repr__ (line 106) | def __repr__(self): method __eq__ (line 110) | def __eq__(self, other): method __ne__ (line 117) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta2_cel_device_selector.py class V1beta2CELDeviceSelector (line 21) | class V1beta2CELDeviceSelector(object): method __init__ (line 43) | def __init__(self, expression=None, local_vars_configuration=None): #... method expression (line 55) | def expression(self): method expression (line 66) | def expression(self, expression): method to_dict (line 79) | def to_dict(self): method to_str (line 103) | def to_str(self): method __repr__ (line 107) | def __repr__(self): method __eq__ (line 111) | def __eq__(self, other): method __ne__ (line 118) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta2_counter.py class V1beta2Counter (line 21) | class V1beta2Counter(object): method __init__ (line 43) | def __init__(self, value=None, local_vars_configuration=None): # noqa... method value (line 55) | def value(self): method value (line 66) | def value(self, value): method to_dict (line 79) | def to_dict(self): method to_str (line 103) | def to_str(self): method __repr__ (line 107) | def __repr__(self): method __eq__ (line 111) | def __eq__(self, other): method __ne__ (line 118) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta2_counter_set.py class V1beta2CounterSet (line 21) | class V1beta2CounterSet(object): method __init__ (line 45) | def __init__(self, counters=None, name=None, local_vars_configuration=... method counters (line 59) | def counters(self): method counters (line 70) | def counters(self, counters): method name (line 84) | def name(self): method name (line 95) | def name(self, name): method to_dict (line 108) | def to_dict(self): method to_str (line 132) | def to_str(self): method __repr__ (line 136) | def __repr__(self): method __eq__ (line 140) | def __eq__(self, other): method __ne__ (line 147) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta2_device.py class V1beta2Device (line 21) | class V1beta2Device(object): method __init__ (line 65) | def __init__(self, all_nodes=None, allow_multiple_allocations=None, at... method all_nodes (line 110) | def all_nodes(self): method all_nodes (line 121) | def all_nodes(self, all_nodes): method allow_multiple_allocations (line 133) | def allow_multiple_allocations(self): method allow_multiple_allocations (line 144) | def allow_multiple_allocations(self, allow_multiple_allocations): method attributes (line 156) | def attributes(self): method attributes (line 167) | def attributes(self, attributes): method binding_conditions (line 179) | def binding_conditions(self): method binding_conditions (line 190) | def binding_conditions(self, binding_conditions): method binding_failure_conditions (line 202) | def binding_failure_conditions(self): method binding_failure_conditions (line 213) | def binding_failure_conditions(self, binding_failure_conditions): method binds_to_node (line 225) | def binds_to_node(self): method binds_to_node (line 236) | def binds_to_node(self, binds_to_node): method capacity (line 248) | def capacity(self): method capacity (line 259) | def capacity(self, capacity): method consumes_counters (line 271) | def consumes_counters(self): method consumes_counters (line 282) | def consumes_counters(self, consumes_counters): method name (line 294) | def name(self): method name (line 305) | def name(self, name): method node_name (line 319) | def node_name(self): method node_name (line 330) | def node_name(self, node_name): method node_selector (line 342) | def node_selector(self): method node_selector (line 352) | def node_selector(self, node_selector): method taints (line 363) | def taints(self): method taints (line 374) | def taints(self, taints): method to_dict (line 385) | def to_dict(self): method to_str (line 409) | def to_str(self): method __repr__ (line 413) | def __repr__(self): method __eq__ (line 417) | def __eq__(self, other): method __ne__ (line 424) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta2_device_allocation_configuration.py class V1beta2DeviceAllocationConfiguration (line 21) | class V1beta2DeviceAllocationConfiguration(object): method __init__ (line 47) | def __init__(self, opaque=None, requests=None, source=None, local_vars... method opaque (line 65) | def opaque(self): method opaque (line 75) | def opaque(self, opaque): method requests (line 86) | def requests(self): method requests (line 97) | def requests(self, requests): method source (line 109) | def source(self): method source (line 120) | def source(self, source): method to_dict (line 133) | def to_dict(self): method to_str (line 157) | def to_str(self): method __repr__ (line 161) | def __repr__(self): method __eq__ (line 165) | def __eq__(self, other): method __ne__ (line 172) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta2_device_allocation_result.py class V1beta2DeviceAllocationResult (line 21) | class V1beta2DeviceAllocationResult(object): method __init__ (line 45) | def __init__(self, config=None, results=None, local_vars_configuration... method config (line 61) | def config(self): method config (line 72) | def config(self, config): method results (line 84) | def results(self): method results (line 95) | def results(self, results): method to_dict (line 106) | def to_dict(self): method to_str (line 130) | def to_str(self): method __repr__ (line 134) | def __repr__(self): method __eq__ (line 138) | def __eq__(self, other): method __ne__ (line 145) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta2_device_attribute.py class V1beta2DeviceAttribute (line 21) | class V1beta2DeviceAttribute(object): method __init__ (line 49) | def __init__(self, bool=None, int=None, string=None, version=None, loc... method bool (line 71) | def bool(self): method bool (line 82) | def bool(self, bool): method int (line 94) | def int(self): method int (line 105) | def int(self, int): method string (line 117) | def string(self): method string (line 128) | def string(self, string): method version (line 140) | def version(self): method version (line 151) | def version(self, version): method to_dict (line 162) | def to_dict(self): method to_str (line 186) | def to_str(self): method __repr__ (line 190) | def __repr__(self): method __eq__ (line 194) | def __eq__(self, other): method __ne__ (line 201) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta2_device_capacity.py class V1beta2DeviceCapacity (line 21) | class V1beta2DeviceCapacity(object): method __init__ (line 45) | def __init__(self, request_policy=None, value=None, local_vars_configu... method request_policy (line 60) | def request_policy(self): method request_policy (line 70) | def request_policy(self, request_policy): method value (line 81) | def value(self): method value (line 92) | def value(self, value): method to_dict (line 105) | def to_dict(self): method to_str (line 129) | def to_str(self): method __repr__ (line 133) | def __repr__(self): method __eq__ (line 137) | def __eq__(self, other): method __ne__ (line 144) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta2_device_claim.py class V1beta2DeviceClaim (line 21) | class V1beta2DeviceClaim(object): method __init__ (line 47) | def __init__(self, config=None, constraints=None, requests=None, local... method config (line 66) | def config(self): method config (line 77) | def config(self, config): method constraints (line 89) | def constraints(self): method constraints (line 100) | def constraints(self, constraints): method requests (line 112) | def requests(self): method requests (line 123) | def requests(self, requests): method to_dict (line 134) | def to_dict(self): method to_str (line 158) | def to_str(self): method __repr__ (line 162) | def __repr__(self): method __eq__ (line 166) | def __eq__(self, other): method __ne__ (line 173) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta2_device_claim_configuration.py class V1beta2DeviceClaimConfiguration (line 21) | class V1beta2DeviceClaimConfiguration(object): method __init__ (line 45) | def __init__(self, opaque=None, requests=None, local_vars_configuratio... method opaque (line 61) | def opaque(self): method opaque (line 71) | def opaque(self, opaque): method requests (line 82) | def requests(self): method requests (line 93) | def requests(self, requests): method to_dict (line 104) | def to_dict(self): method to_str (line 128) | def to_str(self): method __repr__ (line 132) | def __repr__(self): method __eq__ (line 136) | def __eq__(self, other): method __ne__ (line 143) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta2_device_class.py class V1beta2DeviceClass (line 21) | class V1beta2DeviceClass(object): method __init__ (line 49) | def __init__(self, api_version=None, kind=None, metadata=None, spec=No... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method kind (line 93) | def kind(self): method kind (line 104) | def kind(self, kind): method metadata (line 116) | def metadata(self): method metadata (line 126) | def metadata(self, metadata): method spec (line 137) | def spec(self): method spec (line 147) | def spec(self, spec): method to_dict (line 159) | def to_dict(self): method to_str (line 183) | def to_str(self): method __repr__ (line 187) | def __repr__(self): method __eq__ (line 191) | def __eq__(self, other): method __ne__ (line 198) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta2_device_class_configuration.py class V1beta2DeviceClassConfiguration (line 21) | class V1beta2DeviceClassConfiguration(object): method __init__ (line 43) | def __init__(self, opaque=None, local_vars_configuration=None): # noq... method opaque (line 56) | def opaque(self): method opaque (line 66) | def opaque(self, opaque): method to_dict (line 76) | def to_dict(self): method to_str (line 100) | def to_str(self): method __repr__ (line 104) | def __repr__(self): method __eq__ (line 108) | def __eq__(self, other): method __ne__ (line 115) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta2_device_class_list.py class V1beta2DeviceClassList (line 21) | class V1beta2DeviceClassList(object): method __init__ (line 49) | def __init__(self, api_version=None, items=None, kind=None, metadata=N... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method items (line 93) | def items(self): method items (line 104) | def items(self, items): method kind (line 118) | def kind(self): method kind (line 129) | def kind(self, kind): method metadata (line 141) | def metadata(self): method metadata (line 151) | def metadata(self, metadata): method to_dict (line 161) | def to_dict(self): method to_str (line 185) | def to_str(self): method __repr__ (line 189) | def __repr__(self): method __eq__ (line 193) | def __eq__(self, other): method __ne__ (line 200) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta2_device_class_spec.py class V1beta2DeviceClassSpec (line 21) | class V1beta2DeviceClassSpec(object): method __init__ (line 47) | def __init__(self, config=None, extended_resource_name=None, selectors... method config (line 66) | def config(self): method config (line 77) | def config(self, config): method extended_resource_name (line 89) | def extended_resource_name(self): method extended_resource_name (line 100) | def extended_resource_name(self, extended_resource_name): method selectors (line 112) | def selectors(self): method selectors (line 123) | def selectors(self, selectors): method to_dict (line 134) | def to_dict(self): method to_str (line 158) | def to_str(self): method __repr__ (line 162) | def __repr__(self): method __eq__ (line 166) | def __eq__(self, other): method __ne__ (line 173) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta2_device_constraint.py class V1beta2DeviceConstraint (line 21) | class V1beta2DeviceConstraint(object): method __init__ (line 47) | def __init__(self, distinct_attribute=None, match_attribute=None, requ... method distinct_attribute (line 66) | def distinct_attribute(self): method distinct_attribute (line 77) | def distinct_attribute(self, distinct_attribute): method match_attribute (line 89) | def match_attribute(self): method match_attribute (line 100) | def match_attribute(self, match_attribute): method requests (line 112) | def requests(self): method requests (line 123) | def requests(self, requests): method to_dict (line 134) | def to_dict(self): method to_str (line 158) | def to_str(self): method __repr__ (line 162) | def __repr__(self): method __eq__ (line 166) | def __eq__(self, other): method __ne__ (line 173) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta2_device_counter_consumption.py class V1beta2DeviceCounterConsumption (line 21) | class V1beta2DeviceCounterConsumption(object): method __init__ (line 45) | def __init__(self, counter_set=None, counters=None, local_vars_configu... method counter_set (line 59) | def counter_set(self): method counter_set (line 70) | def counter_set(self, counter_set): method counters (line 84) | def counters(self): method counters (line 95) | def counters(self, counters): method to_dict (line 108) | def to_dict(self): method to_str (line 132) | def to_str(self): method __repr__ (line 136) | def __repr__(self): method __eq__ (line 140) | def __eq__(self, other): method __ne__ (line 147) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta2_device_request.py class V1beta2DeviceRequest (line 21) | class V1beta2DeviceRequest(object): method __init__ (line 47) | def __init__(self, exactly=None, first_available=None, name=None, loca... method exactly (line 65) | def exactly(self): method exactly (line 75) | def exactly(self, exactly): method first_available (line 86) | def first_available(self): method first_available (line 97) | def first_available(self, first_available): method name (line 109) | def name(self): method name (line 120) | def name(self, name): method to_dict (line 133) | def to_dict(self): method to_str (line 157) | def to_str(self): method __repr__ (line 161) | def __repr__(self): method __eq__ (line 165) | def __eq__(self, other): method __ne__ (line 172) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta2_device_request_allocation_result.py class V1beta2DeviceRequestAllocationResult (line 21) | class V1beta2DeviceRequestAllocationResult(object): method __init__ (line 61) | def __init__(self, admin_access=None, binding_conditions=None, binding... method admin_access (line 97) | def admin_access(self): method admin_access (line 108) | def admin_access(self, admin_access): method binding_conditions (line 120) | def binding_conditions(self): method binding_conditions (line 131) | def binding_conditions(self, binding_conditions): method binding_failure_conditions (line 143) | def binding_failure_conditions(self): method binding_failure_conditions (line 154) | def binding_failure_conditions(self, binding_failure_conditions): method consumed_capacity (line 166) | def consumed_capacity(self): method consumed_capacity (line 177) | def consumed_capacity(self, consumed_capacity): method device (line 189) | def device(self): method device (line 200) | def device(self, device): method driver (line 214) | def driver(self): method driver (line 225) | def driver(self, driver): method pool (line 239) | def pool(self): method pool (line 250) | def pool(self, pool): method request (line 264) | def request(self): method request (line 275) | def request(self, request): method share_id (line 289) | def share_id(self): method share_id (line 300) | def share_id(self, share_id): method tolerations (line 312) | def tolerations(self): method tolerations (line 323) | def tolerations(self, tolerations): method to_dict (line 334) | def to_dict(self): method to_str (line 358) | def to_str(self): method __repr__ (line 362) | def __repr__(self): method __eq__ (line 366) | def __eq__(self, other): method __ne__ (line 373) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta2_device_selector.py class V1beta2DeviceSelector (line 21) | class V1beta2DeviceSelector(object): method __init__ (line 43) | def __init__(self, cel=None, local_vars_configuration=None): # noqa: ... method cel (line 56) | def cel(self): method cel (line 66) | def cel(self, cel): method to_dict (line 76) | def to_dict(self): method to_str (line 100) | def to_str(self): method __repr__ (line 104) | def __repr__(self): method __eq__ (line 108) | def __eq__(self, other): method __ne__ (line 115) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta2_device_sub_request.py class V1beta2DeviceSubRequest (line 21) | class V1beta2DeviceSubRequest(object): method __init__ (line 55) | def __init__(self, allocation_mode=None, capacity=None, count=None, de... method allocation_mode (line 84) | def allocation_mode(self): method allocation_mode (line 95) | def allocation_mode(self, allocation_mode): method capacity (line 107) | def capacity(self): method capacity (line 117) | def capacity(self, capacity): method count (line 128) | def count(self): method count (line 139) | def count(self, count): method device_class_name (line 151) | def device_class_name(self): method device_class_name (line 162) | def device_class_name(self, device_class_name): method name (line 176) | def name(self): method name (line 187) | def name(self, name): method selectors (line 201) | def selectors(self): method selectors (line 212) | def selectors(self, selectors): method tolerations (line 224) | def tolerations(self): method tolerations (line 235) | def tolerations(self, tolerations): method to_dict (line 246) | def to_dict(self): method to_str (line 270) | def to_str(self): method __repr__ (line 274) | def __repr__(self): method __eq__ (line 278) | def __eq__(self, other): method __ne__ (line 285) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta2_device_taint.py class V1beta2DeviceTaint (line 21) | class V1beta2DeviceTaint(object): method __init__ (line 49) | def __init__(self, effect=None, key=None, time_added=None, value=None,... method effect (line 69) | def effect(self): method effect (line 80) | def effect(self, effect): method key (line 94) | def key(self): method key (line 105) | def key(self, key): method time_added (line 119) | def time_added(self): method time_added (line 130) | def time_added(self, time_added): method value (line 142) | def value(self): method value (line 153) | def value(self, value): method to_dict (line 164) | def to_dict(self): method to_str (line 188) | def to_str(self): method __repr__ (line 192) | def __repr__(self): method __eq__ (line 196) | def __eq__(self, other): method __ne__ (line 203) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta2_device_toleration.py class V1beta2DeviceToleration (line 21) | class V1beta2DeviceToleration(object): method __init__ (line 51) | def __init__(self, effect=None, key=None, operator=None, toleration_se... method effect (line 76) | def effect(self): method effect (line 87) | def effect(self, effect): method key (line 99) | def key(self): method key (line 110) | def key(self, key): method operator (line 122) | def operator(self): method operator (line 133) | def operator(self, operator): method toleration_seconds (line 145) | def toleration_seconds(self): method toleration_seconds (line 156) | def toleration_seconds(self, toleration_seconds): method value (line 168) | def value(self): method value (line 179) | def value(self, value): method to_dict (line 190) | def to_dict(self): method to_str (line 214) | def to_str(self): method __repr__ (line 218) | def __repr__(self): method __eq__ (line 222) | def __eq__(self, other): method __ne__ (line 229) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta2_exact_device_request.py class V1beta2ExactDeviceRequest (line 21) | class V1beta2ExactDeviceRequest(object): method __init__ (line 55) | def __init__(self, admin_access=None, allocation_mode=None, capacity=N... method admin_access (line 85) | def admin_access(self): method admin_access (line 96) | def admin_access(self, admin_access): method allocation_mode (line 108) | def allocation_mode(self): method allocation_mode (line 119) | def allocation_mode(self, allocation_mode): method capacity (line 131) | def capacity(self): method capacity (line 141) | def capacity(self, capacity): method count (line 152) | def count(self): method count (line 163) | def count(self, count): method device_class_name (line 175) | def device_class_name(self): method device_class_name (line 186) | def device_class_name(self, device_class_name): method selectors (line 200) | def selectors(self): method selectors (line 211) | def selectors(self, selectors): method tolerations (line 223) | def tolerations(self): method tolerations (line 234) | def tolerations(self, tolerations): method to_dict (line 245) | def to_dict(self): method to_str (line 269) | def to_str(self): method __repr__ (line 273) | def __repr__(self): method __eq__ (line 277) | def __eq__(self, other): method __ne__ (line 284) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta2_network_device_data.py class V1beta2NetworkDeviceData (line 21) | class V1beta2NetworkDeviceData(object): method __init__ (line 47) | def __init__(self, hardware_address=None, interface_name=None, ips=Non... method hardware_address (line 66) | def hardware_address(self): method hardware_address (line 77) | def hardware_address(self, hardware_address): method interface_name (line 89) | def interface_name(self): method interface_name (line 100) | def interface_name(self, interface_name): method ips (line 112) | def ips(self): method ips (line 123) | def ips(self, ips): method to_dict (line 134) | def to_dict(self): method to_str (line 158) | def to_str(self): method __repr__ (line 162) | def __repr__(self): method __eq__ (line 166) | def __eq__(self, other): method __ne__ (line 173) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta2_opaque_device_configuration.py class V1beta2OpaqueDeviceConfiguration (line 21) | class V1beta2OpaqueDeviceConfiguration(object): method __init__ (line 45) | def __init__(self, driver=None, parameters=None, local_vars_configurat... method driver (line 59) | def driver(self): method driver (line 70) | def driver(self, driver): method parameters (line 84) | def parameters(self): method parameters (line 95) | def parameters(self, parameters): method to_dict (line 108) | def to_dict(self): method to_str (line 132) | def to_str(self): method __repr__ (line 136) | def __repr__(self): method __eq__ (line 140) | def __eq__(self, other): method __ne__ (line 147) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta2_resource_claim.py class V1beta2ResourceClaim (line 21) | class V1beta2ResourceClaim(object): method __init__ (line 51) | def __init__(self, api_version=None, kind=None, metadata=None, spec=No... method api_version (line 75) | def api_version(self): method api_version (line 86) | def api_version(self, api_version): method kind (line 98) | def kind(self): method kind (line 109) | def kind(self, kind): method metadata (line 121) | def metadata(self): method metadata (line 131) | def metadata(self, metadata): method spec (line 142) | def spec(self): method spec (line 152) | def spec(self, spec): method status (line 165) | def status(self): method status (line 175) | def status(self, status): method to_dict (line 185) | def to_dict(self): method to_str (line 209) | def to_str(self): method __repr__ (line 213) | def __repr__(self): method __eq__ (line 217) | def __eq__(self, other): method __ne__ (line 224) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta2_resource_claim_consumer_reference.py class V1beta2ResourceClaimConsumerReference (line 21) | class V1beta2ResourceClaimConsumerReference(object): method __init__ (line 49) | def __init__(self, api_group=None, name=None, resource=None, uid=None,... method api_group (line 68) | def api_group(self): method api_group (line 79) | def api_group(self, api_group): method name (line 91) | def name(self): method name (line 102) | def name(self, name): method resource (line 116) | def resource(self): method resource (line 127) | def resource(self, resource): method uid (line 141) | def uid(self): method uid (line 152) | def uid(self, uid): method to_dict (line 165) | def to_dict(self): method to_str (line 189) | def to_str(self): method __repr__ (line 193) | def __repr__(self): method __eq__ (line 197) | def __eq__(self, other): method __ne__ (line 204) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta2_resource_claim_list.py class V1beta2ResourceClaimList (line 21) | class V1beta2ResourceClaimList(object): method __init__ (line 49) | def __init__(self, api_version=None, items=None, kind=None, metadata=N... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method items (line 93) | def items(self): method items (line 104) | def items(self, items): method kind (line 118) | def kind(self): method kind (line 129) | def kind(self, kind): method metadata (line 141) | def metadata(self): method metadata (line 151) | def metadata(self, metadata): method to_dict (line 161) | def to_dict(self): method to_str (line 185) | def to_str(self): method __repr__ (line 189) | def __repr__(self): method __eq__ (line 193) | def __eq__(self, other): method __ne__ (line 200) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta2_resource_claim_spec.py class V1beta2ResourceClaimSpec (line 21) | class V1beta2ResourceClaimSpec(object): method __init__ (line 43) | def __init__(self, devices=None, local_vars_configuration=None): # no... method devices (line 56) | def devices(self): method devices (line 66) | def devices(self, devices): method to_dict (line 76) | def to_dict(self): method to_str (line 100) | def to_str(self): method __repr__ (line 104) | def __repr__(self): method __eq__ (line 108) | def __eq__(self, other): method __ne__ (line 115) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta2_resource_claim_status.py class V1beta2ResourceClaimStatus (line 21) | class V1beta2ResourceClaimStatus(object): method __init__ (line 47) | def __init__(self, allocation=None, devices=None, reserved_for=None, l... method allocation (line 66) | def allocation(self): method allocation (line 76) | def allocation(self, allocation): method devices (line 87) | def devices(self): method devices (line 98) | def devices(self, devices): method reserved_for (line 110) | def reserved_for(self): method reserved_for (line 121) | def reserved_for(self, reserved_for): method to_dict (line 132) | def to_dict(self): method to_str (line 156) | def to_str(self): method __repr__ (line 160) | def __repr__(self): method __eq__ (line 164) | def __eq__(self, other): method __ne__ (line 171) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta2_resource_claim_template.py class V1beta2ResourceClaimTemplate (line 21) | class V1beta2ResourceClaimTemplate(object): method __init__ (line 49) | def __init__(self, api_version=None, kind=None, metadata=None, spec=No... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method kind (line 93) | def kind(self): method kind (line 104) | def kind(self, kind): method metadata (line 116) | def metadata(self): method metadata (line 126) | def metadata(self, metadata): method spec (line 137) | def spec(self): method spec (line 147) | def spec(self, spec): method to_dict (line 159) | def to_dict(self): method to_str (line 183) | def to_str(self): method __repr__ (line 187) | def __repr__(self): method __eq__ (line 191) | def __eq__(self, other): method __ne__ (line 198) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta2_resource_claim_template_list.py class V1beta2ResourceClaimTemplateList (line 21) | class V1beta2ResourceClaimTemplateList(object): method __init__ (line 49) | def __init__(self, api_version=None, items=None, kind=None, metadata=N... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method items (line 93) | def items(self): method items (line 104) | def items(self, items): method kind (line 118) | def kind(self): method kind (line 129) | def kind(self, kind): method metadata (line 141) | def metadata(self): method metadata (line 151) | def metadata(self, metadata): method to_dict (line 161) | def to_dict(self): method to_str (line 185) | def to_str(self): method __repr__ (line 189) | def __repr__(self): method __eq__ (line 193) | def __eq__(self, other): method __ne__ (line 200) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta2_resource_claim_template_spec.py class V1beta2ResourceClaimTemplateSpec (line 21) | class V1beta2ResourceClaimTemplateSpec(object): method __init__ (line 45) | def __init__(self, metadata=None, spec=None, local_vars_configuration=... method metadata (line 60) | def metadata(self): method metadata (line 70) | def metadata(self, metadata): method spec (line 81) | def spec(self): method spec (line 91) | def spec(self, spec): method to_dict (line 103) | def to_dict(self): method to_str (line 127) | def to_str(self): method __repr__ (line 131) | def __repr__(self): method __eq__ (line 135) | def __eq__(self, other): method __ne__ (line 142) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta2_resource_pool.py class V1beta2ResourcePool (line 21) | class V1beta2ResourcePool(object): method __init__ (line 47) | def __init__(self, generation=None, name=None, resource_slice_count=No... method generation (line 63) | def generation(self): method generation (line 74) | def generation(self, generation): method name (line 88) | def name(self): method name (line 99) | def name(self, name): method resource_slice_count (line 113) | def resource_slice_count(self): method resource_slice_count (line 124) | def resource_slice_count(self, resource_slice_count): method to_dict (line 137) | def to_dict(self): method to_str (line 161) | def to_str(self): method __repr__ (line 165) | def __repr__(self): method __eq__ (line 169) | def __eq__(self, other): method __ne__ (line 176) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta2_resource_slice.py class V1beta2ResourceSlice (line 21) | class V1beta2ResourceSlice(object): method __init__ (line 49) | def __init__(self, api_version=None, kind=None, metadata=None, spec=No... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method kind (line 93) | def kind(self): method kind (line 104) | def kind(self, kind): method metadata (line 116) | def metadata(self): method metadata (line 126) | def metadata(self, metadata): method spec (line 137) | def spec(self): method spec (line 147) | def spec(self, spec): method to_dict (line 159) | def to_dict(self): method to_str (line 183) | def to_str(self): method __repr__ (line 187) | def __repr__(self): method __eq__ (line 191) | def __eq__(self, other): method __ne__ (line 198) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta2_resource_slice_list.py class V1beta2ResourceSliceList (line 21) | class V1beta2ResourceSliceList(object): method __init__ (line 49) | def __init__(self, api_version=None, items=None, kind=None, metadata=N... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method items (line 93) | def items(self): method items (line 104) | def items(self, items): method kind (line 118) | def kind(self): method kind (line 129) | def kind(self, kind): method metadata (line 141) | def metadata(self): method metadata (line 151) | def metadata(self, metadata): method to_dict (line 161) | def to_dict(self): method to_str (line 185) | def to_str(self): method __repr__ (line 189) | def __repr__(self): method __eq__ (line 193) | def __eq__(self, other): method __ne__ (line 200) | def __ne__(self, other): FILE: kubernetes/client/models/v1beta2_resource_slice_spec.py class V1beta2ResourceSliceSpec (line 21) | class V1beta2ResourceSliceSpec(object): method __init__ (line 57) | def __init__(self, all_nodes=None, devices=None, driver=None, node_nam... method all_nodes (line 89) | def all_nodes(self): method all_nodes (line 100) | def all_nodes(self, all_nodes): method devices (line 112) | def devices(self): method devices (line 123) | def devices(self, devices): method driver (line 135) | def driver(self): method driver (line 146) | def driver(self, driver): method node_name (line 160) | def node_name(self): method node_name (line 171) | def node_name(self, node_name): method node_selector (line 183) | def node_selector(self): method node_selector (line 193) | def node_selector(self, node_selector): method per_device_node_selection (line 204) | def per_device_node_selection(self): method per_device_node_selection (line 215) | def per_device_node_selection(self, per_device_node_selection): method pool (line 227) | def pool(self): method pool (line 237) | def pool(self, pool): method shared_counters (line 250) | def shared_counters(self): method shared_counters (line 261) | def shared_counters(self, shared_counters): method to_dict (line 272) | def to_dict(self): method to_str (line 296) | def to_str(self): method __repr__ (line 300) | def __repr__(self): method __eq__ (line 304) | def __eq__(self, other): method __ne__ (line 311) | def __ne__(self, other): FILE: kubernetes/client/models/v2_container_resource_metric_source.py class V2ContainerResourceMetricSource (line 21) | class V2ContainerResourceMetricSource(object): method __init__ (line 47) | def __init__(self, container=None, name=None, target=None, local_vars_... method container (line 63) | def container(self): method container (line 74) | def container(self, container): method name (line 88) | def name(self): method name (line 99) | def name(self, name): method target (line 113) | def target(self): method target (line 123) | def target(self, target): method to_dict (line 135) | def to_dict(self): method to_str (line 159) | def to_str(self): method __repr__ (line 163) | def __repr__(self): method __eq__ (line 167) | def __eq__(self, other): method __ne__ (line 174) | def __ne__(self, other): FILE: kubernetes/client/models/v2_container_resource_metric_status.py class V2ContainerResourceMetricStatus (line 21) | class V2ContainerResourceMetricStatus(object): method __init__ (line 47) | def __init__(self, container=None, current=None, name=None, local_vars... method container (line 63) | def container(self): method container (line 74) | def container(self, container): method current (line 88) | def current(self): method current (line 98) | def current(self, current): method name (line 111) | def name(self): method name (line 122) | def name(self, name): method to_dict (line 135) | def to_dict(self): method to_str (line 159) | def to_str(self): method __repr__ (line 163) | def __repr__(self): method __eq__ (line 167) | def __eq__(self, other): method __ne__ (line 174) | def __ne__(self, other): FILE: kubernetes/client/models/v2_cross_version_object_reference.py class V2CrossVersionObjectReference (line 21) | class V2CrossVersionObjectReference(object): method __init__ (line 47) | def __init__(self, api_version=None, kind=None, name=None, local_vars_... method api_version (line 64) | def api_version(self): method api_version (line 75) | def api_version(self, api_version): method kind (line 87) | def kind(self): method kind (line 98) | def kind(self, kind): method name (line 112) | def name(self): method name (line 123) | def name(self, name): method to_dict (line 136) | def to_dict(self): method to_str (line 160) | def to_str(self): method __repr__ (line 164) | def __repr__(self): method __eq__ (line 168) | def __eq__(self, other): method __ne__ (line 175) | def __ne__(self, other): FILE: kubernetes/client/models/v2_external_metric_source.py class V2ExternalMetricSource (line 21) | class V2ExternalMetricSource(object): method __init__ (line 45) | def __init__(self, metric=None, target=None, local_vars_configuration=... method metric (line 59) | def metric(self): method metric (line 69) | def metric(self, metric): method target (line 82) | def target(self): method target (line 92) | def target(self, target): method to_dict (line 104) | def to_dict(self): method to_str (line 128) | def to_str(self): method __repr__ (line 132) | def __repr__(self): method __eq__ (line 136) | def __eq__(self, other): method __ne__ (line 143) | def __ne__(self, other): FILE: kubernetes/client/models/v2_external_metric_status.py class V2ExternalMetricStatus (line 21) | class V2ExternalMetricStatus(object): method __init__ (line 45) | def __init__(self, current=None, metric=None, local_vars_configuration... method current (line 59) | def current(self): method current (line 69) | def current(self, current): method metric (line 82) | def metric(self): method metric (line 92) | def metric(self, metric): method to_dict (line 104) | def to_dict(self): method to_str (line 128) | def to_str(self): method __repr__ (line 132) | def __repr__(self): method __eq__ (line 136) | def __eq__(self, other): method __ne__ (line 143) | def __ne__(self, other): FILE: kubernetes/client/models/v2_horizontal_pod_autoscaler.py class V2HorizontalPodAutoscaler (line 21) | class V2HorizontalPodAutoscaler(object): method __init__ (line 51) | def __init__(self, api_version=None, kind=None, metadata=None, spec=No... method api_version (line 76) | def api_version(self): method api_version (line 87) | def api_version(self, api_version): method kind (line 99) | def kind(self): method kind (line 110) | def kind(self, kind): method metadata (line 122) | def metadata(self): method metadata (line 132) | def metadata(self, metadata): method spec (line 143) | def spec(self): method spec (line 153) | def spec(self, spec): method status (line 164) | def status(self): method status (line 174) | def status(self, status): method to_dict (line 184) | def to_dict(self): method to_str (line 208) | def to_str(self): method __repr__ (line 212) | def __repr__(self): method __eq__ (line 216) | def __eq__(self, other): method __ne__ (line 223) | def __ne__(self, other): FILE: kubernetes/client/models/v2_horizontal_pod_autoscaler_behavior.py class V2HorizontalPodAutoscalerBehavior (line 21) | class V2HorizontalPodAutoscalerBehavior(object): method __init__ (line 45) | def __init__(self, scale_down=None, scale_up=None, local_vars_configur... method scale_down (line 61) | def scale_down(self): method scale_down (line 71) | def scale_down(self, scale_down): method scale_up (line 82) | def scale_up(self): method scale_up (line 92) | def scale_up(self, scale_up): method to_dict (line 102) | def to_dict(self): method to_str (line 126) | def to_str(self): method __repr__ (line 130) | def __repr__(self): method __eq__ (line 134) | def __eq__(self, other): method __ne__ (line 141) | def __ne__(self, other): FILE: kubernetes/client/models/v2_horizontal_pod_autoscaler_condition.py class V2HorizontalPodAutoscalerCondition (line 21) | class V2HorizontalPodAutoscalerCondition(object): method __init__ (line 51) | def __init__(self, last_transition_time=None, message=None, reason=Non... method last_transition_time (line 74) | def last_transition_time(self): method last_transition_time (line 85) | def last_transition_time(self, last_transition_time): method message (line 97) | def message(self): method message (line 108) | def message(self, message): method reason (line 120) | def reason(self): method reason (line 131) | def reason(self, reason): method status (line 143) | def status(self): method status (line 154) | def status(self, status): method type (line 168) | def type(self): method type (line 179) | def type(self, type): method to_dict (line 192) | def to_dict(self): method to_str (line 216) | def to_str(self): method __repr__ (line 220) | def __repr__(self): method __eq__ (line 224) | def __eq__(self, other): method __ne__ (line 231) | def __ne__(self, other): FILE: kubernetes/client/models/v2_horizontal_pod_autoscaler_list.py class V2HorizontalPodAutoscalerList (line 21) | class V2HorizontalPodAutoscalerList(object): method __init__ (line 49) | def __init__(self, api_version=None, items=None, kind=None, metadata=N... method api_version (line 70) | def api_version(self): method api_version (line 81) | def api_version(self, api_version): method items (line 93) | def items(self): method items (line 104) | def items(self, items): method kind (line 118) | def kind(self): method kind (line 129) | def kind(self, kind): method metadata (line 141) | def metadata(self): method metadata (line 151) | def metadata(self, metadata): method to_dict (line 161) | def to_dict(self): method to_str (line 185) | def to_str(self): method __repr__ (line 189) | def __repr__(self): method __eq__ (line 193) | def __eq__(self, other): method __ne__ (line 200) | def __ne__(self, other): FILE: kubernetes/client/models/v2_horizontal_pod_autoscaler_spec.py class V2HorizontalPodAutoscalerSpec (line 21) | class V2HorizontalPodAutoscalerSpec(object): method __init__ (line 51) | def __init__(self, behavior=None, max_replicas=None, metrics=None, min... method behavior (line 74) | def behavior(self): method behavior (line 84) | def behavior(self, behavior): method max_replicas (line 95) | def max_replicas(self): method max_replicas (line 106) | def max_replicas(self, max_replicas): method metrics (line 120) | def metrics(self): method metrics (line 131) | def metrics(self, metrics): method min_replicas (line 143) | def min_replicas(self): method min_replicas (line 154) | def min_replicas(self, min_replicas): method scale_target_ref (line 166) | def scale_target_ref(self): method scale_target_ref (line 176) | def scale_target_ref(self, scale_target_ref): method to_dict (line 188) | def to_dict(self): method to_str (line 212) | def to_str(self): method __repr__ (line 216) | def __repr__(self): method __eq__ (line 220) | def __eq__(self, other): method __ne__ (line 227) | def __ne__(self, other): FILE: kubernetes/client/models/v2_horizontal_pod_autoscaler_status.py class V2HorizontalPodAutoscalerStatus (line 21) | class V2HorizontalPodAutoscalerStatus(object): method __init__ (line 53) | def __init__(self, conditions=None, current_metrics=None, current_repl... method conditions (line 80) | def conditions(self): method conditions (line 91) | def conditions(self, conditions): method current_metrics (line 103) | def current_metrics(self): method current_metrics (line 114) | def current_metrics(self, current_metrics): method current_replicas (line 126) | def current_replicas(self): method current_replicas (line 137) | def current_replicas(self, current_replicas): method desired_replicas (line 149) | def desired_replicas(self): method desired_replicas (line 160) | def desired_replicas(self, desired_replicas): method last_scale_time (line 174) | def last_scale_time(self): method last_scale_time (line 185) | def last_scale_time(self, last_scale_time): method observed_generation (line 197) | def observed_generation(self): method observed_generation (line 208) | def observed_generation(self, observed_generation): method to_dict (line 219) | def to_dict(self): method to_str (line 243) | def to_str(self): method __repr__ (line 247) | def __repr__(self): method __eq__ (line 251) | def __eq__(self, other): method __ne__ (line 258) | def __ne__(self, other): FILE: kubernetes/client/models/v2_hpa_scaling_policy.py class V2HPAScalingPolicy (line 21) | class V2HPAScalingPolicy(object): method __init__ (line 47) | def __init__(self, period_seconds=None, type=None, value=None, local_v... method period_seconds (line 63) | def period_seconds(self): method period_seconds (line 74) | def period_seconds(self, period_seconds): method type (line 88) | def type(self): method type (line 99) | def type(self, type): method value (line 113) | def value(self): method value (line 124) | def value(self, value): method to_dict (line 137) | def to_dict(self): method to_str (line 161) | def to_str(self): method __repr__ (line 165) | def __repr__(self): method __eq__ (line 169) | def __eq__(self, other): method __ne__ (line 176) | def __ne__(self, other): FILE: kubernetes/client/models/v2_hpa_scaling_rules.py class V2HPAScalingRules (line 21) | class V2HPAScalingRules(object): method __init__ (line 49) | def __init__(self, policies=None, select_policy=None, stabilization_wi... method policies (line 71) | def policies(self): method policies (line 82) | def policies(self, policies): method select_policy (line 94) | def select_policy(self): method select_policy (line 105) | def select_policy(self, select_policy): method stabilization_window_seconds (line 117) | def stabilization_window_seconds(self): method stabilization_window_seconds (line 128) | def stabilization_window_seconds(self, stabilization_window_seconds): method tolerance (line 140) | def tolerance(self): method tolerance (line 151) | def tolerance(self, tolerance): method to_dict (line 162) | def to_dict(self): method to_str (line 186) | def to_str(self): method __repr__ (line 190) | def __repr__(self): method __eq__ (line 194) | def __eq__(self, other): method __ne__ (line 201) | def __ne__(self, other): FILE: kubernetes/client/models/v2_metric_identifier.py class V2MetricIdentifier (line 21) | class V2MetricIdentifier(object): method __init__ (line 45) | def __init__(self, name=None, selector=None, local_vars_configuration=... method name (line 60) | def name(self): method name (line 71) | def name(self, name): method selector (line 85) | def selector(self): method selector (line 95) | def selector(self, selector): method to_dict (line 105) | def to_dict(self): method to_str (line 129) | def to_str(self): method __repr__ (line 133) | def __repr__(self): method __eq__ (line 137) | def __eq__(self, other): method __ne__ (line 144) | def __ne__(self, other): FILE: kubernetes/client/models/v2_metric_spec.py class V2MetricSpec (line 21) | class V2MetricSpec(object): method __init__ (line 53) | def __init__(self, container_resource=None, external=None, object=None... method container_resource (line 80) | def container_resource(self): method container_resource (line 90) | def container_resource(self, container_resource): method external (line 101) | def external(self): method external (line 111) | def external(self, external): method object (line 122) | def object(self): method object (line 132) | def object(self, object): method pods (line 143) | def pods(self): method pods (line 153) | def pods(self, pods): method resource (line 164) | def resource(self): method resource (line 174) | def resource(self, resource): method type (line 185) | def type(self): method type (line 196) | def type(self, type): method to_dict (line 209) | def to_dict(self): method to_str (line 233) | def to_str(self): method __repr__ (line 237) | def __repr__(self): method __eq__ (line 241) | def __eq__(self, other): method __ne__ (line 248) | def __ne__(self, other): FILE: kubernetes/client/models/v2_metric_status.py class V2MetricStatus (line 21) | class V2MetricStatus(object): method __init__ (line 53) | def __init__(self, container_resource=None, external=None, object=None... method container_resource (line 80) | def container_resource(self): method container_resource (line 90) | def container_resource(self, container_resource): method external (line 101) | def external(self): method external (line 111) | def external(self, external): method object (line 122) | def object(self): method object (line 132) | def object(self, object): method pods (line 143) | def pods(self): method pods (line 153) | def pods(self, pods): method resource (line 164) | def resource(self): method resource (line 174) | def resource(self, resource): method type (line 185) | def type(self): method type (line 196) | def type(self, type): method to_dict (line 209) | def to_dict(self): method to_str (line 233) | def to_str(self): method __repr__ (line 237) | def __repr__(self): method __eq__ (line 241) | def __eq__(self, other): method __ne__ (line 248) | def __ne__(self, other): FILE: kubernetes/client/models/v2_metric_target.py class V2MetricTarget (line 21) | class V2MetricTarget(object): method __init__ (line 49) | def __init__(self, average_utilization=None, average_value=None, type=... method average_utilization (line 70) | def average_utilization(self): method average_utilization (line 81) | def average_utilization(self, average_utilization): method average_value (line 93) | def average_value(self): method average_value (line 104) | def average_value(self, average_value): method type (line 116) | def type(self): method type (line 127) | def type(self, type): method value (line 141) | def value(self): method value (line 152) | def value(self, value): method to_dict (line 163) | def to_dict(self): method to_str (line 187) | def to_str(self): method __repr__ (line 191) | def __repr__(self): method __eq__ (line 195) | def __eq__(self, other): method __ne__ (line 202) | def __ne__(self, other): FILE: kubernetes/client/models/v2_metric_value_status.py class V2MetricValueStatus (line 21) | class V2MetricValueStatus(object): method __init__ (line 47) | def __init__(self, average_utilization=None, average_value=None, value... method average_utilization (line 66) | def average_utilization(self): method average_utilization (line 77) | def average_utilization(self, average_utilization): method average_value (line 89) | def average_value(self): method average_value (line 100) | def average_value(self, average_value): method value (line 112) | def value(self): method value (line 123) | def value(self, value): method to_dict (line 134) | def to_dict(self): method to_str (line 158) | def to_str(self): method __repr__ (line 162) | def __repr__(self): method __eq__ (line 166) | def __eq__(self, other): method __ne__ (line 173) | def __ne__(self, other): FILE: kubernetes/client/models/v2_object_metric_source.py class V2ObjectMetricSource (line 21) | class V2ObjectMetricSource(object): method __init__ (line 47) | def __init__(self, described_object=None, metric=None, target=None, lo... method described_object (line 63) | def described_object(self): method described_object (line 73) | def described_object(self, described_object): method metric (line 86) | def metric(self): method metric (line 96) | def metric(self, metric): method target (line 109) | def target(self): method target (line 119) | def target(self, target): method to_dict (line 131) | def to_dict(self): method to_str (line 155) | def to_str(self): method __repr__ (line 159) | def __repr__(self): method __eq__ (line 163) | def __eq__(self, other): method __ne__ (line 170) | def __ne__(self, other): FILE: kubernetes/client/models/v2_object_metric_status.py class V2ObjectMetricStatus (line 21) | class V2ObjectMetricStatus(object): method __init__ (line 47) | def __init__(self, current=None, described_object=None, metric=None, l... method current (line 63) | def current(self): method current (line 73) | def current(self, current): method described_object (line 86) | def described_object(self): method described_object (line 96) | def described_object(self, described_object): method metric (line 109) | def metric(self): method metric (line 119) | def metric(self, metric): method to_dict (line 131) | def to_dict(self): method to_str (line 155) | def to_str(self): method __repr__ (line 159) | def __repr__(self): method __eq__ (line 163) | def __eq__(self, other): method __ne__ (line 170) | def __ne__(self, other): FILE: kubernetes/client/models/v2_pods_metric_source.py class V2PodsMetricSource (line 21) | class V2PodsMetricSource(object): method __init__ (line 45) | def __init__(self, metric=None, target=None, local_vars_configuration=... method metric (line 59) | def metric(self): method metric (line 69) | def metric(self, metric): method target (line 82) | def target(self): method target (line 92) | def target(self, target): method to_dict (line 104) | def to_dict(self): method to_str (line 128) | def to_str(self): method __repr__ (line 132) | def __repr__(self): method __eq__ (line 136) | def __eq__(self, other): method __ne__ (line 143) | def __ne__(self, other): FILE: kubernetes/client/models/v2_pods_metric_status.py class V2PodsMetricStatus (line 21) | class V2PodsMetricStatus(object): method __init__ (line 45) | def __init__(self, current=None, metric=None, local_vars_configuration... method current (line 59) | def current(self): method current (line 69) | def current(self, current): method metric (line 82) | def metric(self): method metric (line 92) | def metric(self, metric): method to_dict (line 104) | def to_dict(self): method to_str (line 128) | def to_str(self): method __repr__ (line 132) | def __repr__(self): method __eq__ (line 136) | def __eq__(self, other): method __ne__ (line 143) | def __ne__(self, other): FILE: kubernetes/client/models/v2_resource_metric_source.py class V2ResourceMetricSource (line 21) | class V2ResourceMetricSource(object): method __init__ (line 45) | def __init__(self, name=None, target=None, local_vars_configuration=No... method name (line 59) | def name(self): method name (line 70) | def name(self, name): method target (line 84) | def target(self): method target (line 94) | def target(self, target): method to_dict (line 106) | def to_dict(self): method to_str (line 130) | def to_str(self): method __repr__ (line 134) | def __repr__(self): method __eq__ (line 138) | def __eq__(self, other): method __ne__ (line 145) | def __ne__(self, other): FILE: kubernetes/client/models/v2_resource_metric_status.py class V2ResourceMetricStatus (line 21) | class V2ResourceMetricStatus(object): method __init__ (line 45) | def __init__(self, current=None, name=None, local_vars_configuration=N... method current (line 59) | def current(self): method current (line 69) | def current(self, current): method name (line 82) | def name(self): method name (line 93) | def name(self, name): method to_dict (line 106) | def to_dict(self): method to_str (line 130) | def to_str(self): method __repr__ (line 134) | def __repr__(self): method __eq__ (line 138) | def __eq__(self, other): method __ne__ (line 145) | def __ne__(self, other): FILE: kubernetes/client/models/version_info.py class VersionInfo (line 21) | class VersionInfo(object): method __init__ (line 67) | def __init__(self, build_date=None, compiler=None, emulation_major=Non... method build_date (line 107) | def build_date(self): method build_date (line 117) | def build_date(self, build_date): method compiler (line 130) | def compiler(self): method compiler (line 140) | def compiler(self, compiler): method emulation_major (line 153) | def emulation_major(self): method emulation_major (line 164) | def emulation_major(self, emulation_major): method emulation_minor (line 176) | def emulation_minor(self): method emulation_minor (line 187) | def emulation_minor(self, emulation_minor): method git_commit (line 199) | def git_commit(self): method git_commit (line 209) | def git_commit(self, git_commit): method git_tree_state (line 222) | def git_tree_state(self): method git_tree_state (line 232) | def git_tree_state(self, git_tree_state): method git_version (line 245) | def git_version(self): method git_version (line 255) | def git_version(self, git_version): method go_version (line 268) | def go_version(self): method go_version (line 278) | def go_version(self, go_version): method major (line 291) | def major(self): method major (line 302) | def major(self, major): method min_compatibility_major (line 316) | def min_compatibility_major(self): method min_compatibility_major (line 327) | def min_compatibility_major(self, min_compatibility_major): method min_compatibility_minor (line 339) | def min_compatibility_minor(self): method min_compatibility_minor (line 350) | def min_compatibility_minor(self, min_compatibility_minor): method minor (line 362) | def minor(self): method minor (line 373) | def minor(self, minor): method platform (line 387) | def platform(self): method platform (line 397) | def platform(self, platform): method to_dict (line 409) | def to_dict(self): method to_str (line 433) | def to_str(self): method __repr__ (line 437) | def __repr__(self): method __eq__ (line 441) | def __eq__(self, other): method __ne__ (line 448) | def __ne__(self, other): FILE: kubernetes/client/rest.py class RESTResponse (line 34) | class RESTResponse(io.IOBase): method __init__ (line 36) | def __init__(self, resp): method getheaders (line 42) | def getheaders(self): method getheader (line 46) | def getheader(self, name, default=None): class RESTClientObject (line 51) | class RESTClientObject(object): method __init__ (line 53) | def __init__(self, configuration, pools_size=4, maxsize=None): method request (line 113) | def request(self, method, url, query_params=None, headers=None, method GET (line 242) | def GET(self, url, headers=None, query_params=None, _preload_content=T... method HEAD (line 250) | def HEAD(self, url, headers=None, query_params=None, _preload_content=... method OPTIONS (line 258) | def OPTIONS(self, url, headers=None, query_params=None, post_params=None, method DELETE (line 268) | def DELETE(self, url, headers=None, query_params=None, body=None, method POST (line 277) | def POST(self, url, headers=None, query_params=None, post_params=None, method PUT (line 287) | def PUT(self, url, headers=None, query_params=None, post_params=None, method PATCH (line 297) | def PATCH(self, url, headers=None, query_params=None, post_params=None, FILE: kubernetes/e2e_test/base.py function get_e2e_configuration (line 23) | def get_e2e_configuration(): FILE: kubernetes/e2e_test/port_server.py class PortServer (line 8) | class PortServer: method __init__ (line 9) | def __init__(self, port): method handler (line 19) | def handler(self, request, address, server): FILE: kubernetes/e2e_test/test_apps.py class TestClientApps (line 25) | class TestClientApps(unittest.TestCase): method setUpClass (line 28) | def setUpClass(cls): method test_create_deployment (line 31) | def test_create_deployment(self): method test_create_daemonset (line 71) | def test_create_daemonset(self): FILE: kubernetes/e2e_test/test_batch.py class TestClientBatch (line 23) | class TestClientBatch(unittest.TestCase): method setUpClass (line 26) | def setUpClass(cls): method test_job_apis (line 29) | def test_job_apis(self): FILE: kubernetes/e2e_test/test_client.py function short_uuid (line 41) | def short_uuid(): function manifest_with_command (line 46) | def manifest_with_command(name, command): class TestClient (line 67) | class TestClient(unittest.TestCase): method setUpClass (line 70) | def setUpClass(cls): method test_pod_apis (line 73) | def test_pod_apis(self): method test_exit_code (line 204) | def test_exit_code(self): method test_portforward_raw (line 274) | def test_portforward_raw(self): method test_portforward_http (line 418) | def test_portforward_http(self): method test_service_apis (line 477) | def test_service_apis(self): method test_replication_controller_apis (line 516) | def test_replication_controller_apis(self): method test_configmap_apis (line 549) | def test_configmap_apis(self): method test_node_apis (line 600) | def test_node_apis(self): FILE: kubernetes/e2e_test/test_utils.py class TestUtils (line 27) | class TestUtils(unittest.TestCase): method setUpClass (line 30) | def setUpClass(cls): method tearDownClass (line 42) | def tearDownClass(cls): method test_create_apps_deployment_from_yaml (line 49) | def test_create_apps_deployment_from_yaml(self): method test_create_apps_deployment_from_yaml_with_apply_is_idempotent (line 76) | def test_create_apps_deployment_from_yaml_with_apply_is_idempotent(self): method test_create_apps_deployment_from_yaml_object (line 118) | def test_create_apps_deployment_from_yaml_object(self): method test_create_apps_deployment_from_yaml_obj (line 150) | def test_create_apps_deployment_from_yaml_obj(self): method test_create_pod_from_yaml (line 174) | def test_create_pod_from_yaml(self): method test_create_service_from_yaml (line 193) | def test_create_service_from_yaml(self): method test_create_namespace_from_yaml (line 211) | def test_create_namespace_from_yaml(self): method test_create_rbac_role_from_yaml (line 226) | def test_create_rbac_role_from_yaml(self): method test_create_rbac_role_from_yaml_with_verbose_enabled (line 243) | def test_create_rbac_role_from_yaml_with_verbose_enabled(self): method test_create_deployment_non_default_namespace_from_yaml (line 260) | def test_create_deployment_non_default_namespace_from_yaml(self): method test_create_apiservice_from_yaml_with_conflict (line 284) | def test_create_apiservice_from_yaml_with_conflict(self): method test_create_general_list_from_yaml (line 320) | def test_create_general_list_from_yaml(self): method test_create_namespace_list_from_yaml (line 348) | def test_create_namespace_list_from_yaml(self): method test_create_implicit_service_list_from_yaml_with_conflict (line 370) | def test_create_implicit_service_list_from_yaml_with_conflict(self): method test_create_multi_resource_from_directory (line 399) | def test_create_multi_resource_from_directory(self): method test_create_from_multi_resource_yaml (line 432) | def test_create_from_multi_resource_yaml(self): method test_create_from_list_in_multi_resource_yaml (line 463) | def test_create_from_list_in_multi_resource_yaml(self): method test_create_from_multi_resource_yaml_with_conflict (line 503) | def test_create_from_multi_resource_yaml_with_conflict(self): method test_create_from_multi_resource_yaml_with_multi_conflicts (line 540) | def test_create_from_multi_resource_yaml_with_multi_conflicts(self): method test_create_namespaced_apps_deployment_from_yaml (line 567) | def test_create_namespaced_apps_deployment_from_yaml(self): method test_create_from_list_in_multi_resource_yaml_namespaced (line 584) | def test_create_from_list_in_multi_resource_yaml_namespaced(self): method test_metrics_utilities_integration (line 611) | def test_metrics_utilities_integration(self): class TestUtilsUnitTests (line 678) | class TestUtilsUnitTests(unittest.TestCase): method test_parse_quantity (line 680) | def test_parse_quantity(self): method test_format_quantity (line 723) | def test_format_quantity(self): FILE: kubernetes/e2e_test/test_watch.py function short_uuid (line 24) | def short_uuid(): function config_map_with_value (line 29) | def config_map_with_value(name, value): class TestClient (line 44) | class TestClient(unittest.TestCase): method setUpClass (line 47) | def setUpClass(cls): method test_watch_configmaps (line 50) | def test_watch_configmaps(self): FILE: kubernetes/test/test_api_client.py class TestApiClient (line 12) | class TestApiClient(unittest.TestCase): method test_context_manager_closes_threadpool (line 14) | def test_context_manager_closes_threadpool(self): method test_atexit_closes_threadpool (line 21) | def test_atexit_closes_threadpool(self): method test_deserialize_dict_syntax_compatibility (line 28) | def test_deserialize_dict_syntax_compatibility(self): method test_rest_proxycare (line 55) | def test_rest_proxycare(self): FILE: kubernetes/test/test_metrics.py class TestMetrics (line 20) | class TestMetrics(unittest.TestCase): method setUp (line 22) | def setUp(self): method test_get_nodes_metrics_success (line 26) | def test_get_nodes_metrics_success(self, mock_custom_api_class): method test_get_pods_metrics_success (line 58) | def test_get_pods_metrics_success(self, mock_custom_api_class): method test_get_pods_metrics_with_label_selector (line 95) | def test_get_pods_metrics_with_label_selector(self, mock_custom_api_cl... method test_get_pods_metrics_empty_namespace_raises_error (line 113) | def test_get_pods_metrics_empty_namespace_raises_error(self): method test_get_pods_metrics_none_namespace_raises_error (line 120) | def test_get_pods_metrics_none_namespace_raises_error(self): method test_get_pods_metrics_in_all_namespaces_success (line 128) | def test_get_pods_metrics_in_all_namespaces_success(self, mock_get_pods): method test_get_pods_metrics_in_all_namespaces_with_errors (line 147) | def test_get_pods_metrics_in_all_namespaces_with_errors(self, mock_get... method test_get_pods_metrics_in_all_namespaces_with_label_selector (line 167) | def test_get_pods_metrics_in_all_namespaces_with_label_selector(self, ... FILE: kubernetes/utils/create_from_yaml.py function create_from_directory (line 27) | def create_from_directory( function create_from_yaml (line 99) | def create_from_yaml( function create_from_dict (line 184) | def create_from_dict( function create_from_yaml_single_item (line 253) | def create_from_yaml_single_item( class FailToCreateError (line 309) | class FailToCreateError(Exception): method __init__ (line 315) | def __init__(self, api_exceptions): method __str__ (line 318) | def __str__(self): FILE: kubernetes/utils/duration.py function parse_duration (line 31) | def parse_duration(duration) -> datetime.timedelta: function format_duration (line 83) | def format_duration(delta: datetime.timedelta) -> str: FILE: kubernetes/utils/metrics.py function get_nodes_metrics (line 29) | def get_nodes_metrics(api_client): function get_pods_metrics (line 78) | def get_pods_metrics(api_client, namespace, label_selector=None): function get_pods_metrics_in_all_namespaces (line 155) | def get_pods_metrics_in_all_namespaces(api_client, namespaces, label_sel... FILE: kubernetes/utils/quantity.py function parse_quantity (line 30) | def parse_quantity(quantity): function format_quantity (line 88) | def format_quantity(quantity_value, suffix, quantize=None) -> str: