Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pplu/deploymentmanager
Object model for Google DeploymentManager
https://github.com/pplu/deploymentmanager
deployment-manager gcloud perl
Last synced: about 1 month ago
JSON representation
Object model for Google DeploymentManager
- Host: GitHub
- URL: https://github.com/pplu/deploymentmanager
- Owner: pplu
- Created: 2018-08-03T13:24:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-04T08:03:34.000Z (over 5 years ago)
- Last Synced: 2024-11-05T13:17:08.157Z (3 months ago)
- Topics: deployment-manager, gcloud, perl
- Language: Perl
- Size: 23.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
Awesome Lists containing this project
README
# NAME
DeploymentManager - An object model for Google DeploymentManager templates
# SYNOPSIS
use DeploymentManager;
my $dm = DeploymentManager->new(
file => '...',
);
# DESCRIPTION
This module creates an object model of Google DeploymentManager templates
# ATTRIBUTES
## file
The file that contains
## document
A property that contains the object for the file. It will contain a subclass
of [DeploymentManager::Document](https://metacpan.org/pod/DeploymentManager::Document).This can be a [DeploymentManager::Template::Jinja](https://metacpan.org/pod/DeploymentManager::Template::Jinja) or a [DeploymentManager::Template::Python](https://metacpan.org/pod/DeploymentManager::Template::Python)
## properties
An Array with the properties in the document
## num\_of\_properties
The number of properties declared in the document
# SEE ALSO
[https://cloud.google.com/deployment-manager/docs/](https://cloud.google.com/deployment-manager/docs/)
# AUTHOR
Jose Luis Martinez
CAPSiDE
[email protected]
# BUGS and SOURCE
The source code is located here: [https://github.com/pplu/DeploymentManager.git](https://github.com/pplu/DeploymentManager.git)
Please report bugs to: [https://github.com/pplu/DeploymentManager/issues](https://github.com/pplu/DeploymentManager/issues)
# COPYRIGHT and LICENSE
Copyright (c) 2018 by CAPSiDE
This code is distributed under the Apache 2 License. The full text of the
license can be found in the LICENSE file included with this module.