-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
72 lines (68 loc) · 2.34 KB
/
Copy pathmkdocs.yml
File metadata and controls
72 lines (68 loc) · 2.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
site_name: Juneau
site_url: https://1outres.github.io/juneau/
repo_url: https://github.com/1outres/juneau
repo_name: 1outres/juneau
edit_uri: edit/develop/docs/
docs_dir: docs
theme:
name: material
language: ja
features:
- navigation.tabs
- navigation.sections
- navigation.top
- content.code.copy
- search.highlight
palette:
- scheme: default
primary: teal
accent: green
plugins:
- search
- minify:
minify_html: true
markdown_extensions:
- admonition
- attr_list
- footnotes
- md_in_html
- toc:
permalink: true
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
nav:
- Home: index.md
- Getting Started: getting-started.md
- User Guide:
- BGPを使ってExternalNetworkを構築する: guides/external-network-bgp.md
- VPCでServiceを利用する: guides/custom-vpc-service.md
- Vpcで共有Serviceを利用する: guides/shared-service.md
- Service LoadBalancerを公開する: guides/service-loadbalancer.md
- NATGatewayでVPC外への通信を成立させる: guides/nat-gateway.md
- SecurityGroupでPodの通信を制限する: guides/security-group.md
- NetworkACLでSubnet境界を制御する: guides/network-acl.md
- Resources:
- VPC: resources/vpc.md
- Subnet: resources/subnet.md
- RouteTable: resources/routetable.md
- ExternalNetwork: resources/externalnetwork.md
- ExternalNetworkAttachment: resources/externalnetworkattachment.md
- AddressPool: resources/addresspool.md
- ElasticIP: resources/elasticip.md
- ElasticIPAttachment: resources/elasticipattachment.md
- NATGateway: resources/natgateway.md
- ServiceNATAttachment: resources/servicenatattachment.md
- ServiceLoadBalancer: resources/serviceloadbalancer.md
- NetworkInterface: resources/networkinterface.md
- NetworkEndpoint: resources/networkendpoint.md
- SecurityGroup: resources/securitygroup.md
- NetworkACL: resources/networkacl.md
- BGPAdvertisement: resources/bgpadvertisement.md
- BGPPeer: resources/bgppeer.md
- BGPNodeState: resources/bgpnodestate.md
- API Reference: api-reference/v1alpha1.md
- Developer Guide:
- 仮想サービスを実装する: developer/virtual-service-plane.md
- kubectl-juneau に新コマンドを実装する: developer/kubectl-plugin-command.md