Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GcpConnector ¶
type GcpConnector struct { BucketName string BaseCidrRange string FileName string // contains filtered or unexported fields }
func New ¶
func New(bucketName string, baseCidr string) GcpConnector
func (*GcpConnector) ReadRemote ¶
func (gcp *GcpConnector) ReadRemote(ctx context.Context) (*NetworkConfig, error)
func (*GcpConnector) RecursiveRetryReadWrite ¶
func (gcp *GcpConnector) RecursiveRetryReadWrite(ctx context.Context, retryCount int8) error
func (*GcpConnector) WriteRemote ¶
func (gcp *GcpConnector) WriteRemote(networkConfig *NetworkConfig, ctx context.Context) error
type NetworkConfig ¶
Click to show internal directories.
Click to hide internal directories.