Skip to main content

@swamp/gcp/gkehub

v2026.04.23.1

Google Cloud gkehub infrastructure models

Repository

https://github.com/systeminit/swamp-extensions

Labels

gcpgoogle-cloudgkehubcloudinfrastructure

Contents

Quality score

Verified by Swamp

How well-documented and verifiable this extension is.

100%

Grade A

  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive1/1earned
  • Most symbols documented1/1earned
  • No slow types1/1earned
  • Has description1/1earned
  • At least one platform tag (or universal)1/1earned
  • Two or more platform tags (or universal)1/1earned
  • License declared1/1earned
  • Verified public repository2/2earned

Install

$ swamp extension pull @swamp/gcp/gkehub

@swamp/gcp/gkehub/locationsv2026.04.23.1locations.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
getGet a locations
ArgumentTypeDescription
identifierstringThe name of the locations
syncSync locations state from GCP

Resources

state(infinite)— A resource that represents a Google Cloud location.
@swamp/gcp/gkehub/memberships-featuresv2026.04.23.1memberships_features.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
labels?recordGoogle Cloud labels for this MembershipFeature.
lifecycleState?objectLifecycleState describes the state of a MembershipFeature *resource* in the GkeHub API. See `FeatureState` for the "running state" of the MembershipFeature.
spec?objectFeatureSpec contains user input per-feature spec information.
state?objectFeatureState contains high-level state information and per-feature state information for this MembershipFeature.
featureId?stringRequired. The ID of the membership_feature to create.
requestId?stringIdempotent request UUID.
location?stringThe location for this resource (e.g., 'us', 'us-central1', 'europe-west1')
createCreate a features
getGet a features
ArgumentTypeDescription
identifierstringThe name of the features
updateUpdate features attributes
deleteDelete the features
ArgumentTypeDescription
identifierstringThe name of the features
syncSync features state from GCP

Resources

state(infinite)— MembershipFeature represents the settings and status of a Fleet Feature enabl...