Skip to content

Commit

Permalink
fix: remove Compare-KubeResource
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfbecker committed Sep 21, 2019
1 parent bc7af61 commit b181e1a
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 636 deletions.
55 changes: 0 additions & 55 deletions PSKubectl/Formats/JsonPatch.Operations.Operation.Format.ps1xml

This file was deleted.

2 changes: 0 additions & 2 deletions PSKubectl/PSKubectl.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@
FormatsToProcess = @(
'Formats/Config.Format.ps1xml',
'Formats/DeploymentV1.Format.ps1xml',
'Formats/JsonPatch.Operations.Operation.Format.ps1xml',
'Formats/NamespaceV1.Format.ps1xml',
'Formats/PodV1.Format.ps1xml'
)
Expand All @@ -90,7 +89,6 @@

# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
CmdletsToExport = @(
'Compare-KubeResource',
'ConvertFrom-KubeYaml',
'ConvertTo-KubeYaml',
'Get-KubeConfig',
Expand Down
2 changes: 1 addition & 1 deletion Tests/PSKubectl.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ Describe Get-KubeConfig {
}
}

Describe Convert-KubeYaml {
Describe ConvertFrom-KubeYaml {
It 'Should read in YAML' {
$parsed = Get-Content -Raw $PSScriptRoot/test.Deployment.yml | ConvertFrom-KubeYaml
$parsed.PSObject.TypeNames | Should -Contain 'KubeClient.Models.DeploymentV1'
Expand Down
21 changes: 0 additions & 21 deletions src/Annotations.cs

This file was deleted.

87 changes: 0 additions & 87 deletions src/Cmdlets/CompareKubeResourceCmdlet.cs

This file was deleted.

Loading

0 comments on commit b181e1a

Please sign in to comment.