Skip to content

Commit

Permalink
docs/addon/walkthrough: Cleanup pass
Browse files Browse the repository at this point in the history
- Remove bazel for direct dockerfile builds.
- Reference actual repo path and don't rely on unimplemented kubebuilder
  flag.
- Rely on kubebuilders RBAC generation and give the set of roles needed
  for the dashboard operator
- Tighten up some language

updates kubernetes-sigs#3
  • Loading branch information
johnsonj committed Mar 10, 2019
1 parent 7b0d7f5 commit fc02863
Show file tree
Hide file tree
Showing 2 changed files with 223 additions and 113 deletions.
25 changes: 25 additions & 0 deletions doc.go
@@ -0,0 +1,25 @@
/*
Copyright 2019 The Kubernetes Authors.
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
http://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.
*/

// Package kubebuilderdeclarativepattern provides tools to construct
// declarative Kubernetes operators to manage the lifecycle of a
// deployment.
//
// Getting Started
//
// Follow the project documentation for a getting started guide:
// - https://github.com/kubernetes-sigs/kubebuilder-declarative-pattern/tree/master/docs
package kubebuilderdeclarativepattern

0 comments on commit fc02863

Please sign in to comment.