Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadResources ¶
function that loads the contents of a folder into the cluster
Types ¶
type GenericResource ¶ added in v0.4.1
type GenericResource struct { APIVersion string `json:"apiVersion"` Kind string `json:"kind"` Metadata metav1.ObjectMeta `json:"metadata,omitempty"` Spec interface{} `json:"spec"` }
type Resources ¶ added in v0.4.1
type Resources struct { Repositories []*configv1alpha1.TerraformRepository Layers []*configv1alpha1.TerraformLayer Runs []*configv1alpha1.TerraformRun PullRequests []*configv1alpha1.TerraformPullRequest Leases []*coordination.Lease }
Click to show internal directories.
Click to hide internal directories.