LocalKubernetesReference interface

Kubernetes 參考

屬性

apiGroup

APIGroup 是所參考資源的群組。 如果未指定 APIGroup,指定的 Kind 必須位於核心 API 群組中。 對於任何其他第三方類型,需要 APIGroup。

kind

種類是所參考的資源類型

name

Name 是所參考的資源名稱

屬性詳細資料

apiGroup

APIGroup 是所參考資源的群組。 如果未指定 APIGroup,指定的 Kind 必須位於核心 API 群組中。 對於任何其他第三方類型,需要 APIGroup。

apiGroup?: string

屬性值

string

kind

種類是所參考的資源類型

kind: string

屬性值

string

name

Name 是所參考的資源名稱

name: string

屬性值

string