cluster-api-provider-aws

command module
v2.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 26, 2024 License: Apache-2.0 Imports: 47 Imported by: 0

README

Kubernetes Cluster API Provider AWS

Powered by AWS Cloud Computing


Kubernetes-native declarative infrastructure for AWS.

What is the Cluster API Provider AWS

The Cluster API brings declarative, Kubernetes-style APIs to cluster creation, configuration and management.

The API itself is shared across multiple cloud providers allowing for true AWS hybrid deployments of Kubernetes. It is built atop the lessons learned from previous cluster managers such as kops and kubicorn.

Documentation

Please see our book for in-depth documentation.

Launching a Kubernetes cluster on AWS

Check out the Cluster API Quick Start for launching a cluster on AWS.

Features

  • Native Kubernetes manifests and API
  • Manages the bootstrapping of VPCs, gateways, security groups and instances.
  • Choice of Linux distribution among Amazon Linux 2, CentOS 7, Ubuntu(18.04, 20.04) and Flatcar using pre-baked AMIs.
  • Deploys Kubernetes control planes into private subnets with a separate bastion server.
  • Doesn't use SSH for bootstrapping nodes.
  • Installs only the minimal components to bootstrap a control plane and workers.
  • Supports control planes on EC2 instances.
  • EKS support

Compatibility with Cluster API and Kubernetes Versions

This provider's versions are compatible with the following versions of Cluster API and support all Kubernetes versions that is supported by its compatible Cluster API version:

Cluster API v1alpha4 (v0.4) Cluster API v1beta1 (v1.x)
CAPA v1alpha4 (v0.7)
CAPA v1beta1 (v1.x)
CAPA v1beta2 (v2.x, main)

(See Kubernetes support matrix of Cluster API versions).


Kubernetes versions with published AMIs

See amis for the list of most recently published AMIs.


clusterawsadm

clusterawsadm CLI tool provides bootstrapping, AMI, EKS, and controller related helpers.

clusterawsadm binaries are released with each release, can be found under assets section.

clusterawsadm could also be installed via Homebrew on macOS and linux OS. Install the latest release using homebrew:

brew install clusterawsadm

Test to ensure the version you installed is up-to-date:

clusterawsadm version

Getting involved and contributing

Are you interested in contributing to cluster-api-provider-aws? We, the maintainers and community, would love your suggestions, contributions, and help! Also, the maintainers can be contacted at any time to learn more about how to get involved.

In the interest of getting more new people involved we tag issues with good first issue. These are typically issues that have smaller scope but are good ways to start to get acquainted with the codebase.

We also encourage ALL active community participants to act as if they are maintainers, even if you don't have "official" write permissions. This is a community effort, we are here to serve the Kubernetes community. If you have an active interest and you want to get involved, you have real power! Don't assume that the only people who can get things done around here are the "maintainers".

We also would love to add more "official" maintainers, so show us what you can do!

This repository uses the Kubernetes bots. See a full list of the commands here.

Build the images locally

If you want to just build the CAPA containers locally, run

  REGISTRY=docker.io/my-reg make docker-build
Tilt-based development environment

See development section for details.

Implementer office hours

Maintainers hold office hours every two weeks, with sessions open to all developers working on this project.

Office hours are hosted on a zoom video chat every other Monday at 09:00 (Pacific) / 12:00 (Eastern) / 17:00 (Europe/London), and are published on the Kubernetes community meetings calendar.

Other ways to communicate with the contributors

Please check in with us in the #cluster-api-aws channel on Slack.

Github issues

Bugs

If you think you have found a bug please follow the instructions below.

  • Please spend a small amount of time giving due diligence to the issue tracker. Your issue might be a duplicate.
  • Get the logs from the cluster controllers. Please paste this into your issue.
  • Open a new issue.
  • Remember that users might be searching for your issue in the future, so please give it a meaningful title to help others.
  • Feel free to reach out to the cluster-api community on the kubernetes slack.
