共用方式為


Resources interface

網路函式元件的資源。

屬性

daemonSets

與元件資源相關的精靈集。

deployments

與元件資源相關的部署。

pods

與元件資源相關的 Pod。

replicaSets

與元件資源相關的複本集。

statefulSets

與元件資源相關的具狀態集合。

屬性詳細資料

daemonSets

與元件資源相關的精靈集。

daemonSets?: DaemonSet[]

屬性值

deployments

與元件資源相關的部署。

deployments?: Deployment[]

屬性值

pods

與元件資源相關的 Pod。

pods?: Pod[]

屬性值

Pod[]

replicaSets

與元件資源相關的複本集。

replicaSets?: ReplicaSet[]

屬性值

statefulSets

與元件資源相關的具狀態集合。

statefulSets?: StatefulSet[]

屬性值