manage

package
v0.0.6-GHES.3.11 Latest Latest
Warning

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

Go to latest
Published: Sep 20, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ManageRequestBuilder

ManageRequestBuilder builds and executes requests for operations under \manage

func NewManageRequestBuilder

NewManageRequestBuilder instantiates a new ManageRequestBuilder and sets the default values.

func NewManageRequestBuilderInternal

func NewManageRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ManageRequestBuilder

NewManageRequestBuilderInternal instantiates a new ManageRequestBuilder and sets the default values.

func (*ManageRequestBuilder) V1

V1 the v1 property returns a *V1RequestBuilder when successful

type V1ClusterRequestBuilder

V1ClusterRequestBuilder builds and executes requests for operations under \manage\v1\cluster

func NewV1ClusterRequestBuilder

NewV1ClusterRequestBuilder instantiates a new V1ClusterRequestBuilder and sets the default values.

func NewV1ClusterRequestBuilderInternal

func NewV1ClusterRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *V1ClusterRequestBuilder

NewV1ClusterRequestBuilderInternal instantiates a new V1ClusterRequestBuilder and sets the default values.

func (*V1ClusterRequestBuilder) Status

Status the status property returns a *V1ClusterStatusRequestBuilder when successful

type V1ClusterStatusRequestBuilder

V1ClusterStatusRequestBuilder builds and executes requests for operations under \manage\v1\cluster\status

func NewV1ClusterStatusRequestBuilder

NewV1ClusterStatusRequestBuilder instantiates a new V1ClusterStatusRequestBuilder and sets the default values.

func NewV1ClusterStatusRequestBuilderInternal

func NewV1ClusterStatusRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *V1ClusterStatusRequestBuilder

NewV1ClusterStatusRequestBuilderInternal instantiates a new V1ClusterStatusRequestBuilder and sets the default values.

func (*V1ClusterStatusRequestBuilder) Get

Get gets the status of all services running on each cluster node.This endpoint may take several seconds to reply. returns a GhesClusterStatusable when successful API method documentation

func (*V1ClusterStatusRequestBuilder) ToGetRequestInformation

ToGetRequestInformation gets the status of all services running on each cluster node.This endpoint may take several seconds to reply. returns a *RequestInformation when successful

func (*V1ClusterStatusRequestBuilder) WithUrl

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *V1ClusterStatusRequestBuilder when successful

type V1ConfigNodesRequestBuilder

V1ConfigNodesRequestBuilder builds and executes requests for operations under \manage\v1\config\nodes

func NewV1ConfigNodesRequestBuilder

NewV1ConfigNodesRequestBuilder instantiates a new V1ConfigNodesRequestBuilder and sets the default values.

func NewV1ConfigNodesRequestBuilderInternal

func NewV1ConfigNodesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *V1ConfigNodesRequestBuilder

NewV1ConfigNodesRequestBuilderInternal instantiates a new V1ConfigNodesRequestBuilder and sets the default values.

func (*V1ConfigNodesRequestBuilder) ToGetRequestInformation

ToGetRequestInformation get node metadata for all configured nodes in the current cluster. For more information, see "[About clustering](https://docs.github.com/enterprise-server@3.11/admin/enterprise-management/configuring-clustering/about-clustering)." returns a *RequestInformation when successful

func (*V1ConfigNodesRequestBuilder) WithUrl

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *V1ConfigNodesRequestBuilder when successful

type V1ConfigNodesRequestBuilderGetQueryParameters

type V1ConfigNodesRequestBuilderGetQueryParameters struct {
	// The cluster roles from the cluster configuration file.
	Cluster_roles *string `uriparametername:"cluster_roles"`
	// The UUID which identifies a node.
	Uuid *string `uriparametername:"uuid"`
}

V1ConfigNodesRequestBuilderGetQueryParameters get node metadata for all configured nodes in the current cluster. For more information, see "[About clustering](https://docs.github.com/enterprise-server@3.11/admin/enterprise-management/configuring-clustering/about-clustering)."

type V1ConfigRequestBuilder

V1ConfigRequestBuilder builds and executes requests for operations under \manage\v1\config

func NewV1ConfigRequestBuilder

NewV1ConfigRequestBuilder instantiates a new V1ConfigRequestBuilder and sets the default values.

func NewV1ConfigRequestBuilderInternal

func NewV1ConfigRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *V1ConfigRequestBuilder

NewV1ConfigRequestBuilderInternal instantiates a new V1ConfigRequestBuilder and sets the default values.

func (*V1ConfigRequestBuilder) Nodes

Nodes the nodes property returns a *V1ConfigNodesRequestBuilder when successful

type V1MaintenanceRequestBuilder

V1MaintenanceRequestBuilder builds and executes requests for operations under \manage\v1\maintenance

func NewV1MaintenanceRequestBuilder

NewV1MaintenanceRequestBuilder instantiates a new V1MaintenanceRequestBuilder and sets the default values.

func NewV1MaintenanceRequestBuilderInternal

func NewV1MaintenanceRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *V1MaintenanceRequestBuilder

NewV1MaintenanceRequestBuilderInternal instantiates a new V1MaintenanceRequestBuilder and sets the default values.

func (*V1MaintenanceRequestBuilder) Get

Get gets the status and details of maintenance mode on all available nodes. For more information, see "[Enabling and scheduling maintenance mode](https://docs.github.com/enterprise-server@3.11/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode)." returns a []GhesGetMaintenanceable when successful API method documentation

func (*V1MaintenanceRequestBuilder) ToGetRequestInformation

ToGetRequestInformation gets the status and details of maintenance mode on all available nodes. For more information, see "[Enabling and scheduling maintenance mode](https://docs.github.com/enterprise-server@3.11/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode)." returns a *RequestInformation when successful

