Documentation ¶
Index ¶
- Variables
- type Client
- func (*Client) Descriptor() ([]byte, []int)deprecated
- func (x *Client) GetChefType() string
- func (x *Client) GetClientKey() *ClientAccessKey
- func (x *Client) GetClientName() string
- func (x *Client) GetJsonClass() string
- func (x *Client) GetName() string
- func (x *Client) GetOrgName() string
- func (x *Client) GetValidator() bool
- func (*Client) ProtoMessage()
- func (x *Client) ProtoReflect() protoreflect.Message
- func (x *Client) Reset()
- func (x *Client) String() string
- type ClientAccessKey
- func (*ClientAccessKey) Descriptor() ([]byte, []int)deprecated
- func (x *ClientAccessKey) GetExpirationDate() string
- func (x *ClientAccessKey) GetName() string
- func (x *ClientAccessKey) GetPublicKey() string
- func (*ClientAccessKey) ProtoMessage()
- func (x *ClientAccessKey) ProtoReflect() protoreflect.Message
- func (x *ClientAccessKey) Reset()
- func (x *ClientAccessKey) String() string
- type ClientKey
- func (*ClientKey) Descriptor() ([]byte, []int)deprecated
- func (x *ClientKey) GetExpirationDate() string
- func (x *ClientKey) GetName() string
- func (x *ClientKey) GetPrivateKey() string
- func (x *ClientKey) GetPublicKey() string
- func (*ClientKey) ProtoMessage()
- func (x *ClientKey) ProtoReflect() protoreflect.Message
- func (x *ClientKey) Reset()
- func (x *ClientKey) String() string
- type ClientListItem
- func (*ClientListItem) Descriptor() ([]byte, []int)deprecated
- func (x *ClientListItem) GetName() string
- func (x *ClientListItem) GetValidator() bool
- func (*ClientListItem) ProtoMessage()
- func (x *ClientListItem) ProtoReflect() protoreflect.Message
- func (x *ClientListItem) Reset()
- func (x *ClientListItem) String() string
- type Clients
- func (*Clients) Descriptor() ([]byte, []int)deprecated
- func (x *Clients) GetClients() []*ClientListItem
- func (x *Clients) GetPage() int32
- func (x *Clients) GetTotal() int32
- func (*Clients) ProtoMessage()
- func (x *Clients) ProtoReflect() protoreflect.Message
- func (x *Clients) Reset()
- func (x *Clients) String() string
- type Cookbook
- func (*Cookbook) Descriptor() ([]byte, []int)deprecated
- func (x *Cookbook) GetAccess() *CookbookAccess
- func (x *Cookbook) GetAttributes() []*CookbookItem
- func (x *Cookbook) GetChefType() string
- func (x *Cookbook) GetCookbookName() string
- func (x *Cookbook) GetDefinitions() []*CookbookItem
- func (x *Cookbook) GetFiles() []*CookbookItem
- func (x *Cookbook) GetFrozen() bool
- func (x *Cookbook) GetJsonClass() string
- func (x *Cookbook) GetLibraries() []*CookbookItem
- func (x *Cookbook) GetMetadata() *CookbookMeta
- func (x *Cookbook) GetName() string
- func (x *Cookbook) GetProviders() []*CookbookItem
- func (x *Cookbook) GetRecipes() []*CookbookItem
- func (x *Cookbook) GetResources() []*CookbookItem
- func (x *Cookbook) GetRootFiles() []*CookbookItem
- func (x *Cookbook) GetTemplates() []*CookbookItem
- func (x *Cookbook) GetVersion() string
- func (*Cookbook) ProtoMessage()
- func (x *Cookbook) ProtoReflect() protoreflect.Message
- func (x *Cookbook) Reset()
- func (x *Cookbook) String() string
- type CookbookAccess
- func (*CookbookAccess) Descriptor() ([]byte, []int)deprecated
- func (x *CookbookAccess) GetCreate() bool
- func (x *CookbookAccess) GetDelete() bool
- func (x *CookbookAccess) GetGrant() bool
- func (x *CookbookAccess) GetRead() bool
- func (x *CookbookAccess) GetUpdate() bool
- func (*CookbookAccess) ProtoMessage()
- func (x *CookbookAccess) ProtoReflect() protoreflect.Message
- func (x *CookbookAccess) Reset()
- func (x *CookbookAccess) String() string
- type CookbookFileContent
- func (*CookbookFileContent) Descriptor() ([]byte, []int)deprecated
- func (x *CookbookFileContent) GetContent() string
- func (*CookbookFileContent) ProtoMessage()
- func (x *CookbookFileContent) ProtoReflect() protoreflect.Message
- func (x *CookbookFileContent) Reset()
- func (x *CookbookFileContent) String() string
- type CookbookItem
- func (*CookbookItem) Descriptor() ([]byte, []int)deprecated
- func (x *CookbookItem) GetChecksum() string
- func (x *CookbookItem) GetName() string
- func (x *CookbookItem) GetPath() string
- func (x *CookbookItem) GetSpecificity() string
- func (x *CookbookItem) GetUrl() string
- func (*CookbookItem) ProtoMessage()
- func (x *CookbookItem) ProtoReflect() protoreflect.Message
- func (x *CookbookItem) Reset()
- func (x *CookbookItem) String() string
- type CookbookLock
- func (*CookbookLock) Descriptor() ([]byte, []int)deprecated
- func (x *CookbookLock) GetCacheKey() string
- func (x *CookbookLock) GetDottedIdentifier() string
- func (x *CookbookLock) GetIdentifier() string
- func (x *CookbookLock) GetName() string
- func (x *CookbookLock) GetScmDetail() *SCMDetail
- func (x *CookbookLock) GetSource() string
- func (x *CookbookLock) GetSourceOptions() *SourceOptions
- func (x *CookbookLock) GetVersion() string
- func (*CookbookLock) ProtoMessage()
- func (x *CookbookLock) ProtoReflect() protoreflect.Message
- func (x *CookbookLock) Reset()
- func (x *CookbookLock) String() string
- type CookbookMeta
- func (*CookbookMeta) Descriptor() ([]byte, []int)deprecated
- func (x *CookbookMeta) GetDescription() string
- func (x *CookbookMeta) GetLicense() string
- func (x *CookbookMeta) GetLongDescription() string
- func (x *CookbookMeta) GetMaintainer() string
- func (x *CookbookMeta) GetMaintainerEmail() string
- func (x *CookbookMeta) GetName() string
- func (x *CookbookMeta) GetVersion() string
- func (*CookbookMeta) ProtoMessage()
- func (x *CookbookMeta) ProtoReflect() protoreflect.Message
- func (x *CookbookMeta) Reset()
- func (x *CookbookMeta) String() string
- type CookbookVersion
- func (*CookbookVersion) Descriptor() ([]byte, []int)deprecated
- func (x *CookbookVersion) GetName() string
- func (x *CookbookVersion) GetVersion() string
- func (*CookbookVersion) ProtoMessage()
- func (x *CookbookVersion) ProtoReflect() protoreflect.Message
- func (x *CookbookVersion) Reset()
- func (x *CookbookVersion) String() string
- type CookbookVersions
- func (*CookbookVersions) Descriptor() ([]byte, []int)deprecated
- func (x *CookbookVersions) GetName() string
- func (x *CookbookVersions) GetVersions() []string
- func (*CookbookVersions) ProtoMessage()
- func (x *CookbookVersions) ProtoReflect() protoreflect.Message
- func (x *CookbookVersions) Reset()
- func (x *CookbookVersions) String() string
- type Cookbooks
- type CreateClient
- func (*CreateClient) Descriptor() ([]byte, []int)deprecated
- func (x *CreateClient) GetClientKey() *ClientKey
- func (x *CreateClient) GetName() string
- func (*CreateClient) ProtoMessage()
- func (x *CreateClient) ProtoReflect() protoreflect.Message
- func (x *CreateClient) Reset()
- func (x *CreateClient) String() string
- type CreateDataBag
- type CreateDataBagItem
- func (*CreateDataBagItem) Descriptor() ([]byte, []int)deprecated
- func (x *CreateDataBagItem) GetId() string
- func (x *CreateDataBagItem) GetName() string
- func (*CreateDataBagItem) ProtoMessage()
- func (x *CreateDataBagItem) ProtoReflect() protoreflect.Message
- func (x *CreateDataBagItem) Reset()
- func (x *CreateDataBagItem) String() string
- type CreateOrg
- type CreateServer
- type DataBag
- type DataBagItem
- func (*DataBagItem) Descriptor() ([]byte, []int)deprecated
- func (x *DataBagItem) GetData() string
- func (x *DataBagItem) GetId() string
- func (x *DataBagItem) GetName() string
- func (*DataBagItem) ProtoMessage()
- func (x *DataBagItem) ProtoReflect() protoreflect.Message
- func (x *DataBagItem) Reset()
- func (x *DataBagItem) String() string
- type DataBagItems
- func (*DataBagItems) Descriptor() ([]byte, []int)deprecated
- func (x *DataBagItems) GetItems() []*DataBagListItem
- func (x *DataBagItems) GetName() string
- func (x *DataBagItems) GetPage() int32
- func (x *DataBagItems) GetTotal() int32
- func (*DataBagItems) ProtoMessage()
- func (x *DataBagItems) ProtoReflect() protoreflect.Message
- func (x *DataBagItems) Reset()
- func (x *DataBagItems) String() string
- type DataBagListItem
- type DataBags
- type DeleteNode
- type DeleteOrg
- type DeletePolicyfile
- type DeleteServer
- type DepedenciesData
- func (*DepedenciesData) Descriptor() ([]byte, []int)deprecated
- func (x *DepedenciesData) GetName() string
- func (x *DepedenciesData) GetVersion() string
- func (*DepedenciesData) ProtoMessage()
- func (x *DepedenciesData) ProtoReflect() protoreflect.Message
- func (x *DepedenciesData) Reset()
- func (x *DepedenciesData) String() string
- type Environment
- func (*Environment) Descriptor() ([]byte, []int)deprecated
- func (x *Environment) GetChefType() string
- func (x *Environment) GetCookbookVersions() map[string]string
- func (x *Environment) GetDefaultAttributes() string
- func (x *Environment) GetDescription() string
- func (x *Environment) GetJsonClass() string
- func (x *Environment) GetName() string
- func (x *Environment) GetOverrideAttributes() string
- func (*Environment) ProtoMessage()
- func (x *Environment) ProtoReflect() protoreflect.Message
- func (x *Environment) Reset()
- func (x *Environment) String() string
- type EnvironmentListItem
- func (*EnvironmentListItem) Descriptor() ([]byte, []int)deprecated
- func (x *EnvironmentListItem) GetDescription() string
- func (x *EnvironmentListItem) GetName() string
- func (*EnvironmentListItem) ProtoMessage()
- func (x *EnvironmentListItem) ProtoReflect() protoreflect.Message
- func (x *EnvironmentListItem) Reset()
- func (x *EnvironmentListItem) String() string
- type EnvironmentRecipesList
- func (*EnvironmentRecipesList) Descriptor() ([]byte, []int)deprecated
- func (x *EnvironmentRecipesList) GetRecipes() []string
- func (*EnvironmentRecipesList) ProtoMessage()
- func (x *EnvironmentRecipesList) ProtoReflect() protoreflect.Message
- func (x *EnvironmentRecipesList) Reset()
- func (x *EnvironmentRecipesList) String() string
- type Environments
- func (*Environments) Descriptor() ([]byte, []int)deprecated
- func (x *Environments) GetEnvironments() []*EnvironmentListItem
- func (x *Environments) GetPage() int32
- func (x *Environments) GetTotal() int32
- func (*Environments) ProtoMessage()
- func (x *Environments) ProtoReflect() protoreflect.Message
- func (x *Environments) Reset()
- func (x *Environments) String() string
- type ExpandedRunList
- func (*ExpandedRunList) Descriptor() ([]byte, []int)deprecated
- func (x *ExpandedRunList) GetId() string
- func (x *ExpandedRunList) GetRunList() []*RunList
- func (*ExpandedRunList) ProtoMessage()
- func (x *ExpandedRunList) ProtoReflect() protoreflect.Message
- func (x *ExpandedRunList) Reset()
- func (x *ExpandedRunList) String() string
- type GetOrg
- type GetOrgs
- type GetServer
- type GetServerStatus
- func (*GetServerStatus) Descriptor() ([]byte, []int)deprecated
- func (x *GetServerStatus) GetKeygen() map[string]int32
- func (x *GetServerStatus) GetStatus() string
- func (x *GetServerStatus) GetUpstreams() map[string]string
- func (*GetServerStatus) ProtoMessage()
- func (x *GetServerStatus) ProtoReflect() protoreflect.Message
- func (x *GetServerStatus) Reset()
- func (x *GetServerStatus) String() string
- type GetServers
- type GroupPolicy
- func (*GroupPolicy) Descriptor() ([]byte, []int)deprecated
- func (x *GroupPolicy) GetName() string
- func (x *GroupPolicy) GetRevisionId() string
- func (*GroupPolicy) ProtoMessage()
- func (x *GroupPolicy) ProtoReflect() protoreflect.Message
- func (x *GroupPolicy) Reset()
- func (x *GroupPolicy) String() string
- type IncludedPolicyLock
- func (*IncludedPolicyLock) Descriptor() ([]byte, []int)deprecated
- func (x *IncludedPolicyLock) GetName() string
- func (x *IncludedPolicyLock) GetRevisionId() string
- func (x *IncludedPolicyLock) GetSourceOptions() *SourceOptions
- func (*IncludedPolicyLock) ProtoMessage()
- func (x *IncludedPolicyLock) ProtoReflect() protoreflect.Message
- func (x *IncludedPolicyLock) Reset()
- func (x *IncludedPolicyLock) String() string
- type NamedRunList
- func (*NamedRunList) Descriptor() ([]byte, []int)deprecated
- func (x *NamedRunList) GetName() string
- func (x *NamedRunList) GetRunList() []string
- func (*NamedRunList) ProtoMessage()
- func (x *NamedRunList) ProtoReflect() protoreflect.Message
- func (x *NamedRunList) Reset()
- func (x *NamedRunList) String() string
- type Node
- func (*Node) Descriptor() ([]byte, []int)deprecated
- func (x *Node) GetAutomaticAttributes() string
- func (x *Node) GetDefaultAttributes() string
- func (x *Node) GetEnvironment() string
- func (x *Node) GetName() string
- func (x *Node) GetNodeId() string
- func (x *Node) GetNormalAttributes() string
- func (x *Node) GetOverrideAttributes() string
- func (x *Node) GetPolicyGroup() string
- func (x *Node) GetPolicyName() string
- func (x *Node) GetRunList() []string
- func (x *Node) GetTags() []string
- func (*Node) ProtoMessage()
- func (x *Node) ProtoReflect() protoreflect.Message
- func (x *Node) Reset()
- func (x *Node) String() string
- type NodeAttribute
- func (*NodeAttribute) Descriptor() ([]byte, []int)deprecated
- func (x *NodeAttribute) GetCheckIn() string
- func (x *NodeAttribute) GetEnvironment() string
- func (x *NodeAttribute) GetFqdn() string
- func (x *NodeAttribute) GetId() string
- func (x *NodeAttribute) GetIpAddress() string
- func (x *NodeAttribute) GetName() string
- func (x *NodeAttribute) GetPlatform() string
- func (x *NodeAttribute) GetPolicyGroup() string
- func (x *NodeAttribute) GetUptime() string
- func (*NodeAttribute) ProtoMessage()
- func (x *NodeAttribute) ProtoReflect() protoreflect.Message
- func (x *NodeAttribute) Reset()
- func (x *NodeAttribute) String() string
- type NodeExpandedRunList
- func (*NodeExpandedRunList) Descriptor() ([]byte, []int)deprecated
- func (x *NodeExpandedRunList) GetId() string
- func (x *NodeExpandedRunList) GetRunList() []*RunList
- func (*NodeExpandedRunList) ProtoMessage()
- func (x *NodeExpandedRunList) ProtoReflect() protoreflect.Message
- func (x *NodeExpandedRunList) Reset()
- func (x *NodeExpandedRunList) String() string
- type Nodes
- type Org
- func (*Org) Descriptor() ([]byte, []int)deprecated
- func (x *Org) GetAdminUser() string
- func (x *Org) GetCredentialId() string
- func (x *Org) GetId() string
- func (x *Org) GetName() string
- func (x *Org) GetProjects() []string
- func (x *Org) GetServerId() string
- func (*Org) ProtoMessage()
- func (x *Org) ProtoReflect() protoreflect.Message
- func (x *Org) Reset()
- func (x *Org) String() string
- type OrgUsers
- type Policyfile
- func (*Policyfile) Descriptor() ([]byte, []int)deprecated
- func (x *Policyfile) GetCookbookLocks() []*CookbookLock
- func (x *Policyfile) GetDefaultAttributes() string
- func (x *Policyfile) GetExpandedRunList() []*ExpandedRunList
- func (x *Policyfile) GetIncludedPolicyLocks() []*IncludedPolicyLock
- func (x *Policyfile) GetName() string
- func (x *Policyfile) GetNamedRunList() []*NamedRunList
- func (x *Policyfile) GetOverrideAttributes() string
- func (x *Policyfile) GetPolicyGroup() string
- func (x *Policyfile) GetRevisionId() string
- func (x *Policyfile) GetRunList() []string
- func (x *Policyfile) GetSolutionDependecies() []*SolutionDependencies
- func (*Policyfile) ProtoMessage()
- func (x *Policyfile) ProtoReflect() protoreflect.Message
- func (x *Policyfile) Reset()
- func (x *Policyfile) String() string
- type PolicyfileListItem
- func (*PolicyfileListItem) Descriptor() ([]byte, []int)deprecated
- func (x *PolicyfileListItem) GetName() string
- func (x *PolicyfileListItem) GetPolicyGroup() string
- func (x *PolicyfileListItem) GetRevisionId() string
- func (*PolicyfileListItem) ProtoMessage()
- func (x *PolicyfileListItem) ProtoReflect() protoreflect.Message
- func (x *PolicyfileListItem) Reset()
- func (x *PolicyfileListItem) String() string
- type PolicyfileRevision
- func (*PolicyfileRevision) Descriptor() ([]byte, []int)deprecated
- func (x *PolicyfileRevision) GetRevisionId() string
- func (*PolicyfileRevision) ProtoMessage()
- func (x *PolicyfileRevision) ProtoReflect() protoreflect.Message
- func (x *PolicyfileRevision) Reset()
- func (x *PolicyfileRevision) String() string
- type PolicyfileRevisions
- func (*PolicyfileRevisions) Descriptor() ([]byte, []int)deprecated
- func (x *PolicyfileRevisions) GetRevisions() []*PolicyfileRevision
- func (*PolicyfileRevisions) ProtoMessage()
- func (x *PolicyfileRevisions) ProtoReflect() protoreflect.Message
- func (x *PolicyfileRevisions) Reset()
- func (x *PolicyfileRevisions) String() string
- type Policyfiles
- type Policygroup
- func (*Policygroup) Descriptor() ([]byte, []int)deprecated
- func (x *Policygroup) GetName() string
- func (x *Policygroup) GetPolicies() []*GroupPolicy
- func (x *Policygroup) GetUri() string
- func (*Policygroup) ProtoMessage()
- func (x *Policygroup) ProtoReflect() protoreflect.Message
- func (x *Policygroup) Reset()
- func (x *Policygroup) String() string
- type ResetClient
- func (*ResetClient) Descriptor() ([]byte, []int)deprecated
- func (x *ResetClient) GetClientKey() *ClientKey
- func (x *ResetClient) GetName() string
- func (*ResetClient) ProtoMessage()
- func (x *ResetClient) ProtoReflect() protoreflect.Message
- func (x *ResetClient) Reset()
- func (x *ResetClient) String() string
- type ResetOrgAdminKey
- type Role
- func (*Role) Descriptor() ([]byte, []int)deprecated
- func (x *Role) GetChefType() string
- func (x *Role) GetDefaultAttributes() string
- func (x *Role) GetDescription() string
- func (x *Role) GetJsonClass() string
- func (x *Role) GetName() string
- func (x *Role) GetOverrideAttributes() string
- func (x *Role) GetRunList() []string
- func (*Role) ProtoMessage()
- func (x *Role) ProtoReflect() protoreflect.Message
- func (x *Role) Reset()
- func (x *Role) String() string
- type RoleEnvironments
- type RoleListItem
- func (*RoleListItem) Descriptor() ([]byte, []int)deprecated
- func (x *RoleListItem) GetDescription() string
- func (x *RoleListItem) GetEnvironments() []string
- func (x *RoleListItem) GetName() string
- func (*RoleListItem) ProtoMessage()
- func (x *RoleListItem) ProtoReflect() protoreflect.Message
- func (x *RoleListItem) Reset()
- func (x *RoleListItem) String() string
- type Roles
- type RunList
- func (*RunList) Descriptor() ([]byte, []int)deprecated
- func (x *RunList) GetChildren() []*RunList
- func (x *RunList) GetError() string
- func (x *RunList) GetName() string
- func (x *RunList) GetPosition() int32
- func (x *RunList) GetSkipped() bool
- func (x *RunList) GetType() string
- func (x *RunList) GetVersion() string
- func (*RunList) ProtoMessage()
- func (x *RunList) ProtoReflect() protoreflect.Message
- func (x *RunList) Reset()
- func (x *RunList) String() string
- type SCMDetail
- func (*SCMDetail) Descriptor() ([]byte, []int)deprecated
- func (x *SCMDetail) GetName() string
- func (x *SCMDetail) GetPublished() bool
- func (x *SCMDetail) GetRemote() string
- func (x *SCMDetail) GetRevision() string
- func (x *SCMDetail) GetSynchronizedRemoteBranches() []string
- func (x *SCMDetail) GetWorkingTreeClean() bool
- func (*SCMDetail) ProtoMessage()
- func (x *SCMDetail) ProtoReflect() protoreflect.Message
- func (x *SCMDetail) Reset()
- func (x *SCMDetail) String() string
- type Server
- func (*Server) Descriptor() ([]byte, []int)deprecated
- func (x *Server) GetFqdn() string
- func (x *Server) GetId() string
- func (x *Server) GetIpAddress() string
- func (x *Server) GetName() string
- func (x *Server) GetOrgsCount() int32
- func (*Server) ProtoMessage()
- func (x *Server) ProtoReflect() protoreflect.Message
- func (x *Server) Reset()
- func (x *Server) String() string
- type ServerUsers
- type SolutionDependencies
- func (*SolutionDependencies) Descriptor() ([]byte, []int)deprecated
- func (x *SolutionDependencies) GetDependencies() []*DepedenciesData
- func (x *SolutionDependencies) GetName() string
- func (x *SolutionDependencies) GetVersion() string
- func (*SolutionDependencies) ProtoMessage()
- func (x *SolutionDependencies) ProtoReflect() protoreflect.Message
- func (x *SolutionDependencies) Reset()
- func (x *SolutionDependencies) String() string
- type SourceOptions
- type UpdateDataBagItem
- func (*UpdateDataBagItem) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateDataBagItem) GetItemId() string
- func (x *UpdateDataBagItem) GetName() string
- func (*UpdateDataBagItem) ProtoMessage()
- func (x *UpdateDataBagItem) ProtoReflect() protoreflect.Message
- func (x *UpdateDataBagItem) Reset()
- func (x *UpdateDataBagItem) String() string
- type UpdateNodeAttributes
- func (*UpdateNodeAttributes) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateNodeAttributes) GetAttributes() string
- func (x *UpdateNodeAttributes) GetName() string
- func (*UpdateNodeAttributes) ProtoMessage()
- func (x *UpdateNodeAttributes) ProtoReflect() protoreflect.Message
- func (x *UpdateNodeAttributes) Reset()
- func (x *UpdateNodeAttributes) String() string
- type UpdateNodeEnvironment
- func (*UpdateNodeEnvironment) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateNodeEnvironment) GetEnvironment() string
- func (x *UpdateNodeEnvironment) GetName() string
- func (*UpdateNodeEnvironment) ProtoMessage()
- func (x *UpdateNodeEnvironment) ProtoReflect() protoreflect.Message
- func (x *UpdateNodeEnvironment) Reset()
- func (x *UpdateNodeEnvironment) String() string
- type UpdateNodeTags
- type UpdateOrg
- type UpdateServer
- type UsersListItem
- func (*UsersListItem) Descriptor() ([]byte, []int)deprecated
- func (x *UsersListItem) GetEmail() string
- func (x *UsersListItem) GetFirstName() string
- func (x *UsersListItem) GetLastName() string
- func (x *UsersListItem) GetUsername() string
- func (*UsersListItem) ProtoMessage()
- func (x *UsersListItem) ProtoReflect() protoreflect.Message
- func (x *UsersListItem) Reset()
- func (x *UsersListItem) String() string
Constants ¶
This section is empty.
Variables ¶
var File_interservice_infra_proxy_response_clients_proto protoreflect.FileDescriptor
var File_interservice_infra_proxy_response_common_proto protoreflect.FileDescriptor
var File_interservice_infra_proxy_response_cookbooks_proto protoreflect.FileDescriptor
var File_interservice_infra_proxy_response_databags_proto protoreflect.FileDescriptor
var File_interservice_infra_proxy_response_environments_proto protoreflect.FileDescriptor
var File_interservice_infra_proxy_response_nodes_proto protoreflect.FileDescriptor
var File_interservice_infra_proxy_response_orgs_proto protoreflect.FileDescriptor
var File_interservice_infra_proxy_response_policyfiles_proto protoreflect.FileDescriptor
var File_interservice_infra_proxy_response_roles_proto protoreflect.FileDescriptor
var File_interservice_infra_proxy_response_servers_proto protoreflect.FileDescriptor
var File_interservice_infra_proxy_response_users_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { // Client name. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"` // Client name return by Chef Infra Server API. ClientName string `` /* 157-byte string literal not displayed */ // Chef organization name. OrgName string `` /* 142-byte string literal not displayed */ // Boolean indicates client type is validator or not. Validator bool `` /* 134-byte string literal not displayed */ // Client JSON class. JsonClass string `` /* 152-byte string literal not displayed */ // Chef object type. ChefType string `` /* 147-byte string literal not displayed */ // Client key detail. ClientKey *ClientAccessKey `` /* 152-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Client) Descriptor
deprecated
func (*Client) GetChefType ¶
func (*Client) GetClientKey ¶
func (x *Client) GetClientKey() *ClientAccessKey
func (*Client) GetClientName ¶
func (*Client) GetJsonClass ¶
func (*Client) GetOrgName ¶
func (*Client) GetValidator ¶
func (*Client) ProtoMessage ¶
func (*Client) ProtoMessage()
func (*Client) ProtoReflect ¶
func (x *Client) ProtoReflect() protoreflect.Message
type ClientAccessKey ¶
type ClientAccessKey struct { // Client key name. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"` // Client public key. PublicKey string `` /* 152-byte string literal not displayed */ // Client key expiration date string. ExpirationDate string `` /* 177-byte string literal not displayed */ // contains filtered or unexported fields }
func (*ClientAccessKey) Descriptor
deprecated
func (*ClientAccessKey) Descriptor() ([]byte, []int)
Deprecated: Use ClientAccessKey.ProtoReflect.Descriptor instead.
func (*ClientAccessKey) GetExpirationDate ¶
func (x *ClientAccessKey) GetExpirationDate() string
func (*ClientAccessKey) GetName ¶
func (x *ClientAccessKey) GetName() string
func (*ClientAccessKey) GetPublicKey ¶
func (x *ClientAccessKey) GetPublicKey() string
func (*ClientAccessKey) ProtoMessage ¶
func (*ClientAccessKey) ProtoMessage()
func (*ClientAccessKey) ProtoReflect ¶
func (x *ClientAccessKey) ProtoReflect() protoreflect.Message
func (*ClientAccessKey) Reset ¶
func (x *ClientAccessKey) Reset()
func (*ClientAccessKey) String ¶
func (x *ClientAccessKey) String() string
type ClientKey ¶
type ClientKey struct { // Client key name. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"` // Client public key. PublicKey string `` /* 152-byte string literal not displayed */ // Client key expiration date string. ExpirationDate string `` /* 177-byte string literal not displayed */ // Client private key. PrivateKey string `` /* 157-byte string literal not displayed */ // contains filtered or unexported fields }
func (*ClientKey) Descriptor
deprecated
func (*ClientKey) GetExpirationDate ¶
func (*ClientKey) GetPrivateKey ¶
func (*ClientKey) GetPublicKey ¶
func (*ClientKey) ProtoMessage ¶
func (*ClientKey) ProtoMessage()
func (*ClientKey) ProtoReflect ¶
func (x *ClientKey) ProtoReflect() protoreflect.Message
type ClientListItem ¶
type ClientListItem struct { // Client name. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"` // Boolean indicates client type is validator or not. Validator bool `` /* 134-byte string literal not displayed */ // contains filtered or unexported fields }
func (*ClientListItem) Descriptor
deprecated
func (*ClientListItem) Descriptor() ([]byte, []int)
Deprecated: Use ClientListItem.ProtoReflect.Descriptor instead.
func (*ClientListItem) GetName ¶
func (x *ClientListItem) GetName() string
func (*ClientListItem) GetValidator ¶
func (x *ClientListItem) GetValidator() bool
func (*ClientListItem) ProtoMessage ¶
func (*ClientListItem) ProtoMessage()
func (*ClientListItem) ProtoReflect ¶
func (x *ClientListItem) ProtoReflect() protoreflect.Message
func (*ClientListItem) Reset ¶
func (x *ClientListItem) Reset()
func (*ClientListItem) String ¶
func (x *ClientListItem) String() string
type Clients ¶
type Clients struct { // Client list. Clients []*ClientListItem `protobuf:"bytes,1,rep,name=clients,proto3" json:"clients,omitempty" toml:"clients,omitempty" mapstructure:"clients,omitempty"` // Starting page for the results. Page int32 `protobuf:"varint,2,opt,name=page,proto3" json:"page,omitempty" toml:"page,omitempty" mapstructure:"page,omitempty"` // Total number of records. Total int32 `protobuf:"varint,3,opt,name=total,proto3" json:"total,omitempty" toml:"total,omitempty" mapstructure:"total,omitempty"` // contains filtered or unexported fields }
func (*Clients) Descriptor
deprecated
func (*Clients) GetClients ¶
func (x *Clients) GetClients() []*ClientListItem
func (*Clients) ProtoMessage ¶
func (*Clients) ProtoMessage()
func (*Clients) ProtoReflect ¶
func (x *Clients) ProtoReflect() protoreflect.Message
type Cookbook ¶
type Cookbook struct { CookbookName string `` /* 167-byte string literal not displayed */ Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"` Version string `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty" toml:"version,omitempty" mapstructure:"version,omitempty"` ChefType string `` /* 147-byte string literal not displayed */ Frozen bool `protobuf:"varint,5,opt,name=frozen,proto3" json:"frozen,omitempty" toml:"frozen,omitempty" mapstructure:"frozen,omitempty"` JsonClass string `` /* 152-byte string literal not displayed */ Files []*CookbookItem `protobuf:"bytes,7,rep,name=files,proto3" json:"files,omitempty" toml:"files,omitempty" mapstructure:"files,omitempty"` Templates []*CookbookItem `` /* 133-byte string literal not displayed */ Attributes []*CookbookItem `` /* 137-byte string literal not displayed */ Recipes []*CookbookItem `` /* 126-byte string literal not displayed */ Definitions []*CookbookItem `` /* 142-byte string literal not displayed */ Libraries []*CookbookItem `` /* 134-byte string literal not displayed */ Providers []*CookbookItem `` /* 134-byte string literal not displayed */ Resources []*CookbookItem `` /* 134-byte string literal not displayed */ RootFiles []*CookbookItem `` /* 153-byte string literal not displayed */ Metadata *CookbookMeta `` /* 130-byte string literal not displayed */ Access *CookbookAccess `protobuf:"bytes,17,opt,name=access,proto3" json:"access,omitempty" toml:"access,omitempty" mapstructure:"access,omitempty"` // contains filtered or unexported fields }
func (*Cookbook) Descriptor
deprecated
func (*Cookbook) GetAccess ¶
func (x *Cookbook) GetAccess() *CookbookAccess
func (*Cookbook) GetAttributes ¶
func (x *Cookbook) GetAttributes() []*CookbookItem
func (*Cookbook) GetChefType ¶
func (*Cookbook) GetCookbookName ¶
func (*Cookbook) GetDefinitions ¶
func (x *Cookbook) GetDefinitions() []*CookbookItem
func (*Cookbook) GetFiles ¶
func (x *Cookbook) GetFiles() []*CookbookItem
func (*Cookbook) GetJsonClass ¶
func (*Cookbook) GetLibraries ¶
func (x *Cookbook) GetLibraries() []*CookbookItem
func (*Cookbook) GetMetadata ¶
func (x *Cookbook) GetMetadata() *CookbookMeta
func (*Cookbook) GetProviders ¶
func (x *Cookbook) GetProviders() []*CookbookItem
func (*Cookbook) GetRecipes ¶
func (x *Cookbook) GetRecipes() []*CookbookItem
func (*Cookbook) GetResources ¶
func (x *Cookbook) GetResources() []*CookbookItem
func (*Cookbook) GetRootFiles ¶
func (x *Cookbook) GetRootFiles() []*CookbookItem
func (*Cookbook) GetTemplates ¶
func (x *Cookbook) GetTemplates() []*CookbookItem
func (*Cookbook) GetVersion ¶
func (*Cookbook) ProtoMessage ¶
func (*Cookbook) ProtoMessage()
func (*Cookbook) ProtoReflect ¶
func (x *Cookbook) ProtoReflect() protoreflect.Message
type CookbookAccess ¶
type CookbookAccess struct { Read bool `protobuf:"varint,1,opt,name=read,proto3" json:"read,omitempty" toml:"read,omitempty" mapstructure:"read,omitempty"` Create bool `protobuf:"varint,2,opt,name=create,proto3" json:"create,omitempty" toml:"create,omitempty" mapstructure:"create,omitempty"` Grant bool `protobuf:"varint,3,opt,name=grant,proto3" json:"grant,omitempty" toml:"grant,omitempty" mapstructure:"grant,omitempty"` Update bool `protobuf:"varint,4,opt,name=update,proto3" json:"update,omitempty" toml:"update,omitempty" mapstructure:"update,omitempty"` Delete bool `protobuf:"varint,5,opt,name=delete,proto3" json:"delete,omitempty" toml:"delete,omitempty" mapstructure:"delete,omitempty"` // contains filtered or unexported fields }
func (*CookbookAccess) Descriptor
deprecated
func (*CookbookAccess) Descriptor() ([]byte, []int)
Deprecated: Use CookbookAccess.ProtoReflect.Descriptor instead.
func (*CookbookAccess) GetCreate ¶
func (x *CookbookAccess) GetCreate() bool
func (*CookbookAccess) GetDelete ¶
func (x *CookbookAccess) GetDelete() bool
func (*CookbookAccess) GetGrant ¶
func (x *CookbookAccess) GetGrant() bool
func (*CookbookAccess) GetRead ¶
func (x *CookbookAccess) GetRead() bool
func (*CookbookAccess) GetUpdate ¶
func (x *CookbookAccess) GetUpdate() bool
func (*CookbookAccess) ProtoMessage ¶
func (*CookbookAccess) ProtoMessage()
func (*CookbookAccess) ProtoReflect ¶
func (x *CookbookAccess) ProtoReflect() protoreflect.Message
func (*CookbookAccess) Reset ¶
func (x *CookbookAccess) Reset()
func (*CookbookAccess) String ¶
func (x *CookbookAccess) String() string
type CookbookFileContent ¶
type CookbookFileContent struct { // Cookbook data file content. Content string `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty" toml:"content,omitempty" mapstructure:"content,omitempty"` // contains filtered or unexported fields }
func (*CookbookFileContent) Descriptor
deprecated
func (*CookbookFileContent) Descriptor() ([]byte, []int)
Deprecated: Use CookbookFileContent.ProtoReflect.Descriptor instead.
func (*CookbookFileContent) GetContent ¶
func (x *CookbookFileContent) GetContent() string
func (*CookbookFileContent) ProtoMessage ¶
func (*CookbookFileContent) ProtoMessage()
func (*CookbookFileContent) ProtoReflect ¶
func (x *CookbookFileContent) ProtoReflect() protoreflect.Message
func (*CookbookFileContent) Reset ¶
func (x *CookbookFileContent) Reset()
func (*CookbookFileContent) String ¶
func (x *CookbookFileContent) String() string
type CookbookItem ¶
type CookbookItem struct { Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty" toml:"url,omitempty" mapstructure:"url,omitempty"` Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty" toml:"path,omitempty" mapstructure:"path,omitempty"` Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"` Checksum string `` /* 129-byte string literal not displayed */ Specificity string `` /* 141-byte string literal not displayed */ // contains filtered or unexported fields }
func (*CookbookItem) Descriptor
deprecated
func (*CookbookItem) Descriptor() ([]byte, []int)
Deprecated: Use CookbookItem.ProtoReflect.Descriptor instead.
func (*CookbookItem) GetChecksum ¶
func (x *CookbookItem) GetChecksum() string
func (*CookbookItem) GetName ¶
func (x *CookbookItem) GetName() string
func (*CookbookItem) GetPath ¶
func (x *CookbookItem) GetPath() string
func (*CookbookItem) GetSpecificity ¶
func (x *CookbookItem) GetSpecificity() string
func (*CookbookItem) GetUrl ¶
func (x *CookbookItem) GetUrl() string
func (*CookbookItem) ProtoMessage ¶
func (*CookbookItem) ProtoMessage()
func (*CookbookItem) ProtoReflect ¶
func (x *CookbookItem) ProtoReflect() protoreflect.Message
func (*CookbookItem) Reset ¶
func (x *CookbookItem) Reset()
func (*CookbookItem) String ¶
func (x *CookbookItem) String() string
type CookbookLock ¶
type CookbookLock struct { // Cookbook name. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"` // Cookbook version. Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty" toml:"version,omitempty" mapstructure:"version,omitempty"` // Cookbook identifier. Identifier string `` /* 137-byte string literal not displayed */ // Cookbook decimal number identifier. DottedIdentifier string `` /* 187-byte string literal not displayed */ // Cookbook source. Source string `protobuf:"bytes,5,opt,name=source,proto3" json:"source,omitempty" toml:"source,omitempty" mapstructure:"source,omitempty"` // Cookbook cache key. CacheKey string `` /* 147-byte string literal not displayed */ // SCM detail. ScmDetail *SCMDetail `` /* 152-byte string literal not displayed */ // Cookbook source path. SourceOptions *SourceOptions `` /* 172-byte string literal not displayed */ // contains filtered or unexported fields }
func (*CookbookLock) Descriptor
deprecated
func (*CookbookLock) Descriptor() ([]byte, []int)
Deprecated: Use CookbookLock.ProtoReflect.Descriptor instead.
func (*CookbookLock) GetCacheKey ¶
func (x *CookbookLock) GetCacheKey() string
func (*CookbookLock) GetDottedIdentifier ¶
func (x *CookbookLock) GetDottedIdentifier() string
func (*CookbookLock) GetIdentifier ¶
func (x *CookbookLock) GetIdentifier() string
func (*CookbookLock) GetName ¶
func (x *CookbookLock) GetName() string
func (*CookbookLock) GetScmDetail ¶
func (x *CookbookLock) GetScmDetail() *SCMDetail
func (*CookbookLock) GetSource ¶
func (x *CookbookLock) GetSource() string
func (*CookbookLock) GetSourceOptions ¶
func (x *CookbookLock) GetSourceOptions() *SourceOptions
func (*CookbookLock) GetVersion ¶
func (x *CookbookLock) GetVersion() string
func (*CookbookLock) ProtoMessage ¶
func (*CookbookLock) ProtoMessage()
func (*CookbookLock) ProtoReflect ¶
func (x *CookbookLock) ProtoReflect() protoreflect.Message
func (*CookbookLock) Reset ¶
func (x *CookbookLock) Reset()
func (*CookbookLock) String ¶
func (x *CookbookLock) String() string
type CookbookMeta ¶
type CookbookMeta struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"` Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty" toml:"version,omitempty" mapstructure:"version,omitempty"` Description string `` /* 141-byte string literal not displayed */ LongDescription string `` /* 182-byte string literal not displayed */ Maintainer string `` /* 137-byte string literal not displayed */ MaintainerEmail string `` /* 182-byte string literal not displayed */ License string `protobuf:"bytes,7,opt,name=license,proto3" json:"license,omitempty" toml:"license,omitempty" mapstructure:"license,omitempty"` // contains filtered or unexported fields }
func (*CookbookMeta) Descriptor
deprecated
func (*CookbookMeta) Descriptor() ([]byte, []int)
Deprecated: Use CookbookMeta.ProtoReflect.Descriptor instead.
func (*CookbookMeta) GetDescription ¶
func (x *CookbookMeta) GetDescription() string
func (*CookbookMeta) GetLicense ¶
func (x *CookbookMeta) GetLicense() string
func (*CookbookMeta) GetLongDescription ¶
func (x *CookbookMeta) GetLongDescription() string
func (*CookbookMeta) GetMaintainer ¶
func (x *CookbookMeta) GetMaintainer() string
func (*CookbookMeta) GetMaintainerEmail ¶
func (x *CookbookMeta) GetMaintainerEmail() string
func (*CookbookMeta) GetName ¶
func (x *CookbookMeta) GetName() string
func (*CookbookMeta) GetVersion ¶
func (x *CookbookMeta) GetVersion() string
func (*CookbookMeta) ProtoMessage ¶
func (*CookbookMeta) ProtoMessage()
func (*CookbookMeta) ProtoReflect ¶
func (x *CookbookMeta) ProtoReflect() protoreflect.Message
func (*CookbookMeta) Reset ¶
func (x *CookbookMeta) Reset()
func (*CookbookMeta) String ¶
func (x *CookbookMeta) String() string
type CookbookVersion ¶
type CookbookVersion struct { // Name of the cookbook. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"` // Version of the cookbook. Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty" toml:"version,omitempty" mapstructure:"version,omitempty"` // contains filtered or unexported fields }
func (*CookbookVersion) Descriptor
deprecated
func (*CookbookVersion) Descriptor() ([]byte, []int)
Deprecated: Use CookbookVersion.ProtoReflect.Descriptor instead.
func (*CookbookVersion) GetName ¶
func (x *CookbookVersion) GetName() string
func (*CookbookVersion) GetVersion ¶
func (x *CookbookVersion) GetVersion() string
func (*CookbookVersion) ProtoMessage ¶
func (*CookbookVersion) ProtoMessage()
func (*CookbookVersion) ProtoReflect ¶
func (x *CookbookVersion) ProtoReflect() protoreflect.Message
func (*CookbookVersion) Reset ¶
func (x *CookbookVersion) Reset()
func (*CookbookVersion) String ¶
func (x *CookbookVersion) String() string
type CookbookVersions ¶
type CookbookVersions struct { // Name of the cookbook. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"` // List of all versions available for cookbook. Versions []string `` /* 129-byte string literal not displayed */ // contains filtered or unexported fields }
func (*CookbookVersions) Descriptor
deprecated
func (*CookbookVersions) Descriptor() ([]byte, []int)
Deprecated: Use CookbookVersions.ProtoReflect.Descriptor instead.
func (*CookbookVersions) GetName ¶
func (x *CookbookVersions) GetName() string
func (*CookbookVersions) GetVersions ¶
func (x *CookbookVersions) GetVersions() []string
func (*CookbookVersions) ProtoMessage ¶
func (*CookbookVersions) ProtoMessage()
func (*CookbookVersions) ProtoReflect ¶
func (x *CookbookVersions) ProtoReflect() protoreflect.Message
func (*CookbookVersions) Reset ¶
func (x *CookbookVersions) Reset()
func (*CookbookVersions) String ¶
func (x *CookbookVersions) String() string
type Cookbooks ¶
type Cookbooks struct { // List of cookbooks with name and version. Cookbooks []*CookbookVersion `` /* 133-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Cookbooks) Descriptor
deprecated
func (*Cookbooks) GetCookbooks ¶
func (x *Cookbooks) GetCookbooks() []*CookbookVersion
func (*Cookbooks) ProtoMessage ¶
func (*Cookbooks) ProtoMessage()
func (*Cookbooks) ProtoReflect ¶
func (x *Cookbooks) ProtoReflect() protoreflect.Message
type CreateClient ¶
type CreateClient struct { // Client name. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"` // Client key detail. ClientKey *ClientKey `` /* 152-byte string literal not displayed */ // contains filtered or unexported fields }
func (*CreateClient) Descriptor
deprecated
func (*CreateClient) Descriptor() ([]byte, []int)
Deprecated: Use CreateClient.ProtoReflect.Descriptor instead.
func (*CreateClient) GetClientKey ¶
func (x *CreateClient) GetClientKey() *ClientKey
func (*CreateClient) GetName ¶
func (x *CreateClient) GetName() string
func (*CreateClient) ProtoMessage ¶
func (*CreateClient) ProtoMessage()
func (*CreateClient) ProtoReflect ¶
func (x *CreateClient) ProtoReflect() protoreflect.Message
func (*CreateClient) Reset ¶
func (x *CreateClient) Reset()
func (*CreateClient) String ¶
func (x *CreateClient) String() string
type CreateDataBag ¶
type CreateDataBag struct { // Data bag name. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"` // contains filtered or unexported fields }
func (*CreateDataBag) Descriptor
deprecated
func (*CreateDataBag) Descriptor() ([]byte, []int)
Deprecated: Use CreateDataBag.ProtoReflect.Descriptor instead.
func (*CreateDataBag) GetName ¶
func (x *CreateDataBag) GetName() string
func (*CreateDataBag) ProtoMessage ¶
func (*CreateDataBag) ProtoMessage()
func (*CreateDataBag) ProtoReflect ¶
func (x *CreateDataBag) ProtoReflect() protoreflect.Message
func (*CreateDataBag) Reset ¶
func (x *CreateDataBag) Reset()
func (*CreateDataBag) String ¶
func (x *CreateDataBag) String() string
type CreateDataBagItem ¶
type CreateDataBagItem struct { // Data bag name. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"` // Data bag item ID. Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty" toml:"id,omitempty" mapstructure:"id,omitempty"` // contains filtered or unexported fields }
func (*CreateDataBagItem) Descriptor
deprecated
func (*CreateDataBagItem) Descriptor() ([]byte, []int)
Deprecated: Use CreateDataBagItem.ProtoReflect.Descriptor instead.
func (*CreateDataBagItem) GetId ¶
func (x *CreateDataBagItem) GetId() string
func (*CreateDataBagItem) GetName ¶
func (x *CreateDataBagItem) GetName() string
func (*CreateDataBagItem) ProtoMessage ¶
func (*CreateDataBagItem) ProtoMessage()
func (*CreateDataBagItem) ProtoReflect ¶
func (x *CreateDataBagItem) ProtoReflect() protoreflect.Message
func (*CreateDataBagItem) Reset ¶
func (x *CreateDataBagItem) Reset()
func (*CreateDataBagItem) String ¶
func (x *CreateDataBagItem) String() string
type CreateOrg ¶
type CreateOrg struct { // Chef organization. Org *Org `protobuf:"bytes,1,opt,name=org,proto3" json:"org,omitempty" toml:"org,omitempty" mapstructure:"org,omitempty"` // contains filtered or unexported fields }
func (*CreateOrg) Descriptor
deprecated
func (*CreateOrg) ProtoMessage ¶
func (*CreateOrg) ProtoMessage()
func (*CreateOrg) ProtoReflect ¶
func (x *CreateOrg) ProtoReflect() protoreflect.Message
type CreateServer ¶
type CreateServer struct { // Chef Infra Server. Server *Server `protobuf:"bytes,1,opt,name=server,proto3" json:"server,omitempty" toml:"server,omitempty" mapstructure:"server,omitempty"` // contains filtered or unexported fields }
func (*CreateServer) Descriptor
deprecated
func (*CreateServer) Descriptor() ([]byte, []int)
Deprecated: Use CreateServer.ProtoReflect.Descriptor instead.
func (*CreateServer) GetServer ¶
func (x *CreateServer) GetServer() *Server
func (*CreateServer) ProtoMessage ¶
func (*CreateServer) ProtoMessage()
func (*CreateServer) ProtoReflect ¶
func (x *CreateServer) ProtoReflect() protoreflect.Message
func (*CreateServer) Reset ¶
func (x *CreateServer) Reset()
func (*CreateServer) String ¶
func (x *CreateServer) String() string
type DataBag ¶
type DataBag struct { // Data bag name. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"` // contains filtered or unexported fields }
func (*DataBag) Descriptor
deprecated
func (*DataBag) ProtoMessage ¶
func (*DataBag) ProtoMessage()
func (*DataBag) ProtoReflect ¶
func (x *DataBag) ProtoReflect() protoreflect.Message
type DataBagItem ¶
type DataBagItem struct { // Data bag name. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"` // Data bag item ID. Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty" toml:"id,omitempty" mapstructure:"id,omitempty"` // Stringified json of data bag item. Data string `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty" toml:"data,omitempty" mapstructure:"data,omitempty"` // contains filtered or unexported fields }
func (*DataBagItem) Descriptor
deprecated
func (*DataBagItem) Descriptor() ([]byte, []int)
Deprecated: Use DataBagItem.ProtoReflect.Descriptor instead.
func (*DataBagItem) GetData ¶
func (x *DataBagItem) GetData() string
func (*DataBagItem) GetId ¶
func (x *DataBagItem) GetId() string
func (*DataBagItem) GetName ¶
func (x *DataBagItem) GetName() string
func (*DataBagItem) ProtoMessage ¶
func (*DataBagItem) ProtoMessage()
func (*DataBagItem) ProtoReflect ¶
func (x *DataBagItem) ProtoReflect() protoreflect.Message
func (*DataBagItem) Reset ¶
func (x *DataBagItem) Reset()
func (*DataBagItem) String ¶
func (x *DataBagItem) String() string
type DataBagItems ¶
type DataBagItems struct { // Data bag name Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"` // Data bags item list. Items []*DataBagListItem `protobuf:"bytes,2,rep,name=items,proto3" json:"items,omitempty" toml:"items,omitempty" mapstructure:"items,omitempty"` // Starting page for the results. Page int32 `protobuf:"varint,3,opt,name=page,proto3" json:"page,omitempty" toml:"page,omitempty" mapstructure:"page,omitempty"` // Total number of records. Total int32 `protobuf:"varint,4,opt,name=total,proto3" json:"total,omitempty" toml:"total,omitempty" mapstructure:"total,omitempty"` // contains filtered or unexported fields }
func (*DataBagItems) Descriptor
deprecated
func (*DataBagItems) Descriptor() ([]byte, []int)
Deprecated: Use DataBagItems.ProtoReflect.Descriptor instead.
func (*DataBagItems) GetItems ¶
func (x *DataBagItems) GetItems() []*DataBagListItem
func (*DataBagItems) GetName ¶
func (x *DataBagItems) GetName() string
func (*DataBagItems) GetPage ¶
func (x *DataBagItems) GetPage() int32
func (*DataBagItems) GetTotal ¶
func (x *DataBagItems) GetTotal() int32
func (*DataBagItems) ProtoMessage ¶
func (*DataBagItems) ProtoMessage()
func (*DataBagItems) ProtoReflect ¶
func (x *DataBagItems) ProtoReflect() protoreflect.Message
func (*DataBagItems) Reset ¶
func (x *DataBagItems) Reset()
func (*DataBagItems) String ¶
func (x *DataBagItems) String() string
type DataBagListItem ¶
type DataBagListItem struct { // Data bag item name. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"` // contains filtered or unexported fields }
func (*DataBagListItem) Descriptor
deprecated
func (*DataBagListItem) Descriptor() ([]byte, []int)
Deprecated: Use DataBagListItem.ProtoReflect.Descriptor instead.
func (*DataBagListItem) GetName ¶
func (x *DataBagListItem) GetName() string
func (*DataBagListItem) ProtoMessage ¶
func (*DataBagListItem) ProtoMessage()
func (*DataBagListItem) ProtoReflect ¶
func (x *DataBagListItem) ProtoReflect() protoreflect.Message
func (*DataBagListItem) Reset ¶
func (x *DataBagListItem) Reset()
func (*DataBagListItem) String ¶
func (x *DataBagListItem) String() string
type DataBags ¶
type DataBags struct { // Data bags list. DataBags []*DataBagListItem `` /* 147-byte string literal not displayed */ // contains filtered or unexported fields }
func (*DataBags) Descriptor
deprecated
func (*DataBags) GetDataBags ¶
func (x *DataBags) GetDataBags() []*DataBagListItem
func (*DataBags) ProtoMessage ¶
func (*DataBags) ProtoMessage()
func (*DataBags) ProtoReflect ¶
func (x *DataBags) ProtoReflect() protoreflect.Message
type DeleteNode ¶
type DeleteNode struct { // Node name. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"` // contains filtered or unexported fields }
func (*DeleteNode) Descriptor
deprecated
func (*DeleteNode) Descriptor() ([]byte, []int)
Deprecated: Use DeleteNode.ProtoReflect.Descriptor instead.
func (*DeleteNode) GetName ¶
func (x *DeleteNode) GetName() string
func (*DeleteNode) ProtoMessage ¶
func (*DeleteNode) ProtoMessage()
func (*DeleteNode) ProtoReflect ¶
func (x *DeleteNode) ProtoReflect() protoreflect.Message
func (*DeleteNode) Reset ¶
func (x *DeleteNode) Reset()
func (*DeleteNode) String ¶
func (x *DeleteNode) String() string
type DeleteOrg ¶
type DeleteOrg struct { // Chef organization. Org *Org `protobuf:"bytes,1,opt,name=org,proto3" json:"org,omitempty" toml:"org,omitempty" mapstructure:"org,omitempty"` // contains filtered or unexported fields }
func (*DeleteOrg) Descriptor
deprecated
func (*DeleteOrg) ProtoMessage ¶
func (*DeleteOrg) ProtoMessage()
func (*DeleteOrg) ProtoReflect ¶
func (x *DeleteOrg) ProtoReflect() protoreflect.Message
type DeletePolicyfile ¶
type DeletePolicyfile struct { // Policyfile name. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"` // contains filtered or unexported fields }
func (*DeletePolicyfile) Descriptor
deprecated
func (*DeletePolicyfile) Descriptor() ([]byte, []int)
Deprecated: Use DeletePolicyfile.ProtoReflect.Descriptor instead.
func (*DeletePolicyfile) GetName ¶
func (x *DeletePolicyfile) GetName() string
func (*DeletePolicyfile) ProtoMessage ¶
func (*DeletePolicyfile) ProtoMessage()
func (*DeletePolicyfile) ProtoReflect ¶
func (x *DeletePolicyfile) ProtoReflect() protoreflect.Message
func (*DeletePolicyfile) Reset ¶
func (x *DeletePolicyfile) Reset()
func (*DeletePolicyfile) String ¶
func (x *DeletePolicyfile) String() string
type DeleteServer ¶
type DeleteServer struct { // Chef Infra Server. Server *Server `protobuf:"bytes,1,opt,name=server,proto3" json:"server,omitempty" toml:"server,omitempty" mapstructure:"server,omitempty"` // contains filtered or unexported fields }
func (*DeleteServer) Descriptor
deprecated
func (*DeleteServer) Descriptor() ([]byte, []int)
Deprecated: Use DeleteServer.ProtoReflect.Descriptor instead.
func (*DeleteServer) GetServer ¶
func (x *DeleteServer) GetServer() *Server
func (*DeleteServer) ProtoMessage ¶
func (*DeleteServer) ProtoMessage()
func (*DeleteServer) ProtoReflect ¶
func (x *DeleteServer) ProtoReflect() protoreflect.Message
func (*DeleteServer) Reset ¶
func (x *DeleteServer) Reset()
func (*DeleteServer) String ¶
func (x *DeleteServer) String() string
type DepedenciesData ¶
type DepedenciesData struct { // cookbook name. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"` // cookbook version. Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty" toml:"version,omitempty" mapstructure:"version,omitempty"` // contains filtered or unexported fields }
func (*DepedenciesData) Descriptor
deprecated
func (*DepedenciesData) Descriptor() ([]byte, []int)
Deprecated: Use DepedenciesData.ProtoReflect.Descriptor instead.
func (*DepedenciesData) GetName ¶
func (x *DepedenciesData) GetName() string
func (*DepedenciesData) GetVersion ¶
func (x *DepedenciesData) GetVersion() string
func (*DepedenciesData) ProtoMessage ¶
func (*DepedenciesData) ProtoMessage()
func (*DepedenciesData) ProtoReflect ¶
func (x *DepedenciesData) ProtoReflect() protoreflect.Message
func (*DepedenciesData) Reset ¶
func (x *DepedenciesData) Reset()
func (*DepedenciesData) String ¶
func (x *DepedenciesData) String() string
type Environment ¶
type Environment struct { // Environment name. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"` // Chef object type. ChefType string `` /* 147-byte string literal not displayed */ // Environment description. Description string `` /* 141-byte string literal not displayed */ // Environment JSON class. JsonClass string `` /* 152-byte string literal not displayed */ // Environment versined cookbooks constraints. CookbookVersions map[string]string `` /* 275-byte string literal not displayed */ // Environment default attributes JSON. DefaultAttributes string `` /* 192-byte string literal not displayed */ // Environment override attributes JSON. OverrideAttributes string `` /* 197-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Environment) Descriptor
deprecated
func (*Environment) Descriptor() ([]byte, []int)
Deprecated: Use Environment.ProtoReflect.Descriptor instead.
func (*Environment) GetChefType ¶
func (x *Environment) GetChefType() string
func (*Environment) GetCookbookVersions ¶
func (x *Environment) GetCookbookVersions() map[string]string
func (*Environment) GetDefaultAttributes ¶
func (x *Environment) GetDefaultAttributes() string
func (*Environment) GetDescription ¶
func (x *Environment) GetDescription() string
func (*Environment) GetJsonClass ¶
func (x *Environment) GetJsonClass() string
func (*Environment) GetName ¶
func (x *Environment) GetName() string
func (*Environment) GetOverrideAttributes ¶
func (x *Environment) GetOverrideAttributes() string
func (*Environment) ProtoMessage ¶
func (*Environment) ProtoMessage()
func (*Environment) ProtoReflect ¶
func (x *Environment) ProtoReflect() protoreflect.Message
func (*Environment) Reset ¶
func (x *Environment) Reset()
func (*Environment) String ¶
func (x *Environment) String() string
type EnvironmentListItem ¶
type EnvironmentListItem struct { // Environment name. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"` // Environment description. Description string `` /* 141-byte string literal not displayed */ // contains filtered or unexported fields }
func (*EnvironmentListItem) Descriptor
deprecated
func (*EnvironmentListItem) Descriptor() ([]byte, []int)
Deprecated: Use EnvironmentListItem.ProtoReflect.Descriptor instead.
func (*EnvironmentListItem) GetDescription ¶
func (x *EnvironmentListItem) GetDescription() string
func (*EnvironmentListItem) GetName ¶
func (x *EnvironmentListItem) GetName() string
func (*EnvironmentListItem) ProtoMessage ¶
func (*EnvironmentListItem) ProtoMessage()
func (*EnvironmentListItem) ProtoReflect ¶
func (x *EnvironmentListItem) ProtoReflect() protoreflect.Message
func (*EnvironmentListItem) Reset ¶
func (x *EnvironmentListItem) Reset()
func (*EnvironmentListItem) String ¶
func (x *EnvironmentListItem) String() string
type EnvironmentRecipesList ¶
type EnvironmentRecipesList struct { // Environment recipes list. Recipes []string `protobuf:"bytes,1,rep,name=recipes,proto3" json:"recipes,omitempty" toml:"recipes,omitempty" mapstructure:"recipes,omitempty"` // contains filtered or unexported fields }
func (*EnvironmentRecipesList) Descriptor
deprecated
func (*EnvironmentRecipesList) Descriptor() ([]byte, []int)
Deprecated: Use EnvironmentRecipesList.ProtoReflect.Descriptor instead.
func (*EnvironmentRecipesList) GetRecipes ¶
func (x *EnvironmentRecipesList) GetRecipes() []string
func (*EnvironmentRecipesList) ProtoMessage ¶
func (*EnvironmentRecipesList) ProtoMessage()
func (*EnvironmentRecipesList) ProtoReflect ¶
func (x *EnvironmentRecipesList) ProtoReflect() protoreflect.Message
func (*EnvironmentRecipesList) Reset ¶
func (x *EnvironmentRecipesList) Reset()
func (*EnvironmentRecipesList) String ¶
func (x *EnvironmentRecipesList) String() string
type Environments ¶
type Environments struct { // Environments list. Environments []*EnvironmentListItem `` /* 145-byte string literal not displayed */ // Starting page for the results. Page int32 `protobuf:"varint,2,opt,name=page,proto3" json:"page,omitempty" toml:"page,omitempty" mapstructure:"page,omitempty"` // Total number of records. Total int32 `protobuf:"varint,3,opt,name=total,proto3" json:"total,omitempty" toml:"total,omitempty" mapstructure:"total,omitempty"` // contains filtered or unexported fields }
func (*Environments) Descriptor
deprecated
func (*Environments) Descriptor() ([]byte, []int)
Deprecated: Use Environments.ProtoReflect.Descriptor instead.
func (*Environments) GetEnvironments ¶
func (x *Environments) GetEnvironments() []*EnvironmentListItem
func (*Environments) GetPage ¶
func (x *Environments) GetPage() int32
func (*Environments) GetTotal ¶
func (x *Environments) GetTotal() int32
func (*Environments) ProtoMessage ¶
func (*Environments) ProtoMessage()
func (*Environments) ProtoReflect ¶
func (x *Environments) ProtoReflect() protoreflect.Message
func (*Environments) Reset ¶
func (x *Environments) Reset()
func (*Environments) String ¶
func (x *Environments) String() string
type ExpandedRunList ¶
type ExpandedRunList struct { // ID of the run list collection. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty" toml:"id,omitempty" mapstructure:"id,omitempty"` // List of the run list. RunList []*RunList `` /* 142-byte string literal not displayed */ // contains filtered or unexported fields }
func (*ExpandedRunList) Descriptor
deprecated
func (*ExpandedRunList) Descriptor() ([]byte, []int)
Deprecated: Use ExpandedRunList.ProtoReflect.Descriptor instead.
func (*ExpandedRunList) GetId ¶
func (x *ExpandedRunList) GetId() string
func (*ExpandedRunList) GetRunList ¶
func (x *ExpandedRunList) GetRunList() []*RunList
func (*ExpandedRunList) ProtoMessage ¶
func (*ExpandedRunList) ProtoMessage()
func (*ExpandedRunList) ProtoReflect ¶
func (x *ExpandedRunList) ProtoReflect() protoreflect.Message
func (*ExpandedRunList) Reset ¶
func (x *ExpandedRunList) Reset()
func (*ExpandedRunList) String ¶
func (x *ExpandedRunList) String() string
type GetOrg ¶
type GetOrg struct { // Chef organization. Org *Org `protobuf:"bytes,1,opt,name=org,proto3" json:"org,omitempty" toml:"org,omitempty" mapstructure:"org,omitempty"` // contains filtered or unexported fields }
func (*GetOrg) Descriptor
deprecated
func (*GetOrg) ProtoMessage ¶
func (*GetOrg) ProtoMessage()
func (*GetOrg) ProtoReflect ¶
func (x *GetOrg) ProtoReflect() protoreflect.Message
type GetOrgs ¶
type GetOrgs struct { // Chef organization list. Orgs []*Org `protobuf:"bytes,1,rep,name=orgs,proto3" json:"orgs,omitempty" toml:"orgs,omitempty" mapstructure:"orgs,omitempty"` // contains filtered or unexported fields }
func (*GetOrgs) Descriptor
deprecated
func (*GetOrgs) ProtoMessage ¶
func (*GetOrgs) ProtoMessage()
func (*GetOrgs) ProtoReflect ¶
func (x *GetOrgs) ProtoReflect() protoreflect.Message
type GetServer ¶
type GetServer struct { // Chef Infra Server. Server *Server `protobuf:"bytes,1,opt,name=server,proto3" json:"server,omitempty" toml:"server,omitempty" mapstructure:"server,omitempty"` // contains filtered or unexported fields }
func (*GetServer) Descriptor
deprecated
func (*GetServer) ProtoMessage ¶
func (*GetServer) ProtoMessage()
func (*GetServer) ProtoReflect ¶
func (x *GetServer) ProtoReflect() protoreflect.Message
type GetServerStatus ¶
type GetServerStatus struct { // Chef Server Status Status string `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty" toml:"status,omitempty" mapstructure:"status,omitempty"` // Chef Server Upstream Upstreams map[string]string `` /* 221-byte string literal not displayed */ // Chef Server Keygem Keygen map[string]int32 `` /* 210-byte string literal not displayed */ // contains filtered or unexported fields }
func (*GetServerStatus) Descriptor
deprecated
func (*GetServerStatus) Descriptor() ([]byte, []int)
Deprecated: Use GetServerStatus.ProtoReflect.Descriptor instead.
func (*GetServerStatus) GetKeygen ¶
func (x *GetServerStatus) GetKeygen() map[string]int32
func (*GetServerStatus) GetStatus ¶
func (x *GetServerStatus) GetStatus() string
func (*GetServerStatus) GetUpstreams ¶
func (x *GetServerStatus) GetUpstreams() map[string]string
func (*GetServerStatus) ProtoMessage ¶
func (*GetServerStatus) ProtoMessage()
func (*GetServerStatus) ProtoReflect ¶
func (x *GetServerStatus) ProtoReflect() protoreflect.Message
func (*GetServerStatus) Reset ¶
func (x *GetServerStatus) Reset()
func (*GetServerStatus) String ¶
func (x *GetServerStatus) String() string
type GetServers ¶
type GetServers struct { // List of Chef Infra Servers. Servers []*Server `protobuf:"bytes,1,rep,name=servers,proto3" json:"servers,omitempty" toml:"servers,omitempty" mapstructure:"servers,omitempty"` // contains filtered or unexported fields }
func (*GetServers) Descriptor
deprecated
func (*GetServers) Descriptor() ([]byte, []int)
Deprecated: Use GetServers.ProtoReflect.Descriptor instead.
func (*GetServers) GetServers ¶
func (x *GetServers) GetServers() []*Server
func (*GetServers) ProtoMessage ¶
func (*GetServers) ProtoMessage()
func (*GetServers) ProtoReflect ¶
func (x *GetServers) ProtoReflect() protoreflect.Message
func (*GetServers) Reset ¶
func (x *GetServers) Reset()
func (*GetServers) String ¶
func (x *GetServers) String() string
type GroupPolicy ¶
type GroupPolicy struct { // Policyfile name. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"` // Policyfile Revision ID. RevisionId string `` /* 157-byte string literal not displayed */ // contains filtered or unexported fields }
func (*GroupPolicy) Descriptor
deprecated
func (*GroupPolicy) Descriptor() ([]byte, []int)
Deprecated: Use GroupPolicy.ProtoReflect.Descriptor instead.
func (*GroupPolicy) GetName ¶
func (x *GroupPolicy) GetName() string
func (*GroupPolicy) GetRevisionId ¶
func (x *GroupPolicy) GetRevisionId() string
func (*GroupPolicy) ProtoMessage ¶
func (*GroupPolicy) ProtoMessage()
func (*GroupPolicy) ProtoReflect ¶
func (x *GroupPolicy) ProtoReflect() protoreflect.Message
func (*GroupPolicy) Reset ¶
func (x *GroupPolicy) Reset()
func (*GroupPolicy) String ¶
func (x *GroupPolicy) String() string
type IncludedPolicyLock ¶
type IncludedPolicyLock struct { // Included policyfile name. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"` // Included policyfile revision ID. RevisionId string `` /* 157-byte string literal not displayed */ // Included policyfile source options. SourceOptions *SourceOptions `` /* 172-byte string literal not displayed */ // contains filtered or unexported fields }
func (*IncludedPolicyLock) Descriptor
deprecated
func (*IncludedPolicyLock) Descriptor() ([]byte, []int)
Deprecated: Use IncludedPolicyLock.ProtoReflect.Descriptor instead.
func (*IncludedPolicyLock) GetName ¶
func (x *IncludedPolicyLock) GetName() string
func (*IncludedPolicyLock) GetRevisionId ¶
func (x *IncludedPolicyLock) GetRevisionId() string
func (*IncludedPolicyLock) GetSourceOptions ¶
func (x *IncludedPolicyLock) GetSourceOptions() *SourceOptions
func (*IncludedPolicyLock) ProtoMessage ¶
func (*IncludedPolicyLock) ProtoMessage()
func (*IncludedPolicyLock) ProtoReflect ¶
func (x *IncludedPolicyLock) ProtoReflect() protoreflect.Message
func (*IncludedPolicyLock) Reset ¶
func (x *IncludedPolicyLock) Reset()
func (*IncludedPolicyLock) String ¶
func (x *IncludedPolicyLock) String() string
type NamedRunList ¶
type NamedRunList struct { // Run-list name. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"` // Run-list associated with the policy. RunList []string `` /* 142-byte string literal not displayed */ // contains filtered or unexported fields }
func (*NamedRunList) Descriptor
deprecated
func (*NamedRunList) Descriptor() ([]byte, []int)
Deprecated: Use NamedRunList.ProtoReflect.Descriptor instead.
func (*NamedRunList) GetName ¶
func (x *NamedRunList) GetName() string
func (*NamedRunList) GetRunList ¶
func (x *NamedRunList) GetRunList() []string
func (*NamedRunList) ProtoMessage ¶
func (*NamedRunList) ProtoMessage()
func (*NamedRunList) ProtoReflect ¶
func (x *NamedRunList) ProtoReflect() protoreflect.Message
func (*NamedRunList) Reset ¶
func (x *NamedRunList) Reset()
func (*NamedRunList) String ¶
func (x *NamedRunList) String() string
type Node ¶
type Node struct { // Node ID. NodeId string `` /* 137-byte string literal not displayed */ // Node name. Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"` // Node environment. Environment string `` /* 141-byte string literal not displayed */ // Node policy name. PolicyName string `` /* 157-byte string literal not displayed */ // Node policy group. PolicyGroup string `` /* 162-byte string literal not displayed */ // Node run-list. RunList []string `` /* 142-byte string literal not displayed */ // Node tags. Tags []string `protobuf:"bytes,7,rep,name=tags,proto3" json:"tags,omitempty" toml:"tags,omitempty" mapstructure:"tags,omitempty"` // Node automatic attributes JSON. AutomaticAttributes string `` /* 202-byte string literal not displayed */ // Node default attributes JSON. DefaultAttributes string `` /* 192-byte string literal not displayed */ // Node normal attributes JSON. NormalAttributes string `` /* 188-byte string literal not displayed */ // Node override attributes JSON. OverrideAttributes string `` /* 198-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Node) Descriptor
deprecated
func (*Node) GetAutomaticAttributes ¶
func (*Node) GetDefaultAttributes ¶
func (*Node) GetEnvironment ¶
func (*Node) GetNormalAttributes ¶
func (*Node) GetOverrideAttributes ¶
func (*Node) GetPolicyGroup ¶
func (*Node) GetPolicyName ¶
func (*Node) GetRunList ¶
func (*Node) ProtoMessage ¶
func (*Node) ProtoMessage()
func (*Node) ProtoReflect ¶
func (x *Node) ProtoReflect() protoreflect.Message
type NodeAttribute ¶
type NodeAttribute struct { // Node ID. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty" toml:"id,omitempty" mapstructure:"id,omitempty"` // Node name. Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"` // Node last checkin. CheckIn string `` /* 142-byte string literal not displayed */ // Node uptime. Uptime string `protobuf:"bytes,4,opt,name=uptime,proto3" json:"uptime,omitempty" toml:"uptime,omitempty" mapstructure:"uptime,omitempty"` // Node platform. Platform string `` /* 129-byte string literal not displayed */ // Node environment name. Environment string `` /* 141-byte string literal not displayed */ // Node policy group. PolicyGroup string `` /* 162-byte string literal not displayed */ // Node FQDN. Fqdn string `protobuf:"bytes,8,opt,name=fqdn,proto3" json:"fqdn,omitempty" toml:"fqdn,omitempty" mapstructure:"fqdn,omitempty"` // Node IP address. IpAddress string `` /* 152-byte string literal not displayed */ // contains filtered or unexported fields }
func (*NodeAttribute) Descriptor
deprecated
func (*NodeAttribute) Descriptor() ([]byte, []int)
Deprecated: Use NodeAttribute.ProtoReflect.Descriptor instead.
func (*NodeAttribute) GetCheckIn ¶
func (x *NodeAttribute) GetCheckIn() string
func (*NodeAttribute) GetEnvironment ¶
func (x *NodeAttribute) GetEnvironment() string
func (*NodeAttribute) GetFqdn ¶
func (x *NodeAttribute) GetFqdn() string
func (*NodeAttribute) GetId ¶
func (x *NodeAttribute) GetId() string
func (*NodeAttribute) GetIpAddress ¶
func (x *NodeAttribute) GetIpAddress() string
func (*NodeAttribute) GetName ¶
func (x *NodeAttribute) GetName() string
func (*NodeAttribute) GetPlatform ¶
func (x *NodeAttribute) GetPlatform() string
func (*NodeAttribute) GetPolicyGroup ¶
func (x *NodeAttribute) GetPolicyGroup() string
func (*NodeAttribute) GetUptime ¶
func (x *NodeAttribute) GetUptime() string
func (*NodeAttribute) ProtoMessage ¶
func (*NodeAttribute) ProtoMessage()
func (*NodeAttribute) ProtoReflect ¶
func (x *NodeAttribute) ProtoReflect() protoreflect.Message
func (*NodeAttribute) Reset ¶
func (x *NodeAttribute) Reset()
func (*NodeAttribute) String ¶
func (x *NodeAttribute) String() string
type NodeExpandedRunList ¶
type NodeExpandedRunList struct { // ID of the run list collection. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty" toml:"id,omitempty" mapstructure:"id,omitempty"` // List of the run list. RunList []*RunList `` /* 142-byte string literal not displayed */ // contains filtered or unexported fields }
func (*NodeExpandedRunList) Descriptor
deprecated
func (*NodeExpandedRunList) Descriptor() ([]byte, []int)
Deprecated: Use NodeExpandedRunList.ProtoReflect.Descriptor instead.
func (*NodeExpandedRunList) GetId ¶
func (x *NodeExpandedRunList) GetId() string
func (*NodeExpandedRunList) GetRunList ¶
func (x *NodeExpandedRunList) GetRunList() []*RunList
func (*NodeExpandedRunList) ProtoMessage ¶
func (*NodeExpandedRunList) ProtoMessage()
func (*NodeExpandedRunList) ProtoReflect ¶
func (x *NodeExpandedRunList) ProtoReflect() protoreflect.Message
func (*NodeExpandedRunList) Reset ¶
func (x *NodeExpandedRunList) Reset()
func (*NodeExpandedRunList) String ¶
func (x *NodeExpandedRunList) String() string
type Nodes ¶
type Nodes struct { // Node list. Nodes []*NodeAttribute `protobuf:"bytes,1,rep,name=nodes,proto3" json:"nodes,omitempty" toml:"nodes,omitempty" mapstructure:"nodes,omitempty"` // Starting page for the results. Page int32 `protobuf:"varint,2,opt,name=page,proto3" json:"page,omitempty" toml:"page,omitempty" mapstructure:"page,omitempty"` // Total number of records. Total int32 `protobuf:"varint,3,opt,name=total,proto3" json:"total,omitempty" toml:"total,omitempty" mapstructure:"total,omitempty"` // contains filtered or unexported fields }
func (*Nodes) Descriptor
deprecated
func (*Nodes) GetNodes ¶
func (x *Nodes) GetNodes() []*NodeAttribute
func (*Nodes) ProtoMessage ¶
func (*Nodes) ProtoMessage()
func (*Nodes) ProtoReflect ¶
func (x *Nodes) ProtoReflect() protoreflect.Message
type Org ¶
type Org struct { // Chef organization ID. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty" toml:"id,omitempty" mapstructure:"id,omitempty"` // Chef organization name. Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"` // Chef organization admin user. AdminUser string `` /* 152-byte string literal not displayed */ // Chef organization credential ID. CredentialId string `` /* 167-byte string literal not displayed */ // Chef Infra Server ID. ServerId string `` /* 147-byte string literal not displayed */ // List of projects this chef organization belongs to. May be empty. Projects []string `` /* 129-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Org) Descriptor
deprecated
func (*Org) GetAdminUser ¶
func (*Org) GetCredentialId ¶
func (*Org) GetProjects ¶
func (*Org) GetServerId ¶
func (*Org) ProtoMessage ¶
func (*Org) ProtoMessage()
func (*Org) ProtoReflect ¶
func (x *Org) ProtoReflect() protoreflect.Message
type OrgUsers ¶
type OrgUsers struct { // Users list Users []*UsersListItem `protobuf:"bytes,1,rep,name=users,proto3" json:"users,omitempty" toml:"users,omitempty" mapstructure:"users,omitempty"` // contains filtered or unexported fields }
func (*OrgUsers) Descriptor
deprecated
func (*OrgUsers) GetUsers ¶
func (x *OrgUsers) GetUsers() []*UsersListItem
func (*OrgUsers) ProtoMessage ¶
func (*OrgUsers) ProtoMessage()
func (*OrgUsers) ProtoReflect ¶
func (x *OrgUsers) ProtoReflect() protoreflect.Message
type Policyfile ¶
type Policyfile struct { // Policyfile name. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"` // Policy group name. PolicyGroup string `` /* 162-byte string literal not displayed */ // Policy revision ID. RevisionId string `` /* 157-byte string literal not displayed */ // Run-list associated with the policy. RunList []string `` /* 142-byte string literal not displayed */ // Named run-list associated with the policy. NamedRunList []*NamedRunList `` /* 171-byte string literal not displayed */ // Included policy locks files. IncludedPolicyLocks []*IncludedPolicyLock `` /* 206-byte string literal not displayed */ // List of cookbook locks under this policy. CookbookLocks []*CookbookLock `` /* 172-byte string literal not displayed */ // Policyfile default attributes JSON. DefaultAttributes string `` /* 192-byte string literal not displayed */ // Policyfile override attributes JSON. OverrideAttributes string `` /* 197-byte string literal not displayed */ // Expanded run-list associated with the policy. ExpandedRunList []*ExpandedRunList `` /* 187-byte string literal not displayed */ // Solution Dependencies versions. SolutionDependecies []*SolutionDependencies `` /* 203-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Policyfile) Descriptor
deprecated
func (*Policyfile) Descriptor() ([]byte, []int)
Deprecated: Use Policyfile.ProtoReflect.Descriptor instead.
func (*Policyfile) GetCookbookLocks ¶
func (x *Policyfile) GetCookbookLocks() []*CookbookLock
func (*Policyfile) GetDefaultAttributes ¶
func (x *Policyfile) GetDefaultAttributes() string
func (*Policyfile) GetExpandedRunList ¶
func (x *Policyfile) GetExpandedRunList() []*ExpandedRunList
func (*Policyfile) GetIncludedPolicyLocks ¶
func (x *Policyfile) GetIncludedPolicyLocks() []*IncludedPolicyLock
func (*Policyfile) GetName ¶
func (x *Policyfile) GetName() string
func (*Policyfile) GetNamedRunList ¶
func (x *Policyfile) GetNamedRunList() []*NamedRunList
func (*Policyfile) GetOverrideAttributes ¶
func (x *Policyfile) GetOverrideAttributes() string
func (*Policyfile) GetPolicyGroup ¶
func (x *Policyfile) GetPolicyGroup() string
func (*Policyfile) GetRevisionId ¶
func (x *Policyfile) GetRevisionId() string
func (*Policyfile) GetRunList ¶
func (x *Policyfile) GetRunList() []string
func (*Policyfile) GetSolutionDependecies ¶
func (x *Policyfile) GetSolutionDependecies() []*SolutionDependencies
func (*Policyfile) ProtoMessage ¶
func (*Policyfile) ProtoMessage()
func (*Policyfile) ProtoReflect ¶
func (x *Policyfile) ProtoReflect() protoreflect.Message
func (*Policyfile) Reset ¶
func (x *Policyfile) Reset()
func (*Policyfile) String ¶
func (x *Policyfile) String() string
type PolicyfileListItem ¶
type PolicyfileListItem struct { // Policyfile name. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"` // Policyfile revision ID. RevisionId string `` /* 157-byte string literal not displayed */ // Policyfile policy group. PolicyGroup string `` /* 162-byte string literal not displayed */ // contains filtered or unexported fields }
func (*PolicyfileListItem) Descriptor
deprecated
func (*PolicyfileListItem) Descriptor() ([]byte, []int)
Deprecated: Use PolicyfileListItem.ProtoReflect.Descriptor instead.
func (*PolicyfileListItem) GetName ¶
func (x *PolicyfileListItem) GetName() string
func (*PolicyfileListItem) GetPolicyGroup ¶
func (x *PolicyfileListItem) GetPolicyGroup() string
func (*PolicyfileListItem) GetRevisionId ¶
func (x *PolicyfileListItem) GetRevisionId() string
func (*PolicyfileListItem) ProtoMessage ¶
func (*PolicyfileListItem) ProtoMessage()
func (*PolicyfileListItem) ProtoReflect ¶
func (x *PolicyfileListItem) ProtoReflect() protoreflect.Message
func (*PolicyfileListItem) Reset ¶
func (x *PolicyfileListItem) Reset()
func (*PolicyfileListItem) String ¶
func (x *PolicyfileListItem) String() string
type PolicyfileRevision ¶
type PolicyfileRevision struct { // policyfile revision RevisionId string `` /* 157-byte string literal not displayed */ // contains filtered or unexported fields }
func (*PolicyfileRevision) Descriptor
deprecated
func (*PolicyfileRevision) Descriptor() ([]byte, []int)
Deprecated: Use PolicyfileRevision.ProtoReflect.Descriptor instead.
func (*PolicyfileRevision) GetRevisionId ¶
func (x *PolicyfileRevision) GetRevisionId() string
func (*PolicyfileRevision) ProtoMessage ¶
func (*PolicyfileRevision) ProtoMessage()
func (*PolicyfileRevision) ProtoReflect ¶
func (x *PolicyfileRevision) ProtoReflect() protoreflect.Message
func (*PolicyfileRevision) Reset ¶
func (x *PolicyfileRevision) Reset()
func (*PolicyfileRevision) String ¶
func (x *PolicyfileRevision) String() string
type PolicyfileRevisions ¶
type PolicyfileRevisions struct { // Policyfile revisions. Revisions []*PolicyfileRevision `` /* 133-byte string literal not displayed */ // contains filtered or unexported fields }
func (*PolicyfileRevisions) Descriptor
deprecated
func (*PolicyfileRevisions) Descriptor() ([]byte, []int)
Deprecated: Use PolicyfileRevisions.ProtoReflect.Descriptor instead.
func (*PolicyfileRevisions) GetRevisions ¶
func (x *PolicyfileRevisions) GetRevisions() []*PolicyfileRevision
func (*PolicyfileRevisions) ProtoMessage ¶
func (*PolicyfileRevisions) ProtoMessage()
func (*PolicyfileRevisions) ProtoReflect ¶
func (x *PolicyfileRevisions) ProtoReflect() protoreflect.Message
func (*PolicyfileRevisions) Reset ¶
func (x *PolicyfileRevisions) Reset()
func (*PolicyfileRevisions) String ¶
func (x *PolicyfileRevisions) String() string
type Policyfiles ¶
type Policyfiles struct { // Policyfiles list. Policies []*PolicyfileListItem `` /* 129-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Policyfiles) Descriptor
deprecated
func (*Policyfiles) Descriptor() ([]byte, []int)
Deprecated: Use Policyfiles.ProtoReflect.Descriptor instead.
func (*Policyfiles) GetPolicies ¶
func (x *Policyfiles) GetPolicies() []*PolicyfileListItem
func (*Policyfiles) ProtoMessage ¶
func (*Policyfiles) ProtoMessage()
func (*Policyfiles) ProtoReflect ¶
func (x *Policyfiles) ProtoReflect() protoreflect.Message
func (*Policyfiles) Reset ¶
func (x *Policyfiles) Reset()
func (*Policyfiles) String ¶
func (x *Policyfiles) String() string
type Policygroup ¶
type Policygroup struct { // Policygroup name. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"` // Policygroup policyfiles. Policies []*GroupPolicy `` /* 129-byte string literal not displayed */ // policygroup uri. Uri string `protobuf:"bytes,3,opt,name=uri,proto3" json:"uri,omitempty" toml:"uri,omitempty" mapstructure:"uri,omitempty"` // contains filtered or unexported fields }
func (*Policygroup) Descriptor
deprecated
func (*Policygroup) Descriptor() ([]byte, []int)
Deprecated: Use Policygroup.ProtoReflect.Descriptor instead.
func (*Policygroup) GetName ¶
func (x *Policygroup) GetName() string
func (*Policygroup) GetPolicies ¶
func (x *Policygroup) GetPolicies() []*GroupPolicy
func (*Policygroup) GetUri ¶
func (x *Policygroup) GetUri() string
func (*Policygroup) ProtoMessage ¶
func (*Policygroup) ProtoMessage()
func (*Policygroup) ProtoReflect ¶
func (x *Policygroup) ProtoReflect() protoreflect.Message
func (*Policygroup) Reset ¶
func (x *Policygroup) Reset()
func (*Policygroup) String ¶
func (x *Policygroup) String() string
type ResetClient ¶
type ResetClient struct { // Client name. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"` // Client key detail. ClientKey *ClientKey `` /* 152-byte string literal not displayed */ // contains filtered or unexported fields }
func (*ResetClient) Descriptor
deprecated
func (*ResetClient) Descriptor() ([]byte, []int)
Deprecated: Use ResetClient.ProtoReflect.Descriptor instead.
func (*ResetClient) GetClientKey ¶
func (x *ResetClient) GetClientKey() *ClientKey
func (*ResetClient) GetName ¶
func (x *ResetClient) GetName() string
func (*ResetClient) ProtoMessage ¶
func (*ResetClient) ProtoMessage()
func (*ResetClient) ProtoReflect ¶
func (x *ResetClient) ProtoReflect() protoreflect.Message
func (*ResetClient) Reset ¶
func (x *ResetClient) Reset()
func (*ResetClient) String ¶
func (x *ResetClient) String() string
type ResetOrgAdminKey ¶
type ResetOrgAdminKey struct { // Chef organization. Org *Org `protobuf:"bytes,1,opt,name=org,proto3" json:"org,omitempty" toml:"org,omitempty" mapstructure:"org,omitempty"` // contains filtered or unexported fields }
func (*ResetOrgAdminKey) Descriptor
deprecated
func (*ResetOrgAdminKey) Descriptor() ([]byte, []int)
Deprecated: Use ResetOrgAdminKey.ProtoReflect.Descriptor instead.
func (*ResetOrgAdminKey) GetOrg ¶
func (x *ResetOrgAdminKey) GetOrg() *Org
func (*ResetOrgAdminKey) ProtoMessage ¶
func (*ResetOrgAdminKey) ProtoMessage()
func (*ResetOrgAdminKey) ProtoReflect ¶
func (x *ResetOrgAdminKey) ProtoReflect() protoreflect.Message
func (*ResetOrgAdminKey) Reset ¶
func (x *ResetOrgAdminKey) Reset()
func (*ResetOrgAdminKey) String ¶
func (x *ResetOrgAdminKey) String() string
type Role ¶
type Role struct { // Name of the role. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"` // Type of the chef object. ChefType string `` /* 147-byte string literal not displayed */ // Descrption of the role. Description string `` /* 141-byte string literal not displayed */ // Role default attributes JSON. DefaultAttributes string `` /* 192-byte string literal not displayed */ // Role override attributes JSON. OverrideAttributes string `` /* 197-byte string literal not displayed */ // Json class name. JsonClass string `` /* 152-byte string literal not displayed */ // Run list for the role. RunList []string `` /* 142-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Role) Descriptor
deprecated
func (*Role) GetChefType ¶
func (*Role) GetDefaultAttributes ¶
func (*Role) GetDescription ¶
func (*Role) GetJsonClass ¶
func (*Role) GetOverrideAttributes ¶
func (*Role) GetRunList ¶
func (*Role) ProtoMessage ¶
func (*Role) ProtoMessage()
func (*Role) ProtoReflect ¶
func (x *Role) ProtoReflect() protoreflect.Message
type RoleEnvironments ¶
type RoleEnvironments struct { // Role environment list. Environments []string `` /* 145-byte string literal not displayed */ // contains filtered or unexported fields }
func (*RoleEnvironments) Descriptor
deprecated
func (*RoleEnvironments) Descriptor() ([]byte, []int)
Deprecated: Use RoleEnvironments.ProtoReflect.Descriptor instead.
func (*RoleEnvironments) GetEnvironments ¶
func (x *RoleEnvironments) GetEnvironments() []string
func (*RoleEnvironments) ProtoMessage ¶
func (*RoleEnvironments) ProtoMessage()
func (*RoleEnvironments) ProtoReflect ¶
func (x *RoleEnvironments) ProtoReflect() protoreflect.Message
func (*RoleEnvironments) Reset ¶
func (x *RoleEnvironments) Reset()
func (*RoleEnvironments) String ¶
func (x *RoleEnvironments) String() string
type RoleListItem ¶
type RoleListItem struct { // Name of the role. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"` // Desscription of the role. Description string `` /* 141-byte string literal not displayed */ // Environment for the role. Environments []string `` /* 145-byte string literal not displayed */ // contains filtered or unexported fields }
func (*RoleListItem) Descriptor
deprecated
func (*RoleListItem) Descriptor() ([]byte, []int)
Deprecated: Use RoleListItem.ProtoReflect.Descriptor instead.
func (*RoleListItem) GetDescription ¶
func (x *RoleListItem) GetDescription() string
func (*RoleListItem) GetEnvironments ¶
func (x *RoleListItem) GetEnvironments() []string
func (*RoleListItem) GetName ¶
func (x *RoleListItem) GetName() string
func (*RoleListItem) ProtoMessage ¶
func (*RoleListItem) ProtoMessage()
func (*RoleListItem) ProtoReflect ¶
func (x *RoleListItem) ProtoReflect() protoreflect.Message
func (*RoleListItem) Reset ¶
func (x *RoleListItem) Reset()
func (*RoleListItem) String ¶
func (x *RoleListItem) String() string
type Roles ¶
type Roles struct { // List of the roles item. Roles []*RoleListItem `protobuf:"bytes,1,rep,name=roles,proto3" json:"roles,omitempty" toml:"roles,omitempty" mapstructure:"roles,omitempty"` // Starting page for the results. Page int32 `protobuf:"varint,2,opt,name=page,proto3" json:"page,omitempty" toml:"page,omitempty" mapstructure:"page,omitempty"` // Total number of records. Total int32 `protobuf:"varint,3,opt,name=total,proto3" json:"total,omitempty" toml:"total,omitempty" mapstructure:"total,omitempty"` // contains filtered or unexported fields }
func (*Roles) Descriptor
deprecated
func (*Roles) GetRoles ¶
func (x *Roles) GetRoles() []*RoleListItem
func (*Roles) ProtoMessage ¶
func (*Roles) ProtoMessage()
func (*Roles) ProtoReflect ¶
func (x *Roles) ProtoReflect() protoreflect.Message
type RunList ¶
type RunList struct { // Run list item type (e.g. 'recipe'). Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty" toml:"type,omitempty" mapstructure:"type,omitempty"` // Run list item name. Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"` // Run list item version. Version string `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty" toml:"version,omitempty" mapstructure:"version,omitempty"` // Boolean denoting whether or not the run list item was skipped. Skipped bool `` /* 126-byte string literal not displayed */ // Run list item position Position int32 `` /* 130-byte string literal not displayed */ // Run list error Error string `protobuf:"bytes,6,opt,name=error,proto3" json:"error,omitempty" toml:"error,omitempty" mapstructure:"error,omitempty"` // List of the run list. Children []*RunList `` /* 129-byte string literal not displayed */ // contains filtered or unexported fields }
func (*RunList) Descriptor
deprecated
func (*RunList) GetChildren ¶
func (*RunList) GetPosition ¶
func (*RunList) GetSkipped ¶
func (*RunList) GetVersion ¶
func (*RunList) ProtoMessage ¶
func (*RunList) ProtoMessage()
func (*RunList) ProtoReflect ¶
func (x *RunList) ProtoReflect() protoreflect.Message
type SCMDetail ¶
type SCMDetail struct { // SCM name. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"` // SCM remote location. Remote string `protobuf:"bytes,2,opt,name=remote,proto3" json:"remote,omitempty" toml:"remote,omitempty" mapstructure:"remote,omitempty"` // SCM revision detail. Revision string `` /* 129-byte string literal not displayed */ // Boolean that denotes if the working tree is clean or not. WorkingTreeClean bool `` /* 192-byte string literal not displayed */ // Source's published info. Published bool `` /* 134-byte string literal not displayed */ // Synchronized remote branches list. SynchronizedRemoteBranches []string `` /* 241-byte string literal not displayed */ // contains filtered or unexported fields }
func (*SCMDetail) Descriptor
deprecated
func (*SCMDetail) GetPublished ¶
func (*SCMDetail) GetRevision ¶
func (*SCMDetail) GetSynchronizedRemoteBranches ¶
func (*SCMDetail) GetWorkingTreeClean ¶
func (*SCMDetail) ProtoMessage ¶
func (*SCMDetail) ProtoMessage()
func (*SCMDetail) ProtoReflect ¶
func (x *SCMDetail) ProtoReflect() protoreflect.Message
type Server ¶
type Server struct { // Chef Infra Server ID. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty" toml:"id,omitempty" mapstructure:"id,omitempty"` // Chef Infra Server name. Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"` // Chef Infra Server FQDN. Fqdn string `protobuf:"bytes,4,opt,name=fqdn,proto3" json:"fqdn,omitempty" toml:"fqdn,omitempty" mapstructure:"fqdn,omitempty"` // Chef Infra Server IP address. IpAddress string `` /* 152-byte string literal not displayed */ // Chef organizations count associated with Chef Infra Server. OrgsCount int32 `` /* 153-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Server) Descriptor
deprecated
func (*Server) GetIpAddress ¶
func (*Server) GetOrgsCount ¶
func (*Server) ProtoMessage ¶
func (*Server) ProtoMessage()
func (*Server) ProtoReflect ¶
func (x *Server) ProtoReflect() protoreflect.Message
type ServerUsers ¶
type ServerUsers struct { // Users list Users []*UsersListItem `protobuf:"bytes,1,rep,name=users,proto3" json:"users,omitempty" toml:"users,omitempty" mapstructure:"users,omitempty"` // contains filtered or unexported fields }
func (*ServerUsers) Descriptor
deprecated
func (*ServerUsers) Descriptor() ([]byte, []int)
Deprecated: Use ServerUsers.ProtoReflect.Descriptor instead.
func (*ServerUsers) GetUsers ¶
func (x *ServerUsers) GetUsers() []*UsersListItem
func (*ServerUsers) ProtoMessage ¶
func (*ServerUsers) ProtoMessage()
func (*ServerUsers) ProtoReflect ¶
func (x *ServerUsers) ProtoReflect() protoreflect.Message
func (*ServerUsers) Reset ¶
func (x *ServerUsers) Reset()
func (*ServerUsers) String ¶
func (x *ServerUsers) String() string
type SolutionDependencies ¶
type SolutionDependencies struct { // cookbook name. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"` // cookbook version. Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty" toml:"version,omitempty" mapstructure:"version,omitempty"` // cookbook dependencies Dependencies []*DepedenciesData `` /* 145-byte string literal not displayed */ // contains filtered or unexported fields }
func (*SolutionDependencies) Descriptor
deprecated
func (*SolutionDependencies) Descriptor() ([]byte, []int)
Deprecated: Use SolutionDependencies.ProtoReflect.Descriptor instead.
func (*SolutionDependencies) GetDependencies ¶
func (x *SolutionDependencies) GetDependencies() []*DepedenciesData
func (*SolutionDependencies) GetName ¶
func (x *SolutionDependencies) GetName() string
func (*SolutionDependencies) GetVersion ¶
func (x *SolutionDependencies) GetVersion() string
func (*SolutionDependencies) ProtoMessage ¶
func (*SolutionDependencies) ProtoMessage()
func (*SolutionDependencies) ProtoReflect ¶
func (x *SolutionDependencies) ProtoReflect() protoreflect.Message
func (*SolutionDependencies) Reset ¶
func (x *SolutionDependencies) Reset()
func (*SolutionDependencies) String ¶
func (x *SolutionDependencies) String() string
type SourceOptions ¶
type SourceOptions struct { // Source options path. Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty" toml:"path,omitempty" mapstructure:"path,omitempty"` // contains filtered or unexported fields }
func (*SourceOptions) Descriptor
deprecated
func (*SourceOptions) Descriptor() ([]byte, []int)
Deprecated: Use SourceOptions.ProtoReflect.Descriptor instead.
func (*SourceOptions) GetPath ¶
func (x *SourceOptions) GetPath() string
func (*SourceOptions) ProtoMessage ¶
func (*SourceOptions) ProtoMessage()
func (*SourceOptions) ProtoReflect ¶
func (x *SourceOptions) ProtoReflect() protoreflect.Message
func (*SourceOptions) Reset ¶
func (x *SourceOptions) Reset()
func (*SourceOptions) String ¶
func (x *SourceOptions) String() string
type UpdateDataBagItem ¶
type UpdateDataBagItem struct { // Data bag name. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"` // Data bag item ID. ItemId string `` /* 137-byte string literal not displayed */ // contains filtered or unexported fields }
func (*UpdateDataBagItem) Descriptor
deprecated
func (*UpdateDataBagItem) Descriptor() ([]byte, []int)
Deprecated: Use UpdateDataBagItem.ProtoReflect.Descriptor instead.
func (*UpdateDataBagItem) GetItemId ¶
func (x *UpdateDataBagItem) GetItemId() string
func (*UpdateDataBagItem) GetName ¶
func (x *UpdateDataBagItem) GetName() string
func (*UpdateDataBagItem) ProtoMessage ¶
func (*UpdateDataBagItem) ProtoMessage()
func (*UpdateDataBagItem) ProtoReflect ¶
func (x *UpdateDataBagItem) ProtoReflect() protoreflect.Message
func (*UpdateDataBagItem) Reset ¶
func (x *UpdateDataBagItem) Reset()
func (*UpdateDataBagItem) String ¶
func (x *UpdateDataBagItem) String() string
type UpdateNodeAttributes ¶
type UpdateNodeAttributes struct { // Node name. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"` // Node attributes JSON. Attributes string `` /* 137-byte string literal not displayed */ // contains filtered or unexported fields }
func (*UpdateNodeAttributes) Descriptor
deprecated
func (*UpdateNodeAttributes) Descriptor() ([]byte, []int)
Deprecated: Use UpdateNodeAttributes.ProtoReflect.Descriptor instead.
func (*UpdateNodeAttributes) GetAttributes ¶
func (x *UpdateNodeAttributes) GetAttributes() string
func (*UpdateNodeAttributes) GetName ¶
func (x *UpdateNodeAttributes) GetName() string
func (*UpdateNodeAttributes) ProtoMessage ¶
func (*UpdateNodeAttributes) ProtoMessage()
func (*UpdateNodeAttributes) ProtoReflect ¶
func (x *UpdateNodeAttributes) ProtoReflect() protoreflect.Message
func (*UpdateNodeAttributes) Reset ¶
func (x *UpdateNodeAttributes) Reset()
func (*UpdateNodeAttributes) String ¶
func (x *UpdateNodeAttributes) String() string
type UpdateNodeEnvironment ¶
type UpdateNodeEnvironment struct { // Node name. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"` // Node environment name. Environment string `` /* 141-byte string literal not displayed */ // contains filtered or unexported fields }
func (*UpdateNodeEnvironment) Descriptor
deprecated
func (*UpdateNodeEnvironment) Descriptor() ([]byte, []int)
Deprecated: Use UpdateNodeEnvironment.ProtoReflect.Descriptor instead.
func (*UpdateNodeEnvironment) GetEnvironment ¶
func (x *UpdateNodeEnvironment) GetEnvironment() string
func (*UpdateNodeEnvironment) GetName ¶
func (x *UpdateNodeEnvironment) GetName() string
func (*UpdateNodeEnvironment) ProtoMessage ¶
func (*UpdateNodeEnvironment) ProtoMessage()
func (*UpdateNodeEnvironment) ProtoReflect ¶
func (x *UpdateNodeEnvironment) ProtoReflect() protoreflect.Message
func (*UpdateNodeEnvironment) Reset ¶
func (x *UpdateNodeEnvironment) Reset()
func (*UpdateNodeEnvironment) String ¶
func (x *UpdateNodeEnvironment) String() string
type UpdateNodeTags ¶
type UpdateNodeTags struct { // Node tags. Tags []string `protobuf:"bytes,5,rep,name=tags,proto3" json:"tags,omitempty" toml:"tags,omitempty" mapstructure:"tags,omitempty"` // contains filtered or unexported fields }
func (*UpdateNodeTags) Descriptor
deprecated
func (*UpdateNodeTags) Descriptor() ([]byte, []int)
Deprecated: Use UpdateNodeTags.ProtoReflect.Descriptor instead.
func (*UpdateNodeTags) GetTags ¶
func (x *UpdateNodeTags) GetTags() []string
func (*UpdateNodeTags) ProtoMessage ¶
func (*UpdateNodeTags) ProtoMessage()
func (*UpdateNodeTags) ProtoReflect ¶
func (x *UpdateNodeTags) ProtoReflect() protoreflect.Message
func (*UpdateNodeTags) Reset ¶
func (x *UpdateNodeTags) Reset()
func (*UpdateNodeTags) String ¶
func (x *UpdateNodeTags) String() string
type UpdateOrg ¶
type UpdateOrg struct { // Chef organization. Org *Org `protobuf:"bytes,1,opt,name=org,proto3" json:"org,omitempty" toml:"org,omitempty" mapstructure:"org,omitempty"` // contains filtered or unexported fields }
func (*UpdateOrg) Descriptor
deprecated
func (*UpdateOrg) ProtoMessage ¶
func (*UpdateOrg) ProtoMessage()
func (*UpdateOrg) ProtoReflect ¶
func (x *UpdateOrg) ProtoReflect() protoreflect.Message
type UpdateServer ¶
type UpdateServer struct { // Chef Infra Server. Server *Server `protobuf:"bytes,1,opt,name=server,proto3" json:"server,omitempty" toml:"server,omitempty" mapstructure:"server,omitempty"` // contains filtered or unexported fields }
func (*UpdateServer) Descriptor
deprecated
func (*UpdateServer) Descriptor() ([]byte, []int)
Deprecated: Use UpdateServer.ProtoReflect.Descriptor instead.
func (*UpdateServer) GetServer ¶
func (x *UpdateServer) GetServer() *Server
func (*UpdateServer) ProtoMessage ¶
func (*UpdateServer) ProtoMessage()
func (*UpdateServer) ProtoReflect ¶
func (x *UpdateServer) ProtoReflect() protoreflect.Message
func (*UpdateServer) Reset ¶
func (x *UpdateServer) Reset()
func (*UpdateServer) String ¶
func (x *UpdateServer) String() string
type UsersListItem ¶
type UsersListItem struct { // User username Username string `` /* 129-byte string literal not displayed */ // User first name FirstName string `` /* 152-byte string literal not displayed */ // User Last name LastName string `` /* 147-byte string literal not displayed */ // User email Email string `protobuf:"bytes,4,opt,name=email,proto3" json:"email,omitempty" toml:"email,omitempty" mapstructure:"email,omitempty"` // contains filtered or unexported fields }
func (*UsersListItem) Descriptor
deprecated
func (*UsersListItem) Descriptor() ([]byte, []int)
Deprecated: Use UsersListItem.ProtoReflect.Descriptor instead.
func (*UsersListItem) GetEmail ¶
func (x *UsersListItem) GetEmail() string
func (*UsersListItem) GetFirstName ¶
func (x *UsersListItem) GetFirstName() string
func (*UsersListItem) GetLastName ¶
func (x *UsersListItem) GetLastName() string
func (*UsersListItem) GetUsername ¶
func (x *UsersListItem) GetUsername() string
func (*UsersListItem) ProtoMessage ¶
func (*UsersListItem) ProtoMessage()
func (*UsersListItem) ProtoReflect ¶
func (x *UsersListItem) ProtoReflect() protoreflect.Message
func (*UsersListItem) Reset ¶
func (x *UsersListItem) Reset()
func (*UsersListItem) String ¶
func (x *UsersListItem) String() string