Package com.nt.udc.kubernates
Class KubernatesApi
java.lang.Object
com.nt.udc.kubernates.KubernatesApi
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
return true, if pod is scalingDown, else false
-
Field Details
-
kubernatesServiceHost
-
kubernatesTCPPort
-
namespaces
-
ocomcStsName
-
apiServerBaseURL
-
caCertPath
-
tokenPath
-
podScalingDownUrlTemplate
- See Also:
-
successStausCode
public static final int successStausCode- See Also:
-
notFoundStausCode
public static final int notFoundStausCode- See Also:
-
-
Constructor Details
-
KubernatesApi
public KubernatesApi()
-
-
Method Details
-
isPodScalingDown
public static boolean isPodScalingDown()return true, if pod is scalingDown, else false
-