github.com/Racer159/jackal@v0.32.7-0.20240401174413-0bd2339e4f2e/src/types/extensions/common.go (about)

     1  // SPDX-License-Identifier: Apache-2.0
     2  // SPDX-FileCopyrightText: 2021-Present The Jackal Authors
     3  
     4  // Package extensions contains the types for all official extensions.
     5  package extensions
     6  
     7  // JackalComponentExtensions is a struct that contains all the official extensions
     8  type JackalComponentExtensions struct {
     9  	// Big Bang Configurations
    10  	BigBang *BigBang `json:"bigbang,omitempty" jsonschema:"description=Configurations for installing Big Bang and Flux in the cluster"`
    11  }