models

package
v0.11.3 Latest Latest
Warning

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

Go to latest
Published: Jul 25, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

* * MIT License * * (C) Copyright 2022 Hewlett Packard Enterprise Development LP * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, merge, publish, distribute, sublicense, * and/or sell copies of the Software, and to permit persons to whom the * Software is furnished to do so, subject to the following conditions: * * The above copyright notice and this permission notice shall be included * in all copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR * OTHER DEALINGS IN THE SOFTWARE. *

* * MIT License * * (C) Copyright 2022 Hewlett Packard Enterprise Development LP * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, merge, publish, distribute, sublicense, * and/or sell copies of the Software, and to permit persons to whom the * Software is furnished to do so, subject to the following conditions: * * The above copyright notice and this permission notice shall be included * in all copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR * OTHER DEALINGS IN THE SOFTWARE. *

MIT License

(C) Copyright 2022 Hewlett Packard Enterprise Development LP

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateRebootWorkflowRequest

type CreateRebootWorkflowRequest struct {
	Hosts          []string `json:"hosts"`
	DryRun         bool     `json:"dryRun"`
	SwitchPassword string   `json:"switchPassword,omitempty"`
	WipeOsd        bool     `json:"wipeOsd,omitempty"`
}

type CreateRebootWorkflowResponse

type CreateRebootWorkflowResponse struct {
	Name       string   `json:"name"`
	TargetNcns []string `json:"targetNcns"`
}

type CreateRebuildWorkflowRequest

type CreateRebuildWorkflowRequest struct {
	Hosts            []string          `json:"hosts"`
	DryRun           bool              `json:"dryRun"`
	SwitchPassword   string            `json:"switchPassword,omitempty"`
	ZapOsds          bool              `json:"zapOsds,omitempty"`      // this is necessary for storage rebuilds when unable to wipe the node prior to rebuild
	WorkflowType     string            `json:"workflowType,omitempty"` // used to determine storage rebuild vs upgrade
	ImageId          string            `json:"imageId,omitempty"`
	DesiredCfsConfig string            `json:"desiredCfsConfig,omitempty"`
	Labels           map[string]string `json:"labels,omitempty"`
}

type CreateRebuildWorkflowResponse

type CreateRebuildWorkflowResponse struct {
	Name       string   `json:"name"`
	TargetNcns []string `json:"targetNcns"`
}

type GetWorkflowResponse

type GetWorkflowResponse struct {
	Name   string            `json:"name"`
	Labels map[string]string `json:"label" swaggertype:"object"`
	Status interface{}       `json:"status" swaggertype:"object"`
}

type RebuildHooks

type RebuildHooks struct {
	BeforeAll  []unstructured.Unstructured
	BeforeEach []unstructured.Unstructured
	AfterEach  []unstructured.Unstructured
	AfterAll   []unstructured.Unstructured
}

type RebuildWorkflowType

type RebuildWorkflowType string
const (
	WORKER  RebuildWorkflowType = "worker"
	STORAGE RebuildWorkflowType = "storage"
)

type RetryWorkflowRequestBody

type RetryWorkflowRequestBody struct {
	StepName          string `json:"stepName,omitempty"`
	RestartSuccessful bool   `json:"restartSuccessful,omitempty"`
}

Directories

Path Synopsis
* * MIT License * * (C) Copyright 2022 Hewlett Packard Enterprise Development LP * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, merge, publish, distribute, sublicense, * and/or sell copies of the Software, and to permit persons to whom the * Software is furnished to do so, subject to the following conditions: * * The above copyright notice and this permission notice shall be included * in all copies or substantial portions of the Software.
* * MIT License * * (C) Copyright 2022 Hewlett Packard Enterprise Development LP * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, merge, publish, distribute, sublicense, * and/or sell copies of the Software, and to permit persons to whom the * Software is furnished to do so, subject to the following conditions: * * The above copyright notice and this permission notice shall be included * in all copies or substantial portions of the Software.

Jump to

Keyboard shortcuts

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