type cloud.google.com/go/container/apiv1.UsableSubnetworkIterator
7 uses
cloud.google.com/go/container/apiv1 (current package)
cluster_manager_client.go#L977: func (c *ClusterManagerClient) ListUsableSubnetworks(ctx context.Context, req *containerpb.ListUsableSubnetworksRequest, opts ...gax.CallOption) *UsableSubnetworkIterator {
cluster_manager_client.go#L981: it := &UsableSubnetworkIterator{}
cluster_manager_client.go#L1018: type UsableSubnetworkIterator struct {
cluster_manager_client.go#L1038: func (it *UsableSubnetworkIterator) PageInfo() *iterator.PageInfo {
cluster_manager_client.go#L1044: func (it *UsableSubnetworkIterator) Next() (*containerpb.UsableSubnetwork, error) {
cluster_manager_client.go#L1054: func (it *UsableSubnetworkIterator) bufLen() int {
cluster_manager_client.go#L1058: func (it *UsableSubnetworkIterator) takeBuf() interface{} {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |