# coding: utf-8 """ Kubernetes No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 OpenAPI spec version: v1.15.3 Generated by: https://openapi-generator.tech """ from __future__ import absolute_import import unittest import kubernetes.client from kubernetes.client.models.apps_v1beta1_scale import AppsV1beta1Scale # noqa: E501 from kubernetes.client.rest import ApiException class TestAppsV1beta1Scale(unittest.TestCase): """AppsV1beta1Scale unit test stubs""" def setUp(self): pass def tearDown(self): pass def testAppsV1beta1Scale(self): """Test AppsV1beta1Scale""" # FIXME: construct object with mandatory attributes with example values # model = kubernetes.client.models.apps_v1beta1_scale.AppsV1beta1Scale() # noqa: E501 pass if __name__ == '__main__': unittest.main()