Uses of Class
com.tencentcloudapi.apigateway.v20180808.models.K8sLabel
-
Packages that use K8sLabel Package Description com.tencentcloudapi.apigateway.v20180808.models -
-
Uses of K8sLabel in com.tencentcloudapi.apigateway.v20180808.models
Methods in com.tencentcloudapi.apigateway.v20180808.models that return K8sLabel Modifier and Type Method Description K8sLabel[]K8sService. getExtraLabels()Get 额外选择的Pod的LabelMethods in com.tencentcloudapi.apigateway.v20180808.models with parameters of type K8sLabel Modifier and Type Method Description voidK8sService. setExtraLabels(K8sLabel[] ExtraLabels)Set 额外选择的Pod的LabelConstructors in com.tencentcloudapi.apigateway.v20180808.models with parameters of type K8sLabel Constructor Description K8sLabel(K8sLabel source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-