Uses of Class
com.tencentcloudapi.scf.v20180416.models.K8SLabel
-
Packages that use K8SLabel Package Description com.tencentcloudapi.scf.v20180416.models -
-
Uses of K8SLabel in com.tencentcloudapi.scf.v20180416.models
Methods in com.tencentcloudapi.scf.v20180416.models that return K8SLabel Modifier and Type Method Description K8SLabel[]NamespaceResourceEnvTKE. getNodeSelector()Get node选择器 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.scf.v20180416.models with parameters of type K8SLabel Modifier and Type Method Description voidNamespaceResourceEnvTKE. setNodeSelector(K8SLabel[] NodeSelector)Set node选择器 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.scf.v20180416.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.
-