/oam3-definitions

Repository to maintain OAM3 entity definitions

Primary LanguageShellApache License 2.0Apache-2.0

oam3-definitions

Repository to maintain OAM3 entity definitions

  • Component definitions
    • StatefulService: Component to create a statefulset. For now, only an empty dir volume is created.
    • Deploy-from-git: Component to be able to deploy code from a git repository without the need to create a dockerfile or build a container first.
    • Deno Runner: Component to be able to deploy denos from a git repository.
  • Trait definitions
    • Gateway: Make the default gateway trait compatible with Napptive
    • Init container: Updated init container trait
    • Kubeconfig injector: Inject the kubeconfig in a component to be able to execute kubectl commands on the same environment.
    • Security context: Modify the security context of the underlying component
    • Storage: Updated storage trait

To add any definition to your system, create them in the vela-system namespace. For example:

kubectl -n vela-system create -f component/statefulservice.yaml

License

Copyright 2023 Napptive

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

  https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.