v1alpha2

package
v0.1.3 Latest Latest
Warning

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

Go to latest
Published: Jan 11, 2021 License: Apache-2.0 Imports: 1 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DevOpsProject

type DevOpsProject struct {
	ProjectId   string    `json:"project_id" db:"project_id" description:"ProjectId must be unique within a workspace, it is generated by kubesphere."`
	Name        string    `json:"name" description:"DevOps Projects's Name"`
	Description string    `json:"description,omitempty" description:"DevOps Projects's Description, used to describe the DevOps Project"`
	Creator     string    `json:"creator" description:"Creator's username"`
	CreateTime  time.Time `json:"create_time" description:"DevOps Project's Creation time"`
	Status      string    `json:"status" description:"DevOps project's status. e.g. active"`
	Visibility  string    `json:"visibility,omitempty" description:"Deprecated Field"`
	Extra       string    `json:"extra,omitempty" description:"Internal Use"`
	Workspace   string    `json:"workspace" description:"The workspace to which the devops project belongs"`
}

type PageableDevOpsProject

type PageableDevOpsProject struct {
	Items      []*DevOpsProject `json:"items"`
	TotalCount int              `json:"total_count"`
}

Jump to

Keyboard shortcuts

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