platform

package
v0.3.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 13, 2022 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Folder

type Folder struct {
	Folders  []Folder
	Projects []Project
	Members  []iam.Member
	Bindings []iam.Binding
}

func (*Folder) AllFolders

func (f *Folder) AllFolders() []Folder

type Organization

type Organization struct {
	Folders  []Folder
	Projects []Project
	Members  []iam.Member
	Bindings []iam.Binding
}

type Platform

type Platform struct {
	Organizations []Organization
}

func (*Platform) AllFolders

func (p *Platform) AllFolders() []Folder

func (*Platform) AllProjects

func (p *Platform) AllProjects() []Project

type Project

type Project struct {
	AutoCreateNetwork types.BoolValue
	Members           []iam.Member
	Bindings          []iam.Binding
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL