Uses of Class
com.tencentcloudapi.iecp.v20210914.models.Label
-
Packages that use Label Package Description com.tencentcloudapi.iecp.v20210914.models -
-
Uses of Label in com.tencentcloudapi.iecp.v20210914.models
Methods in com.tencentcloudapi.iecp.v20210914.models that return Label Modifier and Type Method Description Label[]ApplicationBasicConfig. getLabels()Get 标签信息Label[]Service. getLabels()Get 标签Label[]ApplicationBasicConfig. getNodeSelector()Get NodeSelector标签Methods in com.tencentcloudapi.iecp.v20210914.models with parameters of type Label Modifier and Type Method Description voidApplicationBasicConfig. setLabels(Label[] Labels)Set 标签信息voidService. setLabels(Label[] Labels)Set 标签voidApplicationBasicConfig. setNodeSelector(Label[] NodeSelector)Set NodeSelector标签Constructors in com.tencentcloudapi.iecp.v20210914.models with parameters of type Label Constructor Description Label(Label 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.
-