GDC Virtual API (gkeonprem:v1)

2023-05-14

3 updated methods

Updates

    Methods
  • gkeonprem.projects.locations.vmwareClusters.get

      Parameters :

        view

          Location : query

          Enum Descriptions :

        • If the value is not set, the default `FULL` view is used.
        • Includes basic information of a cluster resource including cluster resource name and admin cluster membership.
        • Includes the complete configuration for VMware cluster resource. This is the default value for GetVmwareClusterRequest method.
        • Enum :

        • CLUSTER_VIEW_UNSPECIFIED
        • BASIC
        • FULL
        • Type : string

          Description : View for VMware user cluster. When `BASIC` is specified, only the cluster resource name and admin cluster membership are returned. The default/unset value `CLUSTER_VIEW_UNSPECIFIED` is the same as `FULL', which returns the complete cluster configuration details.

  • gkeonprem.projects.locations.bareMetalClusters.get

      Parameters :

        view

          Description : View for bare metal user cluster. When `BASIC` is specified, only the cluster resource name and admin cluster membership are returned. The default/unset value `CLUSTER_VIEW_UNSPECIFIED` is the same as `FULL', which returns the complete cluster configuration details.

          Location : query

          Enum Descriptions :

        • If the value is not set, the default `FULL` view is used.
        • Includes basic information of a cluster resource including cluster resource name and admin cluster membership.
        • Includes the complete configuration for bare metal cluster resource. This is the default value for GetBareMetalClusterRequest method.
        • Type : string

          Enum :

        • CLUSTER_VIEW_UNSPECIFIED
        • BASIC
        • FULL

  • gkeonprem.projects.locations.bareMetalAdminClusters.get

      Parameters :

        view

          Enum :

        • CLUSTER_VIEW_UNSPECIFIED
        • BASIC
        • FULL
        • Location : query

          Description : View for bare metal admin cluster. When `BASIC` is specified, only the cluster resource name and membership are returned. The default/unset value `CLUSTER_VIEW_UNSPECIFIED` is the same as `FULL', which returns the complete cluster configuration details.

          Type : string

          Enum Descriptions :

        • If the value is not set, the default `FULL` view is used.
        • Includes basic information of a cluster resource including cluster resource name and membership.
        • Includes the complete configuration for bare metal admin cluster resource. This is the default value for GetBareMetalAdminClusterRequest method.