func (*V1MaintenanceRequestBuilder) WithUrl

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *V1MaintenanceRequestBuilder when successful

type V1MaintenanceRequestBuilderGetQueryParameters

type V1MaintenanceRequestBuilderGetQueryParameters struct {
	// The cluster roles from the cluster configuration file.
	Cluster_roles *string `uriparametername:"cluster_roles"`
	// The UUID which identifies a node.
	Uuid *string `uriparametername:"uuid"`
}

V1MaintenanceRequestBuilderGetQueryParameters gets the status and details of maintenance mode on all available nodes. For more information, see "[Enabling and scheduling maintenance mode](https://docs.github.com/enterprise-server@3.11/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode)."

type V1ReplicationRequestBuilder

V1ReplicationRequestBuilder builds and executes requests for operations under \manage\v1\replication

func NewV1ReplicationRequestBuilder

NewV1ReplicationRequestBuilder instantiates a new V1ReplicationRequestBuilder and sets the default values.

func NewV1ReplicationRequestBuilderInternal

func NewV1ReplicationRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *V1ReplicationRequestBuilder

NewV1ReplicationRequestBuilderInternal instantiates a new V1ReplicationRequestBuilder and sets the default values.

func (*V1ReplicationRequestBuilder) Status

Status the status property returns a *V1ReplicationStatusRequestBuilder when successful

type V1ReplicationStatusRequestBuilder

V1ReplicationStatusRequestBuilder builds and executes requests for operations under \manage\v1\replication\status

func NewV1ReplicationStatusRequestBuilder

NewV1ReplicationStatusRequestBuilder instantiates a new V1ReplicationStatusRequestBuilder and sets the default values.

func NewV1ReplicationStatusRequestBuilderInternal

func NewV1ReplicationStatusRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *V1ReplicationStatusRequestBuilder

NewV1ReplicationStatusRequestBuilderInternal instantiates a new V1ReplicationStatusRequestBuilder and sets the default values.

func (*V1ReplicationStatusRequestBuilder) Get

Get gets the status of all services running on each replica node.This endpoint may take several seconds to reply. returns a GhesReplicationStatusable when successful API method documentation

func (*V1ReplicationStatusRequestBuilder) ToGetRequestInformation

ToGetRequestInformation gets the status of all services running on each replica node.This endpoint may take several seconds to reply. returns a *RequestInformation when successful

func (*V1ReplicationStatusRequestBuilder) WithUrl

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *V1ReplicationStatusRequestBuilder when successful

type V1ReplicationStatusRequestBuilderGetQueryParameters

type V1ReplicationStatusRequestBuilderGetQueryParameters struct {
	// The cluster roles from the cluster configuration file.
	Cluster_roles *string `uriparametername:"cluster_roles"`
	// The UUID which identifies a node.
	Uuid *string `uriparametername:"uuid"`
}

V1ReplicationStatusRequestBuilderGetQueryParameters gets the status of all services running on each replica node.This endpoint may take several seconds to reply.

type V1RequestBuilder

V1RequestBuilder builds and executes requests for operations under \manage\v1

func NewV1RequestBuilder

NewV1RequestBuilder instantiates a new V1RequestBuilder and sets the default values.

func NewV1RequestBuilderInternal

func NewV1RequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *V1RequestBuilder

NewV1RequestBuilderInternal instantiates a new V1RequestBuilder and sets the default values.

func (*V1RequestBuilder) Cluster

Cluster the cluster property returns a *V1ClusterRequestBuilder when successful

func (*V1RequestBuilder) Config

Config the config property returns a *V1ConfigRequestBuilder when successful

func (*V1RequestBuilder) Maintenance

Maintenance the maintenance property returns a *V1MaintenanceRequestBuilder when successful

func (*V1RequestBuilder) Replication

Replication the replication property returns a *V1ReplicationRequestBuilder when successful

func (*V1RequestBuilder) Version

Version the version property returns a *V1VersionRequestBuilder when successful

type V1VersionRequestBuilder

V1VersionRequestBuilder builds and executes requests for operations under \manage\v1\version

func NewV1VersionRequestBuilder

NewV1VersionRequestBuilder instantiates a new V1VersionRequestBuilder and sets the default values.

func NewV1VersionRequestBuilderInternal

func NewV1VersionRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *V1VersionRequestBuilder

NewV1VersionRequestBuilderInternal instantiates a new V1VersionRequestBuilder and sets the default values.

func (*V1VersionRequestBuilder) Get

Get gets the GitHub Enterprise Server release versions that are currently installed on all available nodes. For more information, see "[GitHub Enterprise Server releases](https://docs.github.com/enterprise-server@3.11/admin/all-releases)." returns a []GhesVersionable when successful API method documentation

func (*V1VersionRequestBuilder) ToGetRequestInformation

ToGetRequestInformation gets the GitHub Enterprise Server release versions that are currently installed on all available nodes. For more information, see "[GitHub Enterprise Server releases](https://docs.github.com/enterprise-server@3.11/admin/all-releases)." returns a *RequestInformation when successful

func (*V1VersionRequestBuilder) WithUrl

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *V1VersionRequestBuilder when successful

type V1VersionRequestBuilderGetQueryParameters

type V1VersionRequestBuilderGetQueryParameters struct {
	// The cluster roles from the cluster configuration file.
	Cluster_roles *string `uriparametername:"cluster_roles"`
	// The UUID which identifies a node.
	Uuid *string `uriparametername:"uuid"`
}

V1VersionRequestBuilderGetQueryParameters gets the GitHub Enterprise Server release versions that are currently installed on all available nodes. For more information, see "[GitHub Enterprise Server releases](https://docs.github.com/enterprise-server@3.11/admin/all-releases)."

Jump to

Keyboard shortcuts

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