Documentation
¶
Index ¶
Constants ¶
View Source
const ( // PageSize represents the max number of items to fetch from the GCP API // during a paginated call. PageSize = 100 // ProjectsPrefix is the prefix for project identifiers. ProjectsPrefix = "projects/" // ZonesPrefix is the prefix for zone identifiers. ZonesPrefix = "zones/" // RegionsPrefix is the prefix for region identifiers. RegionsPrefix = "regions/" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.