-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Aaron Eaton
committed
Dec 17, 2023
1 parent
dcf1a05
commit 1b4c32f
Showing
20 changed files
with
3,162 additions
and
3,072 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1,015 changes: 9 additions & 1,006 deletions
1,015
crossplane/crossplane-configuration-development-with-poker/index.html
Large diffs are not rendered by default.
Oops, something went wrong.
622 changes: 9 additions & 613 deletions
622
crossplane/crossplane-package-tdd-with-skaffold/index.html
Large diffs are not rendered by default.
Oops, something went wrong.
486 changes: 9 additions & 477 deletions
486
crossplane/crossplane-package-testing-with-kuttl/index.html
Large diffs are not rendered by default.
Oops, something went wrong.
803 changes: 9 additions & 794 deletions
803
crossplane/crossplane-package-testing-with-sonobuoy/index.html
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,156 +1,10 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="x-ua-compatible" content="ie=edge"> | ||
<title>A Tour of Crossplane - AaronEaton.com</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link rel="icon" href="https://aaroneaton.com/favicon.png"> | ||
|
||
|
||
|
||
<link rel="stylesheet" href="/css/style.min.b5edc2670fbb2e1948c6a17c1870576e18aad63dd2c4e445432feef7238f4ce4.css"> | ||
|
||
|
||
|
||
|
||
<meta property="og:title" content="A Tour of Crossplane"/> | ||
<meta property="og:type" content="website"/> | ||
<meta property="og:url" content="https://aaroneaton.com/crossplane/"/> | ||
|
||
|
||
<meta name="twitter:card" content="summary"/> | ||
<meta name="twitter:site" content="@aaron_eaton"/> | ||
<meta name="twitter:creator" content="@aaron_eaton"/> | ||
|
||
|
||
<link rel="preconnect" href="https://fonts.gstatic.com"> | ||
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap" rel="stylesheet"> | ||
</head> | ||
|
||
|
||
|
||
|
||
<body class='page frame page-default-list'> | ||
<div id="wrapper" class="wrapper"> | ||
<div class='header'> | ||
<a class="header-logo" href="https://aaroneaton.com/">AaronEaton.com</a> | ||
<div class="menu-main"> | ||
<ul> | ||
|
||
|
||
<li class="menu-item-about"> | ||
<a href="/pages/about/">About</a> | ||
</li> | ||
|
||
<li class="menu-item-analogies"> | ||
<a href="/analogies/">Analogies</a> | ||
</li> | ||
|
||
<li class="menu-item-crossplane active"> | ||
<a href="/crossplane/">Crossplane</a> | ||
</li> | ||
|
||
</ul> | ||
</div> | ||
</div> | ||
|
||
<div class="intro"> | ||
<h1>A Tour of Crossplane<span class="dot">.</span></h1> | ||
|
||
</div> | ||
|
||
|
||
<div class="summary"> | ||
|
||
<div class="summary-date">Mar 10, 2022</div> | ||
|
||
<h2 class="summary-title"><a href="/crossplane/crossplane-configuration-development-with-poker/">Teaching Crossplane to Play Poker</a></h2> | ||
<p class="summary-description">Learn the Crossplane Resource Model by Teaching Crossplane to Play Poker</p> | ||
</div> | ||
|
||
<div class="summary"> | ||
|
||
<div class="summary-date">Jan 28, 2022</div> | ||
|
||
<h2 class="summary-title"><a href="/crossplane/crossplane-package-testing-with-sonobuoy/">Conformance Testing Crossplane Configuration Packages with Sonobuoy</a></h2> | ||
<p class="summary-description">Conformance Testing Crossplane Configuration Packages with https://sonobuoy.io</p> | ||
</div> | ||
|
||
<div class="summary"> | ||
|
||
<div class="summary-date">Jan 14, 2022</div> | ||
|
||
<h2 class="summary-title"><a href="/crossplane/crossplane-package-tdd-with-skaffold/">TDD For Crossplane Packages with Skaffold</a></h2> | ||
<p class="summary-description">Create a Test-Driven Development Environment for Crossplane Packages with https://skaffold.dev</p> | ||
</div> | ||
|
||
<div class="summary"> | ||
|
||
<div class="summary-date">Jan 7, 2022</div> | ||
|
||
<h2 class="summary-title"><a href="/crossplane/crossplane-package-testing-with-kuttl/">Testing Crossplane Packages with Kuttl</a></h2> | ||
<p class="summary-description">Test and validate crossplane package with https://kuttl.dev</p> | ||
</div> | ||
|
||
|
||
<div class="footer"> | ||
|
||
<div class="footer-social"> | ||
|
||
<span class="social-icon social-icon-twitter"> | ||
<a href="https://twitter.com/aaron_eaton" title="twitter" target="_blank" rel="noopener"> | ||
<img src="/images/social/twitter.svg" width="24" height="24" alt="twitter"/> | ||
</a> | ||
</span> | ||
|
||
<span class="social-icon social-icon-github"> | ||
<a href="https://github.com/AaronMe" title="github" target="_blank" rel="noopener"> | ||
<img src="/images/social/github.svg" width="24" height="24" alt="github"/> | ||
</a> | ||
</span> | ||
|
||
<span class="social-icon social-icon-linkedin"> | ||
<a href="https://www.linkedin.com/in/aaron-eaton-2018/" title="linkedin" target="_blank" rel="noopener"> | ||
<img src="/images/social/linkedin.svg" width="24" height="24" alt="linkedin"/> | ||
</a> | ||
</span> | ||
|
||
</div> | ||
|
||
<div class="footer-copyright"> | ||
<span class="copy">Copyright © 2023 Aaron Eaton.</span> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
|
||
|
||
|
||
|
||
<script type="text/javascript" src="/js/bundle.min.e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js"></script> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-B4RD5175XG"></script> | ||
<script> | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag(){dataLayer.push(arguments);} | ||
gtag('js', new Date()); | ||
gtag('config', 'G-B4RD5175XG'); | ||
</script> | ||
|
||
|
||
|
||
|
||
</body> | ||
</html> | ||
<html lang="en-us"> | ||
<head> | ||
<title>https://aaroneaton.com/walkthroughs/</title> | ||
<link rel="canonical" href="https://aaroneaton.com/walkthroughs/"> | ||
<meta name="robots" content="noindex"> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="refresh" content="0; url=https://aaroneaton.com/walkthroughs/"> | ||
</head> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.