Monads and other dark magic for Elixir
-
Updated
Nov 18, 2021 - Elixir
{{ message }}
Monads and other dark magic for Elixir
Run and manage Vault on Kubernetes simply and securely
Kotlin Flow Android Examples - How to use it in Android Project
Canonical common brand names, operators, transit and flags for OpenStreetMap.
Azure Service Operator allows you to create Azure resources using kubectl
I'm not sure right now how to specify NodePort with AWX operator. Its not mentioned in documentation.
spec:
tower_ingress_type: NodePort
Ok, but how to avoid random port assignment,
Usually I can do in service deployment something like:
spec:
type: NodePort
ports:
- port: 80
nodePort: 30080
name: http
- port: 443
nodePort: 30443
name
Functional operators for Objective-C
Common combinators for Elixir
The kuttl cli overrides the testsuite file... with the exception of the test env. (this is a require to fix that).
If the kuttl-test.yaml has a configuration for startControlPlane: true and the cli is started with --start-kind.... the cli override should start kind.
Perhaps we should have an override that allows to point at a cluster (currently it is the default that is selected if no
apiVersion: apps/v1
kind: Deployment
metadata:
name: nginx-deployment
namespace: default
spec:
selector:
matchLabels:
A Simple & Flexible Cross Framework Operators Toolkit
Easily manipulate CGPoints, CGSizes and CGVectors using math operators
Repository to hold code, instructions, demos and pointers to presentation assets for Kubeflow Dojo
Operators that automate common tasks for managing Openstack on Kubernetes.
A Kubernetes object matcher library to avoid unnecessary K8s object updates
Second Bridge is a Swift framework for functional programming. Our goal is to make Swift development on par with other functional languages like Scala by adding new data types, functions and operators.
The Ridiculous Application of Reduce
Helm chart to install Terraform Cloud Operator and other associated components.
Simple data binding operators ~> and <~> for RxSwift.
Manage Kubernetes Operators from the command line
This repository will contains C programs from beginners to advance level
Please describe the problem you have
With #382, namespaced-scoped operands, i.e. Envoy DaemonSet, reside in the same namespace as the Contour. This allows using an OwnerReference instead of labels for managing the Contour<>operand relationship. The current CONTOUR_NS/CONTOUR_NAME label-based approach should be
Describe the bug
Currently we check our code with golangci-lint, which in itself catches most of the things, but having comments over exported function is not caught by it, it'll be nice to enable both the linters. Currently there are some warnings by this linter on the main branch
To Reproduce
Run: golint ./... | grep -v zz_generated #to ignore the auto-generated files
**Expe
Service Object based on Either Monad
A library to build up lazily evaluated expressions of linear transforms for efficient scientific computing.
Add a description, image, and links to the operators topic page so that developers can more easily learn about it.
To associate your repository with the operators topic, visit your repo's landing page and select "manage topics."
Problem
K8s-event posting can fail to post an event (
kind: Event) for any reasons, such as API rate limiting, temporary API failures (HTTP 5xx), control plane connectivity issues, SSL handshake failures, etc.This leads to the events being lost, while they can represent some value. This applies both to the events created from the per-object
loggermessages (logger.info(...)from the