Tracking new features

We also use the issue tracker to track features. If you have an idea for a feature, or think you can help kops become even more awesome follow the steps below.

  • Open a new issue.
  • Remember that users might be searching for your issue in the future, so please give it a meaningful title to help others.
  • Clearly define the use case, using concrete examples. EG: I type this and cluster-api-provider-aws does that.
  • Some of our larger features will require some design. If you would like to include a technical design for your feature please include it in the issue.
  • After the new feature is well understood, and the design agreed upon, we can start coding the feature. We would love for you to code it. So please open up a WIP (work in progress) pull request, and happy coding.

“Amazon Web Services, AWS, and the “Powered by AWS” logo materials are trademarks of Amazon.com, Inc. or its affiliates in the United States and/or other countries."

Our Contributors

Thank you to all contributors and a special thanks to our current maintainers & reviewers:

Maintainers Reviewers
@richardcase (from 2020-12-04) @cnmcavoy (from 2023-10-16)
@Ankitasw (from 2022-10-19) @AverageMarcus (from 2022-10-19)
@dlipovetsky (from 2021-10-31) @luthermonson (from 2023-03-08)
@vincepri (og & from 2023-10-16) @nrb (from 2023-10-16)
@faiq (from 2023-10-16)
@fiunchinho (from 2023-11-6)
@AndiDog (from 2023-12-13)

and the previous/emeritus maintainers & reviewers:

Emeritus Maintainers Emeritus Reviewers
@chuckha @ashish-amarnath
@detiber @davidewatson
@ncdc @enxebre
@randomvariable @ingvagabund
@rudoi @michaelbeaumont
@sedefsavas @sethp-nr
@Skarlso @shivi28
@dthorsen
@pydctw

All the CAPA contributors:

Documentation

Overview

Package main contains the main entrypoint for the AWS provider components.

Directories

Path Synopsis
api
v1beta1
Package v1beta1 contains the v1beta1 API implementation.
Package v1beta1 contains the v1beta1 API implementation.
v1beta2
Package v1beta2 contains the v1beta2 API implementation.
Package v1beta2 contains the v1beta2 API implementation.
bootstrap
eks/api/v1beta1
Package v1beta1 contains API Schema definitions for the Amazon EKS Bootstrap v1beta1 API group +kubebuilder:object:generate=true +groupName=bootstrap.cluster.x-k8s.io
Package v1beta1 contains API Schema definitions for the Amazon EKS Bootstrap v1beta1 API group +kubebuilder:object:generate=true +groupName=bootstrap.cluster.x-k8s.io
eks/api/v1beta2
Package v1beta2 contains API Schema definitions for the Amazon EKS Bootstrap v1beta2 API group.
Package v1beta2 contains API Schema definitions for the Amazon EKS Bootstrap v1beta2 API group.
eks/controllers
Package controllers provides a way to reconcile EKSConfig objects.
Package controllers provides a way to reconcile EKSConfig objects.
eks/internal/userdata
Package userdata provides a way to generate ec2 instance userdata.
Package userdata provides a way to generate ec2 instance userdata.
cmd
clusterawsadm
Package main is the entrypoint for the clusterawsadm command.
Package main is the entrypoint for the clusterawsadm command.
clusterawsadm/ami
Package ami provides a way to interact with AWS AMIs.
Package ami provides a way to interact with AWS AMIs.
clusterawsadm/api/ami/v1beta1
Package v1beta1 contains API Schema definitions for the AMI v1beta1 API group +kubebuilder:object:generate=true +k8s:defaulter-gen=TypeMeta +groupName=ami.aws.infrastructure.cluster.x-k8s.io
Package v1beta1 contains API Schema definitions for the AMI v1beta1 API group +kubebuilder:object:generate=true +k8s:defaulter-gen=TypeMeta +groupName=ami.aws.infrastructure.cluster.x-k8s.io
clusterawsadm/api/ami/v1beta1/scheme
Package scheme provides a way to generate a Scheme and CodecFactory f or the bootstrap.aws.infrastructure.cluster.x-k8s.io API group.
Package scheme provides a way to generate a Scheme and CodecFactory f or the bootstrap.aws.infrastructure.cluster.x-k8s.io API group.
clusterawsadm/api/bootstrap/v1alpha1
Package v1alpha1 contains API Schema definitions for the bootstrap v1alpha1 API group +kubebuilder:object:generate=true +k8s:deepcopy-gen=package,register +k8s:defaulter-gen=TypeMeta +groupName=bootstrap.aws.infrastructure.cluster.x-k8s.io +k8s:conversion-gen=sigs.k8s.io/cluster-api-provider-aws/v2/cmd/clusterawsadm/api/bootstrap/v1beta1
Package v1alpha1 contains API Schema definitions for the bootstrap v1alpha1 API group +kubebuilder:object:generate=true +k8s:deepcopy-gen=package,register +k8s:defaulter-gen=TypeMeta +groupName=bootstrap.aws.infrastructure.cluster.x-k8s.io +k8s:conversion-gen=sigs.k8s.io/cluster-api-provider-aws/v2/cmd/clusterawsadm/api/bootstrap/v1beta1
clusterawsadm/api/bootstrap/v1alpha1/scheme
Package scheme provides a way to generate a Scheme and CodecFactory for the bootstrap.aws.infrastructure.cluster.x-k8s.io API group.
Package scheme provides a way to generate a Scheme and CodecFactory for the bootstrap.aws.infrastructure.cluster.x-k8s.io API group.
clusterawsadm/api/bootstrap/v1beta1
Package v1beta1 contains API Schema definitions for the bootstrap v1beta1 API group +kubebuilder:object:generate=true +k8s:deepcopy-gen=package,register +k8s:defaulter-gen=TypeMeta +groupName=bootstrap.aws.infrastructure.cluster.x-k8s.io +gencrdrefdocs:force
Package v1beta1 contains API Schema definitions for the bootstrap v1beta1 API group +kubebuilder:object:generate=true +k8s:deepcopy-gen=package,register +k8s:defaulter-gen=TypeMeta +groupName=bootstrap.aws.infrastructure.cluster.x-k8s.io +gencrdrefdocs:force
clusterawsadm/api/bootstrap/v1beta1/scheme
Package scheme provides a way to generate a Scheme and CodecFactory for the bootstrap.aws.infrastructure.cluster.x-k8s.io API group.
Package scheme provides a way to generate a Scheme and CodecFactory for the bootstrap.aws.infrastructure.cluster.x-k8s.io API group.
clusterawsadm/cloudformation/bootstrap
Package bootstrap provides a way to generate a CloudFormation template for IAM policies, users and roles for use by Cluster API Provider AWS.
Package bootstrap provides a way to generate a CloudFormation template for IAM policies, users and roles for use by Cluster API Provider AWS.
clusterawsadm/cloudformation/service
Package cloudformation provides the API operation methods for making requests to AWS CloudFormation.
Package cloudformation provides the API operation methods for making requests to AWS CloudFormation.
clusterawsadm/cmd
Package cmd implements the clusterawsadm command line utility.
Package cmd implements the clusterawsadm command line utility.
clusterawsadm/cmd/ami
Package ami provides a way to generate AMI commands.
Package ami provides a way to generate AMI commands.
clusterawsadm/cmd/ami/common
Package common provides common flags and functions for the AMI commands.
Package common provides common flags and functions for the AMI commands.
clusterawsadm/cmd/ami/list
Package list provides a way to list AMIs from the default AWS account where AMIs are stored.
Package list provides a way to list AMIs from the default AWS account where AMIs are stored.
clusterawsadm/cmd/bootstrap
Package bootstrap provides cli commands for bootstrapping AWS accounts for use with the Kubernetes Cluster API Provider AWS.
Package bootstrap provides cli commands for bootstrapping AWS accounts for use with the Kubernetes Cluster API Provider AWS.
clusterawsadm/cmd/bootstrap/credentials
Package credentials provides a way to encode credentials for use with Kubernetes Cluster API Provider AWS.
Package credentials provides a way to encode credentials for use with Kubernetes Cluster API Provider AWS.
clusterawsadm/cmd/bootstrap/iam
Package iam provides a way to generate IAM policies and roles.
Package iam provides a way to generate IAM policies and roles.
clusterawsadm/cmd/controller
Package controller provides the controller command.
Package controller provides the controller command.
clusterawsadm/cmd/controller/credentials
Package credentials provides a CLI utilities for AWS credentials.
Package credentials provides a CLI utilities for AWS credentials.
clusterawsadm/cmd/controller/rollout
Package rollout provides the rollout command.
Package rollout provides the rollout command.
clusterawsadm/cmd/eks
Package eks provides a CLI to manage EKS clusters.
Package eks provides a CLI to manage EKS clusters.
clusterawsadm/cmd/eks/addons
Package addons provides EKS addons commands.
Package addons provides EKS addons commands.
clusterawsadm/cmd/flags
Package flags provides a way to add flags to the cli.
Package flags provides a way to add flags to the cli.
clusterawsadm/cmd/gc
Package gc provides commands related to garbage collecting external resources of clusters.
Package gc provides commands related to garbage collecting external resources of clusters.
clusterawsadm/cmd/resource
Package resource provides commands related to AWS resources.
Package resource provides commands related to AWS resources.
clusterawsadm/cmd/resource/list
Package list provides the list command for the resource package.
Package list provides the list command for the resource package.
clusterawsadm/cmd/util
Package util provides utility functions.
Package util provides utility functions.
clusterawsadm/cmd/version
Package version provides the version information of clusterawsadm.
Package version provides the version information of clusterawsadm.
clusterawsadm/configreader
Package configreader provides a way to load a bootstrapv1.AWSIAMConfiguration from a file.
Package configreader provides a way to load a bootstrapv1.AWSIAMConfiguration from a file.
clusterawsadm/controller
Package controller contains the controller logic for the capa manager.
Package controller contains the controller logic for the capa manager.
clusterawsadm/controller/credentials
Package credentials provides AWS credentials management.
Package credentials provides AWS credentials management.
clusterawsadm/controller/rollout
Package rollout provides a way to rollout the CAPA controller manager deployment.
Package rollout provides a way to rollout the CAPA controller manager deployment.
clusterawsadm/converters
Package converters contains the conversion functions for AWS.
Package converters contains the conversion functions for AWS.
clusterawsadm/credentials
Package credentials contains utilities for working with AWS credentials.
Package credentials contains utilities for working with AWS credentials.
clusterawsadm/gc
Package gc provides a way to handle AWS garbage collection on deletion.
Package gc provides a way to handle AWS garbage collection on deletion.
clusterawsadm/printers
Package printers provides a wrapper for the k8s.io/cli-runtime/pkg/printers package.
Package printers provides a wrapper for the k8s.io/cli-runtime/pkg/printers package.
clusterawsadm/resource
Package resource provides definitions for AWS resource types.
Package resource provides definitions for AWS resource types.
controlplane
eks/api/v1beta1
Package v1beta1 contains API Schema definitions for the controlplane v1beta1 API group +gencrdrefdocs:force +groupName=controlplane.cluster.x-k8s.io +k8s:defaulter-gen=TypeMeta +k8s:conversion-gen=sigs.k8s.io/cluster-api-provider-aws/v2/controlplane/eks/api/v1beta2
Package v1beta1 contains API Schema definitions for the controlplane v1beta1 API group +gencrdrefdocs:force +groupName=controlplane.cluster.x-k8s.io +k8s:defaulter-gen=TypeMeta +k8s:conversion-gen=sigs.k8s.io/cluster-api-provider-aws/v2/controlplane/eks/api/v1beta2
eks/api/v1beta2
Package v1beta2 contains API Schema definitions for the controlplane v1beta2 API group +gencrdrefdocs:force +groupName=controlplane.cluster.x-k8s.io +k8s:defaulter-gen=TypeMeta
Package v1beta2 contains API Schema definitions for the controlplane v1beta2 API group +gencrdrefdocs:force +groupName=controlplane.cluster.x-k8s.io +k8s:defaulter-gen=TypeMeta
rosa/api/v1beta2
Package v1beta2 contains API Schema definitions for the controlplane v1beta2 API group +gencrdrefdocs:force +groupName=controlplane.cluster.x-k8s.io +k8s:defaulter-gen=TypeMeta
Package v1beta2 contains API Schema definitions for the controlplane v1beta2 API group +gencrdrefdocs:force +groupName=controlplane.cluster.x-k8s.io +k8s:defaulter-gen=TypeMeta
rosa/controllers
Package controllers provides a way to reconcile ROSA resources.
Package controllers provides a way to reconcile ROSA resources.
docs
book/cmd/amilist
Package main provides a Lambda function to list AMIs and upload them to an S3 bucket.
Package main provides a Lambda function to list AMIs and upload them to an S3 bucket.
book/cmd/clusterawsadmdocs
Package main provides a way to generate a command reference for clusterawsadm.
Package main provides a way to generate a command reference for clusterawsadm.
exp
Package exp provides experimental code that is not ready for production use.
Package exp provides experimental code that is not ready for production use.
api/v1beta1
Package v1beta1 contains API Schema definitions for experimental v1beta1 API group +kubebuilder:object:generate=true +groupName=infrastructure.cluster.x-k8s.io
Package v1beta1 contains API Schema definitions for experimental v1beta1 API group +kubebuilder:object:generate=true +groupName=infrastructure.cluster.x-k8s.io
api/v1beta2
Package v1beta2 contains API Schema definitions for experimental v1beta2 API group +kubebuilder:object:generate=true +groupName=infrastructure.cluster.x-k8s.io
Package v1beta2 contains API Schema definitions for experimental v1beta2 API group +kubebuilder:object:generate=true +groupName=infrastructure.cluster.x-k8s.io
controlleridentitycreator
Package controlleridentitycreator provides a way to reconcile AWSClusterControllerIdentity instance.
Package controlleridentitycreator provides a way to reconcile AWSClusterControllerIdentity instance.
controllers
Package controllers provides experimental API controllers.
Package controllers provides experimental API controllers.
instancestate
Package instancestate provides a controller that listens for EC2 instance state change notifications and updates the corresponding AWSMachine's status.
Package instancestate provides a controller that listens for EC2 instance state change notifications and updates the corresponding AWSMachine's status.
Package feature provides a feature-gate implementation for capa.
Package feature provides a feature-gate implementation for capa.
hack
boilerplate/test
Package test provides a test package for boilerplate.
Package test provides a test package for boilerplate.
iam
api/v1beta1
Package v1beta1 contains API Schema definitions for the iam v1beta1 API group.
Package v1beta1 contains API Schema definitions for the iam v1beta1 API group.
pkg
annotations
Package annotations provides utility functions for working with annotations.
Package annotations provides utility functions for working with annotations.
cloud
Package cloud contains interfaces for working with AWS resources.
Package cloud contains interfaces for working with AWS resources.
cloud/awserrors
Package awserrors provides a way to generate AWS errors.
Package awserrors provides a way to generate AWS errors.
cloud/converters
Package converters provides conversion functions for AWS SDK types to CAPA types.
Package converters provides conversion functions for AWS SDK types to CAPA types.
cloud/endpoints
Package endpoints contains aws endpoint related utilities.
Package endpoints contains aws endpoint related utilities.
cloud/filter
Package filter contains the ec2 sdk related filters.
Package filter contains the ec2 sdk related filters.
cloud/identity
Package identity provides the AWSPrincipalTypeProvider interface and its implementations.
Package identity provides the AWSPrincipalTypeProvider interface and its implementations.
cloud/logs
Package logs provides a wrapper for the logr.Logger to be used as an AWS Logger.
Package logs provides a wrapper for the logr.Logger to be used as an AWS Logger.
cloud/metrics
Package metrics provides a way to capture request metrics.
Package metrics provides a way to capture request metrics.
cloud/scope
Package scope provides a global scope for CAPA controllers.
Package scope provides a global scope for CAPA controllers.
cloud/services
Package services contains the interfaces for the AWS services.
Package services contains the interfaces for the AWS services.
cloud/services/autoscaling
Package asg provides a service for managing AWS AutoScalingGroups.
Package asg provides a service for managing AWS AutoScalingGroups.
cloud/services/autoscaling/mock_autoscalingiface
Package mock_autoscalingiface is a generated GoMock package.
Package mock_autoscalingiface is a generated GoMock package.
cloud/services/awsnode
Package awsnode provides a way to interact with AWS nodes.
Package awsnode provides a way to interact with AWS nodes.
cloud/services/ec2
Package ec2 provides a way to interact with the AWS EC2 API.
Package ec2 provides a way to interact with the AWS EC2 API.
cloud/services/eks
Package eks provides a service to reconcile EKS control plane and nodegroups.
Package eks provides a service to reconcile EKS control plane and nodegroups.
cloud/services/eks/iam
Package iam provides a service for managing IAM roles and policies.
Package iam provides a service for managing IAM roles and policies.
cloud/services/eks/mock_eksiface
Package mock_eksiface is a generated GoMock package.
Package mock_eksiface is a generated GoMock package.
cloud/services/elb
Package elb provides a service for managing AWS load balancers.
Package elb provides a service for managing AWS load balancers.
cloud/services/gc
Package gc provides a way to perform gc operations against a tenant/workload/child cluster.
Package gc provides a way to perform gc operations against a tenant/workload/child cluster.
cloud/services/iamauth
Package iamauth provides a way to interact with AWS IAM.
Package iamauth provides a way to interact with AWS IAM.
cloud/services/iamauth/mock_iamauth
Package mock_iamauth provides a mock implementation for the IAMAPI interface.
Package mock_iamauth provides a mock implementation for the IAMAPI interface.
cloud/services/instancestate
Package instancestate provides a way to interact with the EC2 instance state.
Package instancestate provides a way to interact with the EC2 instance state.
cloud/services/instancestate/mock_eventbridgeiface
Package mock_eventbridgeiface provides a mock implementation for the EventBridgeAPI interface.
Package mock_eventbridgeiface provides a mock implementation for the EventBridgeAPI interface.
cloud/services/instancestate/mock_sqsiface
Package mock_sqsiface provides a mock implementation for the SQSAPI interface.
Package mock_sqsiface provides a mock implementation for the SQSAPI interface.
cloud/services/kubeproxy
Package kubeproxy provides a way to interact with the kube-proxy service.
Package kubeproxy provides a way to interact with the kube-proxy service.
cloud/services/mock_services
Package mock_services is a generated GoMock package.
Package mock_services is a generated GoMock package.
cloud/services/network
Package network provides a service to manage AWS network resources.
Package network provides a service to manage AWS network resources.
cloud/services/s3
Package s3 provides a way to interact with AWS S3.
Package s3 provides a way to interact with AWS S3.
cloud/services/s3/mock_s3iface
Package mock_s3iface provides a mock implementation of the s3iface.S3API interface Run go generate to regenerate this mock.
Package mock_s3iface provides a mock implementation of the s3iface.S3API interface Run go generate to regenerate this mock.
cloud/services/s3/mock_stsiface
Package mock_stsiface provides a mock implementation for the STSAPI interface.
Package mock_stsiface provides a mock implementation for the STSAPI interface.
cloud/services/secretsmanager
Package secretsmanager provides a way to interact with AWS Secrets Manager.
Package secretsmanager provides a way to interact with AWS Secrets Manager.
cloud/services/secretsmanager/mock_secretsmanageriface
Package mock_secretsmanageriface provides a mock interface for the SecretsManager API client.
Package mock_secretsmanageriface provides a mock interface for the SecretsManager API client.
cloud/services/securitygroup
Package securitygroup provides a service to manage AWS security group resources.
Package securitygroup provides a service to manage AWS security group resources.
cloud/services/ssm
Package ssm provides a service to generate userdata for AWS Systems Manager.
Package ssm provides a service to generate userdata for AWS Systems Manager.
cloud/services/ssm/mock_ssmiface
Package mock_ssmiface provides a mock interface for the SSM API client.
Package mock_ssmiface provides a mock interface for the SSM API client.
cloud/services/sts/mock_stsiface
Package mock_stsiface provides a mock implementation for the STSAPI interface.
Package mock_stsiface provides a mock implementation for the STSAPI interface.
cloud/services/userdata
Package userdata provides a way to generate user data for cloud instances.
Package userdata provides a way to generate user data for cloud instances.
cloud/services/wait
Package wait provides a set of utilities for polling and waiting.
Package wait provides a set of utilities for polling and waiting.
cloud/tags
Package tags provides a way to tag cloud resources.
Package tags provides a way to tag cloud resources.
cloud/throttle
Package throttle provides a way to limit the number of requests to AWS services.
Package throttle provides a way to limit the number of requests to AWS services.
cloudtest
Package cloudtest provides utilities for testing.
Package cloudtest provides utilities for testing.
eks
Package eks contains the EKS API implementation.
Package eks contains the EKS API implementation.
eks/addons
Package addons provides a plan to manage EKS addons.
Package addons provides a plan to manage EKS addons.
eks/identityprovider
Package identityprovider provides a plan to manage EKS OIDC identity provider association.
Package identityprovider provides a plan to manage EKS OIDC identity provider association.
hash
Package hash provides a consistent hash function using blake2b.
Package hash provides a consistent hash function using blake2b.
internal/bytes
Package bytes provides utilities for working with byte arrays.
Package bytes provides utilities for working with byte arrays.
internal/cidr
Package cidr provides utilities for working with CIDR blocks.
Package cidr provides utilities for working with CIDR blocks.
internal/cmp
Package cmp provides a set of comparison functions.
Package cmp provides a set of comparison functions.
internal/mime
Package mime provides a function to generate a multipart MIME document.
Package mime provides a function to generate a multipart MIME document.
internal/rate
Package rate provides a rate limiter.
Package rate provides a rate limiter.
internal/tristate
Package tristate provides a helper for working with bool pointers.
Package tristate provides a helper for working with bool pointers.
logger
Package logger provides a convenient interface to use to log.
Package logger provides a convenient interface to use to log.
planner
Package planner provides a simple interface for creating and executing plans.
Package planner provides a simple interface for creating and executing plans.
record
Package record provides a way to record Kubernetes events.
Package record provides a way to record Kubernetes events.
rosa
Package rosa provides a way to interact with the Red Hat OpenShift Service on AWS (ROSA) API.
Package rosa provides a way to interact with the Red Hat OpenShift Service on AWS (ROSA) API.
test
helpers
Package helpers provides a set of utilities for testing controllers.
Package helpers provides a set of utilities for testing controllers.
helpers/external
Package external provides mock CRDs for use in tests.
Package external provides mock CRDs for use in tests.
mocks
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
util
conditions
Package conditions provides helper functions for working with conditions.
Package conditions provides helper functions for working with conditions.
system
Package system contains utiilities for the system namespace.
Package system contains utiilities for the system namespace.
Package version provides the version of the manager.
Package version provides the version of the manager.